embedded

package
v0.0.0-...-0d6c075 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

This is a test package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OtherStructPointer

type OtherStructPointer struct {
	BoolField   *bool
	IntField    *int
	StringField *string
	FloatField  *float64
	Self        *OtherStructPointer
}

func (*OtherStructPointer) DeepEqual

func (in *OtherStructPointer) DeepEqual(other *OtherStructPointer) bool

DeepEqual is an autogenerated deepequal function, deeply comparing the receiver with other. in must be non-nil.

type OtherStructPrimitives

type OtherStructPrimitives struct {
	BoolField   bool
	IntField    int
	StringField string
	FloatField  float64
}

func (*OtherStructPrimitives) DeepEqual

func (in *OtherStructPrimitives) DeepEqual(other *OtherStructPrimitives) bool

DeepEqual is an autogenerated deepequal function, deeply comparing the receiver with other. in must be non-nil.

type StructPrimitives

type StructPrimitives struct {
	BoolField   bool
	IntField    int
	StringField string
	FloatField  float64
	OtherStructPrimitives
}

func (*StructPrimitives) DeepEqual

func (in *StructPrimitives) DeepEqual(other *StructPrimitives) bool

DeepEqual is an autogenerated deepequal function, deeply comparing the receiver with other. in must be non-nil.

type StructWithEmbeddedPointerStructs

type StructWithEmbeddedPointerStructs struct {
	OtherStructPointer
}

func (*StructWithEmbeddedPointerStructs) DeepEqual

DeepEqual is an autogenerated deepequal function, deeply comparing the receiver with other. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL