sys_monitor.go 212 B

1234567891011
  1. package system
  2. import (
  3. "github.com/gogf/gf/v2/frame/g"
  4. )
  5. type MonitorSearchReq struct {
  6. g.Meta `path:"/monitor/server" tags:"服务监控" method:"get" summary:"服务监控"`
  7. }
  8. type MonitorSearchRes g.Map