package
Version:
v0.0.0-...-8d4c7b2
Opens a new window with list of versions in this module.
Published: Oct 27, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
DBHost string `mapstructure:"db_host"`
DBPort int `mapstructure:"db_port"`
DBUser string `mapstructure:"db_user"`
DBPassword string `mapstructure:"db_password"`
DBName string `mapstructure:"db_name"`
DBChannelName string `mapstructure:"db_channel_name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.