nf/handler.go
2024-01-11 18:16:41 +08:00

6 lines
79 B
Go

package nf
type HandlerFunc func(*Ctx) error
type HandlerFuncs []HandlerFunc