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§
- Script
Executor Factory - Factory for creating script executors based on the script language.
- Trigger
Execution Service - Service for executing triggers with notifications
Enums§
- Script
Error - Represents possible errors during script operations
- Trigger
Error - Represents errors that can occur during trigger operations
Traits§
- Script
Executor - A trait that defines the interface for executing custom scripts in different languages. Implementors must be both Send and Sync to ensure thread safety.
- Trigger
Execution Service Trait - Trait for executing triggers
Functions§
- process_
script_ output - Processes the output from script execution.
- validate_
script_ config - Validates script configuration parameters