Documentation
¶
Overview ¶
This is a test package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Ttest ¶
type Ttest struct {
Builtin *string
Ptr **string
Map *map[string]string
Slice *[]string
MapPtr **map[string]string
SlicePtr **[]string
Struct *Ttest
StructPtr **Ttest
}
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.
func (*Ttest) ResetNoSelf ¶
func (in *Ttest) ResetNoSelf()
ResetNoSelf puts the given field value back into the pool.
func (*Ttest) ResetOnlySelf ¶ added in v0.0.2
func (in *Ttest) ResetOnlySelf()
ResetOnlySelf puts the given value back into the pool.
Click to show internal directories.
Click to hide internal directories.