go-web/framework/controller.go
Muyao CHEN f804f175e0 Context: create a customized Context type.
To package the internal context and other common structs, especially
http.Request and http.ResponseWriter.

Provides helper functìons.
2024-09-15 21:38:31 +02:00

4 lines
65 B
Go

package framework
type ControllerHandler func(c *Context) error