(namespace string)
| 297 | } |
| 298 | |
| 299 | func (m *tableSchemaMutator) GetHash(namespace string) (hash string, err error) { |
| 300 | return getHash(m.txnStore, utils.SchemaListKey(namespace)) |
| 301 | } |
| 302 | |
| 303 | func (m *tableSchemaMutator) readSchema(namespace string, name string) (schemaProto pb.EntityConfig, version int, err error) { |
| 304 | version, err = readValue(m.txnStore, utils.SchemaKey(namespace, name), &schemaProto) |