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

Method GetAllSchema

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

Source from the content-addressed store, hash-verified

42
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)

Callers 2

controller_test.goFile · 0.65
FetchSchemaMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected