Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApiHandler ¶ added in v0.26.0
type ApiHandler struct {
// contains filtered or unexported fields
}
ApiHandler is an http.Handler for processing api requests.
func (*ApiHandler) Constructor ¶ added in v0.26.0
func (*ApiHandler) ServeHTTP ¶ added in v0.26.0
func (h *ApiHandler) ServeHTTP( w http.ResponseWriter, r *http.Request, )
type StatusCodeMapper ¶
type StatusCodeMapper struct{}
StatusCodeMapper maps errors into a corresponding http status code.
func (*StatusCodeMapper) JsonSyntax ¶ added in v0.21.0
func (s *StatusCodeMapper) JsonSyntax( _ *struct { maps.It maps.Format `to:"http:status-code"` }, _ *json.SyntaxError, ) int
func (*StatusCodeMapper) NotHandled ¶ added in v0.21.0
func (s *StatusCodeMapper) NotHandled( _ *struct { maps.It maps.Format `to:"http:status-code"` }, _ *miruken.NotHandledError, ) int
func (*StatusCodeMapper) UnknownTypeId ¶ added in v0.21.0
func (s *StatusCodeMapper) UnknownTypeId( _ *struct { maps.It maps.Format `to:"http:status-code"` }, _ *api.UnknownTypeIdError, ) int
func (*StatusCodeMapper) Validation ¶ added in v0.21.0
Click to show internal directories.
Click to hide internal directories.