ProvisionerDaemonStatus represents the status of a provisioner daemon.
| 40 | |
| 41 | // ProvisionerDaemonStatus represents the status of a provisioner daemon. |
| 42 | type ProvisionerDaemonStatus string |
| 43 | |
| 44 | // ProvisionerDaemonStatus enums. |
| 45 | const ( |
no outgoing calls
no test coverage detected