mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
Optimize the control structure (#1294)
* cicd: robot automated Change * cicd: robot automated Change --------- Co-authored-by: go75 <go75@users.noreply.github.com>
This commit is contained in:
@@ -16,10 +16,12 @@ package msgtransfer
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/openimsdk/open-im-server/v3/pkg/common/discovery_register"
|
||||
"sync"
|
||||
|
||||
"google.golang.org/grpc"
|
||||
"google.golang.org/grpc/credentials/insecure"
|
||||
"sync"
|
||||
|
||||
"github.com/openimsdk/open-im-server/v3/pkg/common/discovery_register"
|
||||
|
||||
"github.com/OpenIMSDK/tools/mw"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user