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

Method SetNamespace

controller/client/controller.go:198–200  ·  view source on GitHub ↗

SetNamespace sets the namespace which the ControllerHTTPClient connects to

(namespace string)

Source from the content-addressed store, hash-verified

196
197// SetNamespace sets the namespace which the ControllerHTTPClient connects to
198func (c *ControllerHTTPClient) SetNamespace(namespace string) {
199 c.namespace = namespace
200}
201
202// FetchAllSchemas fetches all schemas
203func (c *ControllerHTTPClient) FetchAllSchemas() (tables []*metaCom.Table, err error) {

Callers 3

NewControllerFunction · 0.95
controller_test.goFile · 0.80
kafka_test.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected