Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.go
File · 0.65
Close
Method · 0.65
createPools
Function · 0.65
postgres_test.go
File · 0.65
Decode
Method · 0.65
Implementers
5
Postgres
pkg/database/postgres/postgres.go
MockPQDatabase
pkg/database/postgres/mock.go
MockIMDatabase
pkg/database/memory/mock.go
Memory
pkg/database/memory/memory.go
PostgresInstance
pkg/testinstance/postgres.go
Calls
no outgoing calls
Tested by
no test coverage detected