Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecorateResponse ¶ added in v0.3.1
type DecorateResponse struct{}
type DefaultResponseOutcome ¶ added in v0.3.1
type PanicToResponse ¶ added in v0.3.1
type PanicToResponse struct{}
type Pipeline ¶ added in v0.3.1
type Pipeline struct { App inter.App // The object being passed through the contract. Passable inter.Request // the array of pipes. Pipes []inter.HttpMiddleware }
noinspection GoNameStartsWithPackageName
func NewPipeline ¶ added in v0.3.1
type RequestBodyDecoder ¶ added in v0.3.1
type RequestBodyDecoder struct{}
Click to show internal directories.
Click to hide internal directories.