config

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	DBDSN    string `mapstructure:"dbdsn"`
	RedisDSN string `mapstructure:"redisdsn"`
}

Config is the configuration for the application

func LoadConfigFromFileOrEnvVar

func LoadConfigFromFileOrEnvVar(cfgFilePath string) (*Config, error)

LoadConfigFromFileOrEnvVar loads the configuration from a file or environment variable

func (*Config) IsValid

func (c *Config) IsValid() bool

IsValid checks if the configuration is valid

Jump to

Keyboard shortcuts

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