Module events
Expand description
Types and traits for Falco events
Structs§
- Event
- A Falco event.
- Event
Metadata - Metadata for an event, containing the timestamp and thread ID.
- Param
Iter - A struct to represent an iterator over event parameters
- RawEvent
- A raw event, containing the metadata and payload
Enums§
- Event
Direction - Represents the direction of an event, either an entry or an exit.
- Payload
From Bytes Error - Error type for parsing event payloads from bytes
Traits§
- AnyEvent
Payload - A trait to identify a group of event payloads, each having a unique identifier and source.
- Event
Payload - A trait to identify event payloads in the plugin framework.
- Event
ToBytes - Trait for converting events to a byte representation.
- From
RawEvent - A trait for types that can be converted from a raw event
- Payload
ToBytes - Trait for converting event payloads to bytes
Functions§
- event_
direction - Get the event direction from the event type ID.