初始
This commit is contained in:
11
api/v1/system/sys_monitor.go
Normal file
11
api/v1/system/sys_monitor.go
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
Reference in New Issue
Block a user