Updated import paths in search.go

This commit is contained in:
sweep-ai[bot] 2023-08-15 01:47:33 +00:00 committed by GitHub
parent 4eb810e26c
commit 6462a14af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,9 @@ package msg
import (
"context"
"github.com/OpenIMSDK/Open-IM-Server/internal/logic/model"
"github.com/OpenIMSDK/Open-IM-Server/internal/logic/service"
"github.com/OpenIMSDK/Open-IM-Server/pkg/pb"
"github.com/OpenIMSDK/Open-IM-Server/internal/model"
"github.com/OpenIMSDK/Open-IM-Server/internal/service"
"github.com/OpenIMSDK/Open-IM-Server/pkg/protocol"
)
type msgServer struct {