AuthError represents an authorization error.
| 16 | |
| 17 | // AuthError represents an authorization error. |
| 18 | type AuthError struct { |
| 19 | Realm string |
| 20 | } |
| 21 | |
| 22 | // StatusCode is an implementation of the StatusCoder interface in go-kit/http. |
| 23 | func (AuthError) StatusCode() int { |
nothing calls this directly
no outgoing calls
no test coverage detected