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

Method GetTable

controller/mutators/common/types.go:24–24  ·  view source on GitHub ↗
(namespace, name string)

Source from the content-addressed store, hash-verified

22type TableSchemaMutator interface {
23 ListTables(namespace string) ([]string, error)
24 GetTable(namespace, name string) (*common.Table, error)
25 CreateTable(namespace string, table *common.Table, force bool) error
26 DeleteTable(namespace, name string) error
27 UpdateTable(namespace string, table common.Table, force bool) error

Callers 3

ExtendEnumCasesMethod · 0.65
GetEnumCasesMethod · 0.65
readCurrentStateMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected