Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
DashboardDir string
Dashboard string // dashboard name
OutputDir string
Filters map[string]any // filter overrides (merged over defaults)
TemplateName string
ConfigFile string
Environment string
Frontend fs.FS // embedded frontend FS
}
Config holds the configuration for a static build.
Click to show internal directories.
Click to hide internal directories.