pub fn notify_loop_started(
config: &WebhookConfig,
timestamp_rfc3339: &str,
context: WebhookContext,
)Expand description
Convenience function to send loop started webhook. This is a loop-level event with no task association.
pub fn notify_loop_started(
config: &WebhookConfig,
timestamp_rfc3339: &str,
context: WebhookContext,
)Convenience function to send loop started webhook. This is a loop-level event with no task association.