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

Struct enumMutator

controller/mutators/etcd/enum_mutator.go:37–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type enumMutator struct {
38 sync.RWMutex
39
40 schemaMutator common.TableSchemaMutator
41 // namesapce to columnID to enum cases set
42 // key {namespace}/{table}/{incarnation}/{columnID}
43 enumCacheMap map[string]enumCache
44 txnStore kv.TxnStore
45}
46
47// NewEnumMutator creates EnumMutator
48func NewEnumMutator(store kv.TxnStore, schemaMutator common.TableSchemaMutator) common.EnumMutator {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected