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

Method GetEngineType

pkg/testinstance/postgres.go:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50func (p *PostgresInstance) GetEngineType() string {
51 return p.Postgres.GetEngineType()
52}
53
54func (p *PostgresInstance) IsReady(ctx context.Context) (bool, error) {
55 return p.Postgres.IsReady(ctx)

Callers

nothing calls this directly

Calls 1

GetEngineTypeMethod · 0.65

Tested by

no test coverage detected