package
Version:
v0.0.0-...-cda2c63
Opens a new window with list of versions in this module.
Published: Nov 12, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Loadini(filename string, data interface{}) (err error)
解析配置文件
type MysqlconfigHost struct {
Address string `ini:"address"`
Port int `ini:"port"`
Username string `ini:"username"`
Password string `ini:"password"`
DB string `ini:"db"`
Table string `ini:"table"`
}
type MysqlconfigSlave struct {
Address string `ini:"address"`
Port int `ini:"port"`
Username string `ini:"username"`
Password string `ini:"password"`
DB string `ini:"db"`
Table string `ini:"table"`
}
type SqlSyntax struct {
HostSelcet string `ini:"host_selcet"`
SlaveUpdate string `ini:"slave_update"`
UpdateTime int `ini:"update_time"`
HostCount string `ini:"host_count"`
SendCount int `ini:"send_count"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.