nf/handler.go
2024-01-11 22:29:30 +08:00

4 lines
46 B
Go

package nf
type HandlerFunc func(*Ctx) error