Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectCollection ¶
type ObjectCollection struct {
// contains filtered or unexported fields
}
func (ObjectCollection) GetIterator ¶
func (r ObjectCollection) GetIterator() func() interface{}
Iterate over all of our items, returning each as a *KeyValuePair in the form of an interface{}
func (ObjectCollection) GetObject ¶
func (r ObjectCollection) GetObject(path string) *obj.Object
Get a Object out of the Collection by path
func (ObjectCollection) HasObject ¶
func (r ObjectCollection) HasObject(path string) bool
Check whether a Object is in the Collection by path
type ObjectCollectionIfc ¶
type PathObjectPair ¶
Reciever can cast/assert this struct type against the iterator function's return value
Click to show internal directories.
Click to hide internal directories.