()
| 140 | } |
| 141 | |
| 142 | func (err ErrMilestoneNotExist) Error() string { |
| 143 | return fmt.Sprintf("milestone does not exist: %v", err.args) |
| 144 | } |
| 145 | |
| 146 | func (ErrMilestoneNotExist) NotFound() bool { |
| 147 | return true |
no outgoing calls
no test coverage detected