Documentation
¶
Index ¶
Constants ¶
View Source
const CName = "node.nodespace"
Variables ¶
This section is empty.
Functions ¶
func NewStreamOpener ¶ added in v0.4.0
func NewStreamOpener() streamhandler.StreamHandler
Types ¶
type NodeSpace ¶ added in v0.3.1
type NodeSpace interface { commonspace.Space }
type Service ¶
type Service interface { GetSpace(ctx context.Context, id string) (NodeSpace, error) PickSpace(ctx context.Context, id string) (NodeSpace, error) EvictSpace(ctx context.Context, id string) error Cache() ocache.OCache GetStats(ctx context.Context, id string, treeTop int) (nodestorage.SpaceStats, error) app.ComponentRunnable }
Click to show internal directories.
Click to hide internal directories.