sendword 0.8.7

Simple HTTP webhook to command runner sidecar. Frontend for managing hooks, JSON state for config portability, SQLite for execution history and logs.
Documentation
1
2
3
4
5
pub mod execution;
pub mod trigger_attempt;

pub use execution::{Execution, ExecutionStatus};
pub use trigger_attempt::{TriggerAttempt, TriggerAttemptStatus};