package admin import "github.com/gogf/gf/net/ghttp" type MonitorJob struct{} //任务列表 func (c *MonitorJob) List(r *ghttp.Request) {} //添加任务 func (c *MonitorJob) Add(r *ghttp.Request) { }