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

Struct BundleWriter

internal/storage/postgres/bundle_writer.go:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type BundleWriter struct {
20 database *db.Postgres
21 // options
22 txOptions pgx.TxOptions
23}
24
25func NewBundleWriter(database *db.Postgres) *BundleWriter {
26 return &BundleWriter{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected