Documentation
¶
Overview ¶
Package webserver provides an HTTP server that serves the embedded SPA dashboard and exposes REST API endpoints.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Port int
ResultsDir string
NoBrowser bool
Logger *slog.Logger
StorageConfig *projectconfig.StorageConfig // Optional storage config
}
Config holds the HTTP server configuration.
Click to show internal directories.
Click to hide internal directories.