MCPcopy Create free account
hub / github.com/apache/kvrocks-controller / ListNamespace

Method ListNamespace

store/store.go:38–38  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

36 IsReady(ctx context.Context) bool
37
38 ListNamespace(ctx context.Context) ([]string, error)
39 CreateNamespace(ctx context.Context, ns string) error
40 ExistsNamespace(ctx context.Context, ns string) (bool, error)
41 RemoveNamespace(ctx context.Context, ns string) error

Callers 2

resumeMethod · 0.65
ListMethod · 0.65

Implementers 1

ClusterStorestore/store.go

Calls

no outgoing calls

Tested by

no test coverage detected