()
| 49 | } |
| 50 | |
| 51 | func (m machineState) Progress() string { |
| 52 | return fmt.Sprintf("%.0f%%", float32(m)/float32(machineStateBooted)*100) |
| 53 | } |
| 54 | |
| 55 | const ( |
| 56 | machineStateProxyDHCP = iota |
nothing calls this directly
no outgoing calls
no test coverage detected