Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithError ¶
func WithError(h HandlerWithError) http.HandlerFunc
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Errors Errors `json:"errors"`
}
type HandlerWithError ¶
type HandlerWithError func(http.ResponseWriter, *http.Request) error
Click to show internal directories.
Click to hide internal directories.