Describes the schema that is used in Weaviate.
| 38 | |
| 39 | // Describes the schema that is used in Weaviate. |
| 40 | type Schema struct { |
| 41 | Objects *models.Schema |
| 42 | } |
| 43 | |
| 44 | func Empty() Schema { |
| 45 | return Schema{ |
nothing calls this directly
no outgoing calls
no test coverage detected