Documentation ¶
Overview ¶
This is a test package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetGeneratedDeepCopyFuncs
deprecated
func GetGeneratedDeepCopyFuncs() []conversion.GeneratedDeepCopyFunc
GetGeneratedDeepCopyFuncs returns the generated funcs, since we aren't registering them.
Deprecated: deepcopy registration will go away when static deepcopy is fully implemented.
Types ¶
type Ttest ¶
type Ttest struct { Byte map[string]byte //Int8 map[string]int8 //TODO: int8 becomes byte in SnippetWriter Int16 map[string]int16 Int32 map[string]int32 Int64 map[string]int64 Uint8 map[string]uint8 Uint16 map[string]uint16 Uint32 map[string]uint32 Uint64 map[string]uint64 Float32 map[string]float32 Float64 map[string]float64 String map[string]string }
func (*Ttest) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ttest.
func (*Ttest) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.