HeadVersion reads the latest version of the schema from the storage.
(ctx context.Context, tenantID string)
| 117 | ReadRuleDefinition(ctx context.Context, tenantID, ruleName, version string) (definition *base.RuleDefinition, v string, err error) |
| 118 | // HeadVersion reads the latest version of the schema from the storage. |
| 119 | HeadVersion(ctx context.Context, tenantID string) (version string, err error) |
| 120 | // ListSchemas lists all schemas from the storage |
| 121 | ListSchemas(ctx context.Context, tenantID string, pagination database.Pagination) (schemas []*base.SchemaList, ct database.EncodedContinuousToken, err error) |
| 122 | } |
no outgoing calls
no test coverage detected