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

Struct DataWriter

internal/storage/memory/data_writer.go:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type DataWriter struct {
24 database *db.Memory
25}
26
27// NewDataWriter - Create a new DataWriter
28func NewDataWriter(database *db.Memory) *DataWriter {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected