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

Struct BundleReader

internal/storage/postgres/bundle_reader.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type BundleReader struct {
21 database *db.Postgres
22 txOptions pgx.TxOptions
23}
24
25func NewBundleReader(database *db.Postgres) *BundleReader {
26 return &BundleReader{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected