package
Version:
v0.0.0-...-2147667
Opens a new window with list of versions in this module.
Published: Jul 19, 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 Conf struct {
ServiceName string `config:"service_name"`
DBHost string `config:"db_host"`
DBPort int `config:"db_port"`
DBName string `config:"db_name"`
DBUser string `config:"db_user"`
DBPass string `config:"db_pass"`
DBSchema string `config:"db_schema"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.