Documentation
¶
Index ¶
- Constants
- func NewIoDetector(cfg any, consumers []consumer.Consumer) detector.Detector
- type Config
- type IoDetector
- func (io *IoDetector) ConsumeChanEvents()
- func (io *IoDetector) ConsumeEvent(e *model.SpyEvent) error
- func (io *IoDetector) Init(cfg any) error
- func (io *IoDetector) Name() string
- func (io *IoDetector) OwnedEvents() []string
- func (io *IoDetector) ProcessEvent(e *model.SpyEvent) error
- func (io *IoDetector) Start() error
- func (io *IoDetector) Stop() error
- type Session
Constants ¶
View Source
const (
DetectorIoType string = "detector_io"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IoDetector ¶
type IoDetector struct {
// contains filtered or unexported fields
}
func (*IoDetector) ConsumeChanEvents ¶
func (io *IoDetector) ConsumeChanEvents()
func (*IoDetector) Init ¶
func (io *IoDetector) Init(cfg any) error
func (*IoDetector) Name ¶
func (io *IoDetector) Name() string
func (*IoDetector) ProcessEvent ¶
func (io *IoDetector) ProcessEvent(e *model.SpyEvent) error
func (*IoDetector) Start ¶
func (io *IoDetector) Start() error
func (*IoDetector) Stop ¶
func (io *IoDetector) Stop() error
Click to show internal directories.
Click to hide internal directories.