Documentation
¶
Overview ¶
Package skip implements the functions, types, and interfaces for the module.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Composite ¶
Composite returns a new skipper that chains multiple skippers. If any of the skippers returns true, the chain returns true.
func Noop ¶
Noop creates a Skipper that never skips. This is the default behavior if no checker is provided, ensuring the middleware is always applied.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.