mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
add rpc conversation
This commit is contained in:
@@ -21,6 +21,7 @@ service_port_name=(
|
||||
openImStatisticsPort
|
||||
openImOfficePort
|
||||
openImOrganizationPort
|
||||
openImConversationPort
|
||||
)
|
||||
switch=$(cat $config_path | grep demoswitch |awk -F '[:]' '{print $NF}')
|
||||
for i in ${service_port_name[*]}; do
|
||||
|
||||
@@ -50,6 +50,7 @@ service_source_root=(
|
||||
../cmd/rpc/open_im_statistics/
|
||||
../cmd/rpc/open_im_office/
|
||||
../cmd/rpc/open_im_organization/
|
||||
../cmd/rpc/open_im_conversation/
|
||||
${msg_gateway_source_root}
|
||||
${msg_transfer_source_root}
|
||||
${msg_source_root}
|
||||
@@ -71,7 +72,8 @@ service_names=(
|
||||
open_im_message_cms
|
||||
open_im_statistics
|
||||
open_im_office
|
||||
open_im_organization
|
||||
open_im_organization
|
||||
open_im_conversation
|
||||
${msg_gateway_name}
|
||||
${msg_transfer_name}
|
||||
${msg_name}
|
||||
|
||||
@@ -20,6 +20,7 @@ service_filename=(
|
||||
${msg_name}
|
||||
open_im_office
|
||||
open_im_organization
|
||||
open_im_conversation
|
||||
)
|
||||
|
||||
#service config port name
|
||||
@@ -38,6 +39,7 @@ service_port_name=(
|
||||
openImOfflineMessagePort
|
||||
openImOfficePort
|
||||
openImOrganizationPort
|
||||
openImConversationPort
|
||||
)
|
||||
|
||||
for ((i = 0; i < ${#service_filename[*]}; i++)); do
|
||||
|
||||
Reference in New Issue
Block a user