(err error)
| 105 | func (invalidParameterErr) InvalidParameter() {} |
| 106 | |
| 107 | func notFound(err error) error { |
| 108 | return notFoundErr{err} |
| 109 | } |
| 110 | |
| 111 | type notFoundErr struct{ error } |
| 112 |
no outgoing calls
no test coverage detected
searching dependent graphs…