Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StructWithPointersAndCorrectReplace ¶
type StructWithPointersAndCorrectReplace struct { Rumba int List []string Map map[string]interface{} // contains filtered or unexported fields }
func NewStructWithPointersAndCorrectReplace ¶
func NewStructWithPointersAndCorrectReplace() *StructWithPointersAndCorrectReplace
func (StructWithPointersAndCorrectReplace) Clone ¶
func (m StructWithPointersAndCorrectReplace) Clone() (data.Clonable, error)
func (*StructWithPointersAndCorrectReplace) IsNull ¶
func (m *StructWithPointersAndCorrectReplace) IsNull() bool
type StructWithPointersAndDefectiveReplace ¶
type StructWithPointersAndDefectiveReplace struct { Content string Rumba int List []string Map map[string]interface{} }
func NewStructWithPointersAndDefectiveReplace ¶
func NewStructWithPointersAndDefectiveReplace() *StructWithPointersAndDefectiveReplace
func (StructWithPointersAndDefectiveReplace) Clone ¶
func (m StructWithPointersAndDefectiveReplace) Clone() (data.Clonable, error)
func (*StructWithPointersAndDefectiveReplace) IsNull ¶
func (m *StructWithPointersAndDefectiveReplace) IsNull() bool
type StructWithoutPointers ¶
func NewStructWithoutPointers ¶
func NewStructWithoutPointers() *StructWithoutPointers
func (*StructWithoutPointers) IsNull ¶
func (m *StructWithoutPointers) IsNull() bool
Click to show internal directories.
Click to hide internal directories.