tests

package
v21.11.1 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

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 (*StructWithPointersAndCorrectReplace) IsNull

func (*StructWithPointersAndCorrectReplace) Replace

type StructWithPointersAndDefectiveReplace

type StructWithPointersAndDefectiveReplace struct {
	Content string
	Rumba   int
	List    []string
	Map     map[string]interface{}
}

func NewStructWithPointersAndDefectiveReplace

func NewStructWithPointersAndDefectiveReplace() *StructWithPointersAndDefectiveReplace

func (StructWithPointersAndDefectiveReplace) Clone

func (*StructWithPointersAndDefectiveReplace) IsNull

func (*StructWithPointersAndDefectiveReplace) Replace

type StructWithoutPointers

type StructWithoutPointers struct {
	Content string
	Rumba   int
}

func NewStructWithoutPointers

func NewStructWithoutPointers() *StructWithoutPointers

func (StructWithoutPointers) Clone

func (*StructWithoutPointers) IsNull

func (m *StructWithoutPointers) IsNull() bool

func (*StructWithoutPointers) Replace

func (m *StructWithoutPointers) Replace(clonable data.Clonable) (data.Clonable, error)

Jump to

Keyboard shortcuts

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