Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigFS embed.FS
Functions ¶
func LoadExhibitConfig ¶
func LoadExhibitConfig(fSys fs.FS, fp string, conf *ExhibitConfig) error
Types ¶
type ExhibitConfig ¶
type ExhibitConfig struct { LogFile string `toml:"logfile"` LogLevel string `toml:"loglevel"` BrowserTimeout configutil.Duration `toml:"browsertimeout"` BrowserURL string `toml:"browserurl"` BrowserTaskDelay configutil.Duration `toml:"browsertaskdelay"` StartTimeout configutil.Duration `toml:"starttimeout"` AllowedPrefixes []string `toml:"allowedprefixes"` }
Click to show internal directories.
Click to hide internal directories.