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

Method Close

pkg/database/interfaces.go:13–13  ·  view source on GitHub ↗

Close the database connection.

()

Source from the content-addressed store, hash-verified

11
12 // Close the database connection.
13 Close() error
14
15 // IsReady - Check if database is ready
16 IsReady(ctx context.Context) (bool, error)

Callers 5

repair_test.goFile · 0.65
CloseMethod · 0.65
createPoolsFunction · 0.65
postgres_test.goFile · 0.65
DecodeMethod · 0.65

Implementers 5

Postgrespkg/database/postgres/postgres.go
MockPQDatabasepkg/database/postgres/mock.go
MockIMDatabasepkg/database/memory/mock.go
Memorypkg/database/memory/memory.go
PostgresInstancepkg/testinstance/postgres.go

Calls

no outgoing calls

Tested by

no test coverage detected