configs

package
v0.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2021 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppConfig

type AppConfig struct {
	DefaultObservationLimit         int `yaml:"defaultObservationLimit"`
	MaxCorrelationObservations      int `yaml:"maxCorrelationObservations"`
	MinCorrelationObservations      int `yaml:"minCorrelationObservations"`
	UpdateCorrelationsBuffer        int `yaml:"updateCorrelationsBuffer"`
	UpdateAggregationsBuffer        int `yaml:"updateAggregationsBuffer"`
	MaxWeekAggregationObservations  int `yaml:"maxWeekAggregationObservations"`
	MaxMonthAggregationObservations int `yaml:"maxMonthAggregationObservations"`
}

type AuthConfig

type AuthConfig struct {
	Secret string
	Exp    int
}

type Config

type Config struct {
	Env      string
	DB       DBConfig
	Server   ServerConfig
	Auth     AuthConfig
	App      AppConfig
	Job      JobConfig
	External ExternalConfig
	Data     DataConfig
}

func ReadConfigs

func ReadConfigs(path string) (Config, error)

type DBConfig

type DBConfig struct {
	Driver string
	URI    string
}

type DataConfig added in v0.0.7

type DataConfig struct {
	Presets PresetsConfig
}

type ExternalConfig added in v0.0.5

type ExternalConfig struct {
	Telegram TelegramConfig
}

type JobConfig added in v0.0.5

type JobConfig struct {
	GatherAndSendServiceStatsSchedule string `yaml:"gatherAndSendServiceStatsSchedule"`
}

type PresetsConfig added in v0.0.7

type PresetsConfig struct {
	ScalePresetsPath           string `yaml:"scalePresetsPath"`
	IndicatorPresetsPath       string `yaml:"indicatorPresetsPath"`
	DictionaryPresetsPath      string `yaml:"dictionaryPresetsPath"`
	DictionaryEntryPresetsPath string `yaml:"dictionaryEntryPresetsPath"`
}

type ServerConfig

type ServerConfig struct {
	Port int
	Host string
}

func (*ServerConfig) GetAddress

func (s *ServerConfig) GetAddress() string

type TelegramConfig added in v0.0.5

type TelegramConfig struct {
	TelegramTo    int64  `yaml:"telegramTo"`
	TelegramToken string `yaml:"telegramToken"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL