IsReady runs PgIsReady
()
| 274 | |
| 275 | // IsReady runs PgIsReady |
| 276 | func (instance *Instance) IsReady() error { |
| 277 | return PgIsReady() |
| 278 | } |
| 279 | |
| 280 | // IsFenced checks whether the instance is marked as fenced |
| 281 | func (instance *Instance) IsFenced() bool { |
nothing calls this directly
no test coverage detected