Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HandlerOption ¶
type HandlerOption func(*Route)
func Events ¶
func Events(eventOp string) HandlerOption
func Handle ¶
func Handle(handler HandlerFunc) HandlerOption
func Match ¶
func Match(match ...string) HandlerOption
func Throttle ¶
func Throttle(throttle time.Duration) HandlerOption
Click to show internal directories.
Click to hide internal directories.