Versions in this module Expand all Collapse all v1 v1.0.1 Feb 19, 2020 v1.0.0 Jan 31, 2020 Changes in this version + func Handler(logger log.Logger) routing.Handler + type ErrorResponse struct + Details interface{} + Message string + Status int + func BadRequest(msg string) ErrorResponse + func Forbidden(msg string) ErrorResponse + func InternalServerError(msg string) ErrorResponse + func InvalidInput(errs validation.Errors) ErrorResponse + func NotFound(msg string) ErrorResponse + func Unauthorized(msg string) ErrorResponse + func (e ErrorResponse) Error() string + func (e ErrorResponse) StatusCode() int