Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
43
type
NamespaceMutator
interface
{
44
CreateNamespace(namespace string) error
45
ListNamespaces() ([]string, error)
46
}
47
Callers
1
TestNamespaceMutator
Function · 0.95
Implementers
2
namespaceMutatorImpl
controller/mutators/etcd/namespace_mut
NamespaceMutator
controller/mutators/mocks/NamespaceMut
Calls
no outgoing calls
Tested by
1
TestNamespaceMutator
Function · 0.76