Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "Unknown version" BuildTime = "Unknown build time" GitCommit = "Unknown GitCommit" )
Functions ¶
Types ¶
type MessageDescription ¶
type MonitorMessage ¶
type MonitorMessage struct { Source string `json:"source"` MessageType string `json:"type"` Status string `json:"status"` DateTime int64 `json:"datetime,omitempty"` FileName string `json:"fileName"` AbsoluteDataName string `json:"absoluteDataName,omitempty"` Description string `json:"desc,omitempty"` }
Click to show internal directories.
Click to hide internal directories.