MCPcopy
hub / github.com/uber/aresdb / CreateNamespace

Method CreateNamespace

controller/mutators/common/types.go:44–44  ·  view source on GitHub ↗
(namespace string)

Source from the content-addressed store, hash-verified

42// NamespaceMutator mutates table metadata
43type NamespaceMutator interface {
44 CreateNamespace(namespace string) error
45 ListNamespaces() ([]string, error)
46}
47

Callers 1

TestNamespaceMutatorFunction · 0.95

Implementers 2

namespaceMutatorImplcontroller/mutators/etcd/namespace_mut
NamespaceMutatorcontroller/mutators/mocks/NamespaceMut

Calls

no outgoing calls

Tested by 1

TestNamespaceMutatorFunction · 0.76