Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModuleConfig ¶
type ModuleConfig struct { Header config.FileHeader UIFileRoot string StaticFileRoot string LangFileRoot string FileRoot string DBFile string UpdInterv int // minutes (0=disabled) SaveToDB bool SaveToCSV bool LoadFromDB bool LoadFromCSV bool ImportCSVtoDB bool GasTypes []string Stations station.StationList }
func (*ModuleConfig) GetGasTypes ¶
func (hc *ModuleConfig) GetGasTypes() []string
func (*ModuleConfig) GetUpdInterval ¶
func (hc *ModuleConfig) GetUpdInterval() time.Duration
func (*ModuleConfig) LoadConfig ¶
func (hc *ModuleConfig) LoadConfig() error
func (ModuleConfig) SaveConfig ¶
func (hc ModuleConfig) SaveConfig() error
Click to show internal directories.
Click to hide internal directories.