Documentation ¶
Index ¶
Constants ¶
View Source
const Type analyzer.Type = "noopanalyzer"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NoopAnalyzer ¶
type NoopAnalyzer struct {
// contains filtered or unexported fields
}
func (*NoopAnalyzer) ConsumableEvents ¶
func (a *NoopAnalyzer) ConsumableEvents() []string
func (*NoopAnalyzer) ConsumeEvent ¶
func (a *NoopAnalyzer) ConsumeEvent(event *model.KindlingEvent) error
func (*NoopAnalyzer) Shutdown ¶
func (a *NoopAnalyzer) Shutdown() error
func (*NoopAnalyzer) Start ¶
func (a *NoopAnalyzer) Start() error
func (*NoopAnalyzer) Type ¶
func (a *NoopAnalyzer) Type() analyzer.Type
Click to show internal directories.
Click to hide internal directories.