EngineVersion retrieves the provided instance's database version (e.g., POSTGRES_14)
(ctx context.Context, inst string)
| 29 | // EngineVersion retrieves the provided instance's database version (e.g., |
| 30 | // POSTGRES_14) |
| 31 | EngineVersion(ctx context.Context, inst string) (string, error) |
| 32 | |
| 33 | io.Closer |
| 34 | } |
no outgoing calls
no test coverage detected