package
Version:
v0.0.0-...-2400502
Opens a new window with list of versions in this module.
Published: Nov 14, 2024
License: MIT
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
¶
type Domain struct {
Name string `yaml:"name"`
}
type Etcd struct {
Address string `yaml:"address"`
}
type MySQL struct {
DriverName string `yaml:"driverName"`
Host string `yaml:"host"`
Port string `yaml:"port"`
Database string `yaml:"database"`
UserName string `yaml:"username"`
Password string `yaml:"password"`
Charset string `yaml:"charset"`
}
type Redis struct {
UserName string `yaml:"userName"`
Address string `yaml:"address"`
Password string `yaml:"password"`
}
type Server struct {
Port string `yaml:"port"`
Version string `yaml:"version"`
JwtSecret string `yaml:"jwtSecret"`
}
type Service struct {
Name string `yaml:"name"`
LoadBalance bool `yaml:"loadBalance"`
Addr []string `yaml:"addr"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.