Files
gf/g/frame/mvc/controller_rest.go
2017-12-08 09:50:11 +08:00

9 lines
146 B
Go

package mvc
import "gitee.com/johng/gf/g/net/ghttp"
// 基于RESTful格式的控制器
type Controller_Rest struct {
ghttp.ControllerRest
}