Expand description
Trigger service implementation.
This module provides functionality to manage and execute triggers, which are configurable actions that can be initiated based on various conditions.
Structs§
- Factory for creating script executors based on the script language.
- Service for executing triggers with notifications
Enums§
- Represents possible errors during script operations
- Represents errors that can occur during trigger operations
Traits§
- A trait that defines the interface for executing custom scripts in different languages. Implementors must be both Send and Sync to ensure thread safety.
- Trait for executing triggers
Functions§
- Processes the output from script execution.
- Validates script configuration parameters