stoppingEvent creates a new Stopping in progress Resource
(id string)
| 59 | |
| 60 | // stoppingEvent creates a new Stopping in progress Resource |
| 61 | func stoppingEvent(id string) api.Resource { |
| 62 | return newEvent(id, api.Working, api.StatusStopping) |
| 63 | } |
| 64 | |
| 65 | // stoppedEvent creates a new Stopped (done) Resource |
| 66 | func stoppedEvent(id string) api.Resource { |
no test coverage detected