Discover Packages
github.com/zxq97/gokit
pkg
database
mysql
package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Feb 11, 2023
License: Apache-2.0
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
Documentation
¶
type Config struct {
Host string `yaml:"host"`
Port int `yaml:"port"`
User string `yaml:"user"`
DB string `yaml:"db"`
Password string `yaml:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.