NamespaceKey builds key for namespace
(namespace string)
| 38 | |
| 39 | // NamespaceKey builds key for namespace |
| 40 | func NamespaceKey(namespace string) string { |
| 41 | return path.Join(NamespaceListKey(), namespace) |
| 42 | } |
| 43 | |
| 44 | // SchemaListKey builds key for schema list |
| 45 | func SchemaListKey(namespace string) string { |
no test coverage detected