removingEvent creates a new Removing in progress Resource
(id string)
| 69 | |
| 70 | // removingEvent creates a new Removing in progress Resource |
| 71 | func removingEvent(id string) api.Resource { |
| 72 | return newEvent(id, api.Working, api.StatusRemoving) |
| 73 | } |
| 74 | |
| 75 | // removedEvent creates a new removed (done) Resource |
| 76 | func removedEvent(id string) api.Resource { |
no test coverage detected