package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Jan 16, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ConfigureDiagramWebsocketReq struct {
g.Meta `path:"/configureDiagram/ws" method:"get" tags:"websocket管理" summary:"组态拓扑图发送消息"`
Id string `v:"required"`
}
type ConfigureDiagramWebsocketRes struct {
g.Meta `mime:"text/html" type:"string" example:"<html/>" dc:"组态拓扑图"`
}
type MonitorSearchReq struct {
g.Meta `path:"/monitorServer/ws" method:"get" tags:"websocket管理" summary:"服务监控"`
}
type MonitorSearchRes struct {
g.Meta `mime:"text/html" type:"string" example:"<html/>" dc:"服务监控"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.