Documentation ¶
Index ¶
Constants ¶
View Source
const AttachRoot = "attach"
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
func RegisterRoutes(router *gin.RouterGroup)
Types ¶
type GroupResult ¶ added in v3.3.5
type GroupResultDate ¶ added in v3.3.5
type GroupResultTime ¶ added in v3.3.5
type ParamGroup ¶ added in v3.3.5
type ParamGroup struct { Device string `form:"device" json:"device"` //设备ID Point string `form:"point" json:"point"` //数据点位 Start string `form:"start" json:"start"` //起始时间 End string `form:"end" json:"end"` //结束时间 Type string `form:"type" json:"type"` //设备类型 Area string `form:"area" json:"area"` //设备区域 Group string `form:"group" json:"group"` //设备分组 }
Click to show internal directories.
Click to hide internal directories.