Expand description
§Event-related types
This module reexports the whole of [falco_event
] (except the macros), as well as exports
the event types defined by this crate (the minimal subset of the full Falco schema)
Modules§
Structs§
- Async
Event - Asynchronous event
- Event
Input - An event from which additional data may be extracted
- Json
Payload - A wrapper that enables JSON-encoded event payloads in
crate::event::AsyncEvent
andcrate::event::PluginEvent
- Plugin
Event - Plugin event
Enums§
- AnyPlugin
Event - A generic enum for custom plugin/async event payloads
Traits§
- Event
Source - Provide an event source name for an event type