package
Version:
v0.0.0-...-c9cb955
Opens a new window with list of versions in this module.
Published: Jun 21, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
DBCreds struct {
Host string `yaml:"host"`
Port string `yaml:"port"`
Username string `yaml:"username"`
Password string `yaml:"password"`
Database string `yaml:"database"`
} `yaml:"db_creds"`
}
LoadConfig loads the configuration from a YAML file
Source Files
¶
Click to show internal directories.
Click to hide internal directories.