stoppedEvent creates a new Stopped (done) Resource
(id string)
| 64 | |
| 65 | // stoppedEvent creates a new Stopped (done) Resource |
| 66 | func stoppedEvent(id string) api.Resource { |
| 67 | return newEvent(id, api.Done, api.StatusStopped) |
| 68 | } |
| 69 | |
| 70 | // removingEvent creates a new Removing in progress Resource |
| 71 | func removingEvent(id string) api.Resource { |
no test coverage detected