Versions in this module Expand all Collapse all v0 v0.17.15 May 11, 2026 v0.17.14 May 11, 2026 Changes in this version + type Server struct + func NewServer(cfg ServerConfig, eng engine.Engine, gh github.Client) *Server + func (s *Server) Broadcaster() *handlers.EventBroadcaster + func (s *Server) Shutdown(ctx context.Context) error + func (s *Server) Start() error + type ServerConfig struct + APIPrefixes []string + CORSOrigins []string + Port int + Remote string + RepoRoot string + StaticFS fs.FS