6 lines
79 B
Go
6 lines
79 B
Go
package nf
|
|
|
|
type HandlerFunc func(*Ctx) error
|
|
|
|
type HandlerFuncs []HandlerFunc
|