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

Method GetNamespaces

controller/client/controller.go:45–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 GetSchemaHash(namespace string) (string, error)
44 GetAllSchema(namespace string) ([]metaCom.Table, error)
45 GetNamespaces() ([]string, error)
46 GetAssignmentHash(jobNamespace, instance string) (string, error)
47 GetAssignment(jobNamespace, instance string) (*models.IngestionAssignment, error)
48}

Callers 1

controller_test.goFile · 0.65

Implementers 2

ControllerHTTPClientcontroller/client/controller.go
ControllerClientcontroller/client/mocks/ControllerClie

Calls

no outgoing calls

Tested by

no test coverage detected