mirror of
https://gitee.com/johng/gf
synced 2026-07-06 21:45:34 +08:00
9 lines
146 B
Go
9 lines
146 B
Go
package mvc
|
|
|
|
import "gitee.com/johng/gf/g/net/ghttp"
|
|
|
|
// 基于RESTful格式的控制器
|
|
type Controller_Rest struct {
|
|
ghttp.ControllerRest
|
|
}
|