Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(ctx *miruken.Context) *Controller
func (*Controller) ServeHTTP ¶
func (c *Controller) ServeHTTP( w http.ResponseWriter, r *http.Request, )
type StatusCodeMapper ¶
type StatusCodeMapper struct{}
func (*StatusCodeMapper) NotHandledError ¶
func (s *StatusCodeMapper) NotHandledError( _ *struct { miruken.Maps miruken.Format `to:"http:status-code"` }, nhe *miruken.NotHandledError, ) int
func (*StatusCodeMapper) ValidationError ¶
Click to show internal directories.
Click to hide internal directories.