4 lines
65 B
Go
4 lines
65 B
Go
|
package framework
|
||
|
|
||
|
type ControllerHandler func(c *Context) error
|