Discover Packages
github.com/zxq97/tools
config
package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Aug 27, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type EtcdConf struct {
Addr []string `yaml:"addr"`
TTL int `yaml:"ttl"`
}
type KafkaConf struct {
Addr []string `yaml:"addr"`
}
type MCConf struct {
Addr []string `yaml:"addr"`
}
type MysqlConf struct {
Host string `yaml:"host"`
Port int `yaml:"port"`
DB string `yaml:"db"`
User string `yaml:"user"`
Password string `yaml:"password"`
}
type RedisConf struct {
Addr string `yaml:"addr"`
DB int `yaml:"db"`
Type string `yaml:"type"`
}
type SvcConf struct {
Bind string `yaml:"bind"`
Addr string `yaml:"addr"`
Name string `yaml:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.