removedEvent creates a new removed (done) Resource
(id string)
| 74 | |
| 75 | // removedEvent creates a new removed (done) Resource |
| 76 | func removedEvent(id string) api.Resource { |
| 77 | return newEvent(id, api.Done, api.StatusRemoved) |
| 78 | } |
| 79 | |
| 80 | // buildingEvent creates a new Building in progress Resource |
| 81 | func buildingEvent(id string) api.Resource { |
no test coverage detected