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

Struct DataWriter

internal/storage/postgres/data_writer.go:27–31  ·  view source on GitHub ↗

DataWriter - Structure for Data Writer

Source from the content-addressed store, hash-verified

25
26// DataWriter - Structure for Data Writer
27type DataWriter struct {
28 database *db.Postgres
29 // options
30 txOptions pgx.TxOptions
31}
32
33func NewDataWriter(database *db.Postgres) *DataWriter {
34 return &DataWriter{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected