Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UniqueID ¶
type UniqueID struct {
// contains filtered or unexported fields
}
UniqueID is a struct for extracting unique ID from objects
func NewUniqueID ¶
NewUniqueID returns new UniqueID instance
func (*UniqueID) ExtractAndRemove ¶
ExtractAndRemove returns extracted global unique ID from input object and remove it from the objects
func (*UniqueID) GetFieldName ¶
GetFieldName returns field name as is
func (*UniqueID) GetFlatFieldName ¶
GetFlatFieldName returns field name (/key1/key2 -> key1_key2)
Click to show internal directories.
Click to hide internal directories.