修改为龙舟
This commit is contained in:
@@ -12,9 +12,10 @@ import (
|
||||
)
|
||||
|
||||
type ConfigServer struct {
|
||||
Name string
|
||||
Host string `yaml:"Host"`
|
||||
Port int `yaml:"Port"`
|
||||
Name string
|
||||
Host string `yaml:"Host"`
|
||||
Port int `yaml:"Port"`
|
||||
ReplicaId uint64 `yaml:"ReplicaId"`
|
||||
}
|
||||
|
||||
func AutoGetAllServerConfig() []*ConfigServer {
|
||||
|
||||
Reference in New Issue
Block a user