Documentation ¶
Index ¶
Constants ¶
View Source
const CName = "common.object.treemanager"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TreeManager ¶
type TreeManager interface { app.ComponentRunnable GetTree(ctx context.Context, spaceId, treeId string) (objecttree.ObjectTree, error) MarkTreeDeleted(ctx context.Context, spaceId, treeId string) error DeleteTree(ctx context.Context, spaceId, treeId string) error NewTreeSyncer(spaceId string, treeManager TreeManager) TreeSyncer }
Directories ¶
Path | Synopsis |
---|---|
Package mock_treemanager is a generated GoMock package.
|
Package mock_treemanager is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.