Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlarmReporter ¶
type AlarmReporter interface { plugin.Plugin //告警回调接口 ReportAlarm(level int, message string) error }
AlarmReporter 【扩展点接口】上报告警信息
type Proxy ¶
type Proxy struct { AlarmReporter // contains filtered or unexported fields }
proxy of AlarmReporter
Click to show internal directories.
Click to hide internal directories.