mirror of
https://github.com/tiger1103/gfast.git
synced 2026-09-22 18:37:41 +00:00
12 lines
212 B
Go
12 lines
212 B
Go
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
|