f804f175e0
To package the internal context and other common structs, especially http.Request and http.ResponseWriter. Provides helper functìons.
4 lines
65 B
Go
4 lines
65 B
Go
package framework
|
|
|
|
type ControllerHandler func(c *Context) error
|