controller.go 64 B

123
  1. package framework
  2. type ControllerHandler func(c *Context) error