Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
// Type 事件类型
Type string
// CollectorID Collector标识符
CollectorID uint32
// RequestID 请求标识符
RequestID uint32
// Values 事件值
Values map[string]string
}
Event Collector事件类
Click to show internal directories.
Click to hide internal directories.