Versions in this module Expand all Collapse all v0 v0.0.2 Mar 16, 2022 Changes in this version type AppConfig + DefaultTaskPageLimit int v0.0.1 Mar 10, 2022 Changes in this version + type AppConfig struct + SystemSummaryInterval int + SystemSummaryTimeout int + type AuthConfig struct + Exp int + Secret string + type Config struct + App AppConfig + Auth AuthConfig + DB DBConfig + Data DataConfig + Env string + External ExternalConfig + Server ServerConfig + Task TaskConfig + func ReadConfigs(path string) (Config, error) + type DBConfig struct + Driver string + URI string + type DataConfig struct + Presets PresetsConfig + type ExternalConfig struct + Telegram TelegramConfig + type PresetsConfig struct + TaskPresetsPaths []string + type ServerConfig struct + Host string + Port int + func (s *ServerConfig) GetAddress() string + type TaskConfig struct + DefaultRetryDelay string + DefaultRetryNumber int + DefaultSchedule string + MaxConcurrency int + type TelegramConfig struct + TelegramTo int64 + TelegramToken string