Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Debug bool // Enable debug logging.
LogFormat logging.LogFormat // Log output format.
ListenAddr string // Address to listen on.
RoutePrefix string // Route prefix for mounting.
ConfigPath string // Path to YAML config file.
StrictEnv bool // Enforce env placeholders in config.
SiteRoot string // Site root URL.
OverriddenValues map[string]any // Overridden values from environment.
}
Options holds the application configuration.
Click to show internal directories.
Click to hide internal directories.