Alive checks if the process is the alive.
(ctx context.Context)
| 21 | Start(ctx context.Context) error |
| 22 | // Alive checks if the process is the alive. |
| 23 | Alive(ctx context.Context) error |
| 24 | // Dependencies are requirements for start to succeed. |
| 25 | // root should be true if root access is required for |
| 26 | // installing any of the dependencies. |
no outgoing calls
no test coverage detected