nf/handler.go

6 lines
79 B
Go
Raw Normal View History

2024-01-10 20:26:19 +08:00
package nf
type HandlerFunc func(*Ctx) error
2024-01-11 18:16:41 +08:00
type HandlerFuncs []HandlerFunc