package system import ( "github.com/gogf/gf/v2/frame/g" ) type MonitorSearchReq struct { g.Meta `path:"/monitor/server" tags:"系统后台/服务监控" method:"get" summary:"服务监控"` } type MonitorSearchRes g.Map