Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadUISettings ¶
LoadUISettings is needed if uiData loading moves here
Types ¶
type AppConfig ¶
type AppConfig struct { Server struct { Entry string `yaml:"entry"` Mode string // Added Mode field } }
AppConfig holds application configuration read from config.yaml
func LoadAppConfig ¶
LoadAppConfig is needed if AppConfig definition stays here and is used by RegisterHandlers Alternatively, pass individual config values or define a specific struct. For now, we assume AppConfig is defined/passed from main.
Click to show internal directories.
Click to hide internal directories.