()
| 48 | } |
| 49 | |
| 50 | func (p *PostgresInstance) GetEngineType() string { |
| 51 | return p.Postgres.GetEngineType() |
| 52 | } |
| 53 | |
| 54 | func (p *PostgresInstance) IsReady(ctx context.Context) (bool, error) { |
| 55 | return p.Postgres.IsReady(ctx) |
nothing calls this directly
no test coverage detected