Versions in this module Expand all Collapse all v0 v0.1.0 Mar 25, 2026 Changes in this version + func NewObjectStoreConfig(objectStore *ObjectStore, objectPath string) (*cfg.Config, error) + type MutableObjectStore struct + func NewMutableObjectStore() *MutableObjectStore + func (r *MutableObjectStore) PutObject(path string, object *obj.Object) error + type MutableObjectStoreIfc interface + PutObject func(path string, object *obj.Object) error + type ObjectStore struct + func NewObjectStore() *ObjectStore + func NewObjectStorePreloaded(collection *objc.ObjectCollection) *ObjectStore + func (r ObjectStore) GetObject(path string) (*obj.Object, error) + func (r ObjectStore) HasObject(path string) bool + type ObjectStoreIfc interface + GetObject func(path string) (*obj.Object, error) + HasObject func(path string) bool