get grpc conn from config

This commit is contained in:
skiffer-git
2022-08-17 11:42:12 +08:00
parent 92d7ecdf68
commit 85a52f5d6b
3 changed files with 19 additions and 17 deletions
+1
View File
@@ -128,6 +128,7 @@ type config struct {
OpenImOrganizationPort []int `yaml:"openImOrganizationPort"`
OpenImConversationPort []int `yaml:"openImConversationPort"`
OpenImCachePort []int `yaml:"openImCachePort"`
OpenImRealTimeCommPort []int `yaml:"openImRealTimeCommPort"`
}
RpcRegisterName struct {
OpenImStatisticsName string `yaml:"openImStatisticsName"`