mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-16 19:19:23 +08:00
Updated import paths in search.go
This commit is contained in:
parent
4eb810e26c
commit
6462a14af4
@ -2,9 +2,9 @@ package msg
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"github.com/OpenIMSDK/Open-IM-Server/internal/logic/model"
|
"github.com/OpenIMSDK/Open-IM-Server/internal/model"
|
||||||
"github.com/OpenIMSDK/Open-IM-Server/internal/logic/service"
|
"github.com/OpenIMSDK/Open-IM-Server/internal/service"
|
||||||
"github.com/OpenIMSDK/Open-IM-Server/pkg/pb"
|
"github.com/OpenIMSDK/Open-IM-Server/pkg/protocol"
|
||||||
)
|
)
|
||||||
|
|
||||||
type msgServer struct {
|
type msgServer struct {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user