(id string)
| 26 | func (e containerNotRunningError) Conflict() {} |
| 27 | |
| 28 | func containerNotFound(id string) error { |
| 29 | return objNotFoundError{"container", id} |
| 30 | } |
| 31 | |
| 32 | type objNotFoundError struct { |
| 33 | object string |
no outgoing calls
no test coverage detected
searching dependent graphs…