4 lines
45 B
Go
4 lines
45 B
Go
|
package ndh
|
||
|
|
||
|
type Handler func(c *Ctx) error
|