package
Version:
v0.0.0-...-b9b72ee
Opens a new window with list of versions in this module.
Published: Mar 26, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MysqlConf struct {
Host string `json:"host"`
Port string `json:"port"`
UserName string `json:"user_name"`
Password string `json:"password"`
Database string `json:"database"`
LogModel bool `json:"log_model"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.