WriteSchema writes schema to the storage.
(ctx context.Context, definitions []SchemaDefinition)
| 155 | type SchemaWriter interface { |
| 156 | // WriteSchema writes schema to the storage. |
| 157 | WriteSchema(ctx context.Context, definitions []SchemaDefinition) (err error) |
| 158 | } |
| 159 | |
| 160 | type NoopSchemaWriter struct{} |
no outgoing calls
no test coverage detected