monitorModule.go 206 字节
Newer Older
Y
Your Name 已提交
1 2 3 4 5 6 7 8
package entity

//MonitorModule 监控模板
type MonitorModule struct {
	Name         string `json:"moduleName"`
	Config       string `json:"config,omitempty"`
	ModuleStatus int    `json:"moduleStatus"`
}