SchemaWriter - Structure for Schema Writer
| 22 | |
| 23 | // SchemaWriter - Structure for Schema Writer |
| 24 | type SchemaWriter struct { |
| 25 | database *db.Memory |
| 26 | } |
| 27 | |
| 28 | // NewSchemaWriter creates a new SchemaWriter |
| 29 | func NewSchemaWriter(database *db.Memory) *SchemaWriter { |
nothing calls this directly
no outgoing calls
no test coverage detected