aliases

package
v0.0.0-...-3f2a1e6 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2022 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 AliasBuiltin

type AliasBuiltin Builtin

type AliasMap

type AliasMap Map

func (*AliasMap) DeepEqual

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

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

type AliasPointer

type AliasPointer Pointer

type AliasSlice

type AliasSlice Slice

func (*AliasSlice) DeepEqual

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

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

type AliasStruct

type AliasStruct Struct

func (*AliasStruct) DeepEqual

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

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

type Builtin

type Builtin int

type Foo

type Foo struct {
	X int
}

func (*Foo) DeepEqual

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

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

type FooAlias

type FooAlias Foo

func (*FooAlias) DeepEqual

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

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

type FooMap

type FooMap map[string]Foo

func (*FooMap) DeepEqual

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

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

type FooSlice

type FooSlice []Foo

func (*FooSlice) DeepEqual

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

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

type Map

type Map map[string]int

func (*Map) DeepEqual

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

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

type Pointer

type Pointer *int

type PointerAlias

type PointerAlias *Builtin

type Slice

type Slice []int

func (*Slice) DeepEqual

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

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

type Struct

type Struct Foo

func (*Struct) DeepEqual

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

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

type Ttest

type Ttest struct {
	Builtin      Builtin
	Slice        Slice
	Pointer      Pointer
	PointerAlias PointerAlias
	Struct       Struct
	Map          Map
	SliceSlice   []Slice
	MapSlice     map[string]Slice

	FooAlias FooAlias
	FooSlice FooSlice

	AliasBuiltin AliasBuiltin
	AliasSlice   AliasSlice
	AliasPointer AliasPointer
	AliasStruct  AliasStruct
	AliasMap     AliasMap
}

Aliases

func (*Ttest) DeepEqual

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

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