Versions in this module Expand all Collapse all v0 v0.1.0 Aug 5, 2024 Changes in this version + const ReceiverCiliumType + func EbpfRecevierHandler() *model.SpyEvent + type CiliumReceiver struct + func (c *CiliumReceiver) RcvChan() chan *model.SpyEvent + func (c *CiliumReceiver) Start() error + func (c *CiliumReceiver) Stop() error + type Config struct + SessionInfos []Session + func NewConfig() *Config + type EventStats struct + func NewEventStats(sessions []Session) *EventStats + func (e *EventStats) Add(name string, value int64) + func (e *EventStats) GetStats() map[string]int64 + type Receiver interface + RcvChan func() chan *model.SpyEvent + Start func() error + Stop func() error + func NewCiliumReceiver(config any, detectorManager *detector.DetectorManager) Receiver + type Session struct + Class string + Name string + Params map[string]string