Documentation
¶
Overview ¶
Package eventstream manages the processing of eBPF ring buffer events.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stream ¶
type Stream struct {
// contains filtered or unexported fields
}
Stream reads events from a ringbuffer and dispatches them to a handler.
func New ¶
func New(reader *ringbuf.Reader, handler eventprocessor.EventHandler) *Stream
New creates a new Stream with the given ringbuffer reader and event handler.
Click to show internal directories.
Click to hide internal directories.