Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrHandlerNotFound = errors.New("handler could not be found") ErrInvalidArg = errors.New("invalid arg") )
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(pCtx *PipelineContext) error
func WithBehaviour ¶
func WithBehaviour(behavior PipelineBehaviour) Option
func WithBehaviourFunc ¶
func WithHandler ¶
func WithHandler(req Message, rh RequestHandler) Option
type PipelineBehaviour ¶
type PipelineContext ¶
type PipelineContext struct {
// contains filtered or unexported fields
}
type RequestHandler ¶
Click to show internal directories.
Click to hide internal directories.