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

Method GetSchemaHash

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

Source from the content-addressed store, hash-verified

41 client.SchemaFetcher
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)

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