Versions in this module Expand all Collapse all v0 v0.2.0 Jul 13, 2026 Changes in this version type Config + PresetLibraryURL string v0.1.0 Jun 25, 2026 Changes in this version + const ShutdownTimeout + type Config struct + CORSOrigins []string + CheckpointInterval time.Duration + DisableRateLimit bool + DiscoveryEnabled bool + DiscoveryInstanceName string + EnablePprof bool + EnforceOpenJDLimits bool + HTTPAddr string + NATSAddr string + NATSDataDir string + NATSMaxStoreMB int + SQLitePath string + Scheduler scheduler.Config + SeedDefaults bool + func DefaultConfig() Config + type Server struct + func New(cfg Config, logger *slog.Logger, diagBuf *diag.Buffer) *Server + func (s *Server) Health() *health.Registry + func (s *Server) Metrics() *metrics.Metrics + func (s *Server) Run(ctx context.Context) error v0.0.1-rc.1 Jun 25, 2026