Versions in this module Expand all Collapse all v0 v0.1.0 Mar 25, 2026 Changes in this version + type ObjectStoreManager struct + func NewObjectStoreManager() *ObjectStoreManager + func (r *ObjectStoreManager) AddNamedObjectStore(name string, objectStore objs.ObjectStoreIfc) error + func (r *ObjectStoreManager) AddObjectStore(objectStore objs.ObjectStoreIfc) + func (r ObjectStoreManager) FindContextualizedObject(scope string, context string, languages *[]string, relPath string) *obj.Object + func (r ObjectStoreManager) FindMultilingualObject(base string, languages *[]string, relPath string) *obj.Object + func (r ObjectStoreManager) FindNamedObjectStoreContextualizedObject(objectStoreName string, scope string, context string, languages *[]string, ...) *obj.Object + func (r ObjectStoreManager) FindNamedObjectStoreMultilingualObject(objectStoreName string, base string, languages *[]string, relPath string) *obj.Object + func (r ObjectStoreManager) FindNamedObjectStorePrivateObject(objectStoreName string, language string, relPath string) *obj.Object + func (r ObjectStoreManager) FindNamedObjectStoreScopedObject(objectStoreName string, scope string, language string, relPath string) *obj.Object + func (r ObjectStoreManager) FindNamedObjectStoreTemplate(objectStoreName string, language string, name string) *obj.Object + func (r ObjectStoreManager) FindObject(scope string, possibleContexts *[]string, languages *[]string, relPath string) *obj.Object + func (r ObjectStoreManager) FindPrivateObject(language string, relPath string) *obj.Object + func (r ObjectStoreManager) FindScopedObject(scope string, language string, relPath string) *obj.Object + func (r ObjectStoreManager) FindTemplate(language string, name string) *obj.Object + func (r ObjectStoreManager) GetNamedObjectStoreObject(objectStoreName string, path string) *obj.Object + func (r ObjectStoreManager) GetNamedObjectStoreObjectCollection(objectStoreName string, path string) *objc.ObjectCollection + func (r ObjectStoreManager) GetObject(path string) *obj.Object + func (r ObjectStoreManager) GetObjectCollection(path string) *objc.ObjectCollection + type ObjectStoreManagerIfc interface + AddNamedObjectStore func(name string, objectStore objs.ObjectStoreIfc) error + AddObjectStore func(objectStore objs.ObjectStoreIfc) + FindContextualizedObject func(scope string, context string, languages *[]string, relPath string) *obj.Object + FindMultilingualObject func(base string, languages *[]string, relPath string) *obj.Object + FindNamedObjectStoreContextualizedObject func(objectStoreName string, scope string, context string, languages *[]string, ...) *obj.Object + FindNamedObjectStorePrivateObject func(objectStoreName string, language string, relPath string) *obj.Object + FindNamedObjectStoreScopedObject func(objectStoreName string, scope string, language string, relPath string) *obj.Object + FindNamedObjectStoreTemplate func(objectStoreName string, language string, name string) *obj.Object + FindObject func(scope string, possibleContexts *[]string, languages *[]string, relPath string) *obj.Object + FindPrivateObject func(language string, relPath string) *obj.Object + FindScopedObject func(scope string, language string, relPath string) *obj.Object + FindTemplate func(language string, name string) *obj.Object + GetNamedObjectStoreObject func(objectStoreName string, path string) *obj.Object + GetNamedObjectStoreObjectCollection func(objectStoreName string, path string) *objc.ObjectCollection + GetObjectCollection func(path string) *objc.ObjectCollection