Versions in this module Expand all Collapse all v0 v0.1.0 Mar 25, 2026 Changes in this version + type ObjectCollection struct + func NewObjectCollection() *ObjectCollection + func (r *ObjectCollection) PutObject(path string, object *obj.Object) error + func (r ObjectCollection) GetIterator() func() interface{} + func (r ObjectCollection) GetObject(path string) *obj.Object + func (r ObjectCollection) HasObject(path string) bool + type ObjectCollectionIfc interface + GetObject func(path string) *obj.Object + HasObject func(path string) bool + PutObject func(path string, object *obj.Object) error + type PathObjectPair struct + Obj *obj.Object + Path string