ReadEntityDefinition reads entity config from the storage.
(ctx context.Context, tenantID, entityName, version string)
| 113 | ReadSchemaString(ctx context.Context, tenantID, version string) (definitions []string, err error) |
| 114 | // ReadEntityDefinition reads entity config from the storage. |
| 115 | ReadEntityDefinition(ctx context.Context, tenantID, entityName, version string) (definition *base.EntityDefinition, v string, err error) |
| 116 | // ReadRuleDefinition reads rule config from the storage. |
| 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. |
no outgoing calls
no test coverage detected