MCPcopy Create free account
hub / github.com/Permify/permify / SchemaWriter

Struct SchemaWriter

internal/storage/memory/schema_writer.go:24–26  ·  view source on GitHub ↗

SchemaWriter - Structure for Schema Writer

Source from the content-addressed store, hash-verified

22
23// SchemaWriter - Structure for Schema Writer
24type SchemaWriter struct {
25 database *db.Memory
26}
27
28// NewSchemaWriter creates a new SchemaWriter
29func NewSchemaWriter(database *db.Memory) *SchemaWriter {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected