Discover Packages
github.com/devpablocristo/golang/06-apps/qh
internal
commons
settings
package
Version:
v0.0.0-...-81386c3
Opens a new window with list of versions in this module.
Published: Jan 10, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type DatabaseConfig struct {
Host string `yaml:"host"`
Port int `yaml:"port"`
User string `yaml:"user"`
Pass string `yaml:"password"`
Name string `yaml:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.