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

Struct PostgresInstance

pkg/testinstance/postgres.go:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type PostgresInstance struct {
22 Postgres *PQDatabase.Postgres
23 container testcontainers.Container
24 closeOnce sync.Once
25 closeErr error
26}
27
28var _ database.Database = (*PostgresInstance)(nil)
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected