mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-30 07:19:20 +08:00
msg rpc
This commit is contained in:
@@ -33,6 +33,7 @@ type MsgInterface interface {
|
||||
GetUserMinSeq(ctx context.Context, userID string) (uint32, error)
|
||||
|
||||
GetMessageListBySeq(ctx context.Context, userID string, seqs []uint32) ([]*sdkws.MsgData, error)
|
||||
GetSuperGroupMsg(ctx context.Context, groupID string, seq uint32) (*sdkws.MsgData, error)
|
||||
}
|
||||
|
||||
type MsgDatabaseInterface interface {
|
||||
|
||||
Reference in New Issue
Block a user