Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventWorker ¶
type EventWorker struct {
// contains filtered or unexported fields
}
EventWorker 中文函数注释:事件处理Worker。
func (*EventWorker) UpdateConfig ¶
func (w *EventWorker) UpdateConfig()
UpdateConfig 中文函数注释:动态刷新事件处理配置(从数据库重新加载)。
type RuleMatcher ¶
type RuleMatcher struct {
// contains filtered or unexported fields
}
RuleMatcher 中文函数注释:事件规则匹配器。
func NewRuleMatcher ¶
func NewRuleMatcher(clusterRules map[string]config.RuleConfig) *RuleMatcher
NewRuleMatcher 中文函数注释:创建匹配器。
Click to show internal directories.
Click to hide internal directories.