Module event

Source
Expand description

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§

events
Types and traits for Falco events
fields
Types and traits for Falco event fields

Structs§

AsyncEvent
Asynchronous event
EventInput
An event from which additional data may be extracted
JsonPayload
A wrapper that enables JSON-encoded event payloads in crate::event::AsyncEvent and crate::event::PluginEvent
PluginEvent
Plugin event

Enums§

AnyPluginEvent
A generic enum for custom plugin/async event payloads

Traits§

EventSource
Provide an event source name for an event type