package
Version:
v0.0.0-...-44226c5
Opens a new window with list of versions in this module.
Published: Apr 18, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
ConfigPath string `env:"CONFIG_PATH" yaml:"config_path"`
ConfigSrc string `env:"CONFIG_SRC" yaml:"config_src"`
DB DBConfig `envPrefix:"DB_" yaml:"db"`
}
type DBConfig struct {
Driver string `env:"DRIVER" yaml:"driver"`
DSN string `env:"DSN" yaml:"dsn"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.