mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-20 00:39:01 +08:00
pb file
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user