Versions in this module Expand all Collapse all v0 v0.1.1 Mar 2, 2026 Changes in this version + type AuditEngine interface + RunAudit func(ctx context.Context, cfg *config.Config) (*audit.AuditResult, error) + type AuditJob struct + Config *config.Config + EndTime time.Time + Error string + ID string + Progress int + Result *audit.AuditResult + StartTime time.Time + Status string + type CreateAuditRequest struct + Config map[string]interface{} + Journey *config.JourneyRef + URL string + type CreateAuditResponse struct + ID string + Status string + type Server struct + func NewServer(engine AuditEngine, logger *slog.Logger, port int) *Server + func (s *Server) Start(ctx context.Context) error v0.1.0 Mar 1, 2026