SchemaListKey builds key for schema list
(namespace string)
| 43 | |
| 44 | // SchemaListKey builds key for schema list |
| 45 | func SchemaListKey(namespace string) string { |
| 46 | return path.Join(NamespaceKey(namespace), "schema") |
| 47 | } |
| 48 | |
| 49 | // JobListKey builds key for job list |
| 50 | func JobListKey(namespace string) string { |