The status of a provisioner daemon.
| 2933 | |
| 2934 | // The status of a provisioner daemon. |
| 2935 | type ProvisionerDaemonStatus string |
| 2936 | |
| 2937 | const ( |
| 2938 | ProvisionerDaemonStatusOffline ProvisionerDaemonStatus = "offline" |
no outgoing calls
no test coverage detected