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 告警回调接口 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.