4 lines
46 B
Go
4 lines
46 B
Go
|
package nf
|
||
|
|
||
|
type HandlerFunc func(*Ctx) error
|