mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-17 03:27:02 +08:00
Updated import paths in internal/rpc/msg/search.go
This commit is contained in:
parent
3d564caa54
commit
1d68d6abe2
@ -3,7 +3,7 @@ package msg
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"github.com/OpenIMSDK/Open-IM-Server/internal/model"
|
"github.com/OpenIMSDK/Open-IM-Server/internal/model"
|
||||||
"github.com/OpenIMSDK/Open-IM-Server/internal/service"
|
"github.com/OpenIMSDK/Open-IM-Server/internal/logic/service"
|
||||||
"github.com/OpenIMSDK/Open-IM-Server/pkg/protocol"
|
"github.com/OpenIMSDK/Open-IM-Server/pkg/protocol"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user