Versions in this module Expand all Collapse all v0 v0.1.2 Jul 27, 2026 v0.1.1 Jul 27, 2026 Changes in this version + type FailedNotificationView struct + Attempts int + CreatedAt time.Time + Event string + EventID int64 + LastError string + ManifestID int64 + Server string + type Option func(*Server) + func WithFailedNotifications(maxAttempts int) Option v0.1.0 Jul 26, 2026 Changes in this version + const DefaultTemplatesDir + type ManifestView struct + CreatedAt time.Time + Hash string + ID int64 + Server string + State string + type PendingManifestView struct + Changes []string + CreatedAt time.Time + Hash string + ID int64 + Server string + type Server struct + func NewServer(store database.Store, workflow *approval.Workflow, templatesDir string) *Server + func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)