Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // BeforeHandler contains the functions to be called before the handler method is executed BeforeHandler = &pipelineChannel{} // AfterHandler contains the functions to be called after the handler method is executed AfterHandler = &pipelineAfterChannel{} )
Functions ¶
This section is empty.
Types ¶
type AfterHandlerTempl ¶ added in v0.10.0
AfterHandlerTempl is a function for the after handler, receives both the handler response and the error returned
type HandlerTempl ¶ added in v0.10.0
HandlerTempl is a function that has the same signature as a handler and will be called before or after handler methods
Click to show internal directories.
Click to hide internal directories.