configs

package
v0.0.0-...-7ca28c2 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2020 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 AuthConfig

type AuthConfig struct {
	Secret string
	Exp    int
}

type Config

type Config struct {
	Env    string
	Auth   AuthConfig
	DB     DBConfig
	Server ServerConfig
	Task   TaskConfig
	Job    JobConfig
}

func ReadConfigs

func ReadConfigs(path string) (Config, error)

type DBConfig

type DBConfig struct {
	Driver string
	URI    string
}

type JobConfig

type JobConfig struct {
	SystemSummaryPeriod int `yaml:"systemSummaryPeriod"`
}

type ServerConfig

type ServerConfig struct {
	Port int
	Host string
}

func (*ServerConfig) GetAddress

func (s *ServerConfig) GetAddress() string

type TaskConfig

type TaskConfig struct {
	ItemLimit int `yaml:"itemLimit"`
}

Jump to

Keyboard shortcuts

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