update ivyz5773
This commit is contained in:
@@ -14,6 +14,7 @@ type Config struct {
|
||||
UserRpc zrpc.RpcClientConf
|
||||
KqPusherConf KqPusherConf
|
||||
WestConfig WestConfig
|
||||
YushanConfig YushanConfig
|
||||
}
|
||||
type KqPusherConf struct {
|
||||
Brokers []string
|
||||
@@ -25,3 +26,8 @@ type WestConfig struct {
|
||||
SecretId string
|
||||
SecretSecondId string
|
||||
}
|
||||
type YushanConfig struct {
|
||||
ApiKey string
|
||||
AcctID string
|
||||
Url string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user