Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrSpaceClosed = errors.New("space is closed")
)
Functions ¶
This section is empty.
Types ¶
type ObjectManager ¶
type ObjectManager interface { treemanager.TreeManager AddObject(object syncobjectgetter.SyncObject) GetObject(ctx context.Context, objectId string) (obj syncobjectgetter.SyncObject, err error) }
func New ¶
func New(manager treemanager.TreeManager) ObjectManager
Click to show internal directories.
Click to hide internal directories.