Versions in this module Expand all Collapse all v0 v0.1.0 Aug 18, 2026 Changes in this version + type Config struct + Addr string + AllowedOrigins []string + Coordinator *coordinator.Coordinator + Logger *slog.Logger + OnShutdown func(reason string) + ReadOnly bool + Registry *loadwave.Registry + type Server struct + func New(cfg Config) (*Server, error) + func (s *Server) Addr() string + func (s *Server) Run(ctx context.Context) error + func (s *Server) URL() string + type ValidateResult struct + Error string + Summary *ValidateSummary + Valid bool + type ValidateScenario struct + Description string + Name string + Source string + Steps int + Weight int + type ValidateSummary struct + BaseURL string + BetweenRequests string + DurationSeconds float64 + IterationRate int + Iterations uint64 + Name string + PacingDefaulted bool + PeakVUs int + Profile string + Scenarios []ValidateScenario + Thresholds []string + WorkersPerAgent int