Skip to content

Commit

Permalink
refactor: change project module name. (#1038)
Browse files Browse the repository at this point in the history
* fix: to start im or chat, ZooKeeper must be started first.

* fix: msg gateway start output err info

Signed-off-by: Gordon <[email protected]>

* fix: msg gateway start output err info

Signed-off-by: Gordon <[email protected]>

* chore: package path changes

Signed-off-by: withchao <[email protected]>

* fix: go mod update

Signed-off-by: Gordon <[email protected]>

* fix: token update

Signed-off-by: Gordon <[email protected]>

* chore: package path changes

Signed-off-by: withchao <[email protected]>

* chore: package path changes

Signed-off-by: withchao <[email protected]>

* fix: token update

Signed-off-by: Gordon <[email protected]>

* fix: token update

Signed-off-by: Gordon <[email protected]>

* fix: token update

Signed-off-by: Gordon <[email protected]>

* fix: token update

Signed-off-by: Gordon <[email protected]>

* fix: token update

Signed-off-by: Gordon <[email protected]>

* fix: token update

Signed-off-by: Gordon <[email protected]>

* fix: get all userID

Signed-off-by: Gordon <[email protected]>

* fix: msggateway add online status call

Signed-off-by: Gordon <[email protected]>

* refactor: log change

Signed-off-by: Gordon <[email protected]>

* refactor: log change

Signed-off-by: Gordon <[email protected]>

* chore: network mode change

Signed-off-by: Gordon <[email protected]>

* cicd: robot automated Change

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* cicd: robot automated Change

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* cicd: robot automated Change

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* feat: add api of get server time

Signed-off-by: Gordon <[email protected]>

* feat: remove go work sum

Signed-off-by: Gordon <[email protected]>

* cicd: robot automated Change

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* fix: pull message add isRead field

Signed-off-by: Gordon <[email protected]>

* fix: check msg-transfer script

Signed-off-by: Gordon <[email protected]>

* fix:  script update

Signed-off-by: Gordon <[email protected]>

* fix:  script update

Signed-off-by: Gordon <[email protected]>

* fix:  script update

Signed-off-by: Gordon <[email protected]>

* fix:  script update

Signed-off-by: Gordon <[email protected]>

* fix:  script update

Signed-off-by: Gordon <[email protected]>

* fix:  script update

Signed-off-by: Gordon <[email protected]>

* fix:  script update

Signed-off-by: Gordon <[email protected]>

* fix:  script update

Signed-off-by: Gordon <[email protected]>

* fix:  script update

Signed-off-by: Gordon <[email protected]>

* fix:  script update

Signed-off-by: Gordon <[email protected]>

* fix:  script update

Signed-off-by: Gordon <[email protected]>

* fix:  script update

Signed-off-by: Gordon <[email protected]>

* fix:  script update

Signed-off-by: Gordon <[email protected]>

* fix:  script update

Signed-off-by: Gordon <[email protected]>

* fix:  script update

Signed-off-by: Gordon <[email protected]>

* fix:  script update

Signed-off-by: Gordon <[email protected]>

* fix:  script update

Signed-off-by: Gordon <[email protected]>

* fix: start don't kill old process

Signed-off-by: Gordon <[email protected]>

* cicd: robot automated Change

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* fix: check component

Signed-off-by: Gordon <[email protected]>

* fix: pull message set isRead only message come from single.

Signed-off-by: Gordon <[email protected]>

* cicd: robot automated Change

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* fix: multiple gateway kick user each other.

Signed-off-by: Gordon <[email protected]>

* fix: multiple gateway kick user each other.

Signed-off-by: Gordon <[email protected]>

* fix: multiple gateway kick user each other.

Signed-off-by: Gordon <[email protected]>

* fix: multiple gateway kick user each other.

Signed-off-by: Gordon <[email protected]>

* fix: multiple gateway kick user each other.

Signed-off-by: Gordon <[email protected]>

* fix: multiple gateway kick user each other.

Signed-off-by: Gordon <[email protected]>

* cicd: robot automated Change

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* fix: multiple gateway kick user each other.

Signed-off-by: Gordon <[email protected]>

* fix: add ex field to update group info.

Signed-off-by: Gordon <[email protected]>

* cicd: robot automated Change

* cicd: robot automated Change

* refactor: change project module name.

Signed-off-by: Gordon <[email protected]>

* refactor: change project module name.

Signed-off-by: Gordon <[email protected]>

* refactor: change project module name.

Signed-off-by: Gordon <[email protected]>

* cicd: robot automated Change

---------

Signed-off-by: Gordon <[email protected]>
Signed-off-by: withchao <[email protected]>
Signed-off-by: Gordon <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: withchao <[email protected]>
Co-authored-by: Xinwei Xiong <[email protected]>
Co-authored-by: FGadvancer <[email protected]>
  • Loading branch information
4 people authored Sep 7, 2023
1 parent da89121 commit 186952a
Show file tree
Hide file tree
Showing 166 changed files with 369 additions and 366 deletions.
8 changes: 4 additions & 4 deletions cmd/openim-api/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ import (
openkeeper "github.com/OpenIMSDK/tools/discoveryregistry/zookeeper"
"github.com/OpenIMSDK/tools/log"

"github.com/OpenIMSDK/Open-IM-Server/internal/api"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/cmd"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/cache"
"github.com/openimsdk/open-im-server/v3/internal/api"
"github.com/openimsdk/open-im-server/v3/pkg/common/cmd"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
"github.com/openimsdk/open-im-server/v3/pkg/common/db/cache"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/openim-cmdutils/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package main

import (
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/cmd"
"github.com/openimsdk/open-im-server/v3/pkg/common/cmd"
)

func main() {
Expand Down
4 changes: 2 additions & 2 deletions cmd/openim-crontask/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
package main

import (
"github.com/OpenIMSDK/Open-IM-Server/internal/tools"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/cmd"
"github.com/openimsdk/open-im-server/v3/internal/tools"
"github.com/openimsdk/open-im-server/v3/pkg/common/cmd"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/openim-msggateway/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package main

import (
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/cmd"
"github.com/openimsdk/open-im-server/v3/pkg/common/cmd"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/openim-msgtransfer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package main

import (
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/cmd"
"github.com/openimsdk/open-im-server/v3/pkg/common/cmd"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions cmd/openim-push/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
package main

import (
"github.com/OpenIMSDK/Open-IM-Server/internal/push"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/cmd"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/openimsdk/open-im-server/v3/internal/push"
"github.com/openimsdk/open-im-server/v3/pkg/common/cmd"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions cmd/openim-rpc/openim-rpc-auth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
package main

import (
"github.com/OpenIMSDK/Open-IM-Server/internal/rpc/auth"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/cmd"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/openimsdk/open-im-server/v3/internal/rpc/auth"
"github.com/openimsdk/open-im-server/v3/pkg/common/cmd"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions cmd/openim-rpc/openim-rpc-conversation/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
package main

import (
"github.com/OpenIMSDK/Open-IM-Server/internal/rpc/conversation"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/cmd"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/openimsdk/open-im-server/v3/internal/rpc/conversation"
"github.com/openimsdk/open-im-server/v3/pkg/common/cmd"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions cmd/openim-rpc/openim-rpc-friend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
package main

import (
"github.com/OpenIMSDK/Open-IM-Server/internal/rpc/friend"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/cmd"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/openimsdk/open-im-server/v3/internal/rpc/friend"
"github.com/openimsdk/open-im-server/v3/pkg/common/cmd"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions cmd/openim-rpc/openim-rpc-group/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
package main

import (
"github.com/OpenIMSDK/Open-IM-Server/internal/rpc/group"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/cmd"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/openimsdk/open-im-server/v3/internal/rpc/group"
"github.com/openimsdk/open-im-server/v3/pkg/common/cmd"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions cmd/openim-rpc/openim-rpc-msg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
package main

import (
"github.com/OpenIMSDK/Open-IM-Server/internal/rpc/msg"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/cmd"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/openimsdk/open-im-server/v3/internal/rpc/msg"
"github.com/openimsdk/open-im-server/v3/pkg/common/cmd"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions cmd/openim-rpc/openim-rpc-third/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
package main

import (
"github.com/OpenIMSDK/Open-IM-Server/internal/rpc/third"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/cmd"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/openimsdk/open-im-server/v3/internal/rpc/third"
"github.com/openimsdk/open-im-server/v3/pkg/common/cmd"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions cmd/openim-rpc/openim-rpc-user/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
package main

import (
"github.com/OpenIMSDK/Open-IM-Server/internal/rpc/user"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/cmd"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/openimsdk/open-im-server/v3/internal/rpc/user"
"github.com/openimsdk/open-im-server/v3/pkg/common/cmd"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/OpenIMSDK/Open-IM-Server
module github.com/openimsdk/open-im-server/v3

go 1.18

Expand Down
1 change: 1 addition & 0 deletions go.work
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ use (
./tools/openim-web
./tools/versionchecker
./tools/yamlfmt
./tools/component
)
2 changes: 1 addition & 1 deletion internal/api/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/OpenIMSDK/protocol/auth"
"github.com/OpenIMSDK/tools/a2r"

"github.com/OpenIMSDK/Open-IM-Server/pkg/rpcclient"
"github.com/openimsdk/open-im-server/v3/pkg/rpcclient"
)

type AuthApi rpcclient.Auth
Expand Down
2 changes: 1 addition & 1 deletion internal/api/conversation.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/OpenIMSDK/protocol/conversation"
"github.com/OpenIMSDK/tools/a2r"

"github.com/OpenIMSDK/Open-IM-Server/pkg/rpcclient"
"github.com/openimsdk/open-im-server/v3/pkg/rpcclient"
)

type ConversationApi rpcclient.Conversation
Expand Down
2 changes: 1 addition & 1 deletion internal/api/friend.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/OpenIMSDK/protocol/friend"
"github.com/OpenIMSDK/tools/a2r"

"github.com/OpenIMSDK/Open-IM-Server/pkg/rpcclient"
"github.com/openimsdk/open-im-server/v3/pkg/rpcclient"

"github.com/gin-gonic/gin"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/api/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/OpenIMSDK/protocol/group"
"github.com/OpenIMSDK/tools/a2r"

"github.com/OpenIMSDK/Open-IM-Server/pkg/rpcclient"
"github.com/openimsdk/open-im-server/v3/pkg/rpcclient"

"github.com/gin-gonic/gin"
)
Expand Down
9 changes: 5 additions & 4 deletions internal/api/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
package api

import (
"github.com/OpenIMSDK/Open-IM-Server/pkg/authverify"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/OpenIMSDK/tools/mcontext"
"github.com/gin-gonic/gin"
"github.com/go-playground/validator/v10"
"github.com/mitchellh/mapstructure"

"github.com/openimsdk/open-im-server/v3/pkg/authverify"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"

"github.com/OpenIMSDK/protocol/constant"
"github.com/OpenIMSDK/protocol/msg"
"github.com/OpenIMSDK/protocol/sdkws"
Expand All @@ -31,8 +32,8 @@ import (
"github.com/OpenIMSDK/tools/log"
"github.com/OpenIMSDK/tools/utils"

"github.com/OpenIMSDK/Open-IM-Server/pkg/apistruct"
"github.com/OpenIMSDK/Open-IM-Server/pkg/rpcclient"
"github.com/openimsdk/open-im-server/v3/pkg/apistruct"
"github.com/openimsdk/open-im-server/v3/pkg/rpcclient"
)

type MessageApi struct {
Expand Down
12 changes: 6 additions & 6 deletions internal/api/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import (
"github.com/OpenIMSDK/tools/errs"
"github.com/OpenIMSDK/tools/tokenverify"

"github.com/OpenIMSDK/Open-IM-Server/pkg/authverify"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/cache"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/controller"
"github.com/openimsdk/open-im-server/v3/pkg/authverify"
"github.com/openimsdk/open-im-server/v3/pkg/common/db/cache"
"github.com/openimsdk/open-im-server/v3/pkg/common/db/controller"

"github.com/gin-gonic/gin"
"github.com/gin-gonic/gin/binding"
Expand All @@ -38,9 +38,9 @@ import (
"github.com/OpenIMSDK/tools/log"
"github.com/OpenIMSDK/tools/mw"

"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/prome"
"github.com/OpenIMSDK/Open-IM-Server/pkg/rpcclient"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
"github.com/openimsdk/open-im-server/v3/pkg/common/prome"
"github.com/openimsdk/open-im-server/v3/pkg/rpcclient"
)

func NewGinRouter(discov discoveryregistry.SvcDiscoveryRegistry, rdb redis.UniversalClient) *gin.Engine {
Expand Down
2 changes: 1 addition & 1 deletion internal/api/statistics.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/OpenIMSDK/protocol/user"
"github.com/OpenIMSDK/tools/a2r"

"github.com/OpenIMSDK/Open-IM-Server/pkg/rpcclient"
"github.com/openimsdk/open-im-server/v3/pkg/rpcclient"
)

type StatisticsApi rpcclient.User
Expand Down
2 changes: 1 addition & 1 deletion internal/api/third.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/OpenIMSDK/tools/errs"
"github.com/OpenIMSDK/tools/mcontext"

"github.com/OpenIMSDK/Open-IM-Server/pkg/rpcclient"
"github.com/openimsdk/open-im-server/v3/pkg/rpcclient"
)

type ThirdApi rpcclient.Third
Expand Down
4 changes: 2 additions & 2 deletions internal/api/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import (
"github.com/OpenIMSDK/tools/errs"
"github.com/OpenIMSDK/tools/log"

"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/OpenIMSDK/Open-IM-Server/pkg/rpcclient"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
"github.com/openimsdk/open-im-server/v3/pkg/rpcclient"
)

type UserApi rpcclient.User
Expand Down
6 changes: 3 additions & 3 deletions internal/msggateway/callback.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import (
"github.com/OpenIMSDK/protocol/constant"
"github.com/OpenIMSDK/tools/mcontext"

cbapi "github.com/OpenIMSDK/Open-IM-Server/pkg/callbackstruct"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/http"
cbapi "github.com/openimsdk/open-im-server/v3/pkg/callbackstruct"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
"github.com/openimsdk/open-im-server/v3/pkg/common/http"
)

func callBackURL() string {
Expand Down
2 changes: 1 addition & 1 deletion internal/msggateway/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"runtime/debug"
"sync"

"github.com/OpenIMSDK/Open-IM-Server/pkg/msgprocessor"
"github.com/openimsdk/open-im-server/v3/pkg/msgprocessor"

"google.golang.org/protobuf/proto"

Expand Down
10 changes: 5 additions & 5 deletions internal/msggateway/hub_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ import (

"github.com/OpenIMSDK/tools/mcontext"

"github.com/OpenIMSDK/Open-IM-Server/pkg/authverify"
"github.com/openimsdk/open-im-server/v3/pkg/authverify"

"github.com/OpenIMSDK/tools/errs"
"google.golang.org/grpc"

"github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/cache"
"github.com/openimsdk/open-im-server/v3/pkg/common/db/cache"

"github.com/OpenIMSDK/protocol/constant"
"github.com/OpenIMSDK/protocol/msggateway"
"github.com/OpenIMSDK/tools/discoveryregistry"
"github.com/OpenIMSDK/tools/log"
"github.com/OpenIMSDK/tools/utils"

"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/prome"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/startrpc"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
"github.com/openimsdk/open-im-server/v3/pkg/common/prome"
"github.com/openimsdk/open-im-server/v3/pkg/common/startrpc"
)

func (s *Server) InitServer(disCov discoveryregistry.SvcDiscoveryRegistry, server *grpc.Server) error {
Expand Down
2 changes: 1 addition & 1 deletion internal/msggateway/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"fmt"
"time"

"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
)

func RunWsAndServer(rpcPort, wsPort, prometheusPort int) error {
Expand Down
2 changes: 1 addition & 1 deletion internal/msggateway/message_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"github.com/OpenIMSDK/protocol/sdkws"
"github.com/OpenIMSDK/tools/utils"

"github.com/OpenIMSDK/Open-IM-Server/pkg/rpcclient"
"github.com/openimsdk/open-im-server/v3/pkg/rpcclient"
)

type Req struct {
Expand Down
8 changes: 4 additions & 4 deletions internal/msggateway/n_ws_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ import (

"github.com/OpenIMSDK/protocol/msggateway"

"github.com/OpenIMSDK/Open-IM-Server/pkg/authverify"
"github.com/OpenIMSDK/Open-IM-Server/pkg/rpcclient"
"github.com/openimsdk/open-im-server/v3/pkg/authverify"
"github.com/openimsdk/open-im-server/v3/pkg/rpcclient"

"github.com/OpenIMSDK/protocol/constant"

"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/cache"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
"github.com/openimsdk/open-im-server/v3/pkg/common/db/cache"

"github.com/redis/go-redis/v9"

Expand Down
16 changes: 8 additions & 8 deletions internal/msgtransfer/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ import (
"github.com/OpenIMSDK/tools/log"
"github.com/OpenIMSDK/tools/mw"

"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/cache"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/controller"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/relation"
relationtb "github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/table/relation"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/unrelation"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/prome"
"github.com/OpenIMSDK/Open-IM-Server/pkg/rpcclient"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
"github.com/openimsdk/open-im-server/v3/pkg/common/db/cache"
"github.com/openimsdk/open-im-server/v3/pkg/common/db/controller"
"github.com/openimsdk/open-im-server/v3/pkg/common/db/relation"
relationtb "github.com/openimsdk/open-im-server/v3/pkg/common/db/table/relation"
"github.com/openimsdk/open-im-server/v3/pkg/common/db/unrelation"
"github.com/openimsdk/open-im-server/v3/pkg/common/prome"
"github.com/openimsdk/open-im-server/v3/pkg/rpcclient"
)

type MsgTransfer struct {
Expand Down
Loading

0 comments on commit 186952a

Please sign in to comment.