mirror of
https://github.com/tiger1103/gfast.git
synced 2026-09-21 18:20:47 +00:00
14 lines
206 B
Go
14 lines
206 B
Go
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) {
|
|
|
|
}
|