Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CompareInterface ¶
type CompareInterface interface {
Compare(interface{}, interface{}) bool
}
CompareInterface can be implemented by types to have custom deep copy logic.
type DeepCopyInterface ¶
type DeepCopyInterface interface {
DeepCopy() interface{}
}
DeepCopyInterface can be implemented by types to have custom deep copy logic.
type MergeInterface ¶
type MergeInterface interface {
Merge(interface{}) interface{}
}
MergeInterface can be implemented by types to have custom deep copy logic.
Click to show internal directories.
Click to hide internal directories.