Files
zmkgC/api/v1/system/sys_monitor.go

12 lines
212 B
Go
Raw Normal View History

2025-07-07 20:11:59 +08:00
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