framework1/framework/controller.go

4 lines
65 B
Go

package framework
type ControllerHandler func(c *Context) error