Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Object ¶
type Object interface {
GetKey() ObjectKey
GetType() ObjectType
DeepCopyObject() Object
}
type ObjectList ¶
type ObjectList interface {
GetType() ObjectType
GetItems() []Object
AppendItem(Object)
DeepCopyObjectList() ObjectList
}
type ObjectType ¶
type ObjectType string
Click to show internal directories.
Click to hide internal directories.