Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { GeminiFetchAddress string `yaml:"GeminiFetchAddress"` CertFilename string `yaml:"CertFilename"` AutoFetch bool `yaml:"AutoFetch"` Timezone string `yaml:"Timezone"` LastFetched string `yaml:"LastFetched"` GMAP bool `yaml:"GMAP"` DisplayNumber int `yaml:"DisplayNumber"` HeaderText string `yaml:"HeaderText"` TagSync bool `yaml:"TagSync"` GMAPHost string `yaml:"GMAPHost"` GMAPPort string `yaml:"GMAPPort"` MisfinLink bool `yaml:"MisfinLink"` QuoteReply bool `yaml:"QuoteReply"` }
func ExportConfig ¶
type SiteConfig ¶
type SiteConfig struct { ExposeSettings bool `yaml:"ExposeSettings"` SkylabPath string `yaml:"SkylabPath"` }
func ExportSiteConfig ¶
func ExportSiteConfig() (*SiteConfig, error)
Click to show internal directories.
Click to hide internal directories.