Module events

Expand description

Types and traits for Falco events

Structs§

Event
A Falco event.
EventMetadata
Metadata for an event, containing the timestamp and thread ID.
ParamIter
A struct to represent an iterator over event parameters
RawEvent
A raw event, containing the metadata and payload

Enums§

EventDirection
Represents the direction of an event, either an entry or an exit.
PayloadFromBytesError
Error type for parsing event payloads from bytes

Traits§

AnyEventPayload
A trait to identify a group of event payloads, each having a unique identifier and source.
EventPayload
A trait to identify event payloads in the plugin framework.
EventToBytes
Trait for converting events to a byte representation.
FromRawEvent
A trait for types that can be converted from a raw event
PayloadToBytes
Trait for converting event payloads to bytes

Functions§

event_direction
Get the event direction from the event type ID.