Versions in this module Expand all Collapse all v0 v0.1.0 Sep 7, 2026 Changes in this version + func AllowRateLimit(ip string) bool + func DefaultRunner(ctx context.Context, j *models.Job, params map[string]string) error + func FireHTTPTrigger(ctx context.Context, jobSvc JobLister, trig *models.Trigger, ...) error + func ReceiveWith(auditor *auth.AuditLogger) func(*echo.Context) error + func ReceiveWithServices(c *echo.Context, trigSvc TriggerLister, jobSvc JobLister, ...) error + type JobLister interface + List func(*jsvc.ListRequest) (models.Jobs, error) + type Runner func(context.Context, *models.Job, map[string]string) error + type TriggerLister interface + ListByPath func(string) (models.Triggers, error)