configs

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 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
}

func ReadConfigs

func ReadConfigs(path string) (Config, error)

type DBConfig

type DBConfig struct {
	Driver string
	URI    string
}

type ServerConfig

type ServerConfig struct {
	Port int
	Host string
}

func (*ServerConfig) GetAddress

func (s *ServerConfig) GetAddress() string

Jump to

Keyboard shortcuts

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