Documentation ¶
Overview ¶
Package skip can skip an entire Action.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Maybe ¶
func Maybe(skipper interface{}, next middleware.Action) middleware.Action
Maybe returns an action that skips immediately if the given p is a Skipper and its Skip method returns true.
Types ¶
Click to show internal directories.
Click to hide internal directories.