Updated internal/logic/service/msg.go

pull/864/head
sweep-ai[bot] 2 years ago committed by GitHub
parent 6462a14af4
commit da9f9f0e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,8 +2,8 @@ package service
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/pkg/pb" "github.com/OpenIMSDK/Open-IM-Server/pkg/protocol"
) )
func SearchMsgFromDB(ctx context.Context, req *pb.SearchMsgReq) ([]*model.ChatLog, error) { func SearchMsgFromDB(ctx context.Context, req *pb.SearchMsgReq) ([]*model.ChatLog, error) {

Loading…
Cancel
Save