GetArchitecture returns the runtime architecture
()
| 1380 | |
| 1381 | // GetArchitecture returns the runtime architecture |
| 1382 | func (instance *Instance) GetArchitecture() string { |
| 1383 | return runtime.GOARCH |
| 1384 | } |
| 1385 | |
| 1386 | // RequestFastImmediateShutdown request the lifecycle manager to shut down |
| 1387 | // PostgreSQL using the fast strategy and then the immediate strategy. |
no outgoing calls
no test coverage detected