Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clonable ¶
type Clonable interface { // Clone allows to duplicate Clonable Clone() Clonable // Replace allows to replace a Clonable with data from another one Replace(Clonable) Clonable }
Clonable is the interface a struct must satisfy to be able to be cloned
type Identifyable ¶
Identifyable ...
type Map ¶
type Map map[string]interface{}
Map ...
func (Map) ForceMerge ¶
ForceMerge add missing keys from source in p and replace the ones in source already in p
Click to show internal directories.
Click to hide internal directories.