mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
pb file
This commit is contained in:
parent
50e344b9fb
commit
29e570e16d
@ -12,10 +12,11 @@ message PullMessageBySeqListResp {
|
|||||||
message PullMessageBySeqListReq{
|
message PullMessageBySeqListReq{
|
||||||
repeated int64 seqList =1;
|
repeated int64 seqList =1;
|
||||||
}
|
}
|
||||||
message GetNewSeqReq {
|
message GetMaxAndMinSeqReq {
|
||||||
}
|
}
|
||||||
message GetNewSeqResp {
|
message GetMaxAndMinSeqResp {
|
||||||
int64 Seq = 1;
|
int64 maxSeq = 1;
|
||||||
|
int64 minSeq = 2;
|
||||||
}
|
}
|
||||||
message GatherFormat{
|
message GatherFormat{
|
||||||
// @inject_tag: json:"id"
|
// @inject_tag: json:"id"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user