diff --git a/pkg/proto/msg/msg.pb.go b/pkg/proto/msg/msg.pb.go index 0fc704c21..4a836a7ed 100644 --- a/pkg/proto/msg/msg.pb.go +++ b/pkg/proto/msg/msg.pb.go @@ -27,8 +27,7 @@ const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package type MsgDataToMQ struct { Token string `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"` - OperationID string `protobuf:"bytes,2,opt,name=operationID" json:"operationID,omitempty"` - MsgData *sdkws.MsgData `protobuf:"bytes,3,opt,name=msgData" json:"msgData,omitempty"` + MsgData *sdkws.MsgData `protobuf:"bytes,2,opt,name=msgData" json:"msgData,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -38,7 +37,7 @@ func (m *MsgDataToMQ) Reset() { *m = MsgDataToMQ{} } func (m *MsgDataToMQ) String() string { return proto.CompactTextString(m) } func (*MsgDataToMQ) ProtoMessage() {} func (*MsgDataToMQ) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{0} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{0} } func (m *MsgDataToMQ) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgDataToMQ.Unmarshal(m, b) @@ -65,13 +64,6 @@ func (m *MsgDataToMQ) GetToken() string { return "" } -func (m *MsgDataToMQ) GetOperationID() string { - if m != nil { - return m.OperationID - } - return "" -} - func (m *MsgDataToMQ) GetMsgData() *sdkws.MsgData { if m != nil { return m.MsgData @@ -81,7 +73,6 @@ func (m *MsgDataToMQ) GetMsgData() *sdkws.MsgData { type MsgDataToDB struct { MsgData *sdkws.MsgData `protobuf:"bytes,1,opt,name=msgData" json:"msgData,omitempty"` - OperationID string `protobuf:"bytes,2,opt,name=operationID" json:"operationID,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -91,7 +82,7 @@ func (m *MsgDataToDB) Reset() { *m = MsgDataToDB{} } func (m *MsgDataToDB) String() string { return proto.CompactTextString(m) } func (*MsgDataToDB) ProtoMessage() {} func (*MsgDataToDB) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{1} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{1} } func (m *MsgDataToDB) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgDataToDB.Unmarshal(m, b) @@ -118,17 +109,9 @@ func (m *MsgDataToDB) GetMsgData() *sdkws.MsgData { return nil } -func (m *MsgDataToDB) GetOperationID() string { - if m != nil { - return m.OperationID - } - return "" -} - type PushMsgDataToMQ struct { - OperationID string `protobuf:"bytes,1,opt,name=OperationID" json:"OperationID,omitempty"` - MsgData *sdkws.MsgData `protobuf:"bytes,2,opt,name=msgData" json:"msgData,omitempty"` - PushToUserID string `protobuf:"bytes,3,opt,name=pushToUserID" json:"pushToUserID,omitempty"` + MsgData *sdkws.MsgData `protobuf:"bytes,1,opt,name=msgData" json:"msgData,omitempty"` + SourceID string `protobuf:"bytes,2,opt,name=sourceID" json:"sourceID,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -138,7 +121,7 @@ func (m *PushMsgDataToMQ) Reset() { *m = PushMsgDataToMQ{} } func (m *PushMsgDataToMQ) String() string { return proto.CompactTextString(m) } func (*PushMsgDataToMQ) ProtoMessage() {} func (*PushMsgDataToMQ) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{2} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{2} } func (m *PushMsgDataToMQ) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PushMsgDataToMQ.Unmarshal(m, b) @@ -158,13 +141,6 @@ func (m *PushMsgDataToMQ) XXX_DiscardUnknown() { var xxx_messageInfo_PushMsgDataToMQ proto.InternalMessageInfo -func (m *PushMsgDataToMQ) GetOperationID() string { - if m != nil { - return m.OperationID - } - return "" -} - func (m *PushMsgDataToMQ) GetMsgData() *sdkws.MsgData { if m != nil { return m.MsgData @@ -172,17 +148,17 @@ func (m *PushMsgDataToMQ) GetMsgData() *sdkws.MsgData { return nil } -func (m *PushMsgDataToMQ) GetPushToUserID() string { +func (m *PushMsgDataToMQ) GetSourceID() string { if m != nil { - return m.PushToUserID + return m.SourceID } return "" } type MsgDataToMongoByMQ struct { - LastSeq uint64 `protobuf:"varint,1,opt,name=lastSeq" json:"lastSeq,omitempty"` + LastSeq int64 `protobuf:"varint,1,opt,name=lastSeq" json:"lastSeq,omitempty"` AggregationID string `protobuf:"bytes,2,opt,name=aggregationID" json:"aggregationID,omitempty"` - MessageList []*MsgDataToMQ `protobuf:"bytes,3,rep,name=messageList" json:"messageList,omitempty"` + Messages []*MsgDataToMQ `protobuf:"bytes,3,rep,name=messages" json:"messages,omitempty"` TriggerID string `protobuf:"bytes,4,opt,name=triggerID" json:"triggerID,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -193,7 +169,7 @@ func (m *MsgDataToMongoByMQ) Reset() { *m = MsgDataToMongoByMQ{} } func (m *MsgDataToMongoByMQ) String() string { return proto.CompactTextString(m) } func (*MsgDataToMongoByMQ) ProtoMessage() {} func (*MsgDataToMongoByMQ) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{3} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{3} } func (m *MsgDataToMongoByMQ) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgDataToMongoByMQ.Unmarshal(m, b) @@ -213,7 +189,7 @@ func (m *MsgDataToMongoByMQ) XXX_DiscardUnknown() { var xxx_messageInfo_MsgDataToMongoByMQ proto.InternalMessageInfo -func (m *MsgDataToMongoByMQ) GetLastSeq() uint64 { +func (m *MsgDataToMongoByMQ) GetLastSeq() int64 { if m != nil { return m.LastSeq } @@ -227,9 +203,9 @@ func (m *MsgDataToMongoByMQ) GetAggregationID() string { return "" } -func (m *MsgDataToMongoByMQ) GetMessageList() []*MsgDataToMQ { +func (m *MsgDataToMongoByMQ) GetMessages() []*MsgDataToMQ { if m != nil { - return m.MessageList + return m.Messages } return nil } @@ -243,7 +219,6 @@ func (m *MsgDataToMongoByMQ) GetTriggerID() string { type GetMaxAndMinSeqReq struct { UserID string `protobuf:"bytes,1,opt,name=UserID" json:"UserID,omitempty"` - OperationID string `protobuf:"bytes,2,opt,name=OperationID" json:"OperationID,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -253,7 +228,7 @@ func (m *GetMaxAndMinSeqReq) Reset() { *m = GetMaxAndMinSeqReq{} } func (m *GetMaxAndMinSeqReq) String() string { return proto.CompactTextString(m) } func (*GetMaxAndMinSeqReq) ProtoMessage() {} func (*GetMaxAndMinSeqReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{4} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{4} } func (m *GetMaxAndMinSeqReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetMaxAndMinSeqReq.Unmarshal(m, b) @@ -280,18 +255,9 @@ func (m *GetMaxAndMinSeqReq) GetUserID() string { return "" } -func (m *GetMaxAndMinSeqReq) GetOperationID() string { - if m != nil { - return m.OperationID - } - return "" -} - type GetMaxAndMinSeqResp struct { - ErrCode int32 `protobuf:"varint,1,opt,name=ErrCode" json:"ErrCode,omitempty"` - ErrMsg string `protobuf:"bytes,2,opt,name=ErrMsg" json:"ErrMsg,omitempty"` - MaxSeq uint32 `protobuf:"varint,3,opt,name=MaxSeq" json:"MaxSeq,omitempty"` - MinSeq uint32 `protobuf:"varint,4,opt,name=MinSeq" json:"MinSeq,omitempty"` + MaxSeq int64 `protobuf:"varint,1,opt,name=MaxSeq" json:"MaxSeq,omitempty"` + MinSeq int64 `protobuf:"varint,2,opt,name=MinSeq" json:"MinSeq,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -301,7 +267,7 @@ func (m *GetMaxAndMinSeqResp) Reset() { *m = GetMaxAndMinSeqResp{} } func (m *GetMaxAndMinSeqResp) String() string { return proto.CompactTextString(m) } func (*GetMaxAndMinSeqResp) ProtoMessage() {} func (*GetMaxAndMinSeqResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{5} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{5} } func (m *GetMaxAndMinSeqResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetMaxAndMinSeqResp.Unmarshal(m, b) @@ -321,28 +287,14 @@ func (m *GetMaxAndMinSeqResp) XXX_DiscardUnknown() { var xxx_messageInfo_GetMaxAndMinSeqResp proto.InternalMessageInfo -func (m *GetMaxAndMinSeqResp) GetErrCode() int32 { - if m != nil { - return m.ErrCode - } - return 0 -} - -func (m *GetMaxAndMinSeqResp) GetErrMsg() string { - if m != nil { - return m.ErrMsg - } - return "" -} - -func (m *GetMaxAndMinSeqResp) GetMaxSeq() uint32 { +func (m *GetMaxAndMinSeqResp) GetMaxSeq() int64 { if m != nil { return m.MaxSeq } return 0 } -func (m *GetMaxAndMinSeqResp) GetMinSeq() uint32 { +func (m *GetMaxAndMinSeqResp) GetMinSeq() int64 { if m != nil { return m.MinSeq } @@ -360,7 +312,7 @@ func (m *SendMsgReq) Reset() { *m = SendMsgReq{} } func (m *SendMsgReq) String() string { return proto.CompactTextString(m) } func (*SendMsgReq) ProtoMessage() {} func (*SendMsgReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{6} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{6} } func (m *SendMsgReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendMsgReq.Unmarshal(m, b) @@ -388,9 +340,9 @@ func (m *SendMsgReq) GetMsgData() *sdkws.MsgData { } type SendMsgResp struct { - ServerMsgID string `protobuf:"bytes,4,opt,name=serverMsgID" json:"serverMsgID,omitempty"` - ClientMsgID string `protobuf:"bytes,5,opt,name=clientMsgID" json:"clientMsgID,omitempty"` - SendTime int64 `protobuf:"varint,6,opt,name=sendTime" json:"sendTime,omitempty"` + ServerMsgID string `protobuf:"bytes,1,opt,name=serverMsgID" json:"serverMsgID,omitempty"` + ClientMsgID string `protobuf:"bytes,2,opt,name=clientMsgID" json:"clientMsgID,omitempty"` + SendTime int64 `protobuf:"varint,3,opt,name=sendTime" json:"sendTime,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -400,7 +352,7 @@ func (m *SendMsgResp) Reset() { *m = SendMsgResp{} } func (m *SendMsgResp) String() string { return proto.CompactTextString(m) } func (*SendMsgResp) ProtoMessage() {} func (*SendMsgResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{7} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{7} } func (m *SendMsgResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendMsgResp.Unmarshal(m, b) @@ -452,7 +404,7 @@ func (m *ClearMsgReq) Reset() { *m = ClearMsgReq{} } func (m *ClearMsgReq) String() string { return proto.CompactTextString(m) } func (*ClearMsgReq) ProtoMessage() {} func (*ClearMsgReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{8} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{8} } func (m *ClearMsgReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClearMsgReq.Unmarshal(m, b) @@ -489,7 +441,7 @@ func (m *ClearMsgResp) Reset() { *m = ClearMsgResp{} } func (m *ClearMsgResp) String() string { return proto.CompactTextString(m) } func (*ClearMsgResp) ProtoMessage() {} func (*ClearMsgResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{9} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{9} } func (m *ClearMsgResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClearMsgResp.Unmarshal(m, b) @@ -522,7 +474,7 @@ func (m *SetMsgMinSeqReq) Reset() { *m = SetMsgMinSeqReq{} } func (m *SetMsgMinSeqReq) String() string { return proto.CompactTextString(m) } func (*SetMsgMinSeqReq) ProtoMessage() {} func (*SetMsgMinSeqReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{10} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{10} } func (m *SetMsgMinSeqReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetMsgMinSeqReq.Unmarshal(m, b) @@ -573,7 +525,7 @@ func (m *SetMsgMinSeqResp) Reset() { *m = SetMsgMinSeqResp{} } func (m *SetMsgMinSeqResp) String() string { return proto.CompactTextString(m) } func (*SetMsgMinSeqResp) ProtoMessage() {} func (*SetMsgMinSeqResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{11} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{11} } func (m *SetMsgMinSeqResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetMsgMinSeqResp.Unmarshal(m, b) @@ -594,7 +546,7 @@ func (m *SetMsgMinSeqResp) XXX_DiscardUnknown() { var xxx_messageInfo_SetMsgMinSeqResp proto.InternalMessageInfo type SetSendMsgStatusReq struct { - Status int32 `protobuf:"varint,2,opt,name=status" json:"status,omitempty"` + Status int32 `protobuf:"varint,1,opt,name=status" json:"status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -604,7 +556,7 @@ func (m *SetSendMsgStatusReq) Reset() { *m = SetSendMsgStatusReq{} } func (m *SetSendMsgStatusReq) String() string { return proto.CompactTextString(m) } func (*SetSendMsgStatusReq) ProtoMessage() {} func (*SetSendMsgStatusReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{12} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{12} } func (m *SetSendMsgStatusReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetSendMsgStatusReq.Unmarshal(m, b) @@ -641,7 +593,7 @@ func (m *SetSendMsgStatusResp) Reset() { *m = SetSendMsgStatusResp{} } func (m *SetSendMsgStatusResp) String() string { return proto.CompactTextString(m) } func (*SetSendMsgStatusResp) ProtoMessage() {} func (*SetSendMsgStatusResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{13} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{13} } func (m *SetSendMsgStatusResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetSendMsgStatusResp.Unmarshal(m, b) @@ -662,7 +614,6 @@ func (m *SetSendMsgStatusResp) XXX_DiscardUnknown() { var xxx_messageInfo_SetSendMsgStatusResp proto.InternalMessageInfo type GetSendMsgStatusReq struct { - OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -672,7 +623,7 @@ func (m *GetSendMsgStatusReq) Reset() { *m = GetSendMsgStatusReq{} } func (m *GetSendMsgStatusReq) String() string { return proto.CompactTextString(m) } func (*GetSendMsgStatusReq) ProtoMessage() {} func (*GetSendMsgStatusReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{14} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{14} } func (m *GetSendMsgStatusReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSendMsgStatusReq.Unmarshal(m, b) @@ -692,17 +643,8 @@ func (m *GetSendMsgStatusReq) XXX_DiscardUnknown() { var xxx_messageInfo_GetSendMsgStatusReq proto.InternalMessageInfo -func (m *GetSendMsgStatusReq) GetOperationID() string { - if m != nil { - return m.OperationID - } - return "" -} - type GetSendMsgStatusResp struct { - ErrCode int32 `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"` - ErrMsg string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` - Status int32 `protobuf:"varint,3,opt,name=status" json:"status,omitempty"` + Status int32 `protobuf:"varint,1,opt,name=status" json:"status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -712,7 +654,7 @@ func (m *GetSendMsgStatusResp) Reset() { *m = GetSendMsgStatusResp{} } func (m *GetSendMsgStatusResp) String() string { return proto.CompactTextString(m) } func (*GetSendMsgStatusResp) ProtoMessage() {} func (*GetSendMsgStatusResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{15} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{15} } func (m *GetSendMsgStatusResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSendMsgStatusResp.Unmarshal(m, b) @@ -732,20 +674,6 @@ func (m *GetSendMsgStatusResp) XXX_DiscardUnknown() { var xxx_messageInfo_GetSendMsgStatusResp proto.InternalMessageInfo -func (m *GetSendMsgStatusResp) GetErrCode() int32 { - if m != nil { - return m.ErrCode - } - return 0 -} - -func (m *GetSendMsgStatusResp) GetErrMsg() string { - if m != nil { - return m.ErrMsg - } - return "" -} - func (m *GetSendMsgStatusResp) GetStatus() int32 { if m != nil { return m.Status @@ -754,8 +682,8 @@ func (m *GetSendMsgStatusResp) GetStatus() int32 { } type DelSuperGroupMsgReq struct { - UserID string `protobuf:"bytes,2,opt,name=userID" json:"userID,omitempty"` - GroupID string `protobuf:"bytes,3,opt,name=groupID" json:"groupID,omitempty"` + UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"` + GroupID string `protobuf:"bytes,2,opt,name=groupID" json:"groupID,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -765,7 +693,7 @@ func (m *DelSuperGroupMsgReq) Reset() { *m = DelSuperGroupMsgReq{} } func (m *DelSuperGroupMsgReq) String() string { return proto.CompactTextString(m) } func (*DelSuperGroupMsgReq) ProtoMessage() {} func (*DelSuperGroupMsgReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{16} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{16} } func (m *DelSuperGroupMsgReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DelSuperGroupMsgReq.Unmarshal(m, b) @@ -809,7 +737,7 @@ func (m *DelSuperGroupMsgResp) Reset() { *m = DelSuperGroupMsgResp{} } func (m *DelSuperGroupMsgResp) String() string { return proto.CompactTextString(m) } func (*DelSuperGroupMsgResp) ProtoMessage() {} func (*DelSuperGroupMsgResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{17} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{17} } func (m *DelSuperGroupMsgResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DelSuperGroupMsgResp.Unmarshal(m, b) @@ -830,9 +758,8 @@ func (m *DelSuperGroupMsgResp) XXX_DiscardUnknown() { var xxx_messageInfo_DelSuperGroupMsgResp proto.InternalMessageInfo type GetSuperGroupMsgReq struct { - OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"` - Seq uint32 `protobuf:"varint,2,opt,name=Seq" json:"Seq,omitempty"` - GroupID string `protobuf:"bytes,3,opt,name=groupID" json:"groupID,omitempty"` + Seq int64 `protobuf:"varint,1,opt,name=Seq" json:"Seq,omitempty"` + GroupID string `protobuf:"bytes,2,opt,name=groupID" json:"groupID,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -842,7 +769,7 @@ func (m *GetSuperGroupMsgReq) Reset() { *m = GetSuperGroupMsgReq{} } func (m *GetSuperGroupMsgReq) String() string { return proto.CompactTextString(m) } func (*GetSuperGroupMsgReq) ProtoMessage() {} func (*GetSuperGroupMsgReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{18} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{18} } func (m *GetSuperGroupMsgReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSuperGroupMsgReq.Unmarshal(m, b) @@ -862,14 +789,7 @@ func (m *GetSuperGroupMsgReq) XXX_DiscardUnknown() { var xxx_messageInfo_GetSuperGroupMsgReq proto.InternalMessageInfo -func (m *GetSuperGroupMsgReq) GetOperationID() string { - if m != nil { - return m.OperationID - } - return "" -} - -func (m *GetSuperGroupMsgReq) GetSeq() uint32 { +func (m *GetSuperGroupMsgReq) GetSeq() int64 { if m != nil { return m.Seq } @@ -884,9 +804,7 @@ func (m *GetSuperGroupMsgReq) GetGroupID() string { } type GetSuperGroupMsgResp struct { - ErrCode int32 `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"` - ErrMsg string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` - MsgData *sdkws.MsgData `protobuf:"bytes,3,opt,name=msgData" json:"msgData,omitempty"` + MsgData *sdkws.MsgData `protobuf:"bytes,1,opt,name=msgData" json:"msgData,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -896,7 +814,7 @@ func (m *GetSuperGroupMsgResp) Reset() { *m = GetSuperGroupMsgResp{} } func (m *GetSuperGroupMsgResp) String() string { return proto.CompactTextString(m) } func (*GetSuperGroupMsgResp) ProtoMessage() {} func (*GetSuperGroupMsgResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{19} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{19} } func (m *GetSuperGroupMsgResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSuperGroupMsgResp.Unmarshal(m, b) @@ -916,20 +834,6 @@ func (m *GetSuperGroupMsgResp) XXX_DiscardUnknown() { var xxx_messageInfo_GetSuperGroupMsgResp proto.InternalMessageInfo -func (m *GetSuperGroupMsgResp) GetErrCode() int32 { - if m != nil { - return m.ErrCode - } - return 0 -} - -func (m *GetSuperGroupMsgResp) GetErrMsg() string { - if m != nil { - return m.ErrMsg - } - return "" -} - func (m *GetSuperGroupMsgResp) GetMsgData() *sdkws.MsgData { if m != nil { return m.MsgData @@ -938,8 +842,7 @@ func (m *GetSuperGroupMsgResp) GetMsgData() *sdkws.MsgData { } type GetWriteDiffMsgReq struct { - OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"` - Seq uint32 `protobuf:"varint,2,opt,name=Seq" json:"Seq,omitempty"` + Seq int64 `protobuf:"varint,1,opt,name=Seq" json:"Seq,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -949,7 +852,7 @@ func (m *GetWriteDiffMsgReq) Reset() { *m = GetWriteDiffMsgReq{} } func (m *GetWriteDiffMsgReq) String() string { return proto.CompactTextString(m) } func (*GetWriteDiffMsgReq) ProtoMessage() {} func (*GetWriteDiffMsgReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{20} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{20} } func (m *GetWriteDiffMsgReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetWriteDiffMsgReq.Unmarshal(m, b) @@ -969,14 +872,7 @@ func (m *GetWriteDiffMsgReq) XXX_DiscardUnknown() { var xxx_messageInfo_GetWriteDiffMsgReq proto.InternalMessageInfo -func (m *GetWriteDiffMsgReq) GetOperationID() string { - if m != nil { - return m.OperationID - } - return "" -} - -func (m *GetWriteDiffMsgReq) GetSeq() uint32 { +func (m *GetWriteDiffMsgReq) GetSeq() int64 { if m != nil { return m.Seq } @@ -984,9 +880,7 @@ func (m *GetWriteDiffMsgReq) GetSeq() uint32 { } type GetWriteDiffMsgResp struct { - ErrCode int32 `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"` - ErrMsg string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` - MsgData *sdkws.MsgData `protobuf:"bytes,3,opt,name=msgData" json:"msgData,omitempty"` + MsgData *sdkws.MsgData `protobuf:"bytes,2,opt,name=msgData" json:"msgData,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -996,7 +890,7 @@ func (m *GetWriteDiffMsgResp) Reset() { *m = GetWriteDiffMsgResp{} } func (m *GetWriteDiffMsgResp) String() string { return proto.CompactTextString(m) } func (*GetWriteDiffMsgResp) ProtoMessage() {} func (*GetWriteDiffMsgResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{21} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{21} } func (m *GetWriteDiffMsgResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetWriteDiffMsgResp.Unmarshal(m, b) @@ -1016,20 +910,6 @@ func (m *GetWriteDiffMsgResp) XXX_DiscardUnknown() { var xxx_messageInfo_GetWriteDiffMsgResp proto.InternalMessageInfo -func (m *GetWriteDiffMsgResp) GetErrCode() int32 { - if m != nil { - return m.ErrCode - } - return 0 -} - -func (m *GetWriteDiffMsgResp) GetErrMsg() string { - if m != nil { - return m.ErrMsg - } - return "" -} - func (m *GetWriteDiffMsgResp) GetMsgData() *sdkws.MsgData { if m != nil { return m.MsgData @@ -1038,27 +918,25 @@ func (m *GetWriteDiffMsgResp) GetMsgData() *sdkws.MsgData { } type ModifyMessageReactionExtensionsReq struct { - OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"` - SourceID string `protobuf:"bytes,2,opt,name=sourceID" json:"sourceID,omitempty"` - OpUserID string `protobuf:"bytes,3,opt,name=opUserID" json:"opUserID,omitempty"` - SessionType int32 `protobuf:"varint,4,opt,name=sessionType" json:"sessionType,omitempty"` - ReactionExtensionList map[string]*sdkws.KeyValue `protobuf:"bytes,5,rep,name=reactionExtensionList" json:"reactionExtensionList,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` - ClientMsgID string `protobuf:"bytes,6,opt,name=clientMsgID" json:"clientMsgID,omitempty"` - Ex *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=ex" json:"ex,omitempty"` - AttachedInfo *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=attachedInfo" json:"attachedInfo,omitempty"` - IsReact bool `protobuf:"varint,9,opt,name=isReact" json:"isReact,omitempty"` - IsExternalExtensions bool `protobuf:"varint,10,opt,name=isExternalExtensions" json:"isExternalExtensions,omitempty"` - MsgFirstModifyTime int64 `protobuf:"varint,11,opt,name=msgFirstModifyTime" json:"msgFirstModifyTime,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + SourceID string `protobuf:"bytes,1,opt,name=sourceID" json:"sourceID,omitempty"` + SessionType int32 `protobuf:"varint,2,opt,name=sessionType" json:"sessionType,omitempty"` + ReactionExtensions map[string]*sdkws.KeyValue `protobuf:"bytes,3,rep,name=reactionExtensions" json:"reactionExtensions,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + ClientMsgID string `protobuf:"bytes,4,opt,name=clientMsgID" json:"clientMsgID,omitempty"` + Ex *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=ex" json:"ex,omitempty"` + AttachedInfo *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=attachedInfo" json:"attachedInfo,omitempty"` + IsReact bool `protobuf:"varint,7,opt,name=isReact" json:"isReact,omitempty"` + IsExternalExtensions bool `protobuf:"varint,8,opt,name=isExternalExtensions" json:"isExternalExtensions,omitempty"` + MsgFirstModifyTime int64 `protobuf:"varint,9,opt,name=msgFirstModifyTime" json:"msgFirstModifyTime,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *ModifyMessageReactionExtensionsReq) Reset() { *m = ModifyMessageReactionExtensionsReq{} } func (m *ModifyMessageReactionExtensionsReq) String() string { return proto.CompactTextString(m) } func (*ModifyMessageReactionExtensionsReq) ProtoMessage() {} func (*ModifyMessageReactionExtensionsReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{22} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{22} } func (m *ModifyMessageReactionExtensionsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ModifyMessageReactionExtensionsReq.Unmarshal(m, b) @@ -1078,13 +956,6 @@ func (m *ModifyMessageReactionExtensionsReq) XXX_DiscardUnknown() { var xxx_messageInfo_ModifyMessageReactionExtensionsReq proto.InternalMessageInfo -func (m *ModifyMessageReactionExtensionsReq) GetOperationID() string { - if m != nil { - return m.OperationID - } - return "" -} - func (m *ModifyMessageReactionExtensionsReq) GetSourceID() string { if m != nil { return m.SourceID @@ -1092,13 +963,6 @@ func (m *ModifyMessageReactionExtensionsReq) GetSourceID() string { return "" } -func (m *ModifyMessageReactionExtensionsReq) GetOpUserID() string { - if m != nil { - return m.OpUserID - } - return "" -} - func (m *ModifyMessageReactionExtensionsReq) GetSessionType() int32 { if m != nil { return m.SessionType @@ -1106,9 +970,9 @@ func (m *ModifyMessageReactionExtensionsReq) GetSessionType() int32 { return 0 } -func (m *ModifyMessageReactionExtensionsReq) GetReactionExtensionList() map[string]*sdkws.KeyValue { +func (m *ModifyMessageReactionExtensionsReq) GetReactionExtensions() map[string]*sdkws.KeyValue { if m != nil { - return m.ReactionExtensionList + return m.ReactionExtensions } return nil } @@ -1156,27 +1020,25 @@ func (m *ModifyMessageReactionExtensionsReq) GetMsgFirstModifyTime() int64 { } type SetMessageReactionExtensionsReq struct { - OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"` - SourceID string `protobuf:"bytes,2,opt,name=sourceID" json:"sourceID,omitempty"` - OpUserID string `protobuf:"bytes,3,opt,name=opUserID" json:"opUserID,omitempty"` - SessionType int32 `protobuf:"varint,4,opt,name=sessionType" json:"sessionType,omitempty"` - ReactionExtensionList map[string]*sdkws.KeyValue `protobuf:"bytes,5,rep,name=reactionExtensionList" json:"reactionExtensionList,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` - ClientMsgID string `protobuf:"bytes,6,opt,name=clientMsgID" json:"clientMsgID,omitempty"` - Ex *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=ex" json:"ex,omitempty"` - AttachedInfo *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=attachedInfo" json:"attachedInfo,omitempty"` - IsReact bool `protobuf:"varint,9,opt,name=isReact" json:"isReact,omitempty"` - IsExternalExtensions bool `protobuf:"varint,10,opt,name=isExternalExtensions" json:"isExternalExtensions,omitempty"` - MsgFirstModifyTime int64 `protobuf:"varint,11,opt,name=msgFirstModifyTime" json:"msgFirstModifyTime,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + SourceID string `protobuf:"bytes,1,opt,name=sourceID" json:"sourceID,omitempty"` + SessionType int32 `protobuf:"varint,2,opt,name=sessionType" json:"sessionType,omitempty"` + ReactionExtensions map[string]*sdkws.KeyValue `protobuf:"bytes,3,rep,name=reactionExtensions" json:"reactionExtensions,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + ClientMsgID string `protobuf:"bytes,4,opt,name=clientMsgID" json:"clientMsgID,omitempty"` + Ex *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=ex" json:"ex,omitempty"` + AttachedInfo *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=attachedInfo" json:"attachedInfo,omitempty"` + IsReact bool `protobuf:"varint,7,opt,name=isReact" json:"isReact,omitempty"` + IsExternalExtensions bool `protobuf:"varint,8,opt,name=isExternalExtensions" json:"isExternalExtensions,omitempty"` + MsgFirstModifyTime int64 `protobuf:"varint,9,opt,name=msgFirstModifyTime" json:"msgFirstModifyTime,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *SetMessageReactionExtensionsReq) Reset() { *m = SetMessageReactionExtensionsReq{} } func (m *SetMessageReactionExtensionsReq) String() string { return proto.CompactTextString(m) } func (*SetMessageReactionExtensionsReq) ProtoMessage() {} func (*SetMessageReactionExtensionsReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{23} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{23} } func (m *SetMessageReactionExtensionsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetMessageReactionExtensionsReq.Unmarshal(m, b) @@ -1196,13 +1058,6 @@ func (m *SetMessageReactionExtensionsReq) XXX_DiscardUnknown() { var xxx_messageInfo_SetMessageReactionExtensionsReq proto.InternalMessageInfo -func (m *SetMessageReactionExtensionsReq) GetOperationID() string { - if m != nil { - return m.OperationID - } - return "" -} - func (m *SetMessageReactionExtensionsReq) GetSourceID() string { if m != nil { return m.SourceID @@ -1210,13 +1065,6 @@ func (m *SetMessageReactionExtensionsReq) GetSourceID() string { return "" } -func (m *SetMessageReactionExtensionsReq) GetOpUserID() string { - if m != nil { - return m.OpUserID - } - return "" -} - func (m *SetMessageReactionExtensionsReq) GetSessionType() int32 { if m != nil { return m.SessionType @@ -1224,9 +1072,9 @@ func (m *SetMessageReactionExtensionsReq) GetSessionType() int32 { return 0 } -func (m *SetMessageReactionExtensionsReq) GetReactionExtensionList() map[string]*sdkws.KeyValue { +func (m *SetMessageReactionExtensionsReq) GetReactionExtensions() map[string]*sdkws.KeyValue { if m != nil { - return m.ReactionExtensionList + return m.ReactionExtensions } return nil } @@ -1274,12 +1122,10 @@ func (m *SetMessageReactionExtensionsReq) GetMsgFirstModifyTime() int64 { } type SetMessageReactionExtensionsResp struct { - ErrCode int32 `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"` - ErrMsg string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` - ClientMsgID string `protobuf:"bytes,3,opt,name=clientMsgID" json:"clientMsgID,omitempty"` - MsgFirstModifyTime int64 `protobuf:"varint,4,opt,name=msgFirstModifyTime" json:"msgFirstModifyTime,omitempty"` - IsReact bool `protobuf:"varint,5,opt,name=isReact" json:"isReact,omitempty"` - Result []*KeyValueResp `protobuf:"bytes,6,rep,name=result" json:"result,omitempty"` + ClientMsgID string `protobuf:"bytes,1,opt,name=clientMsgID" json:"clientMsgID,omitempty"` + MsgFirstModifyTime int64 `protobuf:"varint,2,opt,name=msgFirstModifyTime" json:"msgFirstModifyTime,omitempty"` + IsReact bool `protobuf:"varint,3,opt,name=isReact" json:"isReact,omitempty"` + Result []*KeyValueResp `protobuf:"bytes,4,rep,name=result" json:"result,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1289,7 +1135,7 @@ func (m *SetMessageReactionExtensionsResp) Reset() { *m = SetMessageReac func (m *SetMessageReactionExtensionsResp) String() string { return proto.CompactTextString(m) } func (*SetMessageReactionExtensionsResp) ProtoMessage() {} func (*SetMessageReactionExtensionsResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{24} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{24} } func (m *SetMessageReactionExtensionsResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetMessageReactionExtensionsResp.Unmarshal(m, b) @@ -1309,20 +1155,6 @@ func (m *SetMessageReactionExtensionsResp) XXX_DiscardUnknown() { var xxx_messageInfo_SetMessageReactionExtensionsResp proto.InternalMessageInfo -func (m *SetMessageReactionExtensionsResp) GetErrCode() int32 { - if m != nil { - return m.ErrCode - } - return 0 -} - -func (m *SetMessageReactionExtensionsResp) GetErrMsg() string { - if m != nil { - return m.ErrMsg - } - return "" -} - func (m *SetMessageReactionExtensionsResp) GetClientMsgID() string { if m != nil { return m.ClientMsgID @@ -1351,85 +1183,69 @@ func (m *SetMessageReactionExtensionsResp) GetResult() []*KeyValueResp { return nil } -type GetMessageListReactionExtensionsReq struct { - OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"` - OpUserID string `protobuf:"bytes,2,opt,name=opUserID" json:"opUserID,omitempty"` - SourceID string `protobuf:"bytes,3,opt,name=sourceID" json:"sourceID,omitempty"` - SessionType int32 `protobuf:"varint,4,opt,name=sessionType" json:"sessionType,omitempty"` - MessageReactionKeyList []*GetMessageListReactionExtensionsReq_MessageReactionKey `protobuf:"bytes,5,rep,name=messageReactionKeyList" json:"messageReactionKeyList,omitempty"` - TypeKeyList []string `protobuf:"bytes,6,rep,name=TypeKeyList" json:"TypeKeyList,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +type GetMessagesReactionExtensionsReq struct { + SourceID string `protobuf:"bytes,1,opt,name=sourceID" json:"sourceID,omitempty"` + SessionType int32 `protobuf:"varint,2,opt,name=sessionType" json:"sessionType,omitempty"` + MessageReactionKeys []*GetMessagesReactionExtensionsReq_MessageReactionKey `protobuf:"bytes,3,rep,name=messageReactionKeys" json:"messageReactionKeys,omitempty"` + TypeKeys []string `protobuf:"bytes,4,rep,name=TypeKeys" json:"TypeKeys,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *GetMessageListReactionExtensionsReq) Reset() { *m = GetMessageListReactionExtensionsReq{} } -func (m *GetMessageListReactionExtensionsReq) String() string { return proto.CompactTextString(m) } -func (*GetMessageListReactionExtensionsReq) ProtoMessage() {} -func (*GetMessageListReactionExtensionsReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{25} +func (m *GetMessagesReactionExtensionsReq) Reset() { *m = GetMessagesReactionExtensionsReq{} } +func (m *GetMessagesReactionExtensionsReq) String() string { return proto.CompactTextString(m) } +func (*GetMessagesReactionExtensionsReq) ProtoMessage() {} +func (*GetMessagesReactionExtensionsReq) Descriptor() ([]byte, []int) { + return fileDescriptor_msg_ac49bd168f1c55a0, []int{25} } -func (m *GetMessageListReactionExtensionsReq) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetMessageListReactionExtensionsReq.Unmarshal(m, b) +func (m *GetMessagesReactionExtensionsReq) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetMessagesReactionExtensionsReq.Unmarshal(m, b) } -func (m *GetMessageListReactionExtensionsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetMessageListReactionExtensionsReq.Marshal(b, m, deterministic) +func (m *GetMessagesReactionExtensionsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetMessagesReactionExtensionsReq.Marshal(b, m, deterministic) } -func (dst *GetMessageListReactionExtensionsReq) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetMessageListReactionExtensionsReq.Merge(dst, src) +func (dst *GetMessagesReactionExtensionsReq) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetMessagesReactionExtensionsReq.Merge(dst, src) } -func (m *GetMessageListReactionExtensionsReq) XXX_Size() int { - return xxx_messageInfo_GetMessageListReactionExtensionsReq.Size(m) +func (m *GetMessagesReactionExtensionsReq) XXX_Size() int { + return xxx_messageInfo_GetMessagesReactionExtensionsReq.Size(m) } -func (m *GetMessageListReactionExtensionsReq) XXX_DiscardUnknown() { - xxx_messageInfo_GetMessageListReactionExtensionsReq.DiscardUnknown(m) +func (m *GetMessagesReactionExtensionsReq) XXX_DiscardUnknown() { + xxx_messageInfo_GetMessagesReactionExtensionsReq.DiscardUnknown(m) } -var xxx_messageInfo_GetMessageListReactionExtensionsReq proto.InternalMessageInfo +var xxx_messageInfo_GetMessagesReactionExtensionsReq proto.InternalMessageInfo -func (m *GetMessageListReactionExtensionsReq) GetOperationID() string { - if m != nil { - return m.OperationID - } - return "" -} - -func (m *GetMessageListReactionExtensionsReq) GetOpUserID() string { - if m != nil { - return m.OpUserID - } - return "" -} - -func (m *GetMessageListReactionExtensionsReq) GetSourceID() string { +func (m *GetMessagesReactionExtensionsReq) GetSourceID() string { if m != nil { return m.SourceID } return "" } -func (m *GetMessageListReactionExtensionsReq) GetSessionType() int32 { +func (m *GetMessagesReactionExtensionsReq) GetSessionType() int32 { if m != nil { return m.SessionType } return 0 } -func (m *GetMessageListReactionExtensionsReq) GetMessageReactionKeyList() []*GetMessageListReactionExtensionsReq_MessageReactionKey { +func (m *GetMessagesReactionExtensionsReq) GetMessageReactionKeys() []*GetMessagesReactionExtensionsReq_MessageReactionKey { if m != nil { - return m.MessageReactionKeyList + return m.MessageReactionKeys } return nil } -func (m *GetMessageListReactionExtensionsReq) GetTypeKeyList() []string { +func (m *GetMessagesReactionExtensionsReq) GetTypeKeys() []string { if m != nil { - return m.TypeKeyList + return m.TypeKeys } return nil } -type GetMessageListReactionExtensionsReq_MessageReactionKey struct { +type GetMessagesReactionExtensionsReq_MessageReactionKey struct { ClientMsgID string `protobuf:"bytes,1,opt,name=clientMsgID" json:"clientMsgID,omitempty"` MsgFirstModifyTime int64 `protobuf:"varint,2,opt,name=msgFirstModifyTime" json:"msgFirstModifyTime,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -1437,96 +1253,80 @@ type GetMessageListReactionExtensionsReq_MessageReactionKey struct { XXX_sizecache int32 `json:"-"` } -func (m *GetMessageListReactionExtensionsReq_MessageReactionKey) Reset() { - *m = GetMessageListReactionExtensionsReq_MessageReactionKey{} +func (m *GetMessagesReactionExtensionsReq_MessageReactionKey) Reset() { + *m = GetMessagesReactionExtensionsReq_MessageReactionKey{} } -func (m *GetMessageListReactionExtensionsReq_MessageReactionKey) String() string { +func (m *GetMessagesReactionExtensionsReq_MessageReactionKey) String() string { return proto.CompactTextString(m) } -func (*GetMessageListReactionExtensionsReq_MessageReactionKey) ProtoMessage() {} -func (*GetMessageListReactionExtensionsReq_MessageReactionKey) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{25, 0} +func (*GetMessagesReactionExtensionsReq_MessageReactionKey) ProtoMessage() {} +func (*GetMessagesReactionExtensionsReq_MessageReactionKey) Descriptor() ([]byte, []int) { + return fileDescriptor_msg_ac49bd168f1c55a0, []int{25, 0} } -func (m *GetMessageListReactionExtensionsReq_MessageReactionKey) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetMessageListReactionExtensionsReq_MessageReactionKey.Unmarshal(m, b) +func (m *GetMessagesReactionExtensionsReq_MessageReactionKey) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetMessagesReactionExtensionsReq_MessageReactionKey.Unmarshal(m, b) } -func (m *GetMessageListReactionExtensionsReq_MessageReactionKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetMessageListReactionExtensionsReq_MessageReactionKey.Marshal(b, m, deterministic) +func (m *GetMessagesReactionExtensionsReq_MessageReactionKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetMessagesReactionExtensionsReq_MessageReactionKey.Marshal(b, m, deterministic) } -func (dst *GetMessageListReactionExtensionsReq_MessageReactionKey) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetMessageListReactionExtensionsReq_MessageReactionKey.Merge(dst, src) +func (dst *GetMessagesReactionExtensionsReq_MessageReactionKey) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetMessagesReactionExtensionsReq_MessageReactionKey.Merge(dst, src) } -func (m *GetMessageListReactionExtensionsReq_MessageReactionKey) XXX_Size() int { - return xxx_messageInfo_GetMessageListReactionExtensionsReq_MessageReactionKey.Size(m) +func (m *GetMessagesReactionExtensionsReq_MessageReactionKey) XXX_Size() int { + return xxx_messageInfo_GetMessagesReactionExtensionsReq_MessageReactionKey.Size(m) } -func (m *GetMessageListReactionExtensionsReq_MessageReactionKey) XXX_DiscardUnknown() { - xxx_messageInfo_GetMessageListReactionExtensionsReq_MessageReactionKey.DiscardUnknown(m) +func (m *GetMessagesReactionExtensionsReq_MessageReactionKey) XXX_DiscardUnknown() { + xxx_messageInfo_GetMessagesReactionExtensionsReq_MessageReactionKey.DiscardUnknown(m) } -var xxx_messageInfo_GetMessageListReactionExtensionsReq_MessageReactionKey proto.InternalMessageInfo +var xxx_messageInfo_GetMessagesReactionExtensionsReq_MessageReactionKey proto.InternalMessageInfo -func (m *GetMessageListReactionExtensionsReq_MessageReactionKey) GetClientMsgID() string { +func (m *GetMessagesReactionExtensionsReq_MessageReactionKey) GetClientMsgID() string { if m != nil { return m.ClientMsgID } return "" } -func (m *GetMessageListReactionExtensionsReq_MessageReactionKey) GetMsgFirstModifyTime() int64 { +func (m *GetMessagesReactionExtensionsReq_MessageReactionKey) GetMsgFirstModifyTime() int64 { if m != nil { return m.MsgFirstModifyTime } return 0 } -type GetMessageListReactionExtensionsResp struct { - ErrCode int32 `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"` - ErrMsg string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` - SingleMessageResult []*SingleMessageExtensionResult `protobuf:"bytes,3,rep,name=singleMessageResult" json:"singleMessageResult,omitempty"` +type GetMessagesReactionExtensionsResp struct { + SingleMessageResult []*SingleMessageExtensionResult `protobuf:"bytes,1,rep,name=singleMessageResult" json:"singleMessageResult,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } -func (m *GetMessageListReactionExtensionsResp) Reset() { *m = GetMessageListReactionExtensionsResp{} } -func (m *GetMessageListReactionExtensionsResp) String() string { return proto.CompactTextString(m) } -func (*GetMessageListReactionExtensionsResp) ProtoMessage() {} -func (*GetMessageListReactionExtensionsResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{26} +func (m *GetMessagesReactionExtensionsResp) Reset() { *m = GetMessagesReactionExtensionsResp{} } +func (m *GetMessagesReactionExtensionsResp) String() string { return proto.CompactTextString(m) } +func (*GetMessagesReactionExtensionsResp) ProtoMessage() {} +func (*GetMessagesReactionExtensionsResp) Descriptor() ([]byte, []int) { + return fileDescriptor_msg_ac49bd168f1c55a0, []int{26} } -func (m *GetMessageListReactionExtensionsResp) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetMessageListReactionExtensionsResp.Unmarshal(m, b) +func (m *GetMessagesReactionExtensionsResp) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetMessagesReactionExtensionsResp.Unmarshal(m, b) } -func (m *GetMessageListReactionExtensionsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetMessageListReactionExtensionsResp.Marshal(b, m, deterministic) +func (m *GetMessagesReactionExtensionsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetMessagesReactionExtensionsResp.Marshal(b, m, deterministic) } -func (dst *GetMessageListReactionExtensionsResp) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetMessageListReactionExtensionsResp.Merge(dst, src) +func (dst *GetMessagesReactionExtensionsResp) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetMessagesReactionExtensionsResp.Merge(dst, src) } -func (m *GetMessageListReactionExtensionsResp) XXX_Size() int { - return xxx_messageInfo_GetMessageListReactionExtensionsResp.Size(m) +func (m *GetMessagesReactionExtensionsResp) XXX_Size() int { + return xxx_messageInfo_GetMessagesReactionExtensionsResp.Size(m) } -func (m *GetMessageListReactionExtensionsResp) XXX_DiscardUnknown() { - xxx_messageInfo_GetMessageListReactionExtensionsResp.DiscardUnknown(m) +func (m *GetMessagesReactionExtensionsResp) XXX_DiscardUnknown() { + xxx_messageInfo_GetMessagesReactionExtensionsResp.DiscardUnknown(m) } -var xxx_messageInfo_GetMessageListReactionExtensionsResp proto.InternalMessageInfo +var xxx_messageInfo_GetMessagesReactionExtensionsResp proto.InternalMessageInfo -func (m *GetMessageListReactionExtensionsResp) GetErrCode() int32 { - if m != nil { - return m.ErrCode - } - return 0 -} - -func (m *GetMessageListReactionExtensionsResp) GetErrMsg() string { - if m != nil { - return m.ErrMsg - } - return "" -} - -func (m *GetMessageListReactionExtensionsResp) GetSingleMessageResult() []*SingleMessageExtensionResult { +func (m *GetMessagesReactionExtensionsResp) GetSingleMessageResult() []*SingleMessageExtensionResult { if m != nil { return m.SingleMessageResult } @@ -1534,20 +1334,18 @@ func (m *GetMessageListReactionExtensionsResp) GetSingleMessageResult() []*Singl } type SingleMessageExtensionResult struct { - ErrCode int32 `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"` - ErrMsg string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` - ReactionExtensionList map[string]*sdkws.KeyValue `protobuf:"bytes,3,rep,name=reactionExtensionList" json:"reactionExtensionList,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` - ClientMsgID string `protobuf:"bytes,4,opt,name=clientMsgID" json:"clientMsgID,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + ReactionExtensions map[string]*sdkws.KeyValue `protobuf:"bytes,1,rep,name=reactionExtensions" json:"reactionExtensions,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + ClientMsgID string `protobuf:"bytes,2,opt,name=clientMsgID" json:"clientMsgID,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *SingleMessageExtensionResult) Reset() { *m = SingleMessageExtensionResult{} } func (m *SingleMessageExtensionResult) String() string { return proto.CompactTextString(m) } func (*SingleMessageExtensionResult) ProtoMessage() {} func (*SingleMessageExtensionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{27} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{27} } func (m *SingleMessageExtensionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SingleMessageExtensionResult.Unmarshal(m, b) @@ -1567,23 +1365,9 @@ func (m *SingleMessageExtensionResult) XXX_DiscardUnknown() { var xxx_messageInfo_SingleMessageExtensionResult proto.InternalMessageInfo -func (m *SingleMessageExtensionResult) GetErrCode() int32 { +func (m *SingleMessageExtensionResult) GetReactionExtensions() map[string]*sdkws.KeyValue { if m != nil { - return m.ErrCode - } - return 0 -} - -func (m *SingleMessageExtensionResult) GetErrMsg() string { - if m != nil { - return m.ErrMsg - } - return "" -} - -func (m *SingleMessageExtensionResult) GetReactionExtensionList() map[string]*sdkws.KeyValue { - if m != nil { - return m.ReactionExtensionList + return m.ReactionExtensions } return nil } @@ -1596,10 +1380,8 @@ func (m *SingleMessageExtensionResult) GetClientMsgID() string { } type ModifyMessageReactionExtensionsResp struct { - ErrCode int32 `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"` - ErrMsg string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` - SuccessList []*ExtendMsgResp `protobuf:"bytes,3,rep,name=successList" json:"successList,omitempty"` - FailedList []*ExtendMsgResp `protobuf:"bytes,4,rep,name=failedList" json:"failedList,omitempty"` + SuccessList []*ExtendMsgResp `protobuf:"bytes,1,rep,name=successList" json:"successList,omitempty"` + FailedList []*ExtendMsgResp `protobuf:"bytes,2,rep,name=failedList" json:"failedList,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1609,7 +1391,7 @@ func (m *ModifyMessageReactionExtensionsResp) Reset() { *m = ModifyMessa func (m *ModifyMessageReactionExtensionsResp) String() string { return proto.CompactTextString(m) } func (*ModifyMessageReactionExtensionsResp) ProtoMessage() {} func (*ModifyMessageReactionExtensionsResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{28} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{28} } func (m *ModifyMessageReactionExtensionsResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ModifyMessageReactionExtensionsResp.Unmarshal(m, b) @@ -1629,20 +1411,6 @@ func (m *ModifyMessageReactionExtensionsResp) XXX_DiscardUnknown() { var xxx_messageInfo_ModifyMessageReactionExtensionsResp proto.InternalMessageInfo -func (m *ModifyMessageReactionExtensionsResp) GetErrCode() int32 { - if m != nil { - return m.ErrCode - } - return 0 -} - -func (m *ModifyMessageReactionExtensionsResp) GetErrMsg() string { - if m != nil { - return m.ErrMsg - } - return "" -} - func (m *ModifyMessageReactionExtensionsResp) GetSuccessList() []*ExtendMsgResp { if m != nil { return m.SuccessList @@ -1657,152 +1425,132 @@ func (m *ModifyMessageReactionExtensionsResp) GetFailedList() []*ExtendMsgResp { return nil } -type DeleteMessageListReactionExtensionsReq struct { - OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"` - OpUserID string `protobuf:"bytes,2,opt,name=opUserID" json:"opUserID,omitempty"` - SourceID string `protobuf:"bytes,3,opt,name=sourceID" json:"sourceID,omitempty"` - SessionType int32 `protobuf:"varint,4,opt,name=sessionType" json:"sessionType,omitempty"` - ClientMsgID string `protobuf:"bytes,5,opt,name=clientMsgID" json:"clientMsgID,omitempty"` - IsExternalExtensions bool `protobuf:"varint,6,opt,name=isExternalExtensions" json:"isExternalExtensions,omitempty"` - MsgFirstModifyTime int64 `protobuf:"varint,7,opt,name=msgFirstModifyTime" json:"msgFirstModifyTime,omitempty"` - ReactionExtensionList []*sdkws.KeyValue `protobuf:"bytes,8,rep,name=reactionExtensionList" json:"reactionExtensionList,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +type DeleteMessagesReactionExtensionsReq struct { + OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"` + OpUserID string `protobuf:"bytes,2,opt,name=opUserID" json:"opUserID,omitempty"` + SourceID string `protobuf:"bytes,3,opt,name=sourceID" json:"sourceID,omitempty"` + SessionType int32 `protobuf:"varint,4,opt,name=sessionType" json:"sessionType,omitempty"` + ClientMsgID string `protobuf:"bytes,5,opt,name=clientMsgID" json:"clientMsgID,omitempty"` + IsExternalExtensions bool `protobuf:"varint,6,opt,name=isExternalExtensions" json:"isExternalExtensions,omitempty"` + MsgFirstModifyTime int64 `protobuf:"varint,7,opt,name=msgFirstModifyTime" json:"msgFirstModifyTime,omitempty"` + ReactionExtensions []*sdkws.KeyValue `protobuf:"bytes,8,rep,name=reactionExtensions" json:"reactionExtensions,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *DeleteMessageListReactionExtensionsReq) Reset() { - *m = DeleteMessageListReactionExtensionsReq{} +func (m *DeleteMessagesReactionExtensionsReq) Reset() { *m = DeleteMessagesReactionExtensionsReq{} } +func (m *DeleteMessagesReactionExtensionsReq) String() string { return proto.CompactTextString(m) } +func (*DeleteMessagesReactionExtensionsReq) ProtoMessage() {} +func (*DeleteMessagesReactionExtensionsReq) Descriptor() ([]byte, []int) { + return fileDescriptor_msg_ac49bd168f1c55a0, []int{29} } -func (m *DeleteMessageListReactionExtensionsReq) String() string { return proto.CompactTextString(m) } -func (*DeleteMessageListReactionExtensionsReq) ProtoMessage() {} -func (*DeleteMessageListReactionExtensionsReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{29} +func (m *DeleteMessagesReactionExtensionsReq) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DeleteMessagesReactionExtensionsReq.Unmarshal(m, b) } -func (m *DeleteMessageListReactionExtensionsReq) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DeleteMessageListReactionExtensionsReq.Unmarshal(m, b) +func (m *DeleteMessagesReactionExtensionsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DeleteMessagesReactionExtensionsReq.Marshal(b, m, deterministic) } -func (m *DeleteMessageListReactionExtensionsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DeleteMessageListReactionExtensionsReq.Marshal(b, m, deterministic) +func (dst *DeleteMessagesReactionExtensionsReq) XXX_Merge(src proto.Message) { + xxx_messageInfo_DeleteMessagesReactionExtensionsReq.Merge(dst, src) } -func (dst *DeleteMessageListReactionExtensionsReq) XXX_Merge(src proto.Message) { - xxx_messageInfo_DeleteMessageListReactionExtensionsReq.Merge(dst, src) +func (m *DeleteMessagesReactionExtensionsReq) XXX_Size() int { + return xxx_messageInfo_DeleteMessagesReactionExtensionsReq.Size(m) } -func (m *DeleteMessageListReactionExtensionsReq) XXX_Size() int { - return xxx_messageInfo_DeleteMessageListReactionExtensionsReq.Size(m) -} -func (m *DeleteMessageListReactionExtensionsReq) XXX_DiscardUnknown() { - xxx_messageInfo_DeleteMessageListReactionExtensionsReq.DiscardUnknown(m) +func (m *DeleteMessagesReactionExtensionsReq) XXX_DiscardUnknown() { + xxx_messageInfo_DeleteMessagesReactionExtensionsReq.DiscardUnknown(m) } -var xxx_messageInfo_DeleteMessageListReactionExtensionsReq proto.InternalMessageInfo +var xxx_messageInfo_DeleteMessagesReactionExtensionsReq proto.InternalMessageInfo -func (m *DeleteMessageListReactionExtensionsReq) GetOperationID() string { +func (m *DeleteMessagesReactionExtensionsReq) GetOperationID() string { if m != nil { return m.OperationID } return "" } -func (m *DeleteMessageListReactionExtensionsReq) GetOpUserID() string { +func (m *DeleteMessagesReactionExtensionsReq) GetOpUserID() string { if m != nil { return m.OpUserID } return "" } -func (m *DeleteMessageListReactionExtensionsReq) GetSourceID() string { +func (m *DeleteMessagesReactionExtensionsReq) GetSourceID() string { if m != nil { return m.SourceID } return "" } -func (m *DeleteMessageListReactionExtensionsReq) GetSessionType() int32 { +func (m *DeleteMessagesReactionExtensionsReq) GetSessionType() int32 { if m != nil { return m.SessionType } return 0 } -func (m *DeleteMessageListReactionExtensionsReq) GetClientMsgID() string { +func (m *DeleteMessagesReactionExtensionsReq) GetClientMsgID() string { if m != nil { return m.ClientMsgID } return "" } -func (m *DeleteMessageListReactionExtensionsReq) GetIsExternalExtensions() bool { +func (m *DeleteMessagesReactionExtensionsReq) GetIsExternalExtensions() bool { if m != nil { return m.IsExternalExtensions } return false } -func (m *DeleteMessageListReactionExtensionsReq) GetMsgFirstModifyTime() int64 { +func (m *DeleteMessagesReactionExtensionsReq) GetMsgFirstModifyTime() int64 { if m != nil { return m.MsgFirstModifyTime } return 0 } -func (m *DeleteMessageListReactionExtensionsReq) GetReactionExtensionList() []*sdkws.KeyValue { +func (m *DeleteMessagesReactionExtensionsReq) GetReactionExtensions() []*sdkws.KeyValue { if m != nil { - return m.ReactionExtensionList + return m.ReactionExtensions } return nil } -type DeleteMessageListReactionExtensionsResp struct { - ErrCode int32 `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"` - ErrMsg string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` - Result []*KeyValueResp `protobuf:"bytes,6,rep,name=result" json:"result,omitempty"` +type DeleteMessagesReactionExtensionsResp struct { + Result []*KeyValueResp `protobuf:"bytes,1,rep,name=result" json:"result,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } -func (m *DeleteMessageListReactionExtensionsResp) Reset() { - *m = DeleteMessageListReactionExtensionsResp{} +func (m *DeleteMessagesReactionExtensionsResp) Reset() { *m = DeleteMessagesReactionExtensionsResp{} } +func (m *DeleteMessagesReactionExtensionsResp) String() string { return proto.CompactTextString(m) } +func (*DeleteMessagesReactionExtensionsResp) ProtoMessage() {} +func (*DeleteMessagesReactionExtensionsResp) Descriptor() ([]byte, []int) { + return fileDescriptor_msg_ac49bd168f1c55a0, []int{30} } -func (m *DeleteMessageListReactionExtensionsResp) String() string { return proto.CompactTextString(m) } -func (*DeleteMessageListReactionExtensionsResp) ProtoMessage() {} -func (*DeleteMessageListReactionExtensionsResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{30} +func (m *DeleteMessagesReactionExtensionsResp) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DeleteMessagesReactionExtensionsResp.Unmarshal(m, b) } -func (m *DeleteMessageListReactionExtensionsResp) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DeleteMessageListReactionExtensionsResp.Unmarshal(m, b) +func (m *DeleteMessagesReactionExtensionsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DeleteMessagesReactionExtensionsResp.Marshal(b, m, deterministic) } -func (m *DeleteMessageListReactionExtensionsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DeleteMessageListReactionExtensionsResp.Marshal(b, m, deterministic) +func (dst *DeleteMessagesReactionExtensionsResp) XXX_Merge(src proto.Message) { + xxx_messageInfo_DeleteMessagesReactionExtensionsResp.Merge(dst, src) } -func (dst *DeleteMessageListReactionExtensionsResp) XXX_Merge(src proto.Message) { - xxx_messageInfo_DeleteMessageListReactionExtensionsResp.Merge(dst, src) +func (m *DeleteMessagesReactionExtensionsResp) XXX_Size() int { + return xxx_messageInfo_DeleteMessagesReactionExtensionsResp.Size(m) } -func (m *DeleteMessageListReactionExtensionsResp) XXX_Size() int { - return xxx_messageInfo_DeleteMessageListReactionExtensionsResp.Size(m) -} -func (m *DeleteMessageListReactionExtensionsResp) XXX_DiscardUnknown() { - xxx_messageInfo_DeleteMessageListReactionExtensionsResp.DiscardUnknown(m) +func (m *DeleteMessagesReactionExtensionsResp) XXX_DiscardUnknown() { + xxx_messageInfo_DeleteMessagesReactionExtensionsResp.DiscardUnknown(m) } -var xxx_messageInfo_DeleteMessageListReactionExtensionsResp proto.InternalMessageInfo +var xxx_messageInfo_DeleteMessagesReactionExtensionsResp proto.InternalMessageInfo -func (m *DeleteMessageListReactionExtensionsResp) GetErrCode() int32 { - if m != nil { - return m.ErrCode - } - return 0 -} - -func (m *DeleteMessageListReactionExtensionsResp) GetErrMsg() string { - if m != nil { - return m.ErrMsg - } - return "" -} - -func (m *DeleteMessageListReactionExtensionsResp) GetResult() []*KeyValueResp { +func (m *DeleteMessagesReactionExtensionsResp) GetResult() []*KeyValueResp { if m != nil { return m.Result } @@ -1811,8 +1559,6 @@ func (m *DeleteMessageListReactionExtensionsResp) GetResult() []*KeyValueResp { type ExtendMsgResp struct { ExtendMsg *ExtendMsg `protobuf:"bytes,1,opt,name=extendMsg" json:"extendMsg,omitempty"` - ErrCode int32 `protobuf:"varint,2,opt,name=errCode" json:"errCode,omitempty"` - ErrMsg string `protobuf:"bytes,3,opt,name=errMsg" json:"errMsg,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1822,7 +1568,7 @@ func (m *ExtendMsgResp) Reset() { *m = ExtendMsgResp{} } func (m *ExtendMsgResp) String() string { return proto.CompactTextString(m) } func (*ExtendMsgResp) ProtoMessage() {} func (*ExtendMsgResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{31} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{31} } func (m *ExtendMsgResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtendMsgResp.Unmarshal(m, b) @@ -1849,36 +1595,22 @@ func (m *ExtendMsgResp) GetExtendMsg() *ExtendMsg { return nil } -func (m *ExtendMsgResp) GetErrCode() int32 { - if m != nil { - return m.ErrCode - } - return 0 -} - -func (m *ExtendMsgResp) GetErrMsg() string { - if m != nil { - return m.ErrMsg - } - return "" -} - type ExtendMsg struct { - ReactionExtensionList map[string]*KeyValueResp `protobuf:"bytes,1,rep,name=reactionExtensionList" json:"reactionExtensionList,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` - ClientMsgID string `protobuf:"bytes,2,opt,name=clientMsgID" json:"clientMsgID,omitempty"` - MsgFirstModifyTime int64 `protobuf:"varint,3,opt,name=msgFirstModifyTime" json:"msgFirstModifyTime,omitempty"` - AttachedInfo string `protobuf:"bytes,4,opt,name=attachedInfo" json:"attachedInfo,omitempty"` - Ex string `protobuf:"bytes,5,opt,name=ex" json:"ex,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + ReactionExtensions map[string]*KeyValueResp `protobuf:"bytes,1,rep,name=reactionExtensions" json:"reactionExtensions,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + ClientMsgID string `protobuf:"bytes,2,opt,name=clientMsgID" json:"clientMsgID,omitempty"` + MsgFirstModifyTime int64 `protobuf:"varint,3,opt,name=msgFirstModifyTime" json:"msgFirstModifyTime,omitempty"` + AttachedInfo string `protobuf:"bytes,4,opt,name=attachedInfo" json:"attachedInfo,omitempty"` + Ex string `protobuf:"bytes,5,opt,name=ex" json:"ex,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *ExtendMsg) Reset() { *m = ExtendMsg{} } func (m *ExtendMsg) String() string { return proto.CompactTextString(m) } func (*ExtendMsg) ProtoMessage() {} func (*ExtendMsg) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{32} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{32} } func (m *ExtendMsg) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtendMsg.Unmarshal(m, b) @@ -1898,9 +1630,9 @@ func (m *ExtendMsg) XXX_DiscardUnknown() { var xxx_messageInfo_ExtendMsg proto.InternalMessageInfo -func (m *ExtendMsg) GetReactionExtensionList() map[string]*KeyValueResp { +func (m *ExtendMsg) GetReactionExtensions() map[string]*KeyValueResp { if m != nil { - return m.ReactionExtensionList + return m.ReactionExtensions } return nil } @@ -1935,8 +1667,6 @@ func (m *ExtendMsg) GetEx() string { type KeyValueResp struct { KeyValue *sdkws.KeyValue `protobuf:"bytes,1,opt,name=keyValue" json:"keyValue,omitempty"` - ErrCode int32 `protobuf:"varint,2,opt,name=errCode" json:"errCode,omitempty"` - ErrMsg string `protobuf:"bytes,3,opt,name=errMsg" json:"errMsg,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1946,7 +1676,7 @@ func (m *KeyValueResp) Reset() { *m = KeyValueResp{} } func (m *KeyValueResp) String() string { return proto.CompactTextString(m) } func (*KeyValueResp) ProtoMessage() {} func (*KeyValueResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{33} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{33} } func (m *KeyValueResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeyValueResp.Unmarshal(m, b) @@ -1973,24 +1703,9 @@ func (m *KeyValueResp) GetKeyValue() *sdkws.KeyValue { return nil } -func (m *KeyValueResp) GetErrCode() int32 { - if m != nil { - return m.ErrCode - } - return 0 -} - -func (m *KeyValueResp) GetErrMsg() string { - if m != nil { - return m.ErrMsg - } - return "" -} - type MsgDataToModifyByMQ struct { - AggregationID string `protobuf:"bytes,1,opt,name=aggregationID" json:"aggregationID,omitempty"` - MessageList []*MsgDataToMQ `protobuf:"bytes,2,rep,name=messageList" json:"messageList,omitempty"` - TriggerID string `protobuf:"bytes,3,opt,name=triggerID" json:"triggerID,omitempty"` + Messages []*MsgDataToMQ `protobuf:"bytes,1,rep,name=messages" json:"messages,omitempty"` + TriggerID string `protobuf:"bytes,2,opt,name=triggerID" json:"triggerID,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -2000,7 +1715,7 @@ func (m *MsgDataToModifyByMQ) Reset() { *m = MsgDataToModifyByMQ{} } func (m *MsgDataToModifyByMQ) String() string { return proto.CompactTextString(m) } func (*MsgDataToModifyByMQ) ProtoMessage() {} func (*MsgDataToModifyByMQ) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{34} + return fileDescriptor_msg_ac49bd168f1c55a0, []int{34} } func (m *MsgDataToModifyByMQ) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgDataToModifyByMQ.Unmarshal(m, b) @@ -2020,16 +1735,9 @@ func (m *MsgDataToModifyByMQ) XXX_DiscardUnknown() { var xxx_messageInfo_MsgDataToModifyByMQ proto.InternalMessageInfo -func (m *MsgDataToModifyByMQ) GetAggregationID() string { +func (m *MsgDataToModifyByMQ) GetMessages() []*MsgDataToMQ { if m != nil { - return m.AggregationID - } - return "" -} - -func (m *MsgDataToModifyByMQ) GetMessageList() []*MsgDataToMQ { - if m != nil { - return m.MessageList + return m.Messages } return nil } @@ -2041,81 +1749,81 @@ func (m *MsgDataToModifyByMQ) GetTriggerID() string { return "" } -type DelMsgListReq struct { +type DelMsgsReq struct { UserID string `protobuf:"bytes,2,opt,name=userID" json:"userID,omitempty"` - SeqList []uint32 `protobuf:"varint,3,rep,packed,name=seqList" json:"seqList,omitempty"` + Seqs []int64 `protobuf:"varint,3,rep,packed,name=seqs" json:"seqs,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } -func (m *DelMsgListReq) Reset() { *m = DelMsgListReq{} } -func (m *DelMsgListReq) String() string { return proto.CompactTextString(m) } -func (*DelMsgListReq) ProtoMessage() {} -func (*DelMsgListReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{35} +func (m *DelMsgsReq) Reset() { *m = DelMsgsReq{} } +func (m *DelMsgsReq) String() string { return proto.CompactTextString(m) } +func (*DelMsgsReq) ProtoMessage() {} +func (*DelMsgsReq) Descriptor() ([]byte, []int) { + return fileDescriptor_msg_ac49bd168f1c55a0, []int{35} } -func (m *DelMsgListReq) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DelMsgListReq.Unmarshal(m, b) +func (m *DelMsgsReq) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DelMsgsReq.Unmarshal(m, b) } -func (m *DelMsgListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DelMsgListReq.Marshal(b, m, deterministic) +func (m *DelMsgsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DelMsgsReq.Marshal(b, m, deterministic) } -func (dst *DelMsgListReq) XXX_Merge(src proto.Message) { - xxx_messageInfo_DelMsgListReq.Merge(dst, src) +func (dst *DelMsgsReq) XXX_Merge(src proto.Message) { + xxx_messageInfo_DelMsgsReq.Merge(dst, src) } -func (m *DelMsgListReq) XXX_Size() int { - return xxx_messageInfo_DelMsgListReq.Size(m) +func (m *DelMsgsReq) XXX_Size() int { + return xxx_messageInfo_DelMsgsReq.Size(m) } -func (m *DelMsgListReq) XXX_DiscardUnknown() { - xxx_messageInfo_DelMsgListReq.DiscardUnknown(m) +func (m *DelMsgsReq) XXX_DiscardUnknown() { + xxx_messageInfo_DelMsgsReq.DiscardUnknown(m) } -var xxx_messageInfo_DelMsgListReq proto.InternalMessageInfo +var xxx_messageInfo_DelMsgsReq proto.InternalMessageInfo -func (m *DelMsgListReq) GetUserID() string { +func (m *DelMsgsReq) GetUserID() string { if m != nil { return m.UserID } return "" } -func (m *DelMsgListReq) GetSeqList() []uint32 { +func (m *DelMsgsReq) GetSeqs() []int64 { if m != nil { - return m.SeqList + return m.Seqs } return nil } -type DelMsgListResp struct { +type DelMsgsResp struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } -func (m *DelMsgListResp) Reset() { *m = DelMsgListResp{} } -func (m *DelMsgListResp) String() string { return proto.CompactTextString(m) } -func (*DelMsgListResp) ProtoMessage() {} -func (*DelMsgListResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_4f1a1a8966033864, []int{36} +func (m *DelMsgsResp) Reset() { *m = DelMsgsResp{} } +func (m *DelMsgsResp) String() string { return proto.CompactTextString(m) } +func (*DelMsgsResp) ProtoMessage() {} +func (*DelMsgsResp) Descriptor() ([]byte, []int) { + return fileDescriptor_msg_ac49bd168f1c55a0, []int{36} } -func (m *DelMsgListResp) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DelMsgListResp.Unmarshal(m, b) +func (m *DelMsgsResp) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DelMsgsResp.Unmarshal(m, b) } -func (m *DelMsgListResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DelMsgListResp.Marshal(b, m, deterministic) +func (m *DelMsgsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DelMsgsResp.Marshal(b, m, deterministic) } -func (dst *DelMsgListResp) XXX_Merge(src proto.Message) { - xxx_messageInfo_DelMsgListResp.Merge(dst, src) +func (dst *DelMsgsResp) XXX_Merge(src proto.Message) { + xxx_messageInfo_DelMsgsResp.Merge(dst, src) } -func (m *DelMsgListResp) XXX_Size() int { - return xxx_messageInfo_DelMsgListResp.Size(m) +func (m *DelMsgsResp) XXX_Size() int { + return xxx_messageInfo_DelMsgsResp.Size(m) } -func (m *DelMsgListResp) XXX_DiscardUnknown() { - xxx_messageInfo_DelMsgListResp.DiscardUnknown(m) +func (m *DelMsgsResp) XXX_DiscardUnknown() { + xxx_messageInfo_DelMsgsResp.DiscardUnknown(m) } -var xxx_messageInfo_DelMsgListResp proto.InternalMessageInfo +var xxx_messageInfo_DelMsgsResp proto.InternalMessageInfo func init() { proto.RegisterType((*MsgDataToMQ)(nil), "msg.MsgDataToMQ") @@ -2141,25 +1849,25 @@ func init() { proto.RegisterType((*GetWriteDiffMsgReq)(nil), "msg.GetWriteDiffMsgReq") proto.RegisterType((*GetWriteDiffMsgResp)(nil), "msg.GetWriteDiffMsgResp") proto.RegisterType((*ModifyMessageReactionExtensionsReq)(nil), "msg.ModifyMessageReactionExtensionsReq") - proto.RegisterMapType((map[string]*sdkws.KeyValue)(nil), "msg.ModifyMessageReactionExtensionsReq.ReactionExtensionListEntry") + proto.RegisterMapType((map[string]*sdkws.KeyValue)(nil), "msg.ModifyMessageReactionExtensionsReq.ReactionExtensionsEntry") proto.RegisterType((*SetMessageReactionExtensionsReq)(nil), "msg.SetMessageReactionExtensionsReq") - proto.RegisterMapType((map[string]*sdkws.KeyValue)(nil), "msg.SetMessageReactionExtensionsReq.ReactionExtensionListEntry") + proto.RegisterMapType((map[string]*sdkws.KeyValue)(nil), "msg.SetMessageReactionExtensionsReq.ReactionExtensionsEntry") proto.RegisterType((*SetMessageReactionExtensionsResp)(nil), "msg.SetMessageReactionExtensionsResp") - proto.RegisterType((*GetMessageListReactionExtensionsReq)(nil), "msg.GetMessageListReactionExtensionsReq") - proto.RegisterType((*GetMessageListReactionExtensionsReq_MessageReactionKey)(nil), "msg.GetMessageListReactionExtensionsReq.MessageReactionKey") - proto.RegisterType((*GetMessageListReactionExtensionsResp)(nil), "msg.GetMessageListReactionExtensionsResp") + proto.RegisterType((*GetMessagesReactionExtensionsReq)(nil), "msg.GetMessagesReactionExtensionsReq") + proto.RegisterType((*GetMessagesReactionExtensionsReq_MessageReactionKey)(nil), "msg.GetMessagesReactionExtensionsReq.MessageReactionKey") + proto.RegisterType((*GetMessagesReactionExtensionsResp)(nil), "msg.GetMessagesReactionExtensionsResp") proto.RegisterType((*SingleMessageExtensionResult)(nil), "msg.SingleMessageExtensionResult") - proto.RegisterMapType((map[string]*sdkws.KeyValue)(nil), "msg.SingleMessageExtensionResult.ReactionExtensionListEntry") + proto.RegisterMapType((map[string]*sdkws.KeyValue)(nil), "msg.SingleMessageExtensionResult.ReactionExtensionsEntry") proto.RegisterType((*ModifyMessageReactionExtensionsResp)(nil), "msg.ModifyMessageReactionExtensionsResp") - proto.RegisterType((*DeleteMessageListReactionExtensionsReq)(nil), "msg.DeleteMessageListReactionExtensionsReq") - proto.RegisterType((*DeleteMessageListReactionExtensionsResp)(nil), "msg.DeleteMessageListReactionExtensionsResp") + proto.RegisterType((*DeleteMessagesReactionExtensionsReq)(nil), "msg.DeleteMessagesReactionExtensionsReq") + proto.RegisterType((*DeleteMessagesReactionExtensionsResp)(nil), "msg.DeleteMessagesReactionExtensionsResp") proto.RegisterType((*ExtendMsgResp)(nil), "msg.ExtendMsgResp") proto.RegisterType((*ExtendMsg)(nil), "msg.ExtendMsg") - proto.RegisterMapType((map[string]*KeyValueResp)(nil), "msg.ExtendMsg.ReactionExtensionListEntry") + proto.RegisterMapType((map[string]*KeyValueResp)(nil), "msg.ExtendMsg.ReactionExtensionsEntry") proto.RegisterType((*KeyValueResp)(nil), "msg.KeyValueResp") proto.RegisterType((*MsgDataToModifyByMQ)(nil), "msg.MsgDataToModifyByMQ") - proto.RegisterType((*DelMsgListReq)(nil), "msg.DelMsgListReq") - proto.RegisterType((*DelMsgListResp)(nil), "msg.DelMsgListResp") + proto.RegisterType((*DelMsgsReq)(nil), "msg.DelMsgsReq") + proto.RegisterType((*DelMsgsResp)(nil), "msg.DelMsgsResp") } // Reference imports to suppress errors if they are not otherwise used. @@ -2176,11 +1884,11 @@ type MsgClient interface { // 获取最小最大seq(包括用户的,以及指定群组的) GetMaxAndMinSeq(ctx context.Context, in *sdkws.GetMaxAndMinSeqReq, opts ...grpc.CallOption) (*sdkws.GetMaxAndMinSeqResp, error) // 拉取历史消息(包括用户的,以及指定群组的) - PullMessageBySeqList(ctx context.Context, in *sdkws.PullMessageBySeqListReq, opts ...grpc.CallOption) (*sdkws.PullMessageBySeqListResp, error) + PullMessageBySeqs(ctx context.Context, in *sdkws.PullMessageBySeqsReq, opts ...grpc.CallOption) (*sdkws.PullMessageBySeqsResp, error) // 发送消息 SendMsg(ctx context.Context, in *SendMsgReq, opts ...grpc.CallOption) (*SendMsgResp, error) // 删除某人消息 - DelMsgList(ctx context.Context, in *DelMsgListReq, opts ...grpc.CallOption) (*DelMsgListResp, error) + DelMsgs(ctx context.Context, in *DelMsgsReq, opts ...grpc.CallOption) (*DelMsgsResp, error) // 删除某个用户某个大群消息 DelSuperGroupMsg(ctx context.Context, in *DelSuperGroupMsgReq, opts ...grpc.CallOption) (*DelSuperGroupMsgResp, error) // 清空某人所有消息 @@ -2191,9 +1899,9 @@ type MsgClient interface { GetSendMsgStatus(ctx context.Context, in *GetSendMsgStatusReq, opts ...grpc.CallOption) (*GetSendMsgStatusResp, error) // 修改消息 SetMessageReactionExtensions(ctx context.Context, in *SetMessageReactionExtensionsReq, opts ...grpc.CallOption) (*SetMessageReactionExtensionsResp, error) - GetMessageListReactionExtensions(ctx context.Context, in *GetMessageListReactionExtensionsReq, opts ...grpc.CallOption) (*GetMessageListReactionExtensionsResp, error) + GetMessagesReactionExtensions(ctx context.Context, in *GetMessagesReactionExtensionsReq, opts ...grpc.CallOption) (*GetMessagesReactionExtensionsResp, error) AddMessageReactionExtensions(ctx context.Context, in *ModifyMessageReactionExtensionsReq, opts ...grpc.CallOption) (*ModifyMessageReactionExtensionsResp, error) - DeleteMessageReactionExtensions(ctx context.Context, in *DeleteMessageListReactionExtensionsReq, opts ...grpc.CallOption) (*DeleteMessageListReactionExtensionsResp, error) + DeleteMessageReactionExtensions(ctx context.Context, in *DeleteMessagesReactionExtensionsReq, opts ...grpc.CallOption) (*DeleteMessagesReactionExtensionsResp, error) } type msgClient struct { @@ -2213,9 +1921,9 @@ func (c *msgClient) GetMaxAndMinSeq(ctx context.Context, in *sdkws.GetMaxAndMinS return out, nil } -func (c *msgClient) PullMessageBySeqList(ctx context.Context, in *sdkws.PullMessageBySeqListReq, opts ...grpc.CallOption) (*sdkws.PullMessageBySeqListResp, error) { - out := new(sdkws.PullMessageBySeqListResp) - err := grpc.Invoke(ctx, "/msg.msg/PullMessageBySeqList", in, out, c.cc, opts...) +func (c *msgClient) PullMessageBySeqs(ctx context.Context, in *sdkws.PullMessageBySeqsReq, opts ...grpc.CallOption) (*sdkws.PullMessageBySeqsResp, error) { + out := new(sdkws.PullMessageBySeqsResp) + err := grpc.Invoke(ctx, "/msg.msg/PullMessageBySeqs", in, out, c.cc, opts...) if err != nil { return nil, err } @@ -2231,9 +1939,9 @@ func (c *msgClient) SendMsg(ctx context.Context, in *SendMsgReq, opts ...grpc.Ca return out, nil } -func (c *msgClient) DelMsgList(ctx context.Context, in *DelMsgListReq, opts ...grpc.CallOption) (*DelMsgListResp, error) { - out := new(DelMsgListResp) - err := grpc.Invoke(ctx, "/msg.msg/DelMsgList", in, out, c.cc, opts...) +func (c *msgClient) DelMsgs(ctx context.Context, in *DelMsgsReq, opts ...grpc.CallOption) (*DelMsgsResp, error) { + out := new(DelMsgsResp) + err := grpc.Invoke(ctx, "/msg.msg/DelMsgs", in, out, c.cc, opts...) if err != nil { return nil, err } @@ -2285,9 +1993,9 @@ func (c *msgClient) SetMessageReactionExtensions(ctx context.Context, in *SetMes return out, nil } -func (c *msgClient) GetMessageListReactionExtensions(ctx context.Context, in *GetMessageListReactionExtensionsReq, opts ...grpc.CallOption) (*GetMessageListReactionExtensionsResp, error) { - out := new(GetMessageListReactionExtensionsResp) - err := grpc.Invoke(ctx, "/msg.msg/GetMessageListReactionExtensions", in, out, c.cc, opts...) +func (c *msgClient) GetMessagesReactionExtensions(ctx context.Context, in *GetMessagesReactionExtensionsReq, opts ...grpc.CallOption) (*GetMessagesReactionExtensionsResp, error) { + out := new(GetMessagesReactionExtensionsResp) + err := grpc.Invoke(ctx, "/msg.msg/GetMessagesReactionExtensions", in, out, c.cc, opts...) if err != nil { return nil, err } @@ -2303,8 +2011,8 @@ func (c *msgClient) AddMessageReactionExtensions(ctx context.Context, in *Modify return out, nil } -func (c *msgClient) DeleteMessageReactionExtensions(ctx context.Context, in *DeleteMessageListReactionExtensionsReq, opts ...grpc.CallOption) (*DeleteMessageListReactionExtensionsResp, error) { - out := new(DeleteMessageListReactionExtensionsResp) +func (c *msgClient) DeleteMessageReactionExtensions(ctx context.Context, in *DeleteMessagesReactionExtensionsReq, opts ...grpc.CallOption) (*DeleteMessagesReactionExtensionsResp, error) { + out := new(DeleteMessagesReactionExtensionsResp) err := grpc.Invoke(ctx, "/msg.msg/DeleteMessageReactionExtensions", in, out, c.cc, opts...) if err != nil { return nil, err @@ -2318,11 +2026,11 @@ type MsgServer interface { // 获取最小最大seq(包括用户的,以及指定群组的) GetMaxAndMinSeq(context.Context, *sdkws.GetMaxAndMinSeqReq) (*sdkws.GetMaxAndMinSeqResp, error) // 拉取历史消息(包括用户的,以及指定群组的) - PullMessageBySeqList(context.Context, *sdkws.PullMessageBySeqListReq) (*sdkws.PullMessageBySeqListResp, error) + PullMessageBySeqs(context.Context, *sdkws.PullMessageBySeqsReq) (*sdkws.PullMessageBySeqsResp, error) // 发送消息 SendMsg(context.Context, *SendMsgReq) (*SendMsgResp, error) // 删除某人消息 - DelMsgList(context.Context, *DelMsgListReq) (*DelMsgListResp, error) + DelMsgs(context.Context, *DelMsgsReq) (*DelMsgsResp, error) // 删除某个用户某个大群消息 DelSuperGroupMsg(context.Context, *DelSuperGroupMsgReq) (*DelSuperGroupMsgResp, error) // 清空某人所有消息 @@ -2333,9 +2041,9 @@ type MsgServer interface { GetSendMsgStatus(context.Context, *GetSendMsgStatusReq) (*GetSendMsgStatusResp, error) // 修改消息 SetMessageReactionExtensions(context.Context, *SetMessageReactionExtensionsReq) (*SetMessageReactionExtensionsResp, error) - GetMessageListReactionExtensions(context.Context, *GetMessageListReactionExtensionsReq) (*GetMessageListReactionExtensionsResp, error) + GetMessagesReactionExtensions(context.Context, *GetMessagesReactionExtensionsReq) (*GetMessagesReactionExtensionsResp, error) AddMessageReactionExtensions(context.Context, *ModifyMessageReactionExtensionsReq) (*ModifyMessageReactionExtensionsResp, error) - DeleteMessageReactionExtensions(context.Context, *DeleteMessageListReactionExtensionsReq) (*DeleteMessageListReactionExtensionsResp, error) + DeleteMessageReactionExtensions(context.Context, *DeleteMessagesReactionExtensionsReq) (*DeleteMessagesReactionExtensionsResp, error) } func RegisterMsgServer(s *grpc.Server, srv MsgServer) { @@ -2360,20 +2068,20 @@ func _Msg_GetMaxAndMinSeq_Handler(srv interface{}, ctx context.Context, dec func return interceptor(ctx, in, info, handler) } -func _Msg_PullMessageBySeqList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(sdkws.PullMessageBySeqListReq) +func _Msg_PullMessageBySeqs_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(sdkws.PullMessageBySeqsReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { - return srv.(MsgServer).PullMessageBySeqList(ctx, in) + return srv.(MsgServer).PullMessageBySeqs(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/msg.msg/PullMessageBySeqList", + FullMethod: "/msg.msg/PullMessageBySeqs", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(MsgServer).PullMessageBySeqList(ctx, req.(*sdkws.PullMessageBySeqListReq)) + return srv.(MsgServer).PullMessageBySeqs(ctx, req.(*sdkws.PullMessageBySeqsReq)) } return interceptor(ctx, in, info, handler) } @@ -2396,20 +2104,20 @@ func _Msg_SendMsg_Handler(srv interface{}, ctx context.Context, dec func(interfa return interceptor(ctx, in, info, handler) } -func _Msg_DelMsgList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(DelMsgListReq) +func _Msg_DelMsgs_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(DelMsgsReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { - return srv.(MsgServer).DelMsgList(ctx, in) + return srv.(MsgServer).DelMsgs(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/msg.msg/DelMsgList", + FullMethod: "/msg.msg/DelMsgs", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(MsgServer).DelMsgList(ctx, req.(*DelMsgListReq)) + return srv.(MsgServer).DelMsgs(ctx, req.(*DelMsgsReq)) } return interceptor(ctx, in, info, handler) } @@ -2504,20 +2212,20 @@ func _Msg_SetMessageReactionExtensions_Handler(srv interface{}, ctx context.Cont return interceptor(ctx, in, info, handler) } -func _Msg_GetMessageListReactionExtensions_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetMessageListReactionExtensionsReq) +func _Msg_GetMessagesReactionExtensions_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetMessagesReactionExtensionsReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { - return srv.(MsgServer).GetMessageListReactionExtensions(ctx, in) + return srv.(MsgServer).GetMessagesReactionExtensions(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/msg.msg/GetMessageListReactionExtensions", + FullMethod: "/msg.msg/GetMessagesReactionExtensions", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(MsgServer).GetMessageListReactionExtensions(ctx, req.(*GetMessageListReactionExtensionsReq)) + return srv.(MsgServer).GetMessagesReactionExtensions(ctx, req.(*GetMessagesReactionExtensionsReq)) } return interceptor(ctx, in, info, handler) } @@ -2541,7 +2249,7 @@ func _Msg_AddMessageReactionExtensions_Handler(srv interface{}, ctx context.Cont } func _Msg_DeleteMessageReactionExtensions_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(DeleteMessageListReactionExtensionsReq) + in := new(DeleteMessagesReactionExtensionsReq) if err := dec(in); err != nil { return nil, err } @@ -2553,7 +2261,7 @@ func _Msg_DeleteMessageReactionExtensions_Handler(srv interface{}, ctx context.C FullMethod: "/msg.msg/DeleteMessageReactionExtensions", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(MsgServer).DeleteMessageReactionExtensions(ctx, req.(*DeleteMessageListReactionExtensionsReq)) + return srv.(MsgServer).DeleteMessageReactionExtensions(ctx, req.(*DeleteMessagesReactionExtensionsReq)) } return interceptor(ctx, in, info, handler) } @@ -2567,16 +2275,16 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ Handler: _Msg_GetMaxAndMinSeq_Handler, }, { - MethodName: "PullMessageBySeqList", - Handler: _Msg_PullMessageBySeqList_Handler, + MethodName: "PullMessageBySeqs", + Handler: _Msg_PullMessageBySeqs_Handler, }, { MethodName: "SendMsg", Handler: _Msg_SendMsg_Handler, }, { - MethodName: "DelMsgList", - Handler: _Msg_DelMsgList_Handler, + MethodName: "DelMsgs", + Handler: _Msg_DelMsgs_Handler, }, { MethodName: "DelSuperGroupMsg", @@ -2599,8 +2307,8 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ Handler: _Msg_SetMessageReactionExtensions_Handler, }, { - MethodName: "GetMessageListReactionExtensions", - Handler: _Msg_GetMessageListReactionExtensions_Handler, + MethodName: "GetMessagesReactionExtensions", + Handler: _Msg_GetMessagesReactionExtensions_Handler, }, { MethodName: "AddMessageReactionExtensions", @@ -2615,109 +2323,100 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ Metadata: "msg/msg.proto", } -func init() { proto.RegisterFile("msg/msg.proto", fileDescriptor_msg_4f1a1a8966033864) } +func init() { proto.RegisterFile("msg/msg.proto", fileDescriptor_msg_ac49bd168f1c55a0) } -var fileDescriptor_msg_4f1a1a8966033864 = []byte{ - // 1604 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0xcd, 0x6e, 0xdb, 0xc6, - 0x16, 0x06, 0x49, 0x4b, 0xb6, 0x8f, 0xfc, 0x97, 0xb1, 0xaf, 0xa1, 0x10, 0xc6, 0x8d, 0x2e, 0x93, - 0x5c, 0x2b, 0x48, 0x2c, 0x03, 0xbe, 0xb7, 0x3f, 0x68, 0x0a, 0xb4, 0x71, 0xe4, 0x2a, 0x46, 0xca, - 0x26, 0xa1, 0xdc, 0x06, 0x69, 0x16, 0x2d, 0x63, 0x8d, 0x19, 0xc2, 0xe2, 0x8f, 0x39, 0x54, 0x6c, - 0x01, 0xdd, 0x74, 0xd1, 0xee, 0xfa, 0x0e, 0x5d, 0x75, 0xd7, 0x87, 0xc8, 0x13, 0xf4, 0x41, 0xba, - 0x69, 0x9f, 0xa0, 0xc5, 0xcc, 0x50, 0xd4, 0xf0, 0x4f, 0xa2, 0x15, 0x04, 0xc8, 0xa2, 0x3b, 0x9f, - 0x99, 0x33, 0xe7, 0xe7, 0x3b, 0xdf, 0x1c, 0x0d, 0x8f, 0x61, 0xd9, 0x21, 0xd6, 0xae, 0x43, 0xac, - 0x96, 0x1f, 0x78, 0xa1, 0x87, 0x14, 0x87, 0x58, 0xea, 0xf6, 0x23, 0x1f, 0xbb, 0x3b, 0x87, 0xfa, - 0x4e, 0x17, 0x07, 0xaf, 0x70, 0xb0, 0xeb, 0x9f, 0x5a, 0xbb, 0x6c, 0x7b, 0x97, 0xf4, 0x4e, 0xcf, - 0xc9, 0xee, 0x39, 0xe1, 0xda, 0xea, 0xce, 0x34, 0xc5, 0xc0, 0xf4, 0x7d, 0x1c, 0x44, 0xea, 0x9a, - 0x07, 0x35, 0x9d, 0x58, 0x6d, 0x33, 0x34, 0x8f, 0x3c, 0xfd, 0x09, 0xda, 0x80, 0x4a, 0xe8, 0x9d, - 0x62, 0xb7, 0x2e, 0x35, 0xa4, 0xe6, 0xa2, 0xc1, 0x05, 0xd4, 0x80, 0x9a, 0xe7, 0xe3, 0xc0, 0x0c, - 0x6d, 0xcf, 0x3d, 0x6c, 0xd7, 0x65, 0xb6, 0x27, 0x2e, 0xa1, 0x26, 0xcc, 0x3b, 0xdc, 0x4c, 0x5d, - 0x69, 0x48, 0xcd, 0xda, 0xde, 0x4a, 0x8b, 0xb9, 0x6b, 0x45, 0xc6, 0x8d, 0xd1, 0xb6, 0xf6, 0x4c, - 0x70, 0xd8, 0xde, 0x17, 0x0f, 0x4a, 0x13, 0x0f, 0x4e, 0x0f, 0x42, 0xfb, 0x5e, 0x82, 0xd5, 0xc7, - 0x03, 0xf2, 0x52, 0x4c, 0xa8, 0x01, 0xb5, 0x47, 0xc2, 0x29, 0x9e, 0x96, 0xb8, 0x24, 0x46, 0x20, - 0x4f, 0x8e, 0x40, 0x83, 0x25, 0x7f, 0x40, 0x5e, 0x1e, 0x79, 0x5f, 0x12, 0x1c, 0x1c, 0xb6, 0x59, - 0xa6, 0x8b, 0x46, 0x62, 0x4d, 0xfb, 0x45, 0x02, 0x34, 0xf6, 0xef, 0xb9, 0x96, 0xb7, 0x3f, 0xd4, - 0x9f, 0xa0, 0x3a, 0xcc, 0xf7, 0x4d, 0x12, 0x76, 0xf1, 0x19, 0x0b, 0x61, 0xce, 0x18, 0x89, 0xe8, - 0x06, 0x2c, 0x9b, 0x96, 0x15, 0x60, 0x2b, 0x99, 0x58, 0x72, 0x11, 0xed, 0x41, 0xcd, 0xc1, 0x84, - 0x98, 0x16, 0xfe, 0xdc, 0x26, 0x61, 0x5d, 0x69, 0x28, 0xcd, 0xda, 0xde, 0x5a, 0x8b, 0x92, 0x44, - 0xc8, 0xd6, 0x10, 0x95, 0xd0, 0x16, 0x2c, 0x86, 0x81, 0x6d, 0x59, 0x2c, 0xd6, 0x39, 0x66, 0x75, - 0xbc, 0xa0, 0x7d, 0x01, 0xa8, 0x83, 0x43, 0xdd, 0xbc, 0xb8, 0xe7, 0xf6, 0x74, 0xdb, 0xed, 0xe2, - 0x33, 0x03, 0x9f, 0xa1, 0x4d, 0xa8, 0x46, 0xc9, 0x71, 0xa4, 0x22, 0x29, 0x0d, 0xa3, 0x9c, 0x81, - 0x51, 0x3b, 0x87, 0xf5, 0x8c, 0x3d, 0xe2, 0xd3, 0xc4, 0x0f, 0x82, 0xe0, 0xbe, 0xd7, 0xc3, 0xcc, - 0x62, 0xc5, 0x18, 0x89, 0xd4, 0xd5, 0x41, 0x10, 0xe8, 0xc4, 0x8a, 0xac, 0x45, 0x12, 0x5d, 0xd7, - 0xcd, 0x0b, 0x8a, 0x14, 0xc5, 0x77, 0xd9, 0x88, 0x24, 0xb6, 0xce, 0xec, 0xb2, 0x5c, 0xe8, 0x3a, - 0x93, 0xb4, 0xf7, 0x01, 0xba, 0xd8, 0xed, 0xe9, 0xc4, 0xa2, 0x09, 0x94, 0x27, 0xa2, 0x03, 0xb5, - 0xf8, 0x1c, 0xf1, 0x69, 0x86, 0x84, 0xdd, 0x18, 0x9d, 0x58, 0x31, 0x5e, 0xe2, 0x12, 0xd5, 0x38, - 0xee, 0xdb, 0xd8, 0x0d, 0xb9, 0x46, 0x85, 0x6b, 0x08, 0x4b, 0x48, 0x85, 0x05, 0x82, 0xdd, 0xde, - 0x91, 0xed, 0xe0, 0x7a, 0xb5, 0x21, 0x35, 0x15, 0x23, 0x96, 0xb5, 0x9b, 0x50, 0xbb, 0xdf, 0xc7, - 0x66, 0x10, 0xc5, 0xb9, 0x09, 0xd5, 0x41, 0x02, 0x68, 0x2e, 0x69, 0x2b, 0xb0, 0x34, 0x56, 0x23, - 0xbe, 0xf6, 0x1c, 0x56, 0xbb, 0x98, 0x9a, 0x4f, 0xd4, 0x28, 0xef, 0x28, 0x85, 0xda, 0x0a, 0xbc, - 0x81, 0x1f, 0xd7, 0x67, 0x24, 0xd2, 0x13, 0x0e, 0x87, 0x2e, 0x82, 0x94, 0x4b, 0x1a, 0x82, 0xb5, - 0xa4, 0x71, 0xe2, 0x6b, 0x3b, 0xb0, 0xde, 0xc5, 0x61, 0x84, 0x4c, 0x37, 0x34, 0xc3, 0x01, 0x89, - 0x9c, 0x12, 0x26, 0x30, 0xdb, 0x15, 0x23, 0x92, 0xb4, 0x4d, 0xd8, 0xc8, 0xaa, 0x13, 0x5f, 0xfb, - 0x80, 0xd1, 0x21, 0x63, 0x26, 0x75, 0x89, 0xa5, 0xec, 0x25, 0xfe, 0x16, 0x36, 0x3a, 0x39, 0x06, - 0x69, 0x76, 0x38, 0x49, 0x24, 0x3c, 0x26, 0x12, 0x4e, 0x10, 0x09, 0xc7, 0x44, 0x8a, 0x42, 0x56, - 0x12, 0x21, 0x77, 0x60, 0xbd, 0x8d, 0xfb, 0xdd, 0x81, 0x8f, 0x83, 0x0e, 0x05, 0x28, 0x53, 0x11, - 0xb9, 0x08, 0x56, 0x25, 0x01, 0x2b, 0xcd, 0x3d, 0x6b, 0x88, 0xf8, 0xda, 0x31, 0xcf, 0x3d, 0xed, - 0x60, 0x6a, 0xee, 0x68, 0x0d, 0x14, 0x5a, 0x24, 0x99, 0x15, 0x89, 0xfe, 0x39, 0xc1, 0x79, 0xc0, - 0x71, 0x4a, 0x3b, 0x9f, 0x01, 0xa7, 0xf2, 0x57, 0xe6, 0x01, 0xeb, 0x19, 0x4f, 0x03, 0x3b, 0xc4, - 0x6d, 0xfb, 0xe4, 0x64, 0xf6, 0xbc, 0xb4, 0x33, 0x06, 0x51, 0xd2, 0xd2, 0x5b, 0x0e, 0xfe, 0x87, - 0x0a, 0x68, 0xba, 0xd7, 0xb3, 0x4f, 0x86, 0x3a, 0x6f, 0x92, 0x06, 0x36, 0x8f, 0x69, 0x80, 0x07, - 0x17, 0x21, 0x76, 0x89, 0xed, 0xb9, 0xe5, 0x18, 0xca, 0x6e, 0xb9, 0x37, 0x08, 0x8e, 0x71, 0x4c, - 0x95, 0x58, 0xa6, 0x7b, 0x9e, 0x9f, 0xf8, 0x79, 0x88, 0x65, 0xde, 0x61, 0x08, 0x75, 0x74, 0x34, - 0xf4, 0x31, 0xeb, 0x30, 0x15, 0x43, 0x5c, 0x42, 0x17, 0xf0, 0xaf, 0x20, 0x1d, 0x14, 0xeb, 0xf7, - 0x15, 0xd6, 0xef, 0xf7, 0x79, 0xbf, 0x9f, 0x9a, 0x43, 0xcb, 0xc8, 0x33, 0x72, 0xe0, 0x86, 0xc1, - 0xd0, 0xc8, 0x77, 0x90, 0xee, 0x6d, 0xd5, 0x6c, 0x6f, 0xbb, 0x03, 0x32, 0xbe, 0xa8, 0xcf, 0x33, - 0x8c, 0xb7, 0x5a, 0x96, 0xe7, 0x59, 0x7d, 0xcc, 0xdf, 0x10, 0x2f, 0x06, 0x27, 0xad, 0x6e, 0x18, - 0xd8, 0xae, 0xf5, 0x95, 0xd9, 0x1f, 0x60, 0x43, 0xc6, 0x17, 0xe8, 0x53, 0x58, 0x32, 0xc3, 0xd0, - 0x3c, 0x7e, 0x89, 0x7b, 0x87, 0xee, 0x89, 0x57, 0x5f, 0x28, 0x71, 0x2e, 0x71, 0x82, 0x52, 0xc1, - 0x26, 0x2c, 0x91, 0xfa, 0x62, 0x43, 0x6a, 0x2e, 0x18, 0x23, 0x11, 0xed, 0xc1, 0x86, 0x4d, 0x68, - 0xf8, 0x81, 0x6b, 0xf6, 0xc7, 0x89, 0xd7, 0x81, 0xa9, 0xe5, 0xee, 0xa1, 0x16, 0x20, 0x87, 0x58, - 0x9f, 0xd9, 0x01, 0x09, 0x39, 0x7e, 0xac, 0x47, 0xd7, 0x58, 0x8f, 0xce, 0xd9, 0x51, 0x9f, 0x81, - 0x5a, 0x0c, 0x22, 0xe5, 0xf3, 0x29, 0x1e, 0x46, 0xdc, 0xa0, 0x7f, 0xa2, 0x9b, 0x50, 0x79, 0x45, - 0x93, 0x88, 0x9e, 0x10, 0xab, 0x11, 0x09, 0x1f, 0xe2, 0x21, 0xcf, 0x8d, 0xef, 0x7e, 0x24, 0x7f, - 0x28, 0x69, 0x7f, 0xcd, 0xc1, 0x35, 0xda, 0x75, 0xdf, 0x55, 0x12, 0x0e, 0x26, 0x93, 0xf0, 0x13, - 0x46, 0xc2, 0x29, 0x09, 0xfc, 0xc3, 0xc0, 0x77, 0x99, 0x81, 0xbf, 0x4b, 0xd0, 0x98, 0x5c, 0xc0, - 0x99, 0x5a, 0x71, 0xaa, 0x82, 0x4a, 0xb6, 0x82, 0xf9, 0x18, 0xcc, 0x15, 0x61, 0x20, 0x56, 0xa0, - 0x92, 0xac, 0xc0, 0x2d, 0xa8, 0x06, 0x98, 0x0c, 0xfa, 0x61, 0xbd, 0xca, 0x58, 0x79, 0x85, 0xb1, - 0x32, 0x4e, 0x16, 0x13, 0xdf, 0x88, 0x14, 0xb4, 0x9f, 0x15, 0xb8, 0xde, 0x89, 0xb3, 0xa5, 0x10, - 0xbe, 0xc1, 0x9d, 0x8b, 0xef, 0x95, 0x9c, 0xba, 0x57, 0xe2, 0x7d, 0x54, 0x52, 0xf7, 0x71, 0xfa, - 0x9d, 0x23, 0xb0, 0xe9, 0x24, 0xab, 0xf1, 0x10, 0x0f, 0x85, 0x4b, 0x77, 0x97, 0xa5, 0x57, 0x22, - 0x8b, 0x96, 0x9e, 0x31, 0x63, 0x14, 0x98, 0xa6, 0x61, 0x51, 0xe7, 0x23, 0x4f, 0x14, 0xc8, 0x45, - 0x43, 0x5c, 0x52, 0x4f, 0x00, 0x65, 0xed, 0xa5, 0xeb, 0x2c, 0x95, 0xad, 0xb3, 0x5c, 0x54, 0x67, - 0xed, 0x57, 0x09, 0x6e, 0x4c, 0x4f, 0x6e, 0x26, 0x52, 0x76, 0x61, 0x9d, 0xd8, 0xae, 0xd5, 0xc7, - 0x71, 0x22, 0x8c, 0x35, 0xfc, 0x03, 0xea, 0x3f, 0xbc, 0x97, 0x89, 0xfb, 0xb1, 0x43, 0xae, 0x68, - 0xe4, 0x9d, 0xd6, 0x5e, 0xcb, 0xb0, 0x35, 0xe9, 0xd4, 0x0c, 0x71, 0x06, 0x45, 0x5d, 0x97, 0x47, - 0xfa, 0xf1, 0xd4, 0x48, 0xdf, 0xbc, 0xe5, 0xce, 0x65, 0x0a, 0xf9, 0x36, 0x9b, 0xd0, 0x6b, 0x09, - 0xae, 0x4f, 0x7d, 0xca, 0xcc, 0x54, 0xf2, 0xff, 0x43, 0x8d, 0x0c, 0x8e, 0x8f, 0x31, 0x21, 0x02, - 0x80, 0x88, 0x01, 0xc8, 0x6c, 0x8f, 0x3e, 0xf9, 0x0c, 0x51, 0x0d, 0xed, 0x01, 0x9c, 0x98, 0x76, - 0x1f, 0xf7, 0xd8, 0xa1, 0xb9, 0xc2, 0x43, 0x82, 0x96, 0xf6, 0xa7, 0x0c, 0xff, 0x6d, 0xe3, 0x3e, - 0x0e, 0xf1, 0x3b, 0xdd, 0x5d, 0xa6, 0x7f, 0xb8, 0x16, 0xfd, 0xa0, 0x55, 0x2f, 0xfd, 0x83, 0x36, - 0x5f, 0xd8, 0xcc, 0x0f, 0x8a, 0x18, 0xbe, 0xc0, 0xb0, 0xce, 0x70, 0x25, 0x5f, 0x5b, 0xfb, 0x51, - 0x82, 0xed, 0x52, 0x98, 0xcf, 0xc4, 0x9d, 0x4b, 0xfc, 0xae, 0x78, 0xb0, 0x9c, 0x60, 0x06, 0xba, - 0x03, 0x8b, 0x78, 0xb4, 0x10, 0x0f, 0xb3, 0x92, 0x04, 0x1a, 0x2b, 0x88, 0xb1, 0xc9, 0x45, 0xb1, - 0x29, 0x62, 0x6c, 0xda, 0x6f, 0x32, 0x2c, 0xc6, 0xa6, 0xd0, 0x37, 0x45, 0x70, 0x4a, 0x2c, 0xf0, - 0x5b, 0x49, 0xcf, 0x6f, 0xde, 0x1d, 0xe4, 0xb2, 0x6d, 0x5e, 0x29, 0x64, 0x80, 0x96, 0x7a, 0x92, - 0xf1, 0x86, 0x93, 0x7c, 0x74, 0xad, 0xb0, 0x47, 0x1e, 0xa7, 0xa8, 0x8c, 0x2f, 0xd4, 0xe7, 0x97, - 0xec, 0x40, 0xdb, 0xc9, 0x0e, 0x94, 0x53, 0x3f, 0xa1, 0x07, 0x39, 0xb0, 0x24, 0x6e, 0xa1, 0xdb, - 0xb0, 0x70, 0x1a, 0xc9, 0x51, 0x01, 0x33, 0xac, 0x8c, 0x15, 0x66, 0x28, 0xe0, 0x4f, 0x12, 0xac, - 0x0b, 0xb3, 0x41, 0x8a, 0x0b, 0x1b, 0x0e, 0x66, 0x46, 0x80, 0x52, 0x89, 0x11, 0xa0, 0x7c, 0xe9, - 0x11, 0xa0, 0x92, 0x1e, 0x01, 0xde, 0x83, 0xe5, 0x36, 0xee, 0xeb, 0xc4, 0xe2, 0x57, 0x68, 0xe2, - 0x08, 0x84, 0xe0, 0xb3, 0xb8, 0x9b, 0x2e, 0x1b, 0x23, 0x51, 0x5b, 0x83, 0x15, 0xd1, 0x04, 0xf1, - 0xf7, 0xfe, 0x98, 0x07, 0xc5, 0x21, 0x16, 0x7a, 0x00, 0xab, 0xa9, 0x79, 0x20, 0xba, 0x1a, 0x81, - 0x99, 0x9d, 0x3b, 0xaa, 0x6a, 0xd1, 0x16, 0xf1, 0xd1, 0x53, 0xd8, 0x78, 0x3c, 0xe8, 0xf7, 0xa3, - 0xeb, 0xbe, 0x3f, 0xec, 0x72, 0xdf, 0xe8, 0xdf, 0xd1, 0x99, 0xbc, 0x4d, 0x6a, 0xf3, 0xda, 0xc4, - 0x7d, 0x76, 0x61, 0xe7, 0xa3, 0x39, 0x13, 0x5a, 0x8d, 0xbe, 0x6a, 0x46, 0x73, 0x44, 0x75, 0x2d, - 0xb9, 0x40, 0x7c, 0xf4, 0x1e, 0xc0, 0x38, 0x55, 0xc4, 0x7f, 0x1a, 0x12, 0xf0, 0xa9, 0xeb, 0x99, - 0x35, 0xe2, 0xa3, 0x0e, 0xac, 0xa5, 0x87, 0x44, 0xa8, 0x3e, 0x52, 0x4c, 0xcf, 0x88, 0xd4, 0xab, - 0x05, 0x3b, 0xc4, 0x47, 0xbb, 0xb0, 0x30, 0x9a, 0x0c, 0x22, 0x1e, 0x9d, 0x30, 0x4f, 0x54, 0xaf, - 0xa4, 0x56, 0xb8, 0xe7, 0xf4, 0x68, 0x2e, 0xf2, 0x9c, 0x33, 0xe0, 0x8b, 0x3c, 0xe7, 0xcd, 0xf2, - 0xa8, 0xa1, 0x4e, 0xbe, 0xa1, 0x4e, 0xa1, 0xa1, 0xdc, 0x19, 0xde, 0x29, 0x6c, 0x4d, 0xfa, 0xee, - 0x40, 0x37, 0xca, 0x7c, 0x5b, 0xaa, 0x37, 0x4b, 0x68, 0x11, 0x1f, 0x9d, 0x43, 0x63, 0xda, 0x9b, - 0x12, 0x35, 0xcb, 0xbe, 0xab, 0xd5, 0x5b, 0x25, 0x35, 0x89, 0x8f, 0xce, 0x60, 0xeb, 0x5e, 0xaf, - 0x57, 0x9c, 0xe5, 0x76, 0xc9, 0x31, 0x8e, 0xda, 0x2c, 0xa7, 0x48, 0x7c, 0xf4, 0x1d, 0x5c, 0x4b, - 0xfc, 0x26, 0xe6, 0x78, 0xbd, 0x3d, 0x62, 0x56, 0x89, 0xd7, 0x8a, 0x7a, 0xa7, 0xbc, 0x32, 0xf1, - 0xf7, 0xd5, 0xaf, 0xeb, 0x8f, 0x7c, 0xec, 0x1e, 0xea, 0xc2, 0x3f, 0x9b, 0x1c, 0x62, 0xdd, 0x75, - 0x88, 0xf5, 0xa2, 0xca, 0xc4, 0xff, 0xfd, 0x1d, 0x00, 0x00, 0xff, 0xff, 0xaa, 0x89, 0x1b, 0xf3, - 0xd4, 0x1a, 0x00, 0x00, +var fileDescriptor_msg_ac49bd168f1c55a0 = []byte{ + // 1466 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x58, 0xdd, 0x72, 0xdb, 0xc4, + 0x17, 0x1f, 0xd9, 0x4e, 0x62, 0x1f, 0x37, 0x4d, 0xba, 0xc9, 0xbf, 0x7f, 0x57, 0x84, 0xa9, 0xab, + 0x36, 0xad, 0x3b, 0x24, 0xce, 0x4c, 0x60, 0xa0, 0x50, 0x98, 0xb6, 0xc1, 0xc5, 0x64, 0x8a, 0x68, + 0x2b, 0x97, 0x96, 0x81, 0x2b, 0x35, 0x5e, 0xab, 0x22, 0xb2, 0xb4, 0xd1, 0x91, 0xdb, 0xf8, 0x9a, + 0x07, 0xe0, 0x15, 0x78, 0x09, 0x2e, 0x18, 0x2e, 0x79, 0x00, 0x78, 0x0c, 0x1e, 0x83, 0xd9, 0xd5, + 0x4a, 0x96, 0x2c, 0xc9, 0x76, 0x86, 0x66, 0x86, 0x0b, 0xee, 0x74, 0x76, 0x7f, 0xe7, 0xfb, 0x43, + 0xbb, 0x0b, 0xab, 0x43, 0xb4, 0xf6, 0x86, 0x68, 0xb5, 0x99, 0xef, 0x05, 0x1e, 0x29, 0x0f, 0xd1, + 0x52, 0x6f, 0x3d, 0x66, 0xd4, 0xdd, 0x3d, 0xd4, 0x77, 0x7b, 0xd4, 0x7f, 0x4d, 0xfd, 0x3d, 0x76, + 0x6c, 0xed, 0x89, 0xed, 0x3d, 0xec, 0x1f, 0xbf, 0xc1, 0xbd, 0x37, 0x18, 0xa2, 0xd5, 0xdd, 0x79, + 0x40, 0xdf, 0x64, 0x8c, 0xfa, 0x12, 0xae, 0xe9, 0x50, 0xd7, 0xd1, 0xea, 0x98, 0x81, 0xf9, 0xcc, + 0xd3, 0x9f, 0x92, 0x4d, 0x58, 0x0a, 0xbc, 0x63, 0xea, 0x36, 0x94, 0xa6, 0xd2, 0xaa, 0x19, 0x21, + 0x41, 0x5a, 0xb0, 0x32, 0x0c, 0x41, 0x8d, 0x52, 0x53, 0x69, 0xd5, 0xf7, 0x2f, 0xb6, 0x85, 0xb0, + 0xb6, 0x64, 0x35, 0xa2, 0x6d, 0xed, 0xa3, 0x84, 0xb8, 0xce, 0x41, 0x92, 0x51, 0x99, 0xcd, 0xf8, + 0x02, 0xd6, 0x9e, 0x8c, 0xf0, 0x55, 0xd2, 0x96, 0x85, 0x99, 0x89, 0x0a, 0x55, 0xf4, 0x46, 0xfe, + 0x11, 0x3d, 0xec, 0x08, 0x03, 0x6b, 0x46, 0x4c, 0x6b, 0x3f, 0x2b, 0x40, 0x26, 0x52, 0x3d, 0xd7, + 0xf2, 0x0e, 0xc6, 0xfa, 0x53, 0xd2, 0x80, 0x15, 0xc7, 0xc4, 0xa0, 0x47, 0x4f, 0x84, 0xf0, 0xb2, + 0x11, 0x91, 0xe4, 0x06, 0xac, 0x9a, 0x96, 0xe5, 0x53, 0xcb, 0x0c, 0x6c, 0xcf, 0x8d, 0x25, 0xa6, + 0x17, 0xc9, 0x0e, 0x54, 0x87, 0x14, 0xd1, 0xb4, 0x28, 0x36, 0xca, 0xcd, 0x72, 0xab, 0xbe, 0xbf, + 0xde, 0xe6, 0x29, 0x4b, 0x38, 0x60, 0xc4, 0x08, 0xb2, 0x05, 0xb5, 0xc0, 0xb7, 0x2d, 0x8b, 0xfa, + 0x87, 0x9d, 0x46, 0x45, 0xc8, 0x9b, 0x2c, 0x68, 0x3b, 0x40, 0xba, 0x34, 0xd0, 0xcd, 0xd3, 0x07, + 0x6e, 0x5f, 0xb7, 0xdd, 0x1e, 0x3d, 0x31, 0xe8, 0x09, 0xb9, 0x0c, 0xcb, 0xdf, 0xa0, 0x60, 0x08, + 0x73, 0x21, 0x29, 0xed, 0x21, 0x6c, 0x64, 0xd0, 0xc8, 0x38, 0x5c, 0x37, 0x4f, 0x27, 0xfe, 0x48, + 0x4a, 0xac, 0x0b, 0x94, 0xf0, 0x83, 0xaf, 0x0b, 0x4a, 0xfb, 0x10, 0xa0, 0x47, 0xdd, 0xbe, 0x8e, + 0x16, 0x57, 0x96, 0x88, 0x75, 0x79, 0x76, 0xa2, 0x86, 0x50, 0x8f, 0xf9, 0x90, 0x91, 0x26, 0xd4, + 0x51, 0x14, 0x9a, 0x8e, 0x56, 0x6c, 0x6a, 0x72, 0x89, 0x23, 0x8e, 0x1c, 0x9b, 0xba, 0x41, 0x88, + 0x08, 0xa3, 0x99, 0x5c, 0x12, 0xe9, 0xa3, 0x6e, 0xff, 0x99, 0x3d, 0xa4, 0x42, 0x7b, 0xd9, 0x88, + 0x69, 0x6d, 0x1b, 0xea, 0x9f, 0x3b, 0xd4, 0xf4, 0xa5, 0x9d, 0x97, 0x61, 0x79, 0x94, 0x0a, 0x4a, + 0x48, 0x69, 0x17, 0xe1, 0xc2, 0x04, 0x86, 0x4c, 0xfb, 0x1e, 0xd6, 0x7a, 0x94, 0x8b, 0x4f, 0xc5, + 0x33, 0x8f, 0x95, 0x57, 0x82, 0xe5, 0x7b, 0x23, 0x16, 0xdb, 0x16, 0x91, 0x9c, 0x63, 0x18, 0x86, + 0x8e, 0x5b, 0xb5, 0x6a, 0x48, 0x4a, 0x23, 0xb0, 0x9e, 0x16, 0x8e, 0x4c, 0xdb, 0x85, 0x8d, 0x1e, + 0x0d, 0x64, 0x64, 0x7a, 0x81, 0x19, 0x8c, 0x50, 0x2a, 0x45, 0x41, 0x08, 0xa5, 0x4b, 0x86, 0xa4, + 0xb4, 0xcb, 0xb0, 0x99, 0x85, 0x23, 0xd3, 0xfe, 0x27, 0x92, 0x3b, 0x2d, 0x46, 0x6b, 0xc3, 0x66, + 0x37, 0x07, 0x5e, 0x28, 0xbe, 0x0b, 0x1b, 0x1d, 0xea, 0xf4, 0x46, 0x8c, 0xfa, 0x5d, 0xee, 0xcc, + 0xec, 0xe8, 0x15, 0x87, 0x80, 0xdb, 0x99, 0x15, 0x84, 0x4c, 0x7b, 0x10, 0xda, 0x39, 0xad, 0x60, + 0x1d, 0xca, 0x93, 0x0a, 0xe4, 0x9f, 0x33, 0x44, 0xdf, 0x0f, 0x7d, 0x9a, 0x16, 0x7d, 0x86, 0x99, + 0x71, 0x53, 0xf4, 0xcd, 0x0b, 0xdf, 0x0e, 0x68, 0xc7, 0x1e, 0x0c, 0x8a, 0x6c, 0xd0, 0xee, 0x09, + 0x63, 0xd3, 0xb8, 0xb4, 0xa2, 0x39, 0x53, 0xed, 0xb7, 0x0a, 0x68, 0xba, 0xd7, 0xb7, 0x07, 0x63, + 0x3d, 0xec, 0x68, 0x83, 0x9a, 0x47, 0x7c, 0x10, 0x3c, 0x3c, 0x0d, 0xa8, 0x8b, 0xb6, 0xe7, 0x8a, + 0x64, 0x27, 0xc7, 0x90, 0x92, 0x1e, 0x43, 0x61, 0x9f, 0x20, 0x87, 0x3e, 0x1b, 0x33, 0x2a, 0x14, + 0x2e, 0x19, 0xc9, 0x25, 0xe2, 0x01, 0xf1, 0x33, 0x62, 0xe5, 0x6c, 0xb9, 0x17, 0xce, 0x96, 0xb9, + 0x26, 0xb4, 0xb3, 0xab, 0x0f, 0xdd, 0xc0, 0x1f, 0x1b, 0x39, 0xa2, 0xa7, 0x1b, 0xb3, 0x92, 0x6d, + 0xcc, 0x1d, 0x28, 0xd1, 0xd3, 0xc6, 0x92, 0x08, 0xce, 0x56, 0xdb, 0xf2, 0x3c, 0xcb, 0xa1, 0xe1, + 0x7f, 0xe3, 0xe5, 0x68, 0xd0, 0xee, 0x05, 0xbe, 0xed, 0x5a, 0xcf, 0x4d, 0x67, 0x44, 0x8d, 0x12, + 0x3d, 0x25, 0xf7, 0xe1, 0x82, 0x19, 0x04, 0xe6, 0xd1, 0x2b, 0xda, 0x3f, 0x74, 0x07, 0x5e, 0x63, + 0x79, 0x01, 0xbe, 0x14, 0x07, 0x2f, 0x16, 0x1b, 0x85, 0x0b, 0x8d, 0x95, 0xa6, 0xd2, 0xaa, 0x1a, + 0x11, 0x49, 0xf6, 0x61, 0xd3, 0x46, 0x6e, 0xbb, 0xef, 0x9a, 0x4e, 0x22, 0x3c, 0x55, 0x01, 0xcb, + 0xdd, 0x23, 0x6d, 0x20, 0x43, 0xb4, 0xbe, 0xb0, 0x7d, 0x0c, 0xc2, 0xc8, 0x89, 0x01, 0x53, 0x13, + 0x75, 0x91, 0xb3, 0xa3, 0x3e, 0x87, 0xff, 0x17, 0x84, 0x8f, 0xd7, 0xd4, 0x31, 0x1d, 0xcb, 0xa4, + 0xf2, 0x4f, 0xb2, 0x0d, 0x4b, 0xaf, 0xb9, 0x07, 0xb2, 0x74, 0xd6, 0x64, 0xe9, 0x3c, 0xa2, 0xe3, + 0xd0, 0xb1, 0x70, 0xf7, 0x93, 0xd2, 0x1d, 0x45, 0xfb, 0xa5, 0x02, 0x57, 0xf9, 0xbc, 0x38, 0xbf, + 0xd2, 0x71, 0x66, 0x94, 0xce, 0xa7, 0xa2, 0x74, 0xe6, 0xe8, 0xff, 0xaf, 0x6e, 0xfe, 0x85, 0x75, + 0xf3, 0xab, 0x02, 0xcd, 0xd9, 0x79, 0x0b, 0xff, 0xbf, 0xc9, 0x64, 0x28, 0xd9, 0x64, 0xe4, 0xbb, + 0x53, 0x2a, 0x72, 0x27, 0x19, 0xcc, 0x72, 0x3a, 0x98, 0xb7, 0x61, 0xd9, 0xa7, 0x38, 0x72, 0x82, + 0x46, 0x45, 0x94, 0xd6, 0x25, 0x51, 0x5a, 0xb1, 0xe9, 0x14, 0x99, 0x21, 0x01, 0xda, 0x9f, 0x25, + 0x68, 0x76, 0x63, 0xdb, 0xf1, 0x3c, 0x8a, 0xfe, 0x07, 0xd8, 0x18, 0xa6, 0x43, 0xf3, 0x88, 0x8e, + 0xa3, 0xaa, 0xbf, 0x23, 0x4c, 0x9b, 0x67, 0x41, 0x5b, 0xcf, 0x08, 0x30, 0xf2, 0x84, 0x72, 0x4b, + 0xb9, 0x4e, 0xa1, 0x80, 0xfb, 0x5e, 0x33, 0x62, 0x5a, 0x1d, 0x00, 0xc9, 0x8a, 0x79, 0xfb, 0x79, + 0xd1, 0x4e, 0xe1, 0xda, 0x1c, 0x7f, 0x90, 0x91, 0x1e, 0x6c, 0xa0, 0xed, 0x5a, 0x0e, 0x8d, 0x4d, + 0x12, 0xf9, 0x52, 0x44, 0x50, 0xae, 0x85, 0xa3, 0x20, 0xb9, 0x1f, 0xb3, 0x87, 0x40, 0x23, 0x8f, + 0x5b, 0xfb, 0xb1, 0x04, 0x5b, 0xb3, 0xb8, 0x88, 0x9d, 0x3b, 0x7f, 0x42, 0xa5, 0x1f, 0xcf, 0x55, + 0xfa, 0x4f, 0x86, 0x4f, 0xf6, 0x34, 0x79, 0x6e, 0xed, 0xf8, 0x93, 0x02, 0xd7, 0xe7, 0xfe, 0x81, + 0x91, 0x91, 0x0f, 0xa0, 0x8e, 0xa3, 0xa3, 0x23, 0x8a, 0xf8, 0x95, 0x8d, 0x51, 0xe8, 0x89, 0x88, + 0x82, 0x40, 0x46, 0x47, 0x67, 0x23, 0x09, 0x23, 0xfb, 0x00, 0x03, 0xd3, 0x76, 0x68, 0x5f, 0x30, + 0x95, 0x0a, 0x99, 0x12, 0x28, 0xed, 0xaf, 0x12, 0x5c, 0xef, 0x50, 0x87, 0x06, 0x74, 0x76, 0x9f, + 0x35, 0xa1, 0xee, 0x31, 0xea, 0x47, 0xf7, 0x19, 0x59, 0x8b, 0x89, 0x25, 0x5e, 0xdf, 0x1e, 0x93, + 0xb7, 0x0d, 0x79, 0x81, 0x8a, 0xe8, 0x54, 0x97, 0x96, 0x67, 0x77, 0x69, 0x25, 0xdb, 0xa5, 0x53, + 0xf9, 0x5a, 0xca, 0xf6, 0x41, 0xd1, 0x88, 0x5e, 0x3e, 0xf3, 0x88, 0x5e, 0x29, 0x9c, 0x69, 0xf7, + 0x72, 0x0b, 0xb4, 0x2a, 0xa2, 0x9c, 0xc9, 0x79, 0x0e, 0x54, 0x7b, 0x0a, 0x37, 0xe6, 0x47, 0x1a, + 0x59, 0x62, 0x44, 0x2a, 0xf3, 0x46, 0xe4, 0x67, 0xb0, 0x9a, 0x4a, 0x2d, 0xd9, 0x81, 0x1a, 0x8d, + 0x16, 0xe2, 0xa3, 0x6f, 0xba, 0x02, 0x26, 0x00, 0xed, 0xf7, 0x12, 0xd4, 0xe2, 0x0d, 0xf2, 0x7c, + 0x46, 0x07, 0xde, 0x4c, 0x0b, 0x79, 0xbb, 0xed, 0x56, 0x90, 0x8a, 0x72, 0x61, 0x2a, 0xb4, 0xa9, + 0xbf, 0x7d, 0x78, 0x7c, 0x48, 0xff, 0xcf, 0x2f, 0xc6, 0xe7, 0x87, 0x1a, 0x3f, 0x21, 0xa8, 0xdf, + 0x9e, 0xa5, 0xa5, 0x6f, 0xa5, 0x5b, 0x3a, 0x27, 0x03, 0x89, 0xa6, 0xbe, 0x0b, 0x17, 0x92, 0x5b, + 0xe4, 0x3d, 0xa8, 0x1e, 0x4b, 0x5a, 0xa6, 0x20, 0x53, 0x1e, 0x31, 0x40, 0x33, 0x61, 0x23, 0xf1, + 0xb2, 0xc0, 0x3d, 0x14, 0x4f, 0x0b, 0xc9, 0xa7, 0x01, 0xe5, 0x6c, 0x4f, 0x03, 0xa5, 0xe9, 0xa7, + 0x81, 0x3b, 0x00, 0x1d, 0xea, 0xe8, 0x68, 0x61, 0xfa, 0xfe, 0x56, 0x4a, 0xdd, 0xdf, 0x08, 0x54, + 0x90, 0x9e, 0x84, 0xff, 0xbe, 0xb2, 0x21, 0xbe, 0xb5, 0x55, 0xa8, 0xc7, 0x9c, 0xc8, 0xf6, 0xff, + 0x58, 0x81, 0xf2, 0x10, 0x2d, 0xf2, 0x25, 0xac, 0x4d, 0xbd, 0x1e, 0x90, 0x2b, 0xd2, 0xc3, 0xec, + 0x1b, 0x84, 0xaa, 0x16, 0x6d, 0x21, 0x23, 0x5f, 0xc3, 0xa5, 0x27, 0x23, 0xc7, 0x91, 0x0d, 0x71, + 0x30, 0xee, 0xd1, 0x13, 0x24, 0xef, 0x48, 0x86, 0xcc, 0x0e, 0x97, 0xb6, 0x55, 0xbc, 0x29, 0xca, + 0x7f, 0x45, 0x5e, 0x70, 0xc9, 0x9a, 0x3c, 0xb3, 0x46, 0xcf, 0x13, 0xea, 0x7a, 0x7a, 0x21, 0x44, + 0x4b, 0xf7, 0x24, 0x7a, 0x12, 0x26, 0x89, 0x4e, 0x78, 0x4f, 0xba, 0xb0, 0x3e, 0x7d, 0x8d, 0x25, + 0x8d, 0x08, 0x35, 0x7d, 0x8b, 0x55, 0xaf, 0x14, 0xec, 0x20, 0x23, 0x7b, 0x50, 0x8d, 0xde, 0x19, + 0x48, 0xa8, 0x26, 0xf1, 0x3a, 0xa1, 0x5e, 0x9a, 0x5a, 0x09, 0x35, 0x4f, 0x5f, 0xf4, 0xa5, 0xe6, + 0x9c, 0xe7, 0x02, 0xa9, 0x39, 0xef, 0x65, 0x80, 0x0b, 0xea, 0xe6, 0x0b, 0xea, 0x16, 0x0a, 0xca, + 0x7d, 0x33, 0x38, 0x86, 0xad, 0x59, 0xa7, 0x4a, 0x72, 0x63, 0x91, 0x0b, 0x83, 0xba, 0xbd, 0x00, + 0x0a, 0x19, 0x71, 0xe1, 0xdd, 0x99, 0x87, 0x16, 0xb2, 0xbd, 0xd0, 0x41, 0x4d, 0xbd, 0xb9, 0x08, + 0x0c, 0x19, 0x39, 0x81, 0xad, 0x07, 0xfd, 0x7e, 0xb1, 0x73, 0xb7, 0x16, 0xbc, 0x48, 0xab, 0xad, + 0xc5, 0x80, 0xc8, 0xc8, 0x6b, 0xb8, 0x9a, 0xfa, 0x35, 0xe4, 0x68, 0x6d, 0x45, 0x05, 0x35, 0xef, + 0x57, 0xad, 0xde, 0x5e, 0x10, 0x89, 0xec, 0x40, 0xfd, 0xae, 0xf1, 0x98, 0x51, 0xf7, 0x50, 0x4f, + 0x3c, 0xf1, 0x0e, 0xd1, 0xba, 0x3b, 0x44, 0xeb, 0xe5, 0xb2, 0x20, 0xdf, 0xff, 0x3b, 0x00, 0x00, + 0xff, 0xff, 0x17, 0x99, 0x70, 0x0d, 0x4a, 0x16, 0x00, 0x00, } diff --git a/pkg/proto/msggateway/msg_gateway.pb.go b/pkg/proto/msggateway/msg_gateway.pb.go index cb21b13e2..48547314c 100644 --- a/pkg/proto/msggateway/msg_gateway.pb.go +++ b/pkg/proto/msggateway/msg_gateway.pb.go @@ -25,9 +25,8 @@ var _ = math.Inf const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package type OnlinePushMsgReq struct { - OperationID string `protobuf:"bytes,1,opt,name=OperationID" json:"OperationID,omitempty"` - MsgData *sdkws.MsgData `protobuf:"bytes,2,opt,name=msgData" json:"msgData,omitempty"` - PushToUserID string `protobuf:"bytes,3,opt,name=pushToUserID" json:"pushToUserID,omitempty"` + MsgData *sdkws.MsgData `protobuf:"bytes,1,opt,name=msgData" json:"msgData,omitempty"` + PushToUserID string `protobuf:"bytes,2,opt,name=pushToUserID" json:"pushToUserID,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -37,7 +36,7 @@ func (m *OnlinePushMsgReq) Reset() { *m = OnlinePushMsgReq{} } func (m *OnlinePushMsgReq) String() string { return proto.CompactTextString(m) } func (*OnlinePushMsgReq) ProtoMessage() {} func (*OnlinePushMsgReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_gateway_f8a0998f55e14ad9, []int{0} + return fileDescriptor_msg_gateway_608f885807bb70a0, []int{0} } func (m *OnlinePushMsgReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OnlinePushMsgReq.Unmarshal(m, b) @@ -57,13 +56,6 @@ func (m *OnlinePushMsgReq) XXX_DiscardUnknown() { var xxx_messageInfo_OnlinePushMsgReq proto.InternalMessageInfo -func (m *OnlinePushMsgReq) GetOperationID() string { - if m != nil { - return m.OperationID - } - return "" -} - func (m *OnlinePushMsgReq) GetMsgData() *sdkws.MsgData { if m != nil { return m.MsgData @@ -89,7 +81,7 @@ func (m *OnlinePushMsgResp) Reset() { *m = OnlinePushMsgResp{} } func (m *OnlinePushMsgResp) String() string { return proto.CompactTextString(m) } func (*OnlinePushMsgResp) ProtoMessage() {} func (*OnlinePushMsgResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_gateway_f8a0998f55e14ad9, []int{1} + return fileDescriptor_msg_gateway_608f885807bb70a0, []int{1} } func (m *OnlinePushMsgResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OnlinePushMsgResp.Unmarshal(m, b) @@ -116,7 +108,7 @@ func (m *OnlinePushMsgResp) GetResp() []*SingleMsgToUserPlatform { return nil } -type SingleMsgToUserResultList struct { +type SingleMsgToUserResults struct { UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"` Resp []*SingleMsgToUserPlatform `protobuf:"bytes,2,rep,name=resp" json:"resp,omitempty"` OnlinePush bool `protobuf:"varint,3,opt,name=onlinePush" json:"onlinePush,omitempty"` @@ -125,45 +117,45 @@ type SingleMsgToUserResultList struct { XXX_sizecache int32 `json:"-"` } -func (m *SingleMsgToUserResultList) Reset() { *m = SingleMsgToUserResultList{} } -func (m *SingleMsgToUserResultList) String() string { return proto.CompactTextString(m) } -func (*SingleMsgToUserResultList) ProtoMessage() {} -func (*SingleMsgToUserResultList) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_gateway_f8a0998f55e14ad9, []int{2} +func (m *SingleMsgToUserResults) Reset() { *m = SingleMsgToUserResults{} } +func (m *SingleMsgToUserResults) String() string { return proto.CompactTextString(m) } +func (*SingleMsgToUserResults) ProtoMessage() {} +func (*SingleMsgToUserResults) Descriptor() ([]byte, []int) { + return fileDescriptor_msg_gateway_608f885807bb70a0, []int{2} } -func (m *SingleMsgToUserResultList) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SingleMsgToUserResultList.Unmarshal(m, b) +func (m *SingleMsgToUserResults) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SingleMsgToUserResults.Unmarshal(m, b) } -func (m *SingleMsgToUserResultList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SingleMsgToUserResultList.Marshal(b, m, deterministic) +func (m *SingleMsgToUserResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SingleMsgToUserResults.Marshal(b, m, deterministic) } -func (dst *SingleMsgToUserResultList) XXX_Merge(src proto.Message) { - xxx_messageInfo_SingleMsgToUserResultList.Merge(dst, src) +func (dst *SingleMsgToUserResults) XXX_Merge(src proto.Message) { + xxx_messageInfo_SingleMsgToUserResults.Merge(dst, src) } -func (m *SingleMsgToUserResultList) XXX_Size() int { - return xxx_messageInfo_SingleMsgToUserResultList.Size(m) +func (m *SingleMsgToUserResults) XXX_Size() int { + return xxx_messageInfo_SingleMsgToUserResults.Size(m) } -func (m *SingleMsgToUserResultList) XXX_DiscardUnknown() { - xxx_messageInfo_SingleMsgToUserResultList.DiscardUnknown(m) +func (m *SingleMsgToUserResults) XXX_DiscardUnknown() { + xxx_messageInfo_SingleMsgToUserResults.DiscardUnknown(m) } -var xxx_messageInfo_SingleMsgToUserResultList proto.InternalMessageInfo +var xxx_messageInfo_SingleMsgToUserResults proto.InternalMessageInfo -func (m *SingleMsgToUserResultList) GetUserID() string { +func (m *SingleMsgToUserResults) GetUserID() string { if m != nil { return m.UserID } return "" } -func (m *SingleMsgToUserResultList) GetResp() []*SingleMsgToUserPlatform { +func (m *SingleMsgToUserResults) GetResp() []*SingleMsgToUserPlatform { if m != nil { return m.Resp } return nil } -func (m *SingleMsgToUserResultList) GetOnlinePush() bool { +func (m *SingleMsgToUserResults) GetOnlinePush() bool { if m != nil { return m.OnlinePush } @@ -171,9 +163,8 @@ func (m *SingleMsgToUserResultList) GetOnlinePush() bool { } type OnlineBatchPushOneMsgReq struct { - OperationID string `protobuf:"bytes,1,opt,name=OperationID" json:"OperationID,omitempty"` - MsgData *sdkws.MsgData `protobuf:"bytes,2,opt,name=msgData" json:"msgData,omitempty"` - PushToUserIDList []string `protobuf:"bytes,3,rep,name=pushToUserIDList" json:"pushToUserIDList,omitempty"` + MsgData *sdkws.MsgData `protobuf:"bytes,1,opt,name=msgData" json:"msgData,omitempty"` + PushToUserIDs []string `protobuf:"bytes,2,rep,name=pushToUserIDs" json:"pushToUserIDs,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -183,7 +174,7 @@ func (m *OnlineBatchPushOneMsgReq) Reset() { *m = OnlineBatchPushOneMsgR func (m *OnlineBatchPushOneMsgReq) String() string { return proto.CompactTextString(m) } func (*OnlineBatchPushOneMsgReq) ProtoMessage() {} func (*OnlineBatchPushOneMsgReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_gateway_f8a0998f55e14ad9, []int{3} + return fileDescriptor_msg_gateway_608f885807bb70a0, []int{3} } func (m *OnlineBatchPushOneMsgReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OnlineBatchPushOneMsgReq.Unmarshal(m, b) @@ -203,13 +194,6 @@ func (m *OnlineBatchPushOneMsgReq) XXX_DiscardUnknown() { var xxx_messageInfo_OnlineBatchPushOneMsgReq proto.InternalMessageInfo -func (m *OnlineBatchPushOneMsgReq) GetOperationID() string { - if m != nil { - return m.OperationID - } - return "" -} - func (m *OnlineBatchPushOneMsgReq) GetMsgData() *sdkws.MsgData { if m != nil { return m.MsgData @@ -217,25 +201,25 @@ func (m *OnlineBatchPushOneMsgReq) GetMsgData() *sdkws.MsgData { return nil } -func (m *OnlineBatchPushOneMsgReq) GetPushToUserIDList() []string { +func (m *OnlineBatchPushOneMsgReq) GetPushToUserIDs() []string { if m != nil { - return m.PushToUserIDList + return m.PushToUserIDs } return nil } type OnlineBatchPushOneMsgResp struct { - SinglePushResult []*SingleMsgToUserResultList `protobuf:"bytes,1,rep,name=singlePushResult" json:"singlePushResult,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + SinglePushResult []*SingleMsgToUserResults `protobuf:"bytes,1,rep,name=singlePushResult" json:"singlePushResult,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *OnlineBatchPushOneMsgResp) Reset() { *m = OnlineBatchPushOneMsgResp{} } func (m *OnlineBatchPushOneMsgResp) String() string { return proto.CompactTextString(m) } func (*OnlineBatchPushOneMsgResp) ProtoMessage() {} func (*OnlineBatchPushOneMsgResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_gateway_f8a0998f55e14ad9, []int{4} + return fileDescriptor_msg_gateway_608f885807bb70a0, []int{4} } func (m *OnlineBatchPushOneMsgResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OnlineBatchPushOneMsgResp.Unmarshal(m, b) @@ -255,7 +239,7 @@ func (m *OnlineBatchPushOneMsgResp) XXX_DiscardUnknown() { var xxx_messageInfo_OnlineBatchPushOneMsgResp proto.InternalMessageInfo -func (m *OnlineBatchPushOneMsgResp) GetSinglePushResult() []*SingleMsgToUserResultList { +func (m *OnlineBatchPushOneMsgResp) GetSinglePushResult() []*SingleMsgToUserResults { if m != nil { return m.SinglePushResult } @@ -275,7 +259,7 @@ func (m *SingleMsgToUserPlatform) Reset() { *m = SingleMsgToUserPlatform func (m *SingleMsgToUserPlatform) String() string { return proto.CompactTextString(m) } func (*SingleMsgToUserPlatform) ProtoMessage() {} func (*SingleMsgToUserPlatform) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_gateway_f8a0998f55e14ad9, []int{5} + return fileDescriptor_msg_gateway_608f885807bb70a0, []int{5} } func (m *SingleMsgToUserPlatform) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SingleMsgToUserPlatform.Unmarshal(m, b) @@ -317,9 +301,7 @@ func (m *SingleMsgToUserPlatform) GetRecvPlatFormID() int32 { } type GetUsersOnlineStatusReq struct { - UserIDList []string `protobuf:"bytes,1,rep,name=userIDList" json:"userIDList,omitempty"` - OperationID string `protobuf:"bytes,2,opt,name=operationID" json:"operationID,omitempty"` - OpUserID string `protobuf:"bytes,3,opt,name=opUserID" json:"opUserID,omitempty"` + UserIDs []string `protobuf:"bytes,1,rep,name=userIDs" json:"userIDs,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -329,7 +311,7 @@ func (m *GetUsersOnlineStatusReq) Reset() { *m = GetUsersOnlineStatusReq func (m *GetUsersOnlineStatusReq) String() string { return proto.CompactTextString(m) } func (*GetUsersOnlineStatusReq) ProtoMessage() {} func (*GetUsersOnlineStatusReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_gateway_f8a0998f55e14ad9, []int{6} + return fileDescriptor_msg_gateway_608f885807bb70a0, []int{6} } func (m *GetUsersOnlineStatusReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetUsersOnlineStatusReq.Unmarshal(m, b) @@ -349,32 +331,16 @@ func (m *GetUsersOnlineStatusReq) XXX_DiscardUnknown() { var xxx_messageInfo_GetUsersOnlineStatusReq proto.InternalMessageInfo -func (m *GetUsersOnlineStatusReq) GetUserIDList() []string { +func (m *GetUsersOnlineStatusReq) GetUserIDs() []string { if m != nil { - return m.UserIDList + return m.UserIDs } return nil } -func (m *GetUsersOnlineStatusReq) GetOperationID() string { - if m != nil { - return m.OperationID - } - return "" -} - -func (m *GetUsersOnlineStatusReq) GetOpUserID() string { - if m != nil { - return m.OpUserID - } - return "" -} - type GetUsersOnlineStatusResp struct { - ErrCode int32 `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"` - ErrMsg string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` - SuccessResult []*GetUsersOnlineStatusResp_SuccessResult `protobuf:"bytes,3,rep,name=successResult" json:"successResult,omitempty"` - FailedResult []*GetUsersOnlineStatusResp_FailedDetail `protobuf:"bytes,4,rep,name=failedResult" json:"failedResult,omitempty"` + SuccessResult []*GetUsersOnlineStatusResp_SuccessResult `protobuf:"bytes,1,rep,name=successResult" json:"successResult,omitempty"` + FailedResult []*GetUsersOnlineStatusResp_FailedDetail `protobuf:"bytes,2,rep,name=failedResult" json:"failedResult,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -384,7 +350,7 @@ func (m *GetUsersOnlineStatusResp) Reset() { *m = GetUsersOnlineStatusRe func (m *GetUsersOnlineStatusResp) String() string { return proto.CompactTextString(m) } func (*GetUsersOnlineStatusResp) ProtoMessage() {} func (*GetUsersOnlineStatusResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_gateway_f8a0998f55e14ad9, []int{7} + return fileDescriptor_msg_gateway_608f885807bb70a0, []int{7} } func (m *GetUsersOnlineStatusResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetUsersOnlineStatusResp.Unmarshal(m, b) @@ -404,20 +370,6 @@ func (m *GetUsersOnlineStatusResp) XXX_DiscardUnknown() { var xxx_messageInfo_GetUsersOnlineStatusResp proto.InternalMessageInfo -func (m *GetUsersOnlineStatusResp) GetErrCode() int32 { - if m != nil { - return m.ErrCode - } - return 0 -} - -func (m *GetUsersOnlineStatusResp) GetErrMsg() string { - if m != nil { - return m.ErrMsg - } - return "" -} - func (m *GetUsersOnlineStatusResp) GetSuccessResult() []*GetUsersOnlineStatusResp_SuccessResult { if m != nil { return m.SuccessResult @@ -448,7 +400,7 @@ func (m *GetUsersOnlineStatusResp_SuccessDetail) Reset() { func (m *GetUsersOnlineStatusResp_SuccessDetail) String() string { return proto.CompactTextString(m) } func (*GetUsersOnlineStatusResp_SuccessDetail) ProtoMessage() {} func (*GetUsersOnlineStatusResp_SuccessDetail) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_gateway_f8a0998f55e14ad9, []int{7, 0} + return fileDescriptor_msg_gateway_608f885807bb70a0, []int{7, 0} } func (m *GetUsersOnlineStatusResp_SuccessDetail) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetUsersOnlineStatusResp_SuccessDetail.Unmarshal(m, b) @@ -497,9 +449,7 @@ func (m *GetUsersOnlineStatusResp_SuccessDetail) GetIsBackground() bool { } type GetUsersOnlineStatusResp_FailedDetail struct { - UserID string `protobuf:"bytes,3,opt,name=userID" json:"userID,omitempty"` - ErrCode int32 `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"` - ErrMsg string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` + UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -509,7 +459,7 @@ func (m *GetUsersOnlineStatusResp_FailedDetail) Reset() { *m = GetUsersO func (m *GetUsersOnlineStatusResp_FailedDetail) String() string { return proto.CompactTextString(m) } func (*GetUsersOnlineStatusResp_FailedDetail) ProtoMessage() {} func (*GetUsersOnlineStatusResp_FailedDetail) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_gateway_f8a0998f55e14ad9, []int{7, 1} + return fileDescriptor_msg_gateway_608f885807bb70a0, []int{7, 1} } func (m *GetUsersOnlineStatusResp_FailedDetail) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetUsersOnlineStatusResp_FailedDetail.Unmarshal(m, b) @@ -536,20 +486,6 @@ func (m *GetUsersOnlineStatusResp_FailedDetail) GetUserID() string { return "" } -func (m *GetUsersOnlineStatusResp_FailedDetail) GetErrCode() int32 { - if m != nil { - return m.ErrCode - } - return 0 -} - -func (m *GetUsersOnlineStatusResp_FailedDetail) GetErrMsg() string { - if m != nil { - return m.ErrMsg - } - return "" -} - type GetUsersOnlineStatusResp_SuccessResult struct { UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"` Status string `protobuf:"bytes,2,opt,name=status" json:"status,omitempty"` @@ -565,7 +501,7 @@ func (m *GetUsersOnlineStatusResp_SuccessResult) Reset() { func (m *GetUsersOnlineStatusResp_SuccessResult) String() string { return proto.CompactTextString(m) } func (*GetUsersOnlineStatusResp_SuccessResult) ProtoMessage() {} func (*GetUsersOnlineStatusResp_SuccessResult) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_gateway_f8a0998f55e14ad9, []int{7, 2} + return fileDescriptor_msg_gateway_608f885807bb70a0, []int{7, 2} } func (m *GetUsersOnlineStatusResp_SuccessResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetUsersOnlineStatusResp_SuccessResult.Unmarshal(m, b) @@ -607,9 +543,8 @@ func (m *GetUsersOnlineStatusResp_SuccessResult) GetDetailPlatformStatus() []*Ge } type KickUserOfflineReq struct { - OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"` - PlatformID int32 `protobuf:"varint,2,opt,name=platformID" json:"platformID,omitempty"` - KickUserIDList []string `protobuf:"bytes,3,rep,name=kickUserIDList" json:"kickUserIDList,omitempty"` + PlatformID int32 `protobuf:"varint,1,opt,name=platformID" json:"platformID,omitempty"` + KickUserIDList []string `protobuf:"bytes,2,rep,name=kickUserIDList" json:"kickUserIDList,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -619,7 +554,7 @@ func (m *KickUserOfflineReq) Reset() { *m = KickUserOfflineReq{} } func (m *KickUserOfflineReq) String() string { return proto.CompactTextString(m) } func (*KickUserOfflineReq) ProtoMessage() {} func (*KickUserOfflineReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_gateway_f8a0998f55e14ad9, []int{8} + return fileDescriptor_msg_gateway_608f885807bb70a0, []int{8} } func (m *KickUserOfflineReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KickUserOfflineReq.Unmarshal(m, b) @@ -639,13 +574,6 @@ func (m *KickUserOfflineReq) XXX_DiscardUnknown() { var xxx_messageInfo_KickUserOfflineReq proto.InternalMessageInfo -func (m *KickUserOfflineReq) GetOperationID() string { - if m != nil { - return m.OperationID - } - return "" -} - func (m *KickUserOfflineReq) GetPlatformID() int32 { if m != nil { return m.PlatformID @@ -670,7 +598,7 @@ func (m *KickUserOfflineResp) Reset() { *m = KickUserOfflineResp{} } func (m *KickUserOfflineResp) String() string { return proto.CompactTextString(m) } func (*KickUserOfflineResp) ProtoMessage() {} func (*KickUserOfflineResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_gateway_f8a0998f55e14ad9, []int{9} + return fileDescriptor_msg_gateway_608f885807bb70a0, []int{9} } func (m *KickUserOfflineResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KickUserOfflineResp.Unmarshal(m, b) @@ -704,7 +632,7 @@ func (m *MultiTerminalLoginCheckReq) Reset() { *m = MultiTerminalLoginCh func (m *MultiTerminalLoginCheckReq) String() string { return proto.CompactTextString(m) } func (*MultiTerminalLoginCheckReq) ProtoMessage() {} func (*MultiTerminalLoginCheckReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_gateway_f8a0998f55e14ad9, []int{10} + return fileDescriptor_msg_gateway_608f885807bb70a0, []int{10} } func (m *MultiTerminalLoginCheckReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MultiTerminalLoginCheckReq.Unmarshal(m, b) @@ -753,8 +681,6 @@ func (m *MultiTerminalLoginCheckReq) GetOperationID() string { } type MultiTerminalLoginCheckResp struct { - ErrCode int32 `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"` - ErrMsg string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -764,7 +690,7 @@ func (m *MultiTerminalLoginCheckResp) Reset() { *m = MultiTerminalLoginC func (m *MultiTerminalLoginCheckResp) String() string { return proto.CompactTextString(m) } func (*MultiTerminalLoginCheckResp) ProtoMessage() {} func (*MultiTerminalLoginCheckResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_gateway_f8a0998f55e14ad9, []int{11} + return fileDescriptor_msg_gateway_608f885807bb70a0, []int{11} } func (m *MultiTerminalLoginCheckResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MultiTerminalLoginCheckResp.Unmarshal(m, b) @@ -784,24 +710,10 @@ func (m *MultiTerminalLoginCheckResp) XXX_DiscardUnknown() { var xxx_messageInfo_MultiTerminalLoginCheckResp proto.InternalMessageInfo -func (m *MultiTerminalLoginCheckResp) GetErrCode() int32 { - if m != nil { - return m.ErrCode - } - return 0 -} - -func (m *MultiTerminalLoginCheckResp) GetErrMsg() string { - if m != nil { - return m.ErrMsg - } - return "" -} - func init() { proto.RegisterType((*OnlinePushMsgReq)(nil), "msggateway.OnlinePushMsgReq") proto.RegisterType((*OnlinePushMsgResp)(nil), "msggateway.OnlinePushMsgResp") - proto.RegisterType((*SingleMsgToUserResultList)(nil), "msggateway.SingleMsgToUserResultList") + proto.RegisterType((*SingleMsgToUserResults)(nil), "msggateway.SingleMsgToUserResults") proto.RegisterType((*OnlineBatchPushOneMsgReq)(nil), "msggateway.OnlineBatchPushOneMsgReq") proto.RegisterType((*OnlineBatchPushOneMsgResp)(nil), "msggateway.OnlineBatchPushOneMsgResp") proto.RegisterType((*SingleMsgToUserPlatform)(nil), "msggateway.SingleMsgToUserPlatform") @@ -1054,62 +966,58 @@ var _MsgGateway_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("msggateway/msg_gateway.proto", fileDescriptor_msg_gateway_f8a0998f55e14ad9) + proto.RegisterFile("msggateway/msg_gateway.proto", fileDescriptor_msg_gateway_608f885807bb70a0) } -var fileDescriptor_msg_gateway_f8a0998f55e14ad9 = []byte{ - // 843 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x56, 0x4f, 0x8f, 0xd3, 0x46, - 0x14, 0x97, 0x49, 0x02, 0xec, 0xdb, 0x5d, 0xba, 0x9d, 0x2e, 0x5d, 0xe3, 0xd2, 0x25, 0x32, 0xb0, - 0x44, 0x95, 0x48, 0xd4, 0xf4, 0xd0, 0x43, 0x6f, 0x4b, 0xc4, 0x2a, 0x6a, 0xa2, 0xd0, 0x09, 0x48, - 0xa8, 0x97, 0xca, 0x75, 0x26, 0x8e, 0x1b, 0xc7, 0x33, 0xcc, 0xd8, 0x44, 0x5c, 0x5a, 0x89, 0x73, - 0x4f, 0xfd, 0x12, 0xfd, 0x40, 0xfd, 0x42, 0xd5, 0xfc, 0x49, 0x32, 0x8e, 0xe3, 0x25, 0x20, 0xb5, - 0x37, 0xbf, 0xdf, 0xcc, 0xfb, 0xf3, 0xfb, 0xbd, 0x37, 0x33, 0x86, 0xfb, 0x0b, 0x11, 0x45, 0x41, - 0x46, 0x96, 0xc1, 0xbb, 0xce, 0x42, 0x44, 0xbf, 0x98, 0xef, 0x36, 0xe3, 0x34, 0xa3, 0x08, 0x36, - 0xab, 0xde, 0x93, 0x11, 0x23, 0xe9, 0xd3, 0xfe, 0xf0, 0xe9, 0x98, 0xf0, 0xb7, 0x84, 0x77, 0xd8, - 0x3c, 0xea, 0xa8, 0x5d, 0x1d, 0x31, 0x99, 0x2f, 0x45, 0x67, 0x29, 0xb4, 0x93, 0xff, 0xde, 0x81, - 0x93, 0x51, 0x9a, 0xc4, 0x29, 0x79, 0x91, 0x8b, 0xd9, 0x50, 0x44, 0x98, 0xbc, 0x41, 0x4d, 0x38, - 0x1c, 0x31, 0xc2, 0x83, 0x2c, 0xa6, 0x69, 0xbf, 0xe7, 0x3a, 0x4d, 0xa7, 0x75, 0x80, 0x6d, 0x08, - 0xb5, 0xe0, 0xd6, 0x42, 0x44, 0xbd, 0x20, 0x0b, 0xdc, 0x1b, 0x4d, 0xa7, 0x75, 0xd8, 0xbd, 0xd3, - 0x56, 0x81, 0xdb, 0x43, 0x8d, 0xe2, 0xd5, 0x32, 0xf2, 0xe1, 0x88, 0xe5, 0x62, 0xf6, 0x92, 0xbe, - 0x12, 0x84, 0xf7, 0x7b, 0x6e, 0x4d, 0x05, 0x2b, 0x60, 0xfe, 0x00, 0x3e, 0xdf, 0xaa, 0x41, 0x30, - 0xf4, 0x3d, 0xd4, 0x39, 0x11, 0xcc, 0x75, 0x9a, 0xb5, 0xd6, 0x61, 0xf7, 0x61, 0x7b, 0xc3, 0xae, - 0x3d, 0x8e, 0xd3, 0x28, 0x21, 0x43, 0x11, 0xe9, 0x08, 0x2f, 0x92, 0x20, 0x9b, 0x52, 0xbe, 0xc0, - 0xca, 0xc1, 0xff, 0xd3, 0x81, 0x7b, 0x5b, 0x3b, 0x30, 0x11, 0x79, 0x92, 0x0d, 0x62, 0x91, 0xa1, - 0x2f, 0xe1, 0x66, 0xae, 0x2b, 0xd1, 0xb4, 0x8c, 0xb5, 0x4e, 0x77, 0xe3, 0x23, 0xd3, 0xa1, 0x73, - 0x00, 0xba, 0x2e, 0x5e, 0xd1, 0xbb, 0x8d, 0x2d, 0xc4, 0xff, 0xcb, 0x01, 0x57, 0xb3, 0xbb, 0x0c, - 0xb2, 0x70, 0x26, 0xb1, 0x51, 0x4a, 0xfe, 0x03, 0xa5, 0xbf, 0x81, 0x13, 0x5b, 0x55, 0xc9, 0xd6, - 0xad, 0x35, 0x6b, 0xad, 0x03, 0x5c, 0xc2, 0xfd, 0x14, 0xee, 0x55, 0xd4, 0x24, 0x18, 0xfa, 0x09, - 0x4e, 0x84, 0xa2, 0x2c, 0x71, 0x2d, 0x9d, 0xe9, 0xc2, 0xe3, 0x6b, 0x64, 0xd9, 0x68, 0x8c, 0x4b, - 0xee, 0xfe, 0x3b, 0x38, 0xab, 0x50, 0x51, 0xea, 0xa7, 0x37, 0x3d, 0xa3, 0x13, 0xa2, 0x14, 0xa8, - 0x61, 0x0b, 0x91, 0x0d, 0xc3, 0x24, 0x7c, 0xdb, 0xef, 0x29, 0xfe, 0x07, 0xd8, 0x58, 0xe8, 0x02, - 0xee, 0xc8, 0x2f, 0x19, 0xe7, 0x39, 0xe5, 0x0b, 0x33, 0x5a, 0x0d, 0xbc, 0x85, 0xfa, 0x4b, 0x38, - 0xbb, 0x22, 0x99, 0x4c, 0x29, 0x34, 0xe5, 0x71, 0x16, 0x64, 0xb9, 0x90, 0xea, 0x9f, 0x03, 0xe4, - 0x1b, 0xad, 0x1c, 0xa5, 0x95, 0x85, 0xc8, 0xee, 0x50, 0xab, 0x3b, 0x3a, 0xbf, 0x0d, 0x21, 0x0f, - 0x6e, 0x53, 0x56, 0x98, 0xec, 0xb5, 0xed, 0xbf, 0x6f, 0x80, 0xbb, 0x3b, 0xb3, 0x60, 0xc8, 0x85, - 0x5b, 0x84, 0xf3, 0x35, 0xe5, 0x06, 0x5e, 0x99, 0x92, 0x2f, 0xe1, 0x7c, 0x28, 0xa2, 0x15, 0x5f, - 0x6d, 0xa1, 0xd7, 0x70, 0x2c, 0xf2, 0x30, 0x24, 0x42, 0x98, 0x96, 0xd4, 0x54, 0x4b, 0xba, 0x76, - 0x4b, 0xaa, 0xd2, 0xb5, 0xc7, 0xb6, 0x27, 0x2e, 0x06, 0x42, 0xaf, 0xe0, 0x68, 0x1a, 0xc4, 0x09, - 0x99, 0x98, 0xc0, 0x75, 0x15, 0xf8, 0xdb, 0xbd, 0x02, 0x3f, 0x57, 0x8e, 0x3d, 0x92, 0x05, 0x71, - 0x82, 0x0b, 0x61, 0xbc, 0x3f, 0xe0, 0xd8, 0xa4, 0xd5, 0xcb, 0x52, 0x2c, 0x66, 0xba, 0x6e, 0x26, - 0x7d, 0x6d, 0x4b, 0xd6, 0x42, 0x45, 0x5d, 0xb1, 0xd6, 0x96, 0xc4, 0x43, 0x9a, 0xa6, 0x6b, 0x79, - 0x8d, 0x25, 0xaf, 0x95, 0x58, 0x5c, 0x06, 0xe1, 0x3c, 0xe2, 0x34, 0x4f, 0x27, 0x6e, 0x5d, 0x9d, - 0xbb, 0x02, 0xe6, 0xbd, 0x86, 0x23, 0xbb, 0x3c, 0xeb, 0xe8, 0xd7, 0x0a, 0x47, 0xff, 0xa3, 0x7b, - 0xe1, 0xfd, 0xed, 0xac, 0xb9, 0x19, 0x0d, 0xab, 0xae, 0x95, 0x2a, 0x5e, 0x53, 0x38, 0x9d, 0xa8, - 0xaa, 0x56, 0xe7, 0x40, 0x6b, 0xfa, 0x29, 0x4d, 0x35, 0xe2, 0xef, 0x8c, 0xe7, 0xff, 0x0e, 0xe8, - 0xc7, 0x38, 0x9c, 0xcb, 0x00, 0xa3, 0xe9, 0x54, 0x06, 0x30, 0xd7, 0x0e, 0x2d, 0x5f, 0x3b, 0xf6, - 0x60, 0x9f, 0x03, 0xac, 0x7a, 0x63, 0x26, 0xbf, 0x81, 0x2d, 0x44, 0x9e, 0xbe, 0xb9, 0x89, 0x5b, - 0xb8, 0x6a, 0xb6, 0x50, 0xff, 0x2e, 0x7c, 0x51, 0xca, 0xaf, 0xef, 0x68, 0x6f, 0x98, 0x27, 0x59, - 0xfc, 0x92, 0xf0, 0x45, 0x9c, 0x06, 0xc9, 0x80, 0x46, 0x71, 0xfa, 0x6c, 0x46, 0xc2, 0xb9, 0xac, - 0xaf, 0x4a, 0xcd, 0x0f, 0x55, 0x75, 0x0a, 0x8d, 0x8c, 0xce, 0x49, 0x6a, 0x1a, 0xac, 0x8d, 0x6d, - 0xb6, 0xf5, 0x12, 0x5b, 0x7f, 0x04, 0x5f, 0x55, 0x56, 0xf3, 0x29, 0x87, 0xb5, 0xfb, 0x4f, 0x1d, - 0xe4, 0x73, 0x7c, 0xa5, 0x5b, 0x88, 0x06, 0x70, 0x5c, 0x78, 0xe0, 0xd0, 0x7d, 0xbb, 0xc1, 0xdb, - 0xef, 0xaf, 0xf7, 0xf5, 0x35, 0xab, 0x82, 0xa1, 0x00, 0x4e, 0x77, 0xcd, 0x04, 0x7a, 0xf8, 0xe1, - 0xa9, 0x79, 0xe3, 0x3d, 0xda, 0x67, 0xb4, 0xd0, 0x04, 0xee, 0xee, 0x7c, 0x1f, 0xd0, 0xa3, 0x72, - 0x69, 0xe5, 0x67, 0xcd, 0x7b, 0xbc, 0xc7, 0x2e, 0xc1, 0x50, 0x0a, 0x0f, 0xc6, 0x39, 0x23, 0xfc, - 0x8a, 0xd3, 0x9c, 0xfd, 0x0f, 0xf9, 0x30, 0x7c, 0xb6, 0x35, 0x8c, 0xe8, 0xdc, 0xf6, 0x2c, 0x9f, - 0x14, 0xef, 0xc1, 0xb5, 0xeb, 0x82, 0xa1, 0xdf, 0xe0, 0xac, 0x62, 0x74, 0xd0, 0x85, 0xed, 0x5b, - 0x3d, 0xed, 0xde, 0x93, 0xbd, 0xf6, 0x09, 0x76, 0xd9, 0xfa, 0xf9, 0x42, 0xfe, 0xd7, 0xf5, 0x87, - 0xd6, 0xff, 0xdc, 0xc6, 0xf5, 0x87, 0xcd, 0xe7, 0xaf, 0x37, 0xd5, 0xe2, 0x77, 0xff, 0x06, 0x00, - 0x00, 0xff, 0xff, 0xf0, 0x2f, 0x8a, 0x41, 0x32, 0x0a, 0x00, 0x00, +var fileDescriptor_msg_gateway_608f885807bb70a0 = []byte{ + // 782 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x56, 0x4d, 0x4f, 0xf3, 0x46, + 0x10, 0x96, 0x49, 0xf8, 0x1a, 0x08, 0xa5, 0x5b, 0x3e, 0x5c, 0x97, 0x8f, 0xc8, 0xd0, 0x90, 0x0b, + 0x89, 0x1a, 0x0e, 0x3d, 0xf4, 0x06, 0x11, 0x28, 0x6a, 0xd2, 0xa0, 0x0d, 0x48, 0x55, 0x55, 0xa9, + 0x75, 0x9d, 0x8d, 0x63, 0xec, 0xd8, 0x8b, 0xc7, 0x06, 0x71, 0xea, 0xb9, 0x52, 0x7f, 0x43, 0xaf, + 0xfd, 0x41, 0xfd, 0x43, 0xd5, 0xda, 0x9b, 0xc4, 0x4e, 0x62, 0xde, 0x70, 0x79, 0x6f, 0x3b, 0xcf, + 0xec, 0xcc, 0x3c, 0xfb, 0xcc, 0xec, 0xda, 0x70, 0x34, 0x42, 0xcb, 0x32, 0x42, 0xf6, 0x6a, 0xbc, + 0xd5, 0x47, 0x68, 0xfd, 0x26, 0xd7, 0x35, 0x1e, 0xf8, 0xa1, 0x4f, 0x60, 0xea, 0xd5, 0x2e, 0xba, + 0x9c, 0x79, 0x97, 0xad, 0xce, 0x65, 0x8f, 0x05, 0x2f, 0x2c, 0xa8, 0x73, 0xc7, 0xaa, 0xc7, 0xbb, + 0xea, 0xd8, 0x77, 0x5e, 0xb1, 0xfe, 0x8a, 0x49, 0x90, 0xfe, 0x3b, 0xec, 0x76, 0x3d, 0xd7, 0xf6, + 0xd8, 0x7d, 0x84, 0xc3, 0x0e, 0x5a, 0x94, 0x3d, 0x93, 0x2a, 0xac, 0x8f, 0xd0, 0x6a, 0x1a, 0xa1, + 0xa1, 0x2a, 0x65, 0xa5, 0xba, 0xd5, 0xd8, 0xa9, 0xc5, 0x51, 0xb5, 0x4e, 0x82, 0xd2, 0xb1, 0x9b, + 0xe8, 0xb0, 0xcd, 0x23, 0x1c, 0x3e, 0xf8, 0x8f, 0xc8, 0x82, 0x56, 0x53, 0x5d, 0x29, 0x2b, 0xd5, + 0x4d, 0x9a, 0xc1, 0xf4, 0x36, 0x7c, 0x39, 0x53, 0x01, 0x39, 0xf9, 0x1e, 0x8a, 0x01, 0x43, 0xae, + 0x2a, 0xe5, 0x42, 0x75, 0xab, 0x71, 0x56, 0x9b, 0x52, 0xaf, 0xf5, 0x6c, 0xcf, 0x72, 0x59, 0x07, + 0xad, 0x24, 0xc3, 0xbd, 0x6b, 0x84, 0x03, 0x3f, 0x18, 0xd1, 0x38, 0x40, 0xff, 0x4b, 0x81, 0x83, + 0x99, 0x1d, 0x94, 0x61, 0xe4, 0x86, 0x48, 0x0e, 0x60, 0x2d, 0x4a, 0x68, 0x28, 0x31, 0x0d, 0x69, + 0x4d, 0x6a, 0xad, 0x7c, 0xb0, 0x16, 0x39, 0x01, 0xf0, 0x27, 0xcc, 0xd5, 0x42, 0x59, 0xa9, 0x6e, + 0xd0, 0x14, 0xa2, 0x3f, 0x81, 0x9a, 0x9c, 0xec, 0xda, 0x08, 0xcd, 0xa1, 0x80, 0xba, 0x1e, 0xfb, + 0xb0, 0x86, 0xe7, 0x50, 0x4a, 0xeb, 0x85, 0x31, 0xcf, 0x4d, 0x9a, 0x05, 0x75, 0x07, 0xbe, 0xce, + 0xa9, 0x85, 0x9c, 0xfc, 0x04, 0xbb, 0x18, 0x9f, 0x44, 0xe0, 0x89, 0x1c, 0x52, 0x59, 0xfd, 0x9d, + 0xd3, 0x4a, 0xdd, 0xe8, 0x5c, 0xac, 0xfe, 0x06, 0x87, 0x39, 0xca, 0x08, 0x4d, 0x92, 0x4d, 0x37, + 0x7e, 0x9f, 0xc5, 0x47, 0x2b, 0xd0, 0x14, 0x22, 0x9a, 0x40, 0x99, 0xf9, 0x32, 0x99, 0x05, 0x69, + 0x91, 0x0a, 0xec, 0x88, 0x95, 0xc8, 0x73, 0xeb, 0x07, 0xa3, 0x56, 0x33, 0xd6, 0x73, 0x95, 0xce, + 0xa0, 0xfa, 0x15, 0x1c, 0xde, 0xb1, 0x50, 0x94, 0xc4, 0xe4, 0xbc, 0xbd, 0xd0, 0x08, 0x23, 0x14, + 0x92, 0xaa, 0xb0, 0x1e, 0x49, 0x89, 0x94, 0x58, 0xa2, 0xb1, 0xa9, 0xff, 0x53, 0x04, 0x75, 0x71, + 0x14, 0x72, 0xf2, 0x33, 0x94, 0x30, 0x32, 0x4d, 0x86, 0x98, 0x51, 0xa6, 0x91, 0x56, 0x26, 0x2f, + 0xb8, 0xd6, 0x4b, 0x47, 0xd2, 0x6c, 0x22, 0xf2, 0x08, 0xdb, 0x03, 0xc3, 0x76, 0x59, 0x5f, 0x26, + 0x4e, 0x06, 0xec, 0xbb, 0xa5, 0x12, 0xdf, 0xc6, 0x81, 0x4d, 0x16, 0x1a, 0xb6, 0x4b, 0x33, 0x69, + 0xb4, 0x3f, 0xa1, 0x24, 0xcb, 0x26, 0x6e, 0xa2, 0xc1, 0x06, 0x97, 0xfa, 0xcb, 0xd1, 0x9e, 0xd8, + 0x42, 0x6f, 0x8c, 0xb3, 0x8e, 0xf5, 0x4e, 0x2c, 0x81, 0x9b, 0xbe, 0xe7, 0x49, 0x9d, 0x37, 0xa9, + 0xb4, 0xc4, 0x8d, 0xb5, 0xf1, 0xda, 0x30, 0x1d, 0x2b, 0xf0, 0x23, 0xaf, 0xaf, 0x16, 0xe3, 0xa9, + 0xce, 0x60, 0x5a, 0x05, 0xb6, 0xd3, 0xf4, 0xf2, 0x2e, 0x96, 0xf6, 0xaf, 0x32, 0x61, 0x2a, 0x15, + 0xc9, 0xbb, 0x82, 0x79, 0x2c, 0x07, 0xb0, 0xd7, 0x8f, 0x6b, 0x8c, 0xe7, 0x2b, 0x51, 0x48, 0x2d, + 0x7c, 0xbc, 0x45, 0x52, 0xca, 0x85, 0xf9, 0xf4, 0x5f, 0x81, 0xfc, 0x68, 0x9b, 0x8e, 0x48, 0xd0, + 0x1d, 0x0c, 0x44, 0x02, 0x31, 0x50, 0x27, 0x00, 0x63, 0x1d, 0x25, 0xe3, 0x55, 0x9a, 0x42, 0xc4, + 0xcc, 0x3a, 0x32, 0xaa, 0xd5, 0x6c, 0xdb, 0x18, 0xca, 0xab, 0x39, 0x83, 0xea, 0xfb, 0xf0, 0xd5, + 0x5c, 0x76, 0xe4, 0xfa, 0xdf, 0x0a, 0x68, 0x9d, 0xc8, 0x0d, 0xed, 0x07, 0x16, 0x8c, 0x6c, 0xcf, + 0x70, 0xdb, 0xbe, 0x65, 0x7b, 0x37, 0x43, 0x66, 0x3a, 0xa2, 0x7a, 0x9e, 0x56, 0x59, 0x56, 0x2b, + 0x73, 0xac, 0xf6, 0x60, 0x35, 0xf4, 0x1d, 0xe6, 0xc9, 0xc6, 0x26, 0x06, 0x29, 0xc3, 0x96, 0xcf, + 0x59, 0x60, 0x84, 0xb6, 0x2f, 0x9a, 0x5e, 0x8c, 0x7d, 0x69, 0x48, 0x3f, 0x86, 0x6f, 0x72, 0xd9, + 0x20, 0x6f, 0xfc, 0x57, 0x04, 0xf1, 0x01, 0xb9, 0x4b, 0xe4, 0x26, 0x6d, 0x28, 0x65, 0x5e, 0x6d, + 0x72, 0x94, 0x6e, 0xc6, 0xec, 0x27, 0x43, 0x3b, 0x7e, 0xc7, 0x8b, 0x9c, 0x18, 0xb0, 0xb7, 0xa8, + 0x7f, 0xe4, 0xec, 0xd3, 0x1d, 0x7e, 0xd6, 0xce, 0x97, 0x19, 0x03, 0xd2, 0x87, 0xfd, 0x85, 0x0f, + 0x24, 0x39, 0x9f, 0xa7, 0x36, 0xff, 0x5e, 0x6b, 0xdf, 0x2e, 0xb1, 0x0b, 0x39, 0xf1, 0xe0, 0xb4, + 0x17, 0x71, 0x16, 0xdc, 0x05, 0x7e, 0xc4, 0x3f, 0x43, 0x3d, 0x0a, 0x5f, 0xcc, 0x8c, 0x16, 0x39, + 0x49, 0x47, 0xce, 0x4f, 0xb5, 0x76, 0xfa, 0xae, 0x1f, 0x39, 0x79, 0x82, 0xc3, 0x9c, 0x41, 0x20, + 0x95, 0x74, 0x6c, 0xfe, 0xec, 0x6a, 0x17, 0x4b, 0xed, 0x43, 0x7e, 0x5d, 0xfd, 0xa5, 0x22, 0xfe, + 0x44, 0x5a, 0x9d, 0xd4, 0x1f, 0xc8, 0x34, 0xf4, 0x87, 0xe9, 0xf2, 0x8f, 0xb5, 0xd8, 0x79, 0xf5, + 0x7f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x23, 0x19, 0x93, 0xb2, 0xe4, 0x08, 0x00, 0x00, } diff --git a/pkg/proto/sdkws/ws.pb.go b/pkg/proto/sdkws/ws.pb.go index c12dc621f..6977ce810 100644 --- a/pkg/proto/sdkws/ws.pb.go +++ b/pkg/proto/sdkws/ws.pb.go @@ -46,7 +46,7 @@ func (m *GroupInfo) Reset() { *m = GroupInfo{} } func (m *GroupInfo) String() string { return proto.CompactTextString(m) } func (*GroupInfo) ProtoMessage() {} func (*GroupInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{0} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{0} } func (m *GroupInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupInfo.Unmarshal(m, b) @@ -204,7 +204,7 @@ func (m *GroupInfoForSet) Reset() { *m = GroupInfoForSet{} } func (m *GroupInfoForSet) String() string { return proto.CompactTextString(m) } func (*GroupInfoForSet) ProtoMessage() {} func (*GroupInfoForSet) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{1} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{1} } func (m *GroupInfoForSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupInfoForSet.Unmarshal(m, b) @@ -309,7 +309,7 @@ func (m *GroupMemberFullInfo) Reset() { *m = GroupMemberFullInfo{} } func (m *GroupMemberFullInfo) String() string { return proto.CompactTextString(m) } func (*GroupMemberFullInfo) ProtoMessage() {} func (*GroupMemberFullInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{2} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{2} } func (m *GroupMemberFullInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupMemberFullInfo.Unmarshal(m, b) @@ -428,7 +428,7 @@ func (m *PublicUserInfo) Reset() { *m = PublicUserInfo{} } func (m *PublicUserInfo) String() string { return proto.CompactTextString(m) } func (*PublicUserInfo) ProtoMessage() {} func (*PublicUserInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{3} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{3} } func (m *PublicUserInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PublicUserInfo.Unmarshal(m, b) @@ -505,7 +505,7 @@ func (m *UserInfo) Reset() { *m = UserInfo{} } func (m *UserInfo) String() string { return proto.CompactTextString(m) } func (*UserInfo) ProtoMessage() {} func (*UserInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{4} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{4} } func (m *UserInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserInfo.Unmarshal(m, b) @@ -626,7 +626,7 @@ func (m *FriendInfo) Reset() { *m = FriendInfo{} } func (m *FriendInfo) String() string { return proto.CompactTextString(m) } func (*FriendInfo) ProtoMessage() {} func (*FriendInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{5} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{5} } func (m *FriendInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FriendInfo.Unmarshal(m, b) @@ -711,7 +711,7 @@ func (m *BlackInfo) Reset() { *m = BlackInfo{} } func (m *BlackInfo) String() string { return proto.CompactTextString(m) } func (*BlackInfo) ProtoMessage() {} func (*BlackInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{6} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{6} } func (m *BlackInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BlackInfo.Unmarshal(m, b) @@ -794,7 +794,7 @@ func (m *GroupRequest) Reset() { *m = GroupRequest{} } func (m *GroupRequest) String() string { return proto.CompactTextString(m) } func (*GroupRequest) ProtoMessage() {} func (*GroupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{7} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{7} } func (m *GroupRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupRequest.Unmarshal(m, b) @@ -916,7 +916,7 @@ func (m *FriendRequest) Reset() { *m = FriendRequest{} } func (m *FriendRequest) String() string { return proto.CompactTextString(m) } func (*FriendRequest) ProtoMessage() {} func (*FriendRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{8} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{8} } func (m *FriendRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FriendRequest.Unmarshal(m, b) @@ -1042,92 +1042,92 @@ func (m *FriendRequest) GetEx() string { } // /////////////////////////////////base end///////////////////////////////////// -type PullMessageBySeqListReq struct { - UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"` - Seqs []int64 `protobuf:"varint,3,rep,packed,name=seqs" json:"seqs,omitempty"` - GroupSeqList map[string]*SeqList `protobuf:"bytes,4,rep,name=groupSeqList" json:"groupSeqList,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +type PullMessageBySeqsReq struct { + UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"` + Seqs []int64 `protobuf:"varint,3,rep,packed,name=seqs" json:"seqs,omitempty"` + GroupSeqs map[string]*Seqs `protobuf:"bytes,4,rep,name=groupSeqs" json:"groupSeqs,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *PullMessageBySeqListReq) Reset() { *m = PullMessageBySeqListReq{} } -func (m *PullMessageBySeqListReq) String() string { return proto.CompactTextString(m) } -func (*PullMessageBySeqListReq) ProtoMessage() {} -func (*PullMessageBySeqListReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{9} +func (m *PullMessageBySeqsReq) Reset() { *m = PullMessageBySeqsReq{} } +func (m *PullMessageBySeqsReq) String() string { return proto.CompactTextString(m) } +func (*PullMessageBySeqsReq) ProtoMessage() {} +func (*PullMessageBySeqsReq) Descriptor() ([]byte, []int) { + return fileDescriptor_ws_5b25bbaf52d735ba, []int{9} } -func (m *PullMessageBySeqListReq) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PullMessageBySeqListReq.Unmarshal(m, b) +func (m *PullMessageBySeqsReq) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PullMessageBySeqsReq.Unmarshal(m, b) } -func (m *PullMessageBySeqListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PullMessageBySeqListReq.Marshal(b, m, deterministic) +func (m *PullMessageBySeqsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PullMessageBySeqsReq.Marshal(b, m, deterministic) } -func (dst *PullMessageBySeqListReq) XXX_Merge(src proto.Message) { - xxx_messageInfo_PullMessageBySeqListReq.Merge(dst, src) +func (dst *PullMessageBySeqsReq) XXX_Merge(src proto.Message) { + xxx_messageInfo_PullMessageBySeqsReq.Merge(dst, src) } -func (m *PullMessageBySeqListReq) XXX_Size() int { - return xxx_messageInfo_PullMessageBySeqListReq.Size(m) +func (m *PullMessageBySeqsReq) XXX_Size() int { + return xxx_messageInfo_PullMessageBySeqsReq.Size(m) } -func (m *PullMessageBySeqListReq) XXX_DiscardUnknown() { - xxx_messageInfo_PullMessageBySeqListReq.DiscardUnknown(m) +func (m *PullMessageBySeqsReq) XXX_DiscardUnknown() { + xxx_messageInfo_PullMessageBySeqsReq.DiscardUnknown(m) } -var xxx_messageInfo_PullMessageBySeqListReq proto.InternalMessageInfo +var xxx_messageInfo_PullMessageBySeqsReq proto.InternalMessageInfo -func (m *PullMessageBySeqListReq) GetUserID() string { +func (m *PullMessageBySeqsReq) GetUserID() string { if m != nil { return m.UserID } return "" } -func (m *PullMessageBySeqListReq) GetSeqs() []int64 { +func (m *PullMessageBySeqsReq) GetSeqs() []int64 { if m != nil { return m.Seqs } return nil } -func (m *PullMessageBySeqListReq) GetGroupSeqList() map[string]*SeqList { +func (m *PullMessageBySeqsReq) GetGroupSeqs() map[string]*Seqs { if m != nil { - return m.GroupSeqList + return m.GroupSeqs } return nil } -type SeqList struct { +type Seqs struct { Seqs []int64 `protobuf:"varint,1,rep,packed,name=seqs" json:"seqs,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } -func (m *SeqList) Reset() { *m = SeqList{} } -func (m *SeqList) String() string { return proto.CompactTextString(m) } -func (*SeqList) ProtoMessage() {} -func (*SeqList) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{10} +func (m *Seqs) Reset() { *m = Seqs{} } +func (m *Seqs) String() string { return proto.CompactTextString(m) } +func (*Seqs) ProtoMessage() {} +func (*Seqs) Descriptor() ([]byte, []int) { + return fileDescriptor_ws_5b25bbaf52d735ba, []int{10} } -func (m *SeqList) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SeqList.Unmarshal(m, b) +func (m *Seqs) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Seqs.Unmarshal(m, b) } -func (m *SeqList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SeqList.Marshal(b, m, deterministic) +func (m *Seqs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Seqs.Marshal(b, m, deterministic) } -func (dst *SeqList) XXX_Merge(src proto.Message) { - xxx_messageInfo_SeqList.Merge(dst, src) +func (dst *Seqs) XXX_Merge(src proto.Message) { + xxx_messageInfo_Seqs.Merge(dst, src) } -func (m *SeqList) XXX_Size() int { - return xxx_messageInfo_SeqList.Size(m) +func (m *Seqs) XXX_Size() int { + return xxx_messageInfo_Seqs.Size(m) } -func (m *SeqList) XXX_DiscardUnknown() { - xxx_messageInfo_SeqList.DiscardUnknown(m) +func (m *Seqs) XXX_DiscardUnknown() { + xxx_messageInfo_Seqs.DiscardUnknown(m) } -var xxx_messageInfo_SeqList proto.InternalMessageInfo +var xxx_messageInfo_Seqs proto.InternalMessageInfo -func (m *SeqList) GetSeqs() []int64 { +func (m *Seqs) GetSeqs() []int64 { if m != nil { return m.Seqs } @@ -1145,7 +1145,7 @@ func (m *MsgDataList) Reset() { *m = MsgDataList{} } func (m *MsgDataList) String() string { return proto.CompactTextString(m) } func (*MsgDataList) ProtoMessage() {} func (*MsgDataList) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{11} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{11} } func (m *MsgDataList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgDataList.Unmarshal(m, b) @@ -1172,62 +1172,46 @@ func (m *MsgDataList) GetMsgDataList() []*MsgData { return nil } -type PullMessageBySeqListResp struct { - ErrCode int32 `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"` - ErrMsg string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` - List []*MsgData `protobuf:"bytes,3,rep,name=list" json:"list,omitempty"` - GroupMsgDataList map[string]*MsgDataList `protobuf:"bytes,4,rep,name=groupMsgDataList" json:"groupMsgDataList,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` +type PullMessageBySeqsResp struct { + List []*MsgData `protobuf:"bytes,1,rep,name=list" json:"list,omitempty"` + GroupMsgDataList map[string]*MsgDataList `protobuf:"bytes,2,rep,name=groupMsgDataList" json:"groupMsgDataList,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } -func (m *PullMessageBySeqListResp) Reset() { *m = PullMessageBySeqListResp{} } -func (m *PullMessageBySeqListResp) String() string { return proto.CompactTextString(m) } -func (*PullMessageBySeqListResp) ProtoMessage() {} -func (*PullMessageBySeqListResp) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{12} +func (m *PullMessageBySeqsResp) Reset() { *m = PullMessageBySeqsResp{} } +func (m *PullMessageBySeqsResp) String() string { return proto.CompactTextString(m) } +func (*PullMessageBySeqsResp) ProtoMessage() {} +func (*PullMessageBySeqsResp) Descriptor() ([]byte, []int) { + return fileDescriptor_ws_5b25bbaf52d735ba, []int{12} } -func (m *PullMessageBySeqListResp) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PullMessageBySeqListResp.Unmarshal(m, b) +func (m *PullMessageBySeqsResp) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PullMessageBySeqsResp.Unmarshal(m, b) } -func (m *PullMessageBySeqListResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PullMessageBySeqListResp.Marshal(b, m, deterministic) +func (m *PullMessageBySeqsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PullMessageBySeqsResp.Marshal(b, m, deterministic) } -func (dst *PullMessageBySeqListResp) XXX_Merge(src proto.Message) { - xxx_messageInfo_PullMessageBySeqListResp.Merge(dst, src) +func (dst *PullMessageBySeqsResp) XXX_Merge(src proto.Message) { + xxx_messageInfo_PullMessageBySeqsResp.Merge(dst, src) } -func (m *PullMessageBySeqListResp) XXX_Size() int { - return xxx_messageInfo_PullMessageBySeqListResp.Size(m) +func (m *PullMessageBySeqsResp) XXX_Size() int { + return xxx_messageInfo_PullMessageBySeqsResp.Size(m) } -func (m *PullMessageBySeqListResp) XXX_DiscardUnknown() { - xxx_messageInfo_PullMessageBySeqListResp.DiscardUnknown(m) +func (m *PullMessageBySeqsResp) XXX_DiscardUnknown() { + xxx_messageInfo_PullMessageBySeqsResp.DiscardUnknown(m) } -var xxx_messageInfo_PullMessageBySeqListResp proto.InternalMessageInfo +var xxx_messageInfo_PullMessageBySeqsResp proto.InternalMessageInfo -func (m *PullMessageBySeqListResp) GetErrCode() int32 { - if m != nil { - return m.ErrCode - } - return 0 -} - -func (m *PullMessageBySeqListResp) GetErrMsg() string { - if m != nil { - return m.ErrMsg - } - return "" -} - -func (m *PullMessageBySeqListResp) GetList() []*MsgData { +func (m *PullMessageBySeqsResp) GetList() []*MsgData { if m != nil { return m.List } return nil } -func (m *PullMessageBySeqListResp) GetGroupMsgDataList() map[string]*MsgDataList { +func (m *PullMessageBySeqsResp) GetGroupMsgDataList() map[string]*MsgDataList { if m != nil { return m.GroupMsgDataList } @@ -1235,7 +1219,7 @@ func (m *PullMessageBySeqListResp) GetGroupMsgDataList() map[string]*MsgDataList } type GetMaxAndMinSeqReq struct { - GroupIDList []string `protobuf:"bytes,1,rep,name=groupIDList" json:"groupIDList,omitempty"` + GroupIDs []string `protobuf:"bytes,1,rep,name=groupIDs" json:"groupIDs,omitempty"` UserID string `protobuf:"bytes,2,opt,name=userID" json:"userID,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -1246,7 +1230,7 @@ func (m *GetMaxAndMinSeqReq) Reset() { *m = GetMaxAndMinSeqReq{} } func (m *GetMaxAndMinSeqReq) String() string { return proto.CompactTextString(m) } func (*GetMaxAndMinSeqReq) ProtoMessage() {} func (*GetMaxAndMinSeqReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{13} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{13} } func (m *GetMaxAndMinSeqReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetMaxAndMinSeqReq.Unmarshal(m, b) @@ -1266,9 +1250,9 @@ func (m *GetMaxAndMinSeqReq) XXX_DiscardUnknown() { var xxx_messageInfo_GetMaxAndMinSeqReq proto.InternalMessageInfo -func (m *GetMaxAndMinSeqReq) GetGroupIDList() []string { +func (m *GetMaxAndMinSeqReq) GetGroupIDs() []string { if m != nil { - return m.GroupIDList + return m.GroupIDs } return nil } @@ -1292,7 +1276,7 @@ func (m *MaxAndMinSeq) Reset() { *m = MaxAndMinSeq{} } func (m *MaxAndMinSeq) String() string { return proto.CompactTextString(m) } func (*MaxAndMinSeq) ProtoMessage() {} func (*MaxAndMinSeq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{14} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{14} } func (m *MaxAndMinSeq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MaxAndMinSeq.Unmarshal(m, b) @@ -1339,7 +1323,7 @@ func (m *GetMaxAndMinSeqResp) Reset() { *m = GetMaxAndMinSeqResp{} } func (m *GetMaxAndMinSeqResp) String() string { return proto.CompactTextString(m) } func (*GetMaxAndMinSeqResp) ProtoMessage() {} func (*GetMaxAndMinSeqResp) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{15} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{15} } func (m *GetMaxAndMinSeqResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetMaxAndMinSeqResp.Unmarshal(m, b) @@ -1393,7 +1377,7 @@ func (m *UserSendMsgResp) Reset() { *m = UserSendMsgResp{} } func (m *UserSendMsgResp) String() string { return proto.CompactTextString(m) } func (*UserSendMsgResp) ProtoMessage() {} func (*UserSendMsgResp) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{16} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{16} } func (m *UserSendMsgResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserSendMsgResp.Unmarshal(m, b) @@ -1466,7 +1450,7 @@ func (m *MsgData) Reset() { *m = MsgData{} } func (m *MsgData) String() string { return proto.CompactTextString(m) } func (*MsgData) ProtoMessage() {} func (*MsgData) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{17} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{17} } func (m *MsgData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgData.Unmarshal(m, b) @@ -1655,7 +1639,7 @@ func (m *OfflinePushInfo) Reset() { *m = OfflinePushInfo{} } func (m *OfflinePushInfo) String() string { return proto.CompactTextString(m) } func (*OfflinePushInfo) ProtoMessage() {} func (*OfflinePushInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{18} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{18} } func (m *OfflinePushInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OfflinePushInfo.Unmarshal(m, b) @@ -1723,7 +1707,7 @@ func (m *TipsComm) Reset() { *m = TipsComm{} } func (m *TipsComm) String() string { return proto.CompactTextString(m) } func (*TipsComm) ProtoMessage() {} func (*TipsComm) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{19} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{19} } func (m *TipsComm) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TipsComm.Unmarshal(m, b) @@ -1780,7 +1764,7 @@ func (m *GroupCreatedTips) Reset() { *m = GroupCreatedTips{} } func (m *GroupCreatedTips) String() string { return proto.CompactTextString(m) } func (*GroupCreatedTips) ProtoMessage() {} func (*GroupCreatedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{20} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{20} } func (m *GroupCreatedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupCreatedTips.Unmarshal(m, b) @@ -1849,7 +1833,7 @@ func (m *GroupInfoSetTips) Reset() { *m = GroupInfoSetTips{} } func (m *GroupInfoSetTips) String() string { return proto.CompactTextString(m) } func (*GroupInfoSetTips) ProtoMessage() {} func (*GroupInfoSetTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{21} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{21} } func (m *GroupInfoSetTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupInfoSetTips.Unmarshal(m, b) @@ -1904,7 +1888,7 @@ func (m *JoinGroupApplicationTips) Reset() { *m = JoinGroupApplicationTi func (m *JoinGroupApplicationTips) String() string { return proto.CompactTextString(m) } func (*JoinGroupApplicationTips) ProtoMessage() {} func (*JoinGroupApplicationTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{22} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{22} } func (m *JoinGroupApplicationTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JoinGroupApplicationTips.Unmarshal(m, b) @@ -1960,7 +1944,7 @@ func (m *MemberQuitTips) Reset() { *m = MemberQuitTips{} } func (m *MemberQuitTips) String() string { return proto.CompactTextString(m) } func (*MemberQuitTips) ProtoMessage() {} func (*MemberQuitTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{23} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{23} } func (m *MemberQuitTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MemberQuitTips.Unmarshal(m, b) @@ -2016,7 +2000,7 @@ func (m *GroupApplicationAcceptedTips) Reset() { *m = GroupApplicationAc func (m *GroupApplicationAcceptedTips) String() string { return proto.CompactTextString(m) } func (*GroupApplicationAcceptedTips) ProtoMessage() {} func (*GroupApplicationAcceptedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{24} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{24} } func (m *GroupApplicationAcceptedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupApplicationAcceptedTips.Unmarshal(m, b) @@ -2079,7 +2063,7 @@ func (m *GroupApplicationRejectedTips) Reset() { *m = GroupApplicationRe func (m *GroupApplicationRejectedTips) String() string { return proto.CompactTextString(m) } func (*GroupApplicationRejectedTips) ProtoMessage() {} func (*GroupApplicationRejectedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{25} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{25} } func (m *GroupApplicationRejectedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupApplicationRejectedTips.Unmarshal(m, b) @@ -2142,7 +2126,7 @@ func (m *GroupOwnerTransferredTips) Reset() { *m = GroupOwnerTransferred func (m *GroupOwnerTransferredTips) String() string { return proto.CompactTextString(m) } func (*GroupOwnerTransferredTips) ProtoMessage() {} func (*GroupOwnerTransferredTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{26} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{26} } func (m *GroupOwnerTransferredTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupOwnerTransferredTips.Unmarshal(m, b) @@ -2205,7 +2189,7 @@ func (m *MemberKickedTips) Reset() { *m = MemberKickedTips{} } func (m *MemberKickedTips) String() string { return proto.CompactTextString(m) } func (*MemberKickedTips) ProtoMessage() {} func (*MemberKickedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{27} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{27} } func (m *MemberKickedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MemberKickedTips.Unmarshal(m, b) @@ -2268,7 +2252,7 @@ func (m *MemberInvitedTips) Reset() { *m = MemberInvitedTips{} } func (m *MemberInvitedTips) String() string { return proto.CompactTextString(m) } func (*MemberInvitedTips) ProtoMessage() {} func (*MemberInvitedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{28} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{28} } func (m *MemberInvitedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MemberInvitedTips.Unmarshal(m, b) @@ -2330,7 +2314,7 @@ func (m *MemberEnterTips) Reset() { *m = MemberEnterTips{} } func (m *MemberEnterTips) String() string { return proto.CompactTextString(m) } func (*MemberEnterTips) ProtoMessage() {} func (*MemberEnterTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{29} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{29} } func (m *MemberEnterTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MemberEnterTips.Unmarshal(m, b) @@ -2384,7 +2368,7 @@ func (m *GroupDismissedTips) Reset() { *m = GroupDismissedTips{} } func (m *GroupDismissedTips) String() string { return proto.CompactTextString(m) } func (*GroupDismissedTips) ProtoMessage() {} func (*GroupDismissedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{30} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{30} } func (m *GroupDismissedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupDismissedTips.Unmarshal(m, b) @@ -2440,7 +2424,7 @@ func (m *GroupMemberMutedTips) Reset() { *m = GroupMemberMutedTips{} } func (m *GroupMemberMutedTips) String() string { return proto.CompactTextString(m) } func (*GroupMemberMutedTips) ProtoMessage() {} func (*GroupMemberMutedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{31} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{31} } func (m *GroupMemberMutedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupMemberMutedTips.Unmarshal(m, b) @@ -2509,7 +2493,7 @@ func (m *GroupMemberCancelMutedTips) Reset() { *m = GroupMemberCancelMut func (m *GroupMemberCancelMutedTips) String() string { return proto.CompactTextString(m) } func (*GroupMemberCancelMutedTips) ProtoMessage() {} func (*GroupMemberCancelMutedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{32} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{32} } func (m *GroupMemberCancelMutedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupMemberCancelMutedTips.Unmarshal(m, b) @@ -2570,7 +2554,7 @@ func (m *GroupMutedTips) Reset() { *m = GroupMutedTips{} } func (m *GroupMutedTips) String() string { return proto.CompactTextString(m) } func (*GroupMutedTips) ProtoMessage() {} func (*GroupMutedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{33} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{33} } func (m *GroupMutedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupMutedTips.Unmarshal(m, b) @@ -2624,7 +2608,7 @@ func (m *GroupCancelMutedTips) Reset() { *m = GroupCancelMutedTips{} } func (m *GroupCancelMutedTips) String() string { return proto.CompactTextString(m) } func (*GroupCancelMutedTips) ProtoMessage() {} func (*GroupCancelMutedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{34} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{34} } func (m *GroupCancelMutedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupCancelMutedTips.Unmarshal(m, b) @@ -2679,7 +2663,7 @@ func (m *GroupMemberInfoSetTips) Reset() { *m = GroupMemberInfoSetTips{} func (m *GroupMemberInfoSetTips) String() string { return proto.CompactTextString(m) } func (*GroupMemberInfoSetTips) ProtoMessage() {} func (*GroupMemberInfoSetTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{35} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{35} } func (m *GroupMemberInfoSetTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupMemberInfoSetTips.Unmarshal(m, b) @@ -2740,7 +2724,7 @@ func (m *FriendApplication) Reset() { *m = FriendApplication{} } func (m *FriendApplication) String() string { return proto.CompactTextString(m) } func (*FriendApplication) ProtoMessage() {} func (*FriendApplication) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{36} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{36} } func (m *FriendApplication) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FriendApplication.Unmarshal(m, b) @@ -2793,7 +2777,7 @@ func (m *FromToUserID) Reset() { *m = FromToUserID{} } func (m *FromToUserID) String() string { return proto.CompactTextString(m) } func (*FromToUserID) ProtoMessage() {} func (*FromToUserID) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{37} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{37} } func (m *FromToUserID) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FromToUserID.Unmarshal(m, b) @@ -2839,7 +2823,7 @@ func (m *FriendApplicationTips) Reset() { *m = FriendApplicationTips{} } func (m *FriendApplicationTips) String() string { return proto.CompactTextString(m) } func (*FriendApplicationTips) ProtoMessage() {} func (*FriendApplicationTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{38} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{38} } func (m *FriendApplicationTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FriendApplicationTips.Unmarshal(m, b) @@ -2879,7 +2863,7 @@ func (m *FriendApplicationApprovedTips) Reset() { *m = FriendApplication func (m *FriendApplicationApprovedTips) String() string { return proto.CompactTextString(m) } func (*FriendApplicationApprovedTips) ProtoMessage() {} func (*FriendApplicationApprovedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{39} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{39} } func (m *FriendApplicationApprovedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FriendApplicationApprovedTips.Unmarshal(m, b) @@ -2926,7 +2910,7 @@ func (m *FriendApplicationRejectedTips) Reset() { *m = FriendApplication func (m *FriendApplicationRejectedTips) String() string { return proto.CompactTextString(m) } func (*FriendApplicationRejectedTips) ProtoMessage() {} func (*FriendApplicationRejectedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{40} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{40} } func (m *FriendApplicationRejectedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FriendApplicationRejectedTips.Unmarshal(m, b) @@ -2974,7 +2958,7 @@ func (m *FriendAddedTips) Reset() { *m = FriendAddedTips{} } func (m *FriendAddedTips) String() string { return proto.CompactTextString(m) } func (*FriendAddedTips) ProtoMessage() {} func (*FriendAddedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{41} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{41} } func (m *FriendAddedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FriendAddedTips.Unmarshal(m, b) @@ -3027,7 +3011,7 @@ func (m *FriendDeletedTips) Reset() { *m = FriendDeletedTips{} } func (m *FriendDeletedTips) String() string { return proto.CompactTextString(m) } func (*FriendDeletedTips) ProtoMessage() {} func (*FriendDeletedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{42} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{42} } func (m *FriendDeletedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FriendDeletedTips.Unmarshal(m, b) @@ -3065,7 +3049,7 @@ func (m *BlackAddedTips) Reset() { *m = BlackAddedTips{} } func (m *BlackAddedTips) String() string { return proto.CompactTextString(m) } func (*BlackAddedTips) ProtoMessage() {} func (*BlackAddedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{43} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{43} } func (m *BlackAddedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BlackAddedTips.Unmarshal(m, b) @@ -3103,7 +3087,7 @@ func (m *BlackDeletedTips) Reset() { *m = BlackDeletedTips{} } func (m *BlackDeletedTips) String() string { return proto.CompactTextString(m) } func (*BlackDeletedTips) ProtoMessage() {} func (*BlackDeletedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{44} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{44} } func (m *BlackDeletedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BlackDeletedTips.Unmarshal(m, b) @@ -3141,7 +3125,7 @@ func (m *FriendInfoChangedTips) Reset() { *m = FriendInfoChangedTips{} } func (m *FriendInfoChangedTips) String() string { return proto.CompactTextString(m) } func (*FriendInfoChangedTips) ProtoMessage() {} func (*FriendInfoChangedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{45} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{45} } func (m *FriendInfoChangedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FriendInfoChangedTips.Unmarshal(m, b) @@ -3180,7 +3164,7 @@ func (m *UserInfoUpdatedTips) Reset() { *m = UserInfoUpdatedTips{} } func (m *UserInfoUpdatedTips) String() string { return proto.CompactTextString(m) } func (*UserInfoUpdatedTips) ProtoMessage() {} func (*UserInfoUpdatedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{46} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{46} } func (m *UserInfoUpdatedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserInfoUpdatedTips.Unmarshal(m, b) @@ -3221,7 +3205,7 @@ func (m *ConversationUpdateTips) Reset() { *m = ConversationUpdateTips{} func (m *ConversationUpdateTips) String() string { return proto.CompactTextString(m) } func (*ConversationUpdateTips) ProtoMessage() {} func (*ConversationUpdateTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{47} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{47} } func (m *ConversationUpdateTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversationUpdateTips.Unmarshal(m, b) @@ -3275,7 +3259,7 @@ func (m *ConversationSetPrivateTips) Reset() { *m = ConversationSetPriva func (m *ConversationSetPrivateTips) String() string { return proto.CompactTextString(m) } func (*ConversationSetPrivateTips) ProtoMessage() {} func (*ConversationSetPrivateTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{48} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{48} } func (m *ConversationSetPrivateTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversationSetPrivateTips.Unmarshal(m, b) @@ -3330,7 +3314,7 @@ func (m *DeleteMessageTips) Reset() { *m = DeleteMessageTips{} } func (m *DeleteMessageTips) String() string { return proto.CompactTextString(m) } func (*DeleteMessageTips) ProtoMessage() {} func (*DeleteMessageTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{49} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{49} } func (m *DeleteMessageTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteMessageTips.Unmarshal(m, b) @@ -3384,7 +3368,7 @@ func (m *RequestPagination) Reset() { *m = RequestPagination{} } func (m *RequestPagination) String() string { return proto.CompactTextString(m) } func (*RequestPagination) ProtoMessage() {} func (*RequestPagination) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{50} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{50} } func (m *RequestPagination) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RequestPagination.Unmarshal(m, b) @@ -3441,7 +3425,7 @@ func (m *SignalReq) Reset() { *m = SignalReq{} } func (m *SignalReq) String() string { return proto.CompactTextString(m) } func (*SignalReq) ProtoMessage() {} func (*SignalReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{51} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{51} } func (m *SignalReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalReq.Unmarshal(m, b) @@ -3830,7 +3814,7 @@ func (m *SignalResp) Reset() { *m = SignalResp{} } func (m *SignalResp) String() string { return proto.CompactTextString(m) } func (*SignalResp) ProtoMessage() {} func (*SignalResp) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{52} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{52} } func (m *SignalResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalResp.Unmarshal(m, b) @@ -4160,7 +4144,7 @@ func (m *InvitationInfo) Reset() { *m = InvitationInfo{} } func (m *InvitationInfo) String() string { return proto.CompactTextString(m) } func (*InvitationInfo) ProtoMessage() {} func (*InvitationInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{53} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{53} } func (m *InvitationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InvitationInfo.Unmarshal(m, b) @@ -4270,7 +4254,7 @@ func (m *ParticipantMetaData) Reset() { *m = ParticipantMetaData{} } func (m *ParticipantMetaData) String() string { return proto.CompactTextString(m) } func (*ParticipantMetaData) ProtoMessage() {} func (*ParticipantMetaData) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{54} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{54} } func (m *ParticipantMetaData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ParticipantMetaData.Unmarshal(m, b) @@ -4325,7 +4309,7 @@ func (m *SignalInviteReq) Reset() { *m = SignalInviteReq{} } func (m *SignalInviteReq) String() string { return proto.CompactTextString(m) } func (*SignalInviteReq) ProtoMessage() {} func (*SignalInviteReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{55} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{55} } func (m *SignalInviteReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalInviteReq.Unmarshal(m, b) @@ -4387,7 +4371,7 @@ func (m *SignalInviteReply) Reset() { *m = SignalInviteReply{} } func (m *SignalInviteReply) String() string { return proto.CompactTextString(m) } func (*SignalInviteReply) ProtoMessage() {} func (*SignalInviteReply) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{56} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{56} } func (m *SignalInviteReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalInviteReply.Unmarshal(m, b) @@ -4449,7 +4433,7 @@ func (m *SignalInviteInGroupReq) Reset() { *m = SignalInviteInGroupReq{} func (m *SignalInviteInGroupReq) String() string { return proto.CompactTextString(m) } func (*SignalInviteInGroupReq) ProtoMessage() {} func (*SignalInviteInGroupReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{57} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{57} } func (m *SignalInviteInGroupReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalInviteInGroupReq.Unmarshal(m, b) @@ -4511,7 +4495,7 @@ func (m *SignalInviteInGroupReply) Reset() { *m = SignalInviteInGroupRep func (m *SignalInviteInGroupReply) String() string { return proto.CompactTextString(m) } func (*SignalInviteInGroupReply) ProtoMessage() {} func (*SignalInviteInGroupReply) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{58} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{58} } func (m *SignalInviteInGroupReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalInviteInGroupReply.Unmarshal(m, b) @@ -4573,7 +4557,7 @@ func (m *SignalCancelReq) Reset() { *m = SignalCancelReq{} } func (m *SignalCancelReq) String() string { return proto.CompactTextString(m) } func (*SignalCancelReq) ProtoMessage() {} func (*SignalCancelReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{59} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{59} } func (m *SignalCancelReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalCancelReq.Unmarshal(m, b) @@ -4631,7 +4615,7 @@ func (m *SignalCancelReply) Reset() { *m = SignalCancelReply{} } func (m *SignalCancelReply) String() string { return proto.CompactTextString(m) } func (*SignalCancelReply) ProtoMessage() {} func (*SignalCancelReply) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{60} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{60} } func (m *SignalCancelReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalCancelReply.Unmarshal(m, b) @@ -4666,7 +4650,7 @@ func (m *SignalAcceptReq) Reset() { *m = SignalAcceptReq{} } func (m *SignalAcceptReq) String() string { return proto.CompactTextString(m) } func (*SignalAcceptReq) ProtoMessage() {} func (*SignalAcceptReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{61} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{61} } func (m *SignalAcceptReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalAcceptReq.Unmarshal(m, b) @@ -4734,7 +4718,7 @@ func (m *SignalAcceptReply) Reset() { *m = SignalAcceptReply{} } func (m *SignalAcceptReply) String() string { return proto.CompactTextString(m) } func (*SignalAcceptReply) ProtoMessage() {} func (*SignalAcceptReply) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{62} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{62} } func (m *SignalAcceptReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalAcceptReply.Unmarshal(m, b) @@ -4788,7 +4772,7 @@ func (m *SignalHungUpReq) Reset() { *m = SignalHungUpReq{} } func (m *SignalHungUpReq) String() string { return proto.CompactTextString(m) } func (*SignalHungUpReq) ProtoMessage() {} func (*SignalHungUpReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{63} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{63} } func (m *SignalHungUpReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalHungUpReq.Unmarshal(m, b) @@ -4839,7 +4823,7 @@ func (m *SignalHungUpReply) Reset() { *m = SignalHungUpReply{} } func (m *SignalHungUpReply) String() string { return proto.CompactTextString(m) } func (*SignalHungUpReply) ProtoMessage() {} func (*SignalHungUpReply) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{64} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{64} } func (m *SignalHungUpReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalHungUpReply.Unmarshal(m, b) @@ -4874,7 +4858,7 @@ func (m *SignalRejectReq) Reset() { *m = SignalRejectReq{} } func (m *SignalRejectReq) String() string { return proto.CompactTextString(m) } func (*SignalRejectReq) ProtoMessage() {} func (*SignalRejectReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{65} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{65} } func (m *SignalRejectReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalRejectReq.Unmarshal(m, b) @@ -4939,7 +4923,7 @@ func (m *SignalRejectReply) Reset() { *m = SignalRejectReply{} } func (m *SignalRejectReply) String() string { return proto.CompactTextString(m) } func (*SignalRejectReply) ProtoMessage() {} func (*SignalRejectReply) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{66} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{66} } func (m *SignalRejectReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalRejectReply.Unmarshal(m, b) @@ -4972,7 +4956,7 @@ func (m *SignalGetRoomByGroupIDReq) Reset() { *m = SignalGetRoomByGroupI func (m *SignalGetRoomByGroupIDReq) String() string { return proto.CompactTextString(m) } func (*SignalGetRoomByGroupIDReq) ProtoMessage() {} func (*SignalGetRoomByGroupIDReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{67} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{67} } func (m *SignalGetRoomByGroupIDReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalGetRoomByGroupIDReq.Unmarshal(m, b) @@ -5026,7 +5010,7 @@ func (m *SignalGetRoomByGroupIDReply) Reset() { *m = SignalGetRoomByGrou func (m *SignalGetRoomByGroupIDReply) String() string { return proto.CompactTextString(m) } func (*SignalGetRoomByGroupIDReply) ProtoMessage() {} func (*SignalGetRoomByGroupIDReply) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{68} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{68} } func (m *SignalGetRoomByGroupIDReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalGetRoomByGroupIDReply.Unmarshal(m, b) @@ -5080,7 +5064,7 @@ func (m *SignalOnRoomParticipantConnectedReq) Reset() { *m = SignalOnRoo func (m *SignalOnRoomParticipantConnectedReq) String() string { return proto.CompactTextString(m) } func (*SignalOnRoomParticipantConnectedReq) ProtoMessage() {} func (*SignalOnRoomParticipantConnectedReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{69} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{69} } func (m *SignalOnRoomParticipantConnectedReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalOnRoomParticipantConnectedReq.Unmarshal(m, b) @@ -5136,7 +5120,7 @@ func (m *SignalOnRoomParticipantDisconnectedReq) Reset() { func (m *SignalOnRoomParticipantDisconnectedReq) String() string { return proto.CompactTextString(m) } func (*SignalOnRoomParticipantDisconnectedReq) ProtoMessage() {} func (*SignalOnRoomParticipantDisconnectedReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{70} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{70} } func (m *SignalOnRoomParticipantDisconnectedReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalOnRoomParticipantDisconnectedReq.Unmarshal(m, b) @@ -5181,7 +5165,6 @@ type SignalGetTokenByRoomIDReq struct { RoomID string `protobuf:"bytes,1,opt,name=roomID" json:"roomID,omitempty"` OpUserID string `protobuf:"bytes,2,opt,name=opUserID" json:"opUserID,omitempty"` Participant *ParticipantMetaData `protobuf:"bytes,3,opt,name=participant" json:"participant,omitempty"` - OperationID string `protobuf:"bytes,4,opt,name=operationID" json:"operationID,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -5191,7 +5174,7 @@ func (m *SignalGetTokenByRoomIDReq) Reset() { *m = SignalGetTokenByRoomI func (m *SignalGetTokenByRoomIDReq) String() string { return proto.CompactTextString(m) } func (*SignalGetTokenByRoomIDReq) ProtoMessage() {} func (*SignalGetTokenByRoomIDReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{71} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{71} } func (m *SignalGetTokenByRoomIDReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalGetTokenByRoomIDReq.Unmarshal(m, b) @@ -5232,13 +5215,6 @@ func (m *SignalGetTokenByRoomIDReq) GetParticipant() *ParticipantMetaData { return nil } -func (m *SignalGetTokenByRoomIDReq) GetOperationID() string { - if m != nil { - return m.OperationID - } - return "" -} - type SignalGetTokenByRoomIDReply struct { Token string `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"` LiveURL string `protobuf:"bytes,2,opt,name=liveURL" json:"liveURL,omitempty"` @@ -5251,7 +5227,7 @@ func (m *SignalGetTokenByRoomIDReply) Reset() { *m = SignalGetTokenByRoo func (m *SignalGetTokenByRoomIDReply) String() string { return proto.CompactTextString(m) } func (*SignalGetTokenByRoomIDReply) ProtoMessage() {} func (*SignalGetTokenByRoomIDReply) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{72} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{72} } func (m *SignalGetTokenByRoomIDReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalGetTokenByRoomIDReply.Unmarshal(m, b) @@ -5297,7 +5273,7 @@ func (m *SetAppBackgroundStatusReq) Reset() { *m = SetAppBackgroundStatu func (m *SetAppBackgroundStatusReq) String() string { return proto.CompactTextString(m) } func (*SetAppBackgroundStatusReq) ProtoMessage() {} func (*SetAppBackgroundStatusReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{73} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{73} } func (m *SetAppBackgroundStatusReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetAppBackgroundStatusReq.Unmarshal(m, b) @@ -5332,8 +5308,6 @@ func (m *SetAppBackgroundStatusReq) GetIsBackground() bool { } type SetAppBackgroundStatusResp struct { - ErrCode int32 `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"` - ErrMsg string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -5343,7 +5317,7 @@ func (m *SetAppBackgroundStatusResp) Reset() { *m = SetAppBackgroundStat func (m *SetAppBackgroundStatusResp) String() string { return proto.CompactTextString(m) } func (*SetAppBackgroundStatusResp) ProtoMessage() {} func (*SetAppBackgroundStatusResp) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{74} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{74} } func (m *SetAppBackgroundStatusResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetAppBackgroundStatusResp.Unmarshal(m, b) @@ -5363,20 +5337,6 @@ func (m *SetAppBackgroundStatusResp) XXX_DiscardUnknown() { var xxx_messageInfo_SetAppBackgroundStatusResp proto.InternalMessageInfo -func (m *SetAppBackgroundStatusResp) GetErrCode() int32 { - if m != nil { - return m.ErrCode - } - return 0 -} - -func (m *SetAppBackgroundStatusResp) GetErrMsg() string { - if m != nil { - return m.ErrMsg - } - return "" -} - type ExtendMsgSet struct { SourceID string `protobuf:"bytes,1,opt,name=sourceID" json:"sourceID,omitempty"` SessionType int32 `protobuf:"varint,2,opt,name=sessionType" json:"sessionType,omitempty"` @@ -5393,7 +5353,7 @@ func (m *ExtendMsgSet) Reset() { *m = ExtendMsgSet{} } func (m *ExtendMsgSet) String() string { return proto.CompactTextString(m) } func (*ExtendMsgSet) ProtoMessage() {} func (*ExtendMsgSet) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{75} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{75} } func (m *ExtendMsgSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtendMsgSet.Unmarshal(m, b) @@ -5470,7 +5430,7 @@ func (m *ExtendMsg) Reset() { *m = ExtendMsg{} } func (m *ExtendMsg) String() string { return proto.CompactTextString(m) } func (*ExtendMsg) ProtoMessage() {} func (*ExtendMsg) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{76} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{76} } func (m *ExtendMsg) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtendMsg.Unmarshal(m, b) @@ -5538,7 +5498,7 @@ func (m *KeyValue) Reset() { *m = KeyValue{} } func (m *KeyValue) String() string { return proto.CompactTextString(m) } func (*KeyValue) ProtoMessage() {} func (*KeyValue) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_8886bd29dbcc7a9b, []int{77} + return fileDescriptor_ws_5b25bbaf52d735ba, []int{77} } func (m *KeyValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeyValue.Unmarshal(m, b) @@ -5589,12 +5549,12 @@ func init() { proto.RegisterType((*BlackInfo)(nil), "sdkws.BlackInfo") proto.RegisterType((*GroupRequest)(nil), "sdkws.GroupRequest") proto.RegisterType((*FriendRequest)(nil), "sdkws.FriendRequest") - proto.RegisterType((*PullMessageBySeqListReq)(nil), "sdkws.PullMessageBySeqListReq") - proto.RegisterMapType((map[string]*SeqList)(nil), "sdkws.PullMessageBySeqListReq.GroupSeqListEntry") - proto.RegisterType((*SeqList)(nil), "sdkws.seqList") + proto.RegisterType((*PullMessageBySeqsReq)(nil), "sdkws.PullMessageBySeqsReq") + proto.RegisterMapType((map[string]*Seqs)(nil), "sdkws.PullMessageBySeqsReq.GroupSeqsEntry") + proto.RegisterType((*Seqs)(nil), "sdkws.seqs") proto.RegisterType((*MsgDataList)(nil), "sdkws.MsgDataList") - proto.RegisterType((*PullMessageBySeqListResp)(nil), "sdkws.PullMessageBySeqListResp") - proto.RegisterMapType((map[string]*MsgDataList)(nil), "sdkws.PullMessageBySeqListResp.GroupMsgDataListEntry") + proto.RegisterType((*PullMessageBySeqsResp)(nil), "sdkws.PullMessageBySeqsResp") + proto.RegisterMapType((map[string]*MsgDataList)(nil), "sdkws.PullMessageBySeqsResp.GroupMsgDataListEntry") proto.RegisterType((*GetMaxAndMinSeqReq)(nil), "sdkws.GetMaxAndMinSeqReq") proto.RegisterType((*MaxAndMinSeq)(nil), "sdkws.MaxAndMinSeq") proto.RegisterType((*GetMaxAndMinSeqResp)(nil), "sdkws.GetMaxAndMinSeqResp") @@ -5666,238 +5626,236 @@ func init() { proto.RegisterType((*KeyValue)(nil), "sdkws.KeyValue") } -func init() { proto.RegisterFile("sdkws/ws.proto", fileDescriptor_ws_8886bd29dbcc7a9b) } +func init() { proto.RegisterFile("sdkws/ws.proto", fileDescriptor_ws_5b25bbaf52d735ba) } -var fileDescriptor_ws_8886bd29dbcc7a9b = []byte{ - // 3679 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5b, 0xcf, 0x6f, 0xdc, 0xd6, - 0xf1, 0x0f, 0x77, 0xb5, 0x92, 0x76, 0x56, 0x3f, 0x69, 0x5b, 0xd9, 0x6c, 0x6c, 0x7f, 0x05, 0x26, - 0x5f, 0xc3, 0x71, 0x63, 0x39, 0x51, 0x9a, 0x34, 0x48, 0x82, 0x36, 0x96, 0x64, 0xcb, 0x8a, 0xbd, - 0x96, 0xca, 0xb5, 0x13, 0xa4, 0x3d, 0x14, 0xd4, 0xf2, 0x69, 0xc5, 0x88, 0x4b, 0x52, 0x24, 0x57, - 0xb6, 0xd0, 0x53, 0x81, 0xa2, 0x28, 0xda, 0x43, 0xda, 0x20, 0x0d, 0x7a, 0x69, 0x8f, 0x3d, 0x14, - 0x05, 0x7a, 0x29, 0xd0, 0x9e, 0xfa, 0x2f, 0x14, 0xe8, 0xa9, 0x40, 0x80, 0xa6, 0x87, 0x1e, 0x0a, - 0xb4, 0xbd, 0xf6, 0xda, 0xe2, 0xcd, 0x3c, 0x92, 0xef, 0x91, 0xdc, 0xd5, 0x3a, 0x49, 0x1d, 0xc3, - 0xbd, 0x08, 0x7a, 0xc3, 0x99, 0x79, 0x6f, 0x66, 0x3e, 0x6f, 0xe6, 0xfd, 0x5a, 0x98, 0x8b, 0xec, - 0x83, 0x7b, 0xd1, 0x95, 0x7b, 0xd1, 0x4a, 0x10, 0xfa, 0xb1, 0xaf, 0xd7, 0xb0, 0xdd, 0xba, 0xbc, - 0x1d, 0x30, 0xef, 0xf2, 0x56, 0xfb, 0x72, 0x87, 0x85, 0x47, 0x2c, 0xbc, 0x12, 0x1c, 0xf4, 0xae, - 0x20, 0xc3, 0x15, 0xc1, 0x1f, 0x5a, 0x41, 0xc0, 0x42, 0x21, 0x65, 0x7c, 0x32, 0x01, 0xf5, 0xcd, - 0xd0, 0x1f, 0x04, 0x5b, 0xde, 0x9e, 0xaf, 0x37, 0x61, 0xaa, 0x87, 0x8d, 0x8d, 0xa6, 0xb6, 0xac, - 0x5d, 0xac, 0x9b, 0x49, 0x53, 0x3f, 0x0b, 0x75, 0xfc, 0xf7, 0xb6, 0xd5, 0x67, 0xcd, 0x0a, 0x7e, - 0xcb, 0x08, 0xba, 0x01, 0x33, 0x9e, 0x1f, 0x3b, 0x7b, 0x4e, 0xd7, 0x8a, 0x1d, 0xdf, 0x6b, 0x56, - 0x91, 0x41, 0xa1, 0x71, 0x1e, 0xc7, 0x8b, 0x43, 0xdf, 0x1e, 0x74, 0x91, 0x67, 0x82, 0x78, 0x64, - 0x1a, 0xef, 0x7f, 0xcf, 0xea, 0xb2, 0xbb, 0xe6, 0xad, 0x66, 0x8d, 0xfa, 0x17, 0x4d, 0x7d, 0x19, - 0x1a, 0xfe, 0x3d, 0x8f, 0x85, 0x77, 0x23, 0x16, 0x6e, 0x6d, 0x34, 0x27, 0xf1, 0xab, 0x4c, 0xd2, - 0xcf, 0x03, 0x74, 0x43, 0x66, 0xc5, 0xec, 0x8e, 0xd3, 0x67, 0xcd, 0xa9, 0x65, 0xed, 0x62, 0xd5, - 0x94, 0x28, 0x5c, 0x43, 0x9f, 0xf5, 0x77, 0x59, 0xb8, 0xee, 0x0f, 0xbc, 0xb8, 0x39, 0xbd, 0xac, - 0x5d, 0x9c, 0x35, 0x65, 0x92, 0x3e, 0x07, 0x15, 0x76, 0xbf, 0x59, 0x47, 0xd5, 0x15, 0x76, 0x5f, - 0x5f, 0x82, 0xc9, 0x28, 0xb6, 0xe2, 0x41, 0xd4, 0x84, 0x65, 0xed, 0x62, 0xcd, 0x14, 0x2d, 0xfd, - 0x59, 0x98, 0x45, 0xbd, 0x7e, 0x32, 0x9a, 0x06, 0x8a, 0xa8, 0xc4, 0xd4, 0x63, 0x77, 0x8e, 0x03, - 0xd6, 0x9c, 0x41, 0x05, 0x19, 0x41, 0xbf, 0x04, 0x0b, 0x1e, 0x63, 0xf6, 0xdb, 0x2c, 0xcc, 0xbc, - 0x36, 0x8b, 0x4c, 0x05, 0xba, 0x7e, 0x01, 0xe6, 0x5c, 0xdf, 0x3f, 0x68, 0xe3, 0x50, 0x79, 0x9c, - 0x9a, 0x73, 0xc8, 0x99, 0xa3, 0xea, 0xcf, 0xc3, 0xa2, 0x15, 0x04, 0xee, 0x31, 0x91, 0xae, 0x87, - 0x0e, 0xf3, 0xec, 0xe6, 0x3c, 0xb2, 0x16, 0x3f, 0xe8, 0xaf, 0xc0, 0x92, 0x1c, 0x9f, 0xbb, 0x81, - 0x9d, 0xf8, 0x6e, 0x01, 0x7d, 0x37, 0xe4, 0xab, 0xbe, 0x02, 0xba, 0xf2, 0x85, 0x5c, 0xb0, 0x88, - 0x2e, 0x28, 0xf9, 0x62, 0x7c, 0x58, 0x85, 0xf9, 0x14, 0x61, 0xd7, 0xfd, 0xb0, 0xc3, 0xe2, 0x47, - 0x18, 0x67, 0x84, 0x81, 0xc9, 0x14, 0x03, 0x9b, 0x25, 0x71, 0xe2, 0xd8, 0x6a, 0xac, 0x3e, 0xbd, - 0xd2, 0xf3, 0xfd, 0x9e, 0xcb, 0x68, 0x22, 0xed, 0x0e, 0xf6, 0x56, 0xb6, 0xbc, 0xf8, 0xa5, 0xd5, - 0xb7, 0x2d, 0x77, 0xc0, 0x4a, 0x82, 0xb8, 0x5e, 0x08, 0xe2, 0xf4, 0xc9, 0x6a, 0xf2, 0x11, 0xde, - 0x2a, 0x8b, 0x70, 0xfd, 0x64, 0x3d, 0x45, 0x29, 0xe3, 0xdf, 0x15, 0x38, 0x85, 0x61, 0x11, 0xd4, - 0x81, 0xeb, 0x9e, 0x90, 0x02, 0x96, 0x60, 0x72, 0x40, 0xc1, 0xa6, 0xb8, 0x88, 0x16, 0x0f, 0x59, - 0xe8, 0xbb, 0xec, 0x16, 0x3b, 0x62, 0x2e, 0x46, 0xa4, 0x66, 0x66, 0x04, 0xbd, 0x05, 0xd3, 0xef, - 0xf9, 0x8e, 0x87, 0xc0, 0x9a, 0x40, 0x60, 0xa5, 0x6d, 0xfe, 0xcd, 0x73, 0xba, 0x07, 0x1e, 0x8f, - 0x35, 0xc5, 0x21, 0x6d, 0xcb, 0x21, 0x9a, 0x54, 0x43, 0x74, 0x01, 0xe6, 0xac, 0x20, 0x68, 0x5b, - 0x5e, 0x8f, 0x85, 0xd4, 0xe9, 0x14, 0x4d, 0x07, 0x95, 0xca, 0x13, 0x02, 0xef, 0xa9, 0xe3, 0x0f, - 0xc2, 0x2e, 0x43, 0x6f, 0xd7, 0x4c, 0x89, 0xc2, 0xf5, 0xf8, 0x01, 0x0b, 0xa5, 0x79, 0x4c, 0x53, - 0x3f, 0x47, 0x15, 0x90, 0x80, 0x14, 0x12, 0x3c, 0x91, 0x0c, 0x62, 0x76, 0xcd, 0xb3, 0xd1, 0xa8, - 0x06, 0x1a, 0x25, 0x93, 0x78, 0x82, 0x70, 0xbc, 0x23, 0x27, 0x4e, 0xd3, 0xd5, 0x0c, 0x25, 0x08, - 0x85, 0x68, 0x7c, 0x4f, 0x83, 0xb9, 0x9d, 0xc1, 0xae, 0xeb, 0x74, 0x91, 0xc0, 0x9d, 0x9f, 0xb9, - 0x58, 0x53, 0x5c, 0x2c, 0x3b, 0xaa, 0x32, 0xdc, 0x51, 0x55, 0xd5, 0x51, 0x4b, 0x30, 0xd9, 0x63, - 0x9e, 0xcd, 0x42, 0x74, 0x7c, 0xcd, 0x14, 0x2d, 0x61, 0x50, 0x2d, 0x31, 0xc8, 0xf8, 0x73, 0x05, - 0xa6, 0x1f, 0xf2, 0x10, 0x96, 0xa1, 0x11, 0xec, 0xfb, 0x1e, 0xbb, 0x3d, 0xe0, 0xe0, 0x13, 0x63, - 0x91, 0x49, 0xfa, 0x69, 0xa8, 0xed, 0x3a, 0x61, 0xbc, 0x8f, 0xd1, 0x9f, 0x35, 0xa9, 0xc1, 0xa9, - 0xac, 0x6f, 0x39, 0x14, 0xf2, 0xba, 0x49, 0x0d, 0x61, 0xd0, 0x74, 0x1a, 0x21, 0xb5, 0x14, 0xd4, - 0x0b, 0xa5, 0xa0, 0x88, 0x20, 0x28, 0x45, 0xd0, 0x25, 0x58, 0xe8, 0xb9, 0xfe, 0xae, 0xe5, 0x9a, - 0xac, 0x7b, 0xd4, 0x8e, 0x7a, 0xdb, 0x41, 0x8c, 0xe1, 0xae, 0x99, 0x05, 0x3a, 0xf7, 0x0f, 0x0e, - 0xd1, 0xb6, 0x8e, 0x31, 0x91, 0x57, 0xcd, 0xb4, 0x6d, 0xfc, 0x53, 0x03, 0xa0, 0x69, 0x87, 0x2e, - 0xce, 0xd5, 0x32, 0xad, 0x58, 0xcb, 0x96, 0x60, 0x32, 0x64, 0x7d, 0x2b, 0x3c, 0x48, 0xa6, 0x1a, - 0xb5, 0x72, 0x86, 0x55, 0x0b, 0x86, 0x5d, 0x01, 0xd8, 0xc3, 0x7e, 0xb8, 0x1e, 0x74, 0x79, 0x63, - 0x75, 0x7e, 0x05, 0x0b, 0xff, 0x4a, 0x12, 0x61, 0x53, 0x62, 0xe1, 0x73, 0xd7, 0xb2, 0x6d, 0x31, - 0x45, 0x6a, 0x34, 0x77, 0x53, 0x42, 0xc9, 0x0c, 0x99, 0x1c, 0x31, 0x43, 0xa6, 0x52, 0x40, 0xfd, - 0x45, 0x83, 0xfa, 0x9a, 0x6b, 0x75, 0x0f, 0xc6, 0x34, 0x57, 0x35, 0xab, 0x52, 0x30, 0xeb, 0x75, - 0x98, 0xdd, 0xe5, 0xea, 0x12, 0x13, 0xd0, 0xf2, 0xc6, 0xea, 0x19, 0x61, 0x99, 0x3a, 0x89, 0x4c, - 0x95, 0x57, 0x35, 0x71, 0xe2, 0x64, 0x13, 0x6b, 0x23, 0x4c, 0x4c, 0xeb, 0x02, 0x4f, 0x9f, 0x33, - 0x98, 0x3e, 0x4d, 0x76, 0x38, 0x60, 0x51, 0xac, 0xbf, 0x08, 0xd3, 0x83, 0x64, 0x78, 0xda, 0xa8, - 0xe1, 0xa5, 0x6c, 0xfa, 0x8a, 0xa8, 0x75, 0x28, 0x53, 0x41, 0x99, 0x05, 0x21, 0x93, 0x16, 0x4c, - 0x33, 0x63, 0xe1, 0x95, 0x6d, 0xdf, 0xf2, 0x6c, 0x97, 0x99, 0x2c, 0x1a, 0xb8, 0xb1, 0xc8, 0xb5, - 0x0a, 0x8d, 0x90, 0x73, 0xd8, 0x8e, 0x7a, 0xa2, 0xee, 0x89, 0x16, 0xf7, 0x02, 0xf1, 0xf1, 0x4f, - 0x64, 0x62, 0x46, 0xe0, 0x13, 0x38, 0x64, 0x87, 0xe8, 0xfd, 0x49, 0xf4, 0x7e, 0xd2, 0xcc, 0xfa, - 0x14, 0xde, 0xa1, 0x20, 0x2b, 0x34, 0x1e, 0x3e, 0x6a, 0xa3, 0x82, 0x69, 0x0a, 0x5f, 0x46, 0x29, - 0xac, 0xab, 0xd4, 0xc4, 0x0c, 0x85, 0xc4, 0x5c, 0x48, 0x9f, 0x8d, 0xb2, 0xf4, 0xf9, 0x71, 0x15, - 0x66, 0x69, 0x52, 0x25, 0x21, 0x38, 0xcf, 0xd1, 0xef, 0xf7, 0x15, 0x9c, 0x49, 0x14, 0x6e, 0x0b, - 0x6f, 0xdd, 0x56, 0xd3, 0x98, 0x42, 0xe3, 0x60, 0xe5, 0xed, 0xeb, 0x4a, 0x3a, 0x93, 0x49, 0x49, - 0x2f, 0x9b, 0x72, 0x5a, 0x93, 0x28, 0x3c, 0x11, 0xc4, 0xbe, 0x82, 0xa5, 0xb4, 0xcd, 0x65, 0x63, - 0x3f, 0xed, 0x9f, 0xd0, 0x24, 0x51, 0x78, 0x94, 0x62, 0x3f, 0xe9, 0x9b, 0x5c, 0x9d, 0x11, 0x48, - 0xb3, 0xe8, 0x97, 0xca, 0x59, 0xda, 0x2e, 0x60, 0xa3, 0x3e, 0x12, 0x1b, 0xa0, 0x60, 0x43, 0x9d, - 0x7e, 0x8d, 0xc2, 0xf4, 0x7b, 0x16, 0x66, 0x49, 0x4f, 0xae, 0x9c, 0x29, 0x44, 0x15, 0x61, 0xb3, - 0x79, 0x84, 0xa9, 0x18, 0x99, 0x1b, 0x82, 0x91, 0xf9, 0x74, 0x7e, 0xfd, 0x43, 0x83, 0x27, 0x77, - 0x06, 0xae, 0xdb, 0x66, 0x51, 0x64, 0xf5, 0xd8, 0xda, 0x71, 0x87, 0x1d, 0xde, 0x72, 0xa2, 0xd8, - 0x64, 0x87, 0x43, 0x4b, 0x94, 0x0e, 0x13, 0x11, 0x3b, 0x8c, 0x9a, 0xd5, 0xe5, 0xea, 0xc5, 0xaa, - 0x89, 0xff, 0xeb, 0x77, 0x60, 0x06, 0x27, 0x90, 0x10, 0x6f, 0x4e, 0x2c, 0x57, 0x2f, 0x36, 0x56, - 0x5f, 0x48, 0xa7, 0x66, 0x69, 0x0f, 0x34, 0xfd, 0x44, 0xfb, 0x9a, 0x17, 0x87, 0xc7, 0xa6, 0xa2, - 0xa5, 0xb5, 0x0d, 0x8b, 0x05, 0x16, 0x7d, 0x01, 0xaa, 0x07, 0xec, 0x58, 0x8c, 0x89, 0xff, 0xab, - 0x3f, 0x0b, 0xb5, 0x23, 0xbe, 0xfe, 0x12, 0x93, 0x7b, 0x4e, 0xf4, 0x1a, 0x89, 0x8e, 0xe8, 0xe3, - 0x6b, 0x95, 0x57, 0x35, 0xe3, 0x1c, 0x4c, 0x09, 0x6a, 0x6a, 0x85, 0x96, 0x59, 0x61, 0x7c, 0x0d, - 0x1a, 0xed, 0xa8, 0xb7, 0x61, 0xc5, 0x16, 0xb2, 0xbc, 0x00, 0x8d, 0x7e, 0xd6, 0x44, 0xce, 0x4c, - 0xbb, 0x60, 0x34, 0x65, 0x16, 0xe3, 0x57, 0x15, 0x68, 0x96, 0x1b, 0x1b, 0x05, 0x7c, 0xf6, 0xb3, - 0x30, 0x5c, 0xf7, 0x6d, 0x86, 0x83, 0xaf, 0x99, 0x49, 0x93, 0x7b, 0x9a, 0x85, 0x21, 0x0f, 0xa8, - 0xa8, 0x43, 0xd4, 0xd2, 0x0d, 0x98, 0x70, 0x79, 0xcf, 0xd5, 0xd2, 0x9e, 0xf1, 0x9b, 0x6e, 0xc1, - 0x02, 0xfa, 0x4c, 0x1a, 0xb8, 0xf0, 0xfe, 0xcb, 0x23, 0xbd, 0x1f, 0x05, 0xe4, 0x7e, 0x49, 0x8e, - 0x42, 0x50, 0x50, 0xd7, 0x7a, 0x07, 0xce, 0x94, 0xb2, 0x96, 0x84, 0xe2, 0xa2, 0x1a, 0x0a, 0x5d, - 0x1d, 0x72, 0x3e, 0x1c, 0xb7, 0x41, 0xdf, 0x64, 0x71, 0xdb, 0xba, 0x7f, 0xd5, 0xb3, 0xdb, 0x8e, - 0xd7, 0x61, 0x87, 0x1c, 0x77, 0xcb, 0xd0, 0x10, 0x6b, 0xe1, 0xd4, 0xed, 0x75, 0x53, 0x26, 0x0d, - 0x5b, 0x22, 0x1b, 0x5f, 0x85, 0x19, 0x59, 0x19, 0xe7, 0xeb, 0x5b, 0xf7, 0x3b, 0xec, 0x10, 0x87, - 0x58, 0x35, 0x45, 0x0b, 0xe9, 0xc8, 0x21, 0x8a, 0xa0, 0x68, 0x19, 0xdf, 0xe1, 0x8b, 0xf5, 0xfc, - 0x80, 0xa2, 0xe0, 0x41, 0xf5, 0xe8, 0xdf, 0x82, 0x45, 0x72, 0xa2, 0xa4, 0xa8, 0x59, 0xc3, 0xa0, - 0xbc, 0x98, 0x54, 0x9e, 0x62, 0x37, 0x22, 0x1e, 0x12, 0x95, 0x02, 0x52, 0xd4, 0xd5, 0x7a, 0x17, - 0x96, 0xca, 0x99, 0x4b, 0x42, 0xf2, 0x9c, 0x1a, 0x92, 0x53, 0x49, 0x48, 0xe4, 0xde, 0xa5, 0x98, - 0x1c, 0xc2, 0x3c, 0xcf, 0x34, 0x1d, 0xe6, 0xd9, 0xed, 0xa8, 0x87, 0xe6, 0x2f, 0x43, 0x23, 0xc2, - 0x53, 0x8e, 0x76, 0xd4, 0xcb, 0x56, 0x16, 0x12, 0x89, 0x73, 0x74, 0x5d, 0x87, 0x79, 0x31, 0x71, - 0x50, 0x54, 0x64, 0x12, 0x4f, 0xaa, 0x11, 0x13, 0x4b, 0x79, 0x5a, 0x50, 0xa5, 0x6d, 0xe3, 0xe7, - 0x93, 0x30, 0x25, 0x10, 0x82, 0x87, 0x01, 0x7c, 0x01, 0x97, 0x26, 0x1d, 0x6a, 0x51, 0x52, 0xed, - 0x1e, 0x65, 0x21, 0xa7, 0x96, 0xbc, 0x8f, 0xaa, 0xaa, 0xfb, 0xa8, 0xdc, 0x98, 0x26, 0x8a, 0x63, - 0xca, 0xd9, 0x55, 0x2b, 0xda, 0x75, 0x09, 0x16, 0x22, 0x4c, 0xfc, 0x3b, 0xae, 0x15, 0xef, 0xf9, - 0x61, 0x5f, 0xac, 0xcd, 0x6a, 0x66, 0x81, 0xce, 0x97, 0x38, 0x44, 0x4b, 0x0b, 0x0f, 0x55, 0x96, - 0x1c, 0x95, 0xa7, 0x79, 0xa2, 0x24, 0x05, 0x88, 0x16, 0xd4, 0x2a, 0x91, 0xc6, 0x16, 0x45, 0x8e, - 0xef, 0xe1, 0xc1, 0x06, 0xd5, 0x19, 0x99, 0xc4, 0x2d, 0xef, 0x47, 0xbd, 0xeb, 0xa1, 0xdf, 0x17, - 0xb5, 0x3d, 0x69, 0xa2, 0xe5, 0xbe, 0x17, 0x33, 0x2f, 0x46, 0x59, 0x5a, 0x4a, 0xcb, 0x24, 0x2e, - 0x2b, 0x9a, 0x58, 0x64, 0x66, 0xcc, 0xa4, 0xc9, 0xf1, 0x13, 0xb1, 0x43, 0x51, 0x39, 0xf8, 0xbf, - 0x4a, 0xe4, 0xe6, 0xd5, 0xc8, 0xe5, 0x4a, 0xda, 0x42, 0xa1, 0xa4, 0x65, 0x47, 0x3b, 0x8b, 0xca, - 0xd1, 0xce, 0xcb, 0x30, 0xe5, 0x07, 0x7c, 0xbf, 0x1e, 0x35, 0x75, 0x9c, 0x16, 0x4f, 0xab, 0x89, - 0x62, 0x65, 0x9b, 0xbe, 0xd2, 0x04, 0x48, 0x78, 0xf5, 0x37, 0x61, 0xde, 0xdf, 0xdb, 0x73, 0x1d, - 0x8f, 0xed, 0x0c, 0xa2, 0x7d, 0x5c, 0xcf, 0x9d, 0x42, 0x50, 0x2f, 0x09, 0xf1, 0x6d, 0xf5, 0xab, - 0x99, 0x67, 0xe7, 0xf5, 0xdb, 0x8a, 0xa9, 0x92, 0x62, 0x72, 0x39, 0x8d, 0xc9, 0x45, 0xa1, 0xe1, - 0xc6, 0x53, 0x4a, 0xa6, 0x67, 0xd0, 0x41, 0x32, 0x89, 0xb4, 0xc4, 0x56, 0x77, 0x9f, 0xe1, 0x4e, - 0xa3, 0xb9, 0x44, 0x2b, 0x1c, 0x99, 0x26, 0x2a, 0xed, 0x93, 0x49, 0xa5, 0x6d, 0xbd, 0x06, 0x33, - 0xb2, 0x51, 0x25, 0x13, 0xf5, 0xb4, 0x3c, 0x51, 0xa7, 0xe5, 0x39, 0xf9, 0x13, 0x0d, 0xe6, 0x73, - 0xa6, 0x71, 0xee, 0xd8, 0x89, 0x5d, 0x26, 0x34, 0x50, 0x83, 0x57, 0x35, 0x9b, 0x45, 0x5d, 0x31, - 0x49, 0xf0, 0x7f, 0x31, 0x92, 0x6a, 0xba, 0x2e, 0x34, 0x60, 0xc6, 0xd9, 0xee, 0x70, 0x45, 0x1d, - 0x7f, 0xe0, 0xd9, 0xe9, 0xc9, 0x8d, 0x44, 0xc3, 0xb5, 0xe1, 0x76, 0x67, 0xcd, 0xb2, 0x7b, 0x8c, - 0xce, 0xf1, 0x6a, 0x38, 0x26, 0x95, 0x68, 0xd8, 0x30, 0x7d, 0xc7, 0x09, 0xa2, 0x75, 0xbf, 0xdf, - 0xe7, 0xa1, 0xb6, 0x59, 0xcc, 0xf7, 0x8c, 0x1a, 0x3a, 0x4c, 0xb4, 0xb8, 0x37, 0x6d, 0xb6, 0x67, - 0x0d, 0xdc, 0x98, 0xb3, 0x26, 0xa9, 0x41, 0x22, 0xe1, 0x3a, 0x35, 0xf2, 0xbd, 0x0d, 0x92, 0xa6, - 0x71, 0x4a, 0x14, 0xe3, 0xc3, 0x0a, 0x2c, 0x60, 0xb6, 0x5b, 0x47, 0x60, 0xd9, 0x28, 0x74, 0x01, - 0x6a, 0x38, 0xd1, 0xc5, 0x26, 0xa0, 0xb8, 0xa0, 0xa7, 0xcf, 0xfa, 0x2a, 0x4c, 0xfa, 0x01, 0x6e, - 0xd3, 0x28, 0xfd, 0xb5, 0x64, 0x46, 0xf5, 0x4c, 0xc6, 0x14, 0x9c, 0xfa, 0x6b, 0x00, 0x74, 0x5e, - 0x79, 0x2b, 0x2b, 0xbe, 0xa3, 0xe4, 0x24, 0x6e, 0xee, 0x38, 0xda, 0xd2, 0xf0, 0x69, 0x9a, 0x1d, - 0xc6, 0xa8, 0x44, 0x7d, 0x0d, 0xe6, 0x70, 0x78, 0xdb, 0xc9, 0xee, 0x0c, 0xfd, 0x3b, 0xba, 0x97, - 0x9c, 0x84, 0xf1, 0x03, 0x4d, 0xb8, 0x85, 0x7f, 0xed, 0x30, 0xf2, 0x65, 0x66, 0xae, 0x36, 0xb6, - 0xb9, 0x2d, 0x98, 0xee, 0x0f, 0x94, 0x4d, 0x61, 0xda, 0xce, 0xdc, 0x5c, 0x1d, 0xe9, 0x66, 0xe3, - 0x7d, 0x0d, 0x9a, 0x6f, 0xf9, 0x8e, 0x87, 0x1f, 0xae, 0x06, 0x81, 0x2b, 0xce, 0xe3, 0x1e, 0x28, - 0x56, 0x2f, 0x41, 0xdd, 0x22, 0x51, 0x2f, 0x16, 0xe1, 0x1a, 0xb2, 0xb9, 0xcb, 0xf8, 0xa4, 0xd5, - 0x76, 0x55, 0x5e, 0x6d, 0x1b, 0x1f, 0x69, 0x30, 0x47, 0x06, 0x7f, 0x7d, 0xe0, 0xc4, 0x0f, 0x34, - 0x8e, 0x57, 0x60, 0xfa, 0x70, 0xe0, 0xc4, 0x63, 0xa2, 0x26, 0xe5, 0x2d, 0xc6, 0xbe, 0x5a, 0x12, - 0x7b, 0xe3, 0x77, 0x1a, 0x9c, 0xcd, 0xbb, 0xe9, 0x6a, 0xb7, 0xcb, 0x82, 0x87, 0x01, 0x6d, 0x65, - 0xf7, 0x30, 0x51, 0xb2, 0x7b, 0x08, 0x59, 0x97, 0x39, 0x47, 0x2c, 0xbc, 0x1a, 0x89, 0x73, 0x0a, - 0x89, 0x52, 0x3a, 0x74, 0x93, 0xbd, 0xc7, 0xba, 0x8f, 0xfe, 0xd0, 0x3f, 0xd1, 0xe0, 0xa9, 0xcd, - 0x74, 0x02, 0xdd, 0x09, 0x2d, 0x2f, 0xda, 0x63, 0x61, 0xf8, 0x10, 0xc6, 0xfd, 0x26, 0xcc, 0x7a, - 0xec, 0x5e, 0xd6, 0xb7, 0x98, 0x4a, 0xa3, 0x44, 0x55, 0x81, 0xf1, 0x72, 0x8a, 0xf1, 0x27, 0x0d, - 0x16, 0x48, 0xcf, 0x4d, 0xa7, 0x7b, 0xf0, 0x10, 0x0c, 0x5b, 0x83, 0xb9, 0x03, 0xec, 0x89, 0xb7, - 0xc6, 0x4c, 0x95, 0x39, 0x89, 0x31, 0x4d, 0xfb, 0x58, 0x83, 0xc5, 0xe4, 0x78, 0xfe, 0xc8, 0x79, - 0x18, 0x60, 0xdb, 0x80, 0x79, 0x3a, 0x06, 0x79, 0x10, 0xe3, 0xf2, 0x22, 0x63, 0x5a, 0xf7, 0x33, - 0x0d, 0xe6, 0x49, 0xd3, 0x35, 0x2f, 0x66, 0xe1, 0x03, 0xd9, 0xf6, 0x06, 0x34, 0x98, 0x17, 0x87, - 0x96, 0x37, 0x6e, 0xb6, 0x92, 0xd9, 0xc7, 0x4c, 0x58, 0x1f, 0x69, 0xa0, 0xa3, 0xaa, 0x0d, 0x27, - 0xea, 0x3b, 0x51, 0xf4, 0x10, 0xdc, 0x3f, 0xde, 0xc0, 0xfe, 0xa5, 0xc1, 0x69, 0x49, 0x4b, 0x7b, - 0x10, 0x3f, 0x2a, 0x43, 0xd3, 0x5f, 0x85, 0x3a, 0xaf, 0xa1, 0xf2, 0x01, 0xf1, 0x28, 0xe5, 0x19, - 0x33, 0x5f, 0x9d, 0x61, 0xa3, 0xc3, 0xba, 0xbe, 0x67, 0x53, 0x2a, 0x9b, 0x35, 0x15, 0x1a, 0x9f, - 0xea, 0x2d, 0x49, 0xcd, 0xba, 0xe5, 0x75, 0x99, 0xfb, 0x58, 0x98, 0x6f, 0x7c, 0xa0, 0xc1, 0x1c, - 0xb1, 0x3c, 0x3a, 0xe6, 0x18, 0x3f, 0x4d, 0x80, 0xf6, 0xc8, 0x79, 0x9a, 0x43, 0x61, 0x49, 0xd2, - 0x22, 0xaf, 0x05, 0xbf, 0x78, 0x18, 0xbc, 0x01, 0x8d, 0xee, 0xbe, 0xe5, 0xf5, 0xc6, 0x06, 0x82, - 0xcc, 0x6e, 0x1c, 0xc0, 0x22, 0x1d, 0x3c, 0x4b, 0xab, 0x0d, 0xbe, 0x73, 0xb5, 0x6c, 0xda, 0x8c, - 0xd2, 0x59, 0x4c, 0xd2, 0x54, 0x2f, 0x20, 0xc4, 0x95, 0x76, 0x76, 0x01, 0x71, 0x1e, 0xc0, 0xb2, - 0xed, 0x77, 0xfc, 0xd0, 0x76, 0xbc, 0x64, 0xa9, 0x28, 0x51, 0x8c, 0xb7, 0x60, 0x86, 0xef, 0x9d, - 0xef, 0x48, 0x47, 0xc8, 0x23, 0x0f, 0xb9, 0xe5, 0xe3, 0xe7, 0x8a, 0x7a, 0xfc, 0x6c, 0xec, 0xc0, - 0x99, 0xc2, 0xc0, 0x31, 0x22, 0x5f, 0xa1, 0x93, 0xf1, 0xa4, 0x13, 0x11, 0x98, 0xe4, 0x44, 0x46, - 0xee, 0xdf, 0x54, 0x18, 0x8d, 0x23, 0x38, 0x57, 0xd0, 0x78, 0x35, 0x08, 0x42, 0xff, 0x48, 0x00, - 0xf1, 0xd3, 0x6a, 0x56, 0x57, 0x55, 0x95, 0xdc, 0xaa, 0xaa, 0xb4, 0x5f, 0x65, 0xc1, 0xf7, 0x5f, - 0xea, 0xf7, 0xc7, 0x1a, 0xcc, 0x8b, 0x8e, 0x6d, 0x5b, 0x74, 0xf5, 0x1c, 0x4c, 0xd2, 0x8d, 0x9a, - 0xe8, 0x64, 0x31, 0xed, 0x24, 0xb9, 0xf1, 0x33, 0x05, 0x43, 0x11, 0x9d, 0x95, 0x32, 0x74, 0x5e, - 0x4e, 0x71, 0x3f, 0xf2, 0x9e, 0x4b, 0x30, 0x19, 0xb7, 0x12, 0x38, 0x6e, 0x30, 0x97, 0x7d, 0x56, - 0xfb, 0x8d, 0x2d, 0x98, 0xc3, 0xab, 0xbb, 0xcc, 0xbe, 0x4f, 0xad, 0xea, 0x26, 0x2c, 0xa0, 0xaa, - 0xcf, 0x65, 0x5c, 0x29, 0x76, 0xb9, 0xed, 0xeb, 0x34, 0x1b, 0x3f, 0x9b, 0xc6, 0xcb, 0x70, 0x2a, - 0xf1, 0x25, 0x3d, 0x6f, 0x21, 0x7d, 0x43, 0x6e, 0x17, 0xf8, 0x6a, 0x63, 0x69, 0xdd, 0xf7, 0x8e, - 0x58, 0x18, 0x29, 0x4f, 0x62, 0x48, 0x44, 0x99, 0x8f, 0xa2, 0xa5, 0xaf, 0x80, 0xde, 0x95, 0x24, - 0xc4, 0xd1, 0x4e, 0x05, 0x8f, 0x76, 0x4a, 0xbe, 0xe8, 0x5f, 0x86, 0x33, 0x03, 0xd4, 0x7a, 0xd7, - 0x0b, 0x99, 0x65, 0xe3, 0x59, 0x86, 0x94, 0xc4, 0xca, 0x3f, 0x1a, 0xef, 0x41, 0x4b, 0x1e, 0x57, - 0x87, 0xc5, 0x3b, 0xa1, 0x73, 0x24, 0x8d, 0x4d, 0x9c, 0x4f, 0x6a, 0xca, 0xf9, 0x64, 0x76, 0x9e, - 0x59, 0x51, 0xce, 0x33, 0xcf, 0x42, 0xdd, 0x89, 0x84, 0x02, 0xec, 0x77, 0xda, 0xcc, 0x08, 0xc6, - 0x37, 0x61, 0x91, 0xa2, 0x29, 0xce, 0xed, 0xb1, 0x8b, 0x16, 0x4c, 0x13, 0x14, 0xd3, 0x4e, 0xd2, - 0xf6, 0xd0, 0x47, 0x23, 0x25, 0x77, 0x35, 0x46, 0x07, 0x16, 0xc5, 0x55, 0xde, 0x8e, 0xd5, 0x73, - 0x3c, 0xca, 0xab, 0xe7, 0x01, 0x02, 0xab, 0x97, 0x3c, 0x14, 0xa0, 0xfb, 0x09, 0x89, 0xc2, 0xbf, - 0x47, 0xfb, 0xfe, 0x3d, 0xf1, 0xbd, 0x42, 0xdf, 0x33, 0x8a, 0xf1, 0xb7, 0x1a, 0xd4, 0x3b, 0x4e, - 0xcf, 0xb3, 0x5c, 0x93, 0x1d, 0xea, 0x2f, 0xc0, 0x24, 0xad, 0x85, 0x05, 0x4c, 0x92, 0xf3, 0x39, - 0xe2, 0xa0, 0x45, 0xbc, 0xc9, 0x0e, 0x6f, 0x3c, 0x61, 0x0a, 0x3e, 0xfd, 0x5a, 0x72, 0x19, 0xb9, - 0x45, 0x67, 0x08, 0xa2, 0x16, 0x9d, 0x2b, 0x11, 0x14, 0x1c, 0x24, 0xaf, 0x4a, 0xf1, 0x8e, 0xbb, - 0x58, 0xa3, 0xc5, 0x9c, 0x56, 0x3b, 0xa6, 0xf2, 0x2d, 0x3a, 0x26, 0x3e, 0x2e, 0x61, 0xe1, 0xee, - 0x5b, 0x94, 0x27, 0x55, 0x82, 0x36, 0xe6, 0x42, 0x82, 0xf8, 0xb8, 0xc4, 0xfe, 0xc0, 0xeb, 0xdd, - 0x0d, 0xc4, 0xa1, 0x8d, 0x2a, 0x71, 0x03, 0x3f, 0x09, 0x09, 0xe2, 0xe3, 0x12, 0x21, 0x66, 0x4d, - 0x3c, 0x3c, 0xce, 0x4b, 0x50, 0x42, 0x15, 0x12, 0xc4, 0xa7, 0xdf, 0x86, 0x85, 0x1e, 0x8b, 0x4d, - 0xdf, 0xef, 0xaf, 0x1d, 0x6f, 0x8a, 0xf3, 0x6d, 0x7a, 0x0f, 0xb5, 0xac, 0xc8, 0x6e, 0xe6, 0x98, - 0x48, 0x4b, 0x41, 0x56, 0x0f, 0xe1, 0x9c, 0xef, 0x71, 0xd2, 0x8e, 0x15, 0xc6, 0x4e, 0xd7, 0x09, - 0x2c, 0x2f, 0x5e, 0xf7, 0x3d, 0x0f, 0x33, 0xb9, 0xc9, 0x0e, 0xc5, 0x2b, 0xa9, 0x4b, 0x8a, 0xf2, - 0xed, 0x51, 0x12, 0x37, 0x9e, 0x30, 0x47, 0xab, 0xd4, 0xbf, 0x0d, 0xcb, 0x05, 0x86, 0x0d, 0x27, - 0xea, 0xca, 0xdd, 0xd2, 0xa3, 0xaa, 0xcb, 0xa3, 0xbb, 0xcd, 0x09, 0xdd, 0x78, 0xc2, 0x3c, 0x51, - 0xb1, 0x70, 0xe0, 0x1d, 0xff, 0x80, 0x79, 0x6b, 0xc7, 0x9c, 0x77, 0x6b, 0x03, 0x8f, 0xc9, 0x4b, - 0x1c, 0xa8, 0x30, 0x65, 0x0e, 0x54, 0xc8, 0x6b, 0x75, 0x98, 0x0a, 0xac, 0x63, 0xd7, 0xb7, 0x6c, - 0xe3, 0xfb, 0x13, 0x00, 0x49, 0xe4, 0x22, 0x5c, 0x3e, 0x29, 0x58, 0x6f, 0x96, 0x62, 0x3d, 0x70, - 0x8f, 0x25, 0xb4, 0x6f, 0x96, 0xa3, 0xfd, 0xff, 0x46, 0xa1, 0x9d, 0x34, 0xe4, 0xf0, 0xbe, 0x9a, - 0xc3, 0x7b, 0xb3, 0x14, 0xef, 0xa2, 0x73, 0x81, 0xf8, 0xd5, 0x1c, 0xe2, 0x9b, 0xa5, 0x88, 0x17, - 0x32, 0x02, 0xf3, 0xab, 0x39, 0xcc, 0x37, 0x4b, 0x31, 0x2f, 0x64, 0x04, 0xea, 0x57, 0x73, 0xa8, - 0x6f, 0x96, 0xa2, 0x5e, 0xc8, 0x08, 0xdc, 0xef, 0x0c, 0xc5, 0xbd, 0x71, 0x02, 0xee, 0x49, 0x4f, - 0x11, 0xf9, 0x3b, 0x25, 0x40, 0x98, 0x2e, 0xd7, 0x98, 0x03, 0x42, 0xa6, 0x71, 0x28, 0x14, 0xbe, - 0x5b, 0x85, 0x39, 0x0c, 0x13, 0x95, 0x17, 0x6f, 0xcf, 0x2f, 0xbe, 0xaa, 0xd0, 0x4a, 0x5e, 0x55, - 0xe8, 0xcf, 0xc3, 0x22, 0x11, 0x98, 0x74, 0x19, 0x41, 0x15, 0xab, 0xf8, 0x01, 0xaf, 0x59, 0x06, - 0x51, 0xec, 0xf7, 0x37, 0xac, 0xd8, 0x4a, 0x16, 0xaf, 0x19, 0x45, 0xbe, 0x04, 0x9b, 0x28, 0x3c, - 0x26, 0x0c, 0xc9, 0xe6, 0x9a, 0x28, 0x4b, 0xd8, 0xe2, 0x12, 0xb1, 0xd3, 0x67, 0xfe, 0x20, 0x16, - 0xf7, 0x59, 0x49, 0x93, 0x17, 0xa6, 0x3e, 0xb3, 0x1d, 0x0b, 0xaf, 0x8e, 0xc4, 0xdb, 0x88, 0x94, - 0x80, 0x65, 0x22, 0xbb, 0x0a, 0x13, 0x8f, 0xfd, 0x32, 0xca, 0x18, 0xd7, 0x56, 0xf8, 0x6e, 0xd4, - 0x89, 0x9d, 0xe4, 0xd2, 0x88, 0xee, 0xae, 0x14, 0x1a, 0x2f, 0xe8, 0xbb, 0x83, 0xe8, 0xf8, 0x96, - 0xe3, 0xc9, 0xee, 0x69, 0x50, 0x41, 0x2f, 0x7e, 0x31, 0x7e, 0xaf, 0xc1, 0x29, 0x29, 0x17, 0xb4, - 0x59, 0x6c, 0xa1, 0x5f, 0x94, 0x97, 0x3f, 0xda, 0xc9, 0x2f, 0x7f, 0x36, 0x60, 0xbe, 0xa7, 0xee, - 0xa5, 0xc6, 0xd8, 0x12, 0xe5, 0x45, 0x94, 0x27, 0x4a, 0xd5, 0xb1, 0x9e, 0x28, 0x19, 0x7f, 0xd5, - 0x60, 0x3e, 0x57, 0x1b, 0x47, 0x96, 0xfb, 0x97, 0x01, 0x9c, 0x14, 0x76, 0xb9, 0xa3, 0x72, 0x15, - 0x8f, 0xa6, 0xc4, 0x58, 0x76, 0x7f, 0x56, 0x7d, 0xb0, 0xfb, 0xb3, 0x37, 0xa0, 0x11, 0x64, 0x8e, - 0xce, 0xed, 0xe8, 0x4a, 0x42, 0x60, 0xca, 0xec, 0xc6, 0x0f, 0x35, 0x58, 0x2c, 0xa4, 0x45, 0xbc, - 0xc9, 0xe2, 0x13, 0x2c, 0xbd, 0xc9, 0xe2, 0x0d, 0x09, 0xb9, 0x95, 0x3c, 0x72, 0x5d, 0xe7, 0x48, - 0x7e, 0x04, 0x29, 0x9a, 0x43, 0x50, 0x33, 0x31, 0x14, 0x35, 0x7f, 0xd7, 0x60, 0xa9, 0x7c, 0x5d, - 0xf1, 0x38, 0xfa, 0xfe, 0x03, 0x0d, 0x9a, 0xc3, 0xea, 0xca, 0x17, 0x16, 0x82, 0x0c, 0xf7, 0xe9, - 0xd2, 0xec, 0x71, 0xf4, 0xfd, 0xa9, 0x04, 0xf6, 0x52, 0x41, 0x36, 0x7e, 0x54, 0x49, 0x6c, 0x4f, - 0x17, 0x99, 0x8f, 0xa1, 0xed, 0xfa, 0x25, 0x58, 0x20, 0x13, 0xa4, 0x27, 0x14, 0x74, 0x3d, 0x53, - 0xa0, 0xf3, 0x6d, 0x4f, 0x61, 0x11, 0xf2, 0x79, 0x61, 0xd3, 0xf8, 0x45, 0x8a, 0xb5, 0x74, 0x89, - 0xfe, 0x48, 0xfa, 0x3b, 0x43, 0x8b, 0xb4, 0xac, 0x92, 0xd0, 0x92, 0x6e, 0x17, 0xfe, 0xd7, 0xd1, - 0x92, 0xfa, 0x49, 0x5a, 0x4a, 0x1a, 0xef, 0x6b, 0xf0, 0xd4, 0xd0, 0xad, 0xd1, 0x48, 0x8f, 0x49, - 0x8b, 0xa8, 0x8a, 0xba, 0x88, 0xca, 0x99, 0x54, 0x7d, 0xb0, 0xc9, 0xff, 0x4b, 0x0d, 0x9e, 0x1e, - 0xb1, 0x68, 0xcd, 0x45, 0x4a, 0x1b, 0x37, 0x52, 0xb9, 0x41, 0x55, 0x94, 0xdb, 0xa9, 0x13, 0xfd, - 0x9c, 0x4d, 0x9f, 0xaa, 0x3c, 0x7d, 0x8c, 0xdf, 0x68, 0xf0, 0xcc, 0x18, 0x9b, 0xbf, 0x2f, 0x66, - 0xd0, 0x43, 0xdf, 0x7a, 0x19, 0xbf, 0xd5, 0xe0, 0xc2, 0x78, 0x9b, 0xc7, 0x47, 0x6d, 0xe4, 0xbf, - 0x96, 0xf1, 0x9a, 0xdf, 0x89, 0x4a, 0x61, 0xd2, 0x94, 0x2c, 0x27, 0xe3, 0xb8, 0x92, 0xc3, 0xf1, - 0x67, 0x42, 0x2b, 0xfe, 0x8a, 0x20, 0x39, 0x25, 0xcd, 0x5e, 0xcd, 0x49, 0x24, 0xa3, 0x2d, 0xc1, - 0xb9, 0xb8, 0x63, 0x1a, 0x92, 0xae, 0xa5, 0xb4, 0x5c, 0x51, 0xd3, 0xf2, 0x3b, 0xf0, 0x54, 0x87, - 0xc5, 0x57, 0x83, 0x60, 0xcd, 0xea, 0x1e, 0x70, 0xaf, 0x78, 0x76, 0x07, 0x1f, 0x89, 0x8d, 0x7a, - 0x82, 0xcc, 0x37, 0x11, 0x51, 0x26, 0x20, 0x5e, 0x4c, 0x29, 0x34, 0xe3, 0x36, 0xb4, 0x86, 0x29, - 0xfe, 0x34, 0x8f, 0x71, 0x8d, 0x3f, 0x56, 0x60, 0xe6, 0xda, 0xfd, 0x98, 0xde, 0x45, 0x76, 0x18, - 0xfe, 0x14, 0x25, 0xc2, 0xcb, 0x85, 0x2c, 0x99, 0x24, 0xed, 0xfc, 0x3e, 0xa8, 0x52, 0xdc, 0x07, - 0xad, 0x03, 0xb0, 0x44, 0x5b, 0x24, 0x2e, 0x97, 0x9f, 0x11, 0x51, 0x92, 0xbb, 0xc9, 0x1a, 0xe2, - 0x35, 0x9c, 0x24, 0xc6, 0xd3, 0x65, 0xdb, 0xba, 0xdf, 0x8e, 0x7a, 0xd2, 0xcf, 0x0a, 0xe9, 0x8e, - 0xb9, 0x40, 0xe7, 0x3e, 0x4b, 0x25, 0x6f, 0x0f, 0xfa, 0x22, 0xad, 0x2a, 0xb4, 0xdc, 0x7b, 0xbe, - 0xc9, 0xfc, 0x7b, 0xbe, 0xd6, 0x36, 0xcc, 0xe7, 0x86, 0x53, 0xf2, 0x8e, 0xed, 0x82, 0xfa, 0xe0, - 0x74, 0x21, 0x6f, 0x94, 0xfc, 0xb2, 0xed, 0x0f, 0x15, 0xa8, 0xa7, 0x1f, 0x74, 0x0b, 0xce, 0x84, - 0xcc, 0xc2, 0xdf, 0x0e, 0x22, 0x91, 0x3b, 0x4b, 0x7a, 0x7a, 0xfd, 0xa5, 0xbc, 0xa6, 0x15, 0xb3, - 0x8c, 0x9b, 0xdc, 0x54, 0xae, 0x69, 0x8c, 0x97, 0xaa, 0x2b, 0xa0, 0xf7, 0xa3, 0xde, 0x75, 0x27, - 0x8c, 0xe2, 0xb6, 0x6f, 0x3b, 0x7b, 0xc7, 0xd2, 0xd1, 0x70, 0xc9, 0x97, 0xc2, 0x63, 0xc0, 0x89, - 0xa1, 0x8f, 0x01, 0xd3, 0x9f, 0x82, 0xb5, 0xde, 0x85, 0xd6, 0xf0, 0xa1, 0x97, 0xb8, 0xf4, 0xff, - 0x55, 0x97, 0x26, 0xbf, 0x35, 0xba, 0xc9, 0x8e, 0xe9, 0x87, 0x87, 0x92, 0x47, 0xf7, 0x60, 0x3a, - 0x21, 0xe3, 0x2e, 0xff, 0x38, 0x60, 0x37, 0x53, 0x65, 0x49, 0x53, 0x7d, 0x6b, 0x58, 0x17, 0xf2, - 0x1c, 0x4e, 0xae, 0x15, 0xb3, 0x28, 0x96, 0xe0, 0x44, 0x86, 0x17, 0xe8, 0x6b, 0xe7, 0xbf, 0x71, - 0x76, 0x3b, 0x60, 0xde, 0x56, 0x3b, 0xff, 0xd3, 0xe7, 0xd7, 0xf1, 0xef, 0xee, 0x24, 0x92, 0x5e, - 0xfa, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x72, 0x3a, 0xa3, 0x44, 0x40, 0x3d, 0x00, 0x00, +var fileDescriptor_ws_5b25bbaf52d735ba = []byte{ + // 3646 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5b, 0xcd, 0x6f, 0x1c, 0xc7, + 0xb1, 0xf7, 0xec, 0x72, 0xa9, 0xdd, 0x5a, 0x7e, 0x8e, 0x24, 0xbe, 0xf5, 0x5a, 0xd6, 0xe3, 0x1b, + 0xfb, 0x09, 0xb2, 0x9e, 0x45, 0xd9, 0xf4, 0xb3, 0x9f, 0x61, 0x1b, 0x2f, 0x16, 0x49, 0x89, 0xa2, + 0xa5, 0x15, 0x99, 0x59, 0xc9, 0x86, 0x13, 0x20, 0xc1, 0x70, 0xa7, 0xb9, 0x1c, 0x73, 0x76, 0x66, + 0x38, 0x33, 0x4b, 0x89, 0xc8, 0x29, 0x40, 0x10, 0x04, 0x09, 0x02, 0x27, 0x86, 0x63, 0xe4, 0x92, + 0x1c, 0x73, 0xc8, 0x39, 0x40, 0x72, 0xca, 0xbf, 0x10, 0x20, 0x97, 0x04, 0x30, 0x10, 0xe7, 0x90, + 0x43, 0x80, 0x20, 0xb7, 0x20, 0xd7, 0x04, 0x5d, 0xd5, 0x33, 0xd3, 0x3d, 0x33, 0xbb, 0x5c, 0xd9, + 0x8e, 0x2c, 0x28, 0x17, 0x82, 0x5d, 0x53, 0x55, 0xdd, 0x55, 0xf5, 0xeb, 0xea, 0xea, 0x8f, 0x85, + 0xb9, 0xc8, 0x3e, 0xb8, 0x17, 0x5d, 0xb9, 0x17, 0xad, 0x04, 0xa1, 0x1f, 0xfb, 0x7a, 0x0d, 0xdb, + 0xed, 0xcb, 0xdb, 0x01, 0xf3, 0x2e, 0x6f, 0x75, 0x2e, 0x77, 0x59, 0x78, 0xc4, 0xc2, 0x2b, 0xc1, + 0x41, 0xff, 0x0a, 0x32, 0x5c, 0x11, 0xfc, 0xa1, 0x15, 0x04, 0x2c, 0x14, 0x52, 0xc6, 0x27, 0x53, + 0xd0, 0xd8, 0x0c, 0xfd, 0x61, 0xb0, 0xe5, 0xed, 0xf9, 0x7a, 0x0b, 0x4e, 0xf5, 0xb1, 0xb1, 0xd1, + 0xd2, 0x96, 0xb5, 0x8b, 0x0d, 0x33, 0x69, 0xea, 0xe7, 0xa0, 0x81, 0xff, 0xde, 0xb6, 0x06, 0xac, + 0x55, 0xc1, 0x6f, 0x19, 0x41, 0x37, 0x60, 0xc6, 0xf3, 0x63, 0x67, 0xcf, 0xe9, 0x59, 0xb1, 0xe3, + 0x7b, 0xad, 0x2a, 0x32, 0x28, 0x34, 0xce, 0xe3, 0x78, 0x71, 0xe8, 0xdb, 0xc3, 0x1e, 0xf2, 0x4c, + 0x11, 0x8f, 0x4c, 0xe3, 0xfd, 0xef, 0x59, 0x3d, 0x76, 0xd7, 0xbc, 0xd5, 0xaa, 0x51, 0xff, 0xa2, + 0xa9, 0x2f, 0x43, 0xd3, 0xbf, 0xe7, 0xb1, 0xf0, 0x6e, 0xc4, 0xc2, 0xad, 0x8d, 0xd6, 0x34, 0x7e, + 0x95, 0x49, 0xfa, 0x79, 0x80, 0x5e, 0xc8, 0xac, 0x98, 0xdd, 0x71, 0x06, 0xac, 0x75, 0x6a, 0x59, + 0xbb, 0x58, 0x35, 0x25, 0x0a, 0xd7, 0x30, 0x60, 0x83, 0x5d, 0x16, 0xae, 0xfb, 0x43, 0x2f, 0x6e, + 0xd5, 0x97, 0xb5, 0x8b, 0xb3, 0xa6, 0x4c, 0xd2, 0xe7, 0xa0, 0xc2, 0xee, 0xb7, 0x1a, 0xa8, 0xba, + 0xc2, 0xee, 0xeb, 0x4b, 0x30, 0x1d, 0xc5, 0x56, 0x3c, 0x8c, 0x5a, 0xb0, 0xac, 0x5d, 0xac, 0x99, + 0xa2, 0xa5, 0x3f, 0x0b, 0xb3, 0xa8, 0xd7, 0x4f, 0x46, 0xd3, 0x44, 0x11, 0x95, 0x98, 0x7a, 0xec, + 0xce, 0x71, 0xc0, 0x5a, 0x33, 0xa8, 0x20, 0x23, 0xe8, 0x97, 0x60, 0xc1, 0x63, 0xcc, 0x7e, 0x9b, + 0x85, 0x99, 0xd7, 0x66, 0x91, 0xa9, 0x40, 0xd7, 0x2f, 0xc0, 0x9c, 0xeb, 0xfb, 0x07, 0x1d, 0x1c, + 0x2a, 0x8f, 0x53, 0x6b, 0x0e, 0x39, 0x73, 0x54, 0xfd, 0x79, 0x58, 0xb4, 0x82, 0xc0, 0x3d, 0x26, + 0xd2, 0xf5, 0xd0, 0x61, 0x9e, 0xdd, 0x9a, 0x47, 0xd6, 0xe2, 0x07, 0xfd, 0x15, 0x58, 0x92, 0xe3, + 0x73, 0x37, 0xb0, 0x13, 0xdf, 0x2d, 0xa0, 0xef, 0x46, 0x7c, 0xd5, 0x57, 0x40, 0x57, 0xbe, 0x90, + 0x0b, 0x16, 0xd1, 0x05, 0x25, 0x5f, 0x8c, 0x0f, 0xab, 0x30, 0x9f, 0x22, 0xec, 0xba, 0x1f, 0x76, + 0x59, 0xfc, 0x08, 0xe3, 0x8c, 0x30, 0x30, 0x9d, 0x62, 0x60, 0xb3, 0x24, 0x4e, 0x1c, 0x5b, 0xcd, + 0xd5, 0xa7, 0x56, 0xfa, 0xbe, 0xdf, 0x77, 0x19, 0x4d, 0xa4, 0xdd, 0xe1, 0xde, 0xca, 0x96, 0x17, + 0xbf, 0xb4, 0xfa, 0xb6, 0xe5, 0x0e, 0x59, 0x49, 0x10, 0xd7, 0x0b, 0x41, 0xac, 0x9f, 0xac, 0x26, + 0x1f, 0xe1, 0xad, 0xb2, 0x08, 0x37, 0x4e, 0xd6, 0x53, 0x94, 0x32, 0xfe, 0x51, 0x81, 0xd3, 0x18, + 0x16, 0x41, 0x1d, 0xba, 0xee, 0x09, 0x29, 0x60, 0x09, 0xa6, 0x87, 0x14, 0x6c, 0x8a, 0x8b, 0x68, + 0xf1, 0x90, 0x85, 0xbe, 0xcb, 0x6e, 0xb1, 0x23, 0xe6, 0x62, 0x44, 0x6a, 0x66, 0x46, 0xd0, 0xdb, + 0x50, 0x7f, 0xcf, 0x77, 0x3c, 0x04, 0xd6, 0x14, 0x02, 0x2b, 0x6d, 0xf3, 0x6f, 0x9e, 0xd3, 0x3b, + 0xf0, 0x78, 0xac, 0x29, 0x0e, 0x69, 0x5b, 0x0e, 0xd1, 0xb4, 0x1a, 0xa2, 0x0b, 0x30, 0x67, 0x05, + 0x41, 0xc7, 0xf2, 0xfa, 0x2c, 0xa4, 0x4e, 0x4f, 0xd1, 0x74, 0x50, 0xa9, 0x3c, 0x21, 0xf0, 0x9e, + 0xba, 0xfe, 0x30, 0xec, 0x31, 0xf4, 0x76, 0xcd, 0x94, 0x28, 0x5c, 0x8f, 0x1f, 0xb0, 0x50, 0x9a, + 0xc7, 0x34, 0xf5, 0x73, 0x54, 0x01, 0x09, 0x48, 0x21, 0xc1, 0x13, 0xc9, 0x30, 0x66, 0xd7, 0x3c, + 0x1b, 0x8d, 0x6a, 0xa2, 0x51, 0x32, 0x89, 0x27, 0x08, 0xc7, 0x3b, 0x72, 0xe2, 0x34, 0x5d, 0xcd, + 0x50, 0x82, 0x50, 0x88, 0xc6, 0xb7, 0x35, 0x98, 0xdb, 0x19, 0xee, 0xba, 0x4e, 0x0f, 0x09, 0xdc, + 0xf9, 0x99, 0x8b, 0x35, 0xc5, 0xc5, 0xb2, 0xa3, 0x2a, 0xa3, 0x1d, 0x55, 0x55, 0x1d, 0xb5, 0x04, + 0xd3, 0x7d, 0xe6, 0xd9, 0x2c, 0x44, 0xc7, 0xd7, 0x4c, 0xd1, 0x12, 0x06, 0xd5, 0x12, 0x83, 0x8c, + 0x3f, 0x54, 0xa0, 0xfe, 0x90, 0x87, 0xb0, 0x0c, 0xcd, 0x60, 0xdf, 0xf7, 0xd8, 0xed, 0x21, 0x07, + 0x9f, 0x18, 0x8b, 0x4c, 0xd2, 0xcf, 0x40, 0x6d, 0xd7, 0x09, 0xe3, 0x7d, 0x8c, 0xfe, 0xac, 0x49, + 0x0d, 0x4e, 0x65, 0x03, 0xcb, 0xa1, 0x90, 0x37, 0x4c, 0x6a, 0x08, 0x83, 0xea, 0x69, 0x84, 0xd4, + 0xa5, 0xa0, 0x51, 0x58, 0x0a, 0x8a, 0x08, 0x82, 0x52, 0x04, 0x5d, 0x82, 0x85, 0xbe, 0xeb, 0xef, + 0x5a, 0xae, 0xc9, 0x7a, 0x47, 0x9d, 0xa8, 0xbf, 0x1d, 0xc4, 0x18, 0xee, 0x9a, 0x59, 0xa0, 0x73, + 0xff, 0xe0, 0x10, 0x6d, 0xeb, 0x18, 0x13, 0x79, 0xd5, 0x4c, 0xdb, 0xc6, 0x5f, 0x35, 0x00, 0x9a, + 0x76, 0xe8, 0xe2, 0xdc, 0x5a, 0xa6, 0x15, 0xd7, 0xb2, 0x25, 0x98, 0x0e, 0xd9, 0xc0, 0x0a, 0x0f, + 0x92, 0xa9, 0x46, 0xad, 0x9c, 0x61, 0xd5, 0x82, 0x61, 0x57, 0x00, 0xf6, 0xb0, 0x1f, 0xae, 0x07, + 0x5d, 0xde, 0x5c, 0x9d, 0x5f, 0xc1, 0x85, 0x7f, 0x25, 0x89, 0xb0, 0x29, 0xb1, 0xf0, 0xb9, 0x6b, + 0xd9, 0xb6, 0x98, 0x22, 0x35, 0x9a, 0xbb, 0x29, 0xa1, 0x64, 0x86, 0x4c, 0x8f, 0x99, 0x21, 0xa7, + 0x52, 0x40, 0xfd, 0x51, 0x83, 0xc6, 0x9a, 0x6b, 0xf5, 0x0e, 0x26, 0x34, 0x57, 0x35, 0xab, 0x52, + 0x30, 0xeb, 0x75, 0x98, 0xdd, 0xe5, 0xea, 0x12, 0x13, 0xd0, 0xf2, 0xe6, 0xea, 0x59, 0x61, 0x99, + 0x3a, 0x89, 0x4c, 0x95, 0x57, 0x35, 0x71, 0xea, 0x64, 0x13, 0x6b, 0x63, 0x4c, 0x4c, 0xd7, 0x05, + 0x9e, 0x3e, 0x67, 0x30, 0x7d, 0x9a, 0xec, 0x70, 0xc8, 0xa2, 0x58, 0x7f, 0x11, 0xea, 0xc3, 0x64, + 0x78, 0xda, 0xb8, 0xe1, 0xa5, 0x6c, 0xfa, 0x8a, 0x58, 0xeb, 0x50, 0xa6, 0x82, 0x32, 0x0b, 0x42, + 0x26, 0x5d, 0x30, 0xcd, 0x8c, 0x85, 0xaf, 0x6c, 0xfb, 0x96, 0x67, 0xbb, 0xcc, 0x64, 0xd1, 0xd0, + 0x8d, 0x45, 0xae, 0x55, 0x68, 0x84, 0x9c, 0xc3, 0x4e, 0xd4, 0x17, 0xeb, 0x9e, 0x68, 0x71, 0x2f, + 0x10, 0x1f, 0xff, 0x44, 0x26, 0x66, 0x04, 0x3e, 0x81, 0x43, 0x76, 0x88, 0xde, 0x9f, 0x46, 0xef, + 0x27, 0xcd, 0xac, 0x4f, 0xe1, 0x1d, 0x0a, 0xb2, 0x42, 0xe3, 0xe1, 0xa3, 0x36, 0x2a, 0xa8, 0x53, + 0xf8, 0x32, 0x4a, 0xa1, 0xae, 0x52, 0x13, 0x33, 0x14, 0x12, 0x73, 0x21, 0x7d, 0x36, 0xcb, 0xd2, + 0xe7, 0xc7, 0x55, 0x98, 0xa5, 0x49, 0x95, 0x84, 0xe0, 0x3c, 0x47, 0xbf, 0x3f, 0x50, 0x70, 0x26, + 0x51, 0xb8, 0x2d, 0xbc, 0x75, 0x5b, 0x4d, 0x63, 0x0a, 0x8d, 0x83, 0x95, 0xb7, 0xaf, 0x2b, 0xe9, + 0x4c, 0x26, 0x25, 0xbd, 0x6c, 0xca, 0x69, 0x4d, 0xa2, 0xf0, 0x44, 0x10, 0xfb, 0x0a, 0x96, 0xd2, + 0x36, 0x97, 0x8d, 0xfd, 0xb4, 0x7f, 0x42, 0x93, 0x44, 0xe1, 0x51, 0x8a, 0xfd, 0xa4, 0x6f, 0x72, + 0x75, 0x46, 0x20, 0xcd, 0xa2, 0x5f, 0x5a, 0xce, 0xd2, 0x76, 0x01, 0x1b, 0x8d, 0xb1, 0xd8, 0x00, + 0x05, 0x1b, 0xea, 0xf4, 0x6b, 0x16, 0xa6, 0xdf, 0xb3, 0x30, 0x4b, 0x7a, 0x72, 0xcb, 0x99, 0x42, + 0x54, 0x11, 0x36, 0x9b, 0x47, 0x98, 0x8a, 0x91, 0xb9, 0x11, 0x18, 0x99, 0x4f, 0xe7, 0xd7, 0xef, + 0x34, 0x38, 0xb3, 0x33, 0x74, 0xdd, 0x0e, 0x8b, 0x22, 0xab, 0xcf, 0xd6, 0x8e, 0xbb, 0xec, 0x30, + 0x32, 0xd9, 0xe1, 0xc8, 0xf5, 0x49, 0x87, 0xa9, 0x88, 0x1d, 0x46, 0xad, 0xea, 0x72, 0xf5, 0x62, + 0xd5, 0xc4, 0xff, 0xf5, 0x1b, 0x62, 0x82, 0x71, 0xd9, 0xd6, 0xd4, 0x72, 0xf5, 0x62, 0x73, 0xf5, + 0x52, 0x3a, 0x29, 0x8b, 0xba, 0x69, 0xd6, 0xf1, 0xc6, 0x35, 0x2f, 0x0e, 0x8f, 0xcd, 0x4c, 0xb8, + 0xbd, 0x05, 0x73, 0xea, 0x47, 0x7d, 0x01, 0xaa, 0x07, 0xec, 0x58, 0x0c, 0x82, 0xff, 0xab, 0xff, + 0x17, 0xd4, 0x8e, 0x78, 0xb5, 0x25, 0xa6, 0x72, 0x53, 0xf4, 0xc4, 0x47, 0x62, 0xd2, 0x97, 0xd7, + 0x2a, 0xaf, 0x6a, 0x46, 0x9b, 0x06, 0x9a, 0x0e, 0x58, 0xcb, 0x06, 0x6c, 0x7c, 0x09, 0x9a, 0x9d, + 0xa8, 0xbf, 0x61, 0xc5, 0xd6, 0x2d, 0x27, 0x8a, 0xf5, 0x17, 0xa0, 0x39, 0xc8, 0x9a, 0xc8, 0xd9, + 0x5c, 0x9d, 0x13, 0x7a, 0x05, 0xa3, 0x29, 0xb3, 0x18, 0x7f, 0xd3, 0xe0, 0x6c, 0x89, 0x69, 0x51, + 0xa0, 0x1b, 0x30, 0xe5, 0x8e, 0x56, 0x82, 0xdf, 0xf4, 0xaf, 0xc1, 0x02, 0x9a, 0x2c, 0x8d, 0xa1, + 0x55, 0x41, 0xfe, 0xd5, 0xd1, 0x6e, 0x8b, 0x02, 0xf2, 0x9b, 0x24, 0x44, 0xee, 0x2b, 0xe8, 0x6a, + 0xbf, 0x03, 0x67, 0x4b, 0x59, 0x4b, 0x9c, 0x79, 0x51, 0x75, 0xa6, 0xae, 0x8e, 0x97, 0x4b, 0xca, + 0x3e, 0xbd, 0x01, 0xfa, 0x26, 0x8b, 0x3b, 0xd6, 0xfd, 0xab, 0x9e, 0xdd, 0x71, 0xbc, 0x2e, 0x3b, + 0xe4, 0x50, 0x69, 0x43, 0x5d, 0xd4, 0xae, 0xe4, 0xe5, 0x86, 0x99, 0xb6, 0x47, 0x15, 0xb3, 0xc6, + 0xff, 0xc3, 0x8c, 0xac, 0x86, 0xf3, 0x0d, 0xac, 0xfb, 0x5d, 0x76, 0x88, 0x83, 0xab, 0x9a, 0xa2, + 0x85, 0x74, 0xe4, 0x10, 0xcb, 0x95, 0x68, 0x19, 0xdf, 0xe4, 0x65, 0x75, 0x7e, 0x28, 0x51, 0xf0, + 0xa0, 0x7a, 0xf4, 0xaf, 0xc3, 0x22, 0xb9, 0x4f, 0x52, 0xd4, 0xaa, 0x61, 0x2c, 0x5e, 0x4c, 0xd6, + 0x88, 0x62, 0x37, 0x22, 0x12, 0x12, 0x95, 0x42, 0x51, 0xd4, 0xd5, 0x7e, 0x17, 0x96, 0xca, 0x99, + 0x4b, 0x82, 0xf1, 0x9c, 0x1a, 0x8c, 0xd3, 0x49, 0x30, 0xe4, 0xde, 0xa5, 0x68, 0x1c, 0xc2, 0x3c, + 0xcf, 0x09, 0x5d, 0xe6, 0xd9, 0x9d, 0xa8, 0x8f, 0xe6, 0x2f, 0x43, 0x33, 0xc2, 0xf3, 0x88, 0x4e, + 0xd4, 0xcf, 0x6a, 0x00, 0x89, 0xc4, 0x39, 0x7a, 0xae, 0xc3, 0xbc, 0x98, 0x38, 0x28, 0x2a, 0x32, + 0x89, 0x87, 0x33, 0x62, 0xa2, 0xe8, 0xa6, 0xd2, 0x27, 0x6d, 0x1b, 0x3f, 0x9d, 0x86, 0x53, 0x02, + 0x1b, 0xb8, 0x6d, 0xe7, 0xa5, 0x56, 0x9a, 0x21, 0xa8, 0x45, 0xe9, 0xaf, 0x77, 0x94, 0x85, 0x9c, + 0x5a, 0xf2, 0x8e, 0xa7, 0xaa, 0xee, 0x78, 0x72, 0x63, 0x9a, 0x2a, 0x8e, 0x29, 0x67, 0x57, 0xad, + 0x68, 0xd7, 0x25, 0x58, 0x88, 0x30, 0x45, 0xef, 0xb8, 0x56, 0xbc, 0xe7, 0x87, 0x03, 0x51, 0x45, + 0xd5, 0xcc, 0x02, 0x9d, 0x17, 0x23, 0x44, 0x4b, 0x97, 0x08, 0x5a, 0x03, 0x72, 0x54, 0x9e, 0x90, + 0x89, 0x92, 0x2c, 0x15, 0x54, 0xfa, 0xaa, 0x44, 0x1a, 0x5b, 0x14, 0x39, 0xbe, 0x87, 0x47, 0x10, + 0xb4, 0x22, 0xc8, 0x24, 0x6e, 0xf9, 0x20, 0xea, 0x5f, 0x0f, 0xfd, 0x81, 0x58, 0x85, 0x93, 0x26, + 0x5a, 0xee, 0x7b, 0x31, 0xf3, 0x62, 0x94, 0xa5, 0xa2, 0x57, 0x26, 0x71, 0x59, 0xd1, 0xc4, 0xe5, + 0x60, 0xc6, 0x4c, 0x9a, 0x1c, 0x3f, 0x11, 0x3b, 0x14, 0x39, 0x9e, 0xff, 0xab, 0x44, 0x6e, 0x5e, + 0x8d, 0x5c, 0x6e, 0xf1, 0x59, 0x28, 0x2c, 0x3e, 0xd9, 0x21, 0xcc, 0xa2, 0x72, 0x08, 0xf3, 0x32, + 0x9c, 0xf2, 0x03, 0xbe, 0xb3, 0x8e, 0x5a, 0x3a, 0x4e, 0x8b, 0xa7, 0xd4, 0x14, 0xb1, 0xb2, 0x4d, + 0x5f, 0x69, 0x02, 0x24, 0xbc, 0xfa, 0x9b, 0x30, 0xef, 0xef, 0xed, 0xb9, 0x8e, 0xc7, 0x76, 0x86, + 0xd1, 0x3e, 0x56, 0x5e, 0xa7, 0x11, 0xd4, 0x4b, 0x42, 0x7c, 0x5b, 0xfd, 0x6a, 0xe6, 0xd9, 0xf9, + 0x4a, 0x6b, 0xc5, 0xb4, 0xe6, 0x61, 0x82, 0x3c, 0x83, 0x99, 0x45, 0xa1, 0xe1, 0x16, 0x51, 0xca, + 0xa1, 0x67, 0xd1, 0x41, 0x32, 0x89, 0xb4, 0xc4, 0x56, 0x6f, 0x9f, 0xe1, 0x9e, 0xa0, 0xb5, 0x44, + 0xb5, 0x88, 0x4c, 0x13, 0x6b, 0xe2, 0x7f, 0x24, 0x6b, 0x62, 0xfb, 0x35, 0x98, 0x91, 0x8d, 0x2a, + 0x99, 0xa8, 0x67, 0xe4, 0x89, 0x5a, 0x97, 0xe7, 0xe4, 0x8f, 0x34, 0x98, 0xcf, 0x99, 0xc6, 0xb9, + 0x63, 0x27, 0x76, 0x99, 0xd0, 0x40, 0x0d, 0xbe, 0x2e, 0xd9, 0x2c, 0xea, 0x89, 0x49, 0x82, 0xff, + 0x8b, 0x91, 0x54, 0xd3, 0x0a, 0xce, 0x80, 0x19, 0x67, 0xbb, 0xcb, 0x15, 0x75, 0xfd, 0xa1, 0x67, + 0xa7, 0x67, 0x2c, 0x12, 0x0d, 0xab, 0xb8, 0xed, 0xee, 0x9a, 0x65, 0xf7, 0x19, 0x9d, 0xb8, 0xd5, + 0x70, 0x4c, 0x2a, 0xd1, 0xb0, 0xa1, 0x7e, 0xc7, 0x09, 0xa2, 0x75, 0x7f, 0x30, 0xe0, 0xa1, 0xb6, + 0x59, 0xcc, 0x77, 0x77, 0x1a, 0x3a, 0x4c, 0xb4, 0xb8, 0x37, 0x6d, 0xb6, 0x67, 0x0d, 0xdd, 0x98, + 0xb3, 0x26, 0xa9, 0x41, 0x22, 0x61, 0x45, 0x19, 0xf9, 0xde, 0x06, 0x49, 0xd3, 0x38, 0x25, 0x8a, + 0xf1, 0x61, 0x05, 0x16, 0x30, 0xdb, 0xad, 0x23, 0xb0, 0x6c, 0x14, 0xba, 0x00, 0x35, 0x9c, 0xe8, + 0xa2, 0x5c, 0x2f, 0x96, 0xde, 0xf4, 0x59, 0x5f, 0x85, 0x69, 0x3f, 0xc0, 0x0d, 0x15, 0xa5, 0xbf, + 0xb6, 0xcc, 0xa8, 0x9e, 0x9e, 0x98, 0x82, 0x53, 0x7f, 0x0d, 0x80, 0x4e, 0x16, 0x31, 0xfe, 0x55, + 0x04, 0xe8, 0x38, 0x39, 0x89, 0x9b, 0x3b, 0x8e, 0x36, 0x1f, 0x7c, 0x9a, 0x66, 0xc7, 0x26, 0x2a, + 0x51, 0x5f, 0x83, 0x39, 0x1c, 0xde, 0x76, 0xb2, 0x8f, 0x42, 0xff, 0x8e, 0xef, 0x25, 0x27, 0x61, + 0x7c, 0x57, 0x13, 0x6e, 0xe1, 0x5f, 0xbb, 0x8c, 0x7c, 0x99, 0x99, 0xab, 0x4d, 0x6c, 0x6e, 0x1b, + 0xea, 0x83, 0xa1, 0xb2, 0x7d, 0x4b, 0xdb, 0x99, 0x9b, 0xab, 0x63, 0xdd, 0x6c, 0xbc, 0xaf, 0x41, + 0xeb, 0x2d, 0xdf, 0xf1, 0xf0, 0xc3, 0xd5, 0x20, 0x70, 0xc5, 0xc9, 0xd9, 0x03, 0xc5, 0xea, 0x25, + 0x68, 0x58, 0x24, 0xea, 0xc5, 0x22, 0x5c, 0x23, 0xb6, 0x61, 0x19, 0x9f, 0x54, 0x17, 0x57, 0xe5, + 0xba, 0xd8, 0xf8, 0x48, 0x83, 0x39, 0x32, 0xf8, 0xcb, 0x43, 0x27, 0x7e, 0xa0, 0x71, 0xbc, 0x02, + 0xf5, 0xc3, 0xa1, 0x13, 0x4f, 0x88, 0x9a, 0x94, 0xb7, 0x18, 0xfb, 0x6a, 0x49, 0xec, 0x8d, 0x5f, + 0x69, 0x70, 0x2e, 0xef, 0xa6, 0xab, 0xbd, 0x1e, 0x0b, 0x1e, 0x06, 0xb4, 0x95, 0x3a, 0x7f, 0xaa, + 0xa4, 0xce, 0x0f, 0x59, 0x8f, 0x39, 0x47, 0x2c, 0xbc, 0x1a, 0x89, 0x13, 0x05, 0x89, 0x52, 0x3a, + 0x74, 0x93, 0xbd, 0xc7, 0x7a, 0x8f, 0xfe, 0xd0, 0x3f, 0xd1, 0xe0, 0xc9, 0xcd, 0x74, 0x02, 0xdd, + 0x09, 0x2d, 0x2f, 0xda, 0x63, 0x61, 0xf8, 0x10, 0xc6, 0xfd, 0x26, 0xcc, 0x7a, 0xec, 0x5e, 0xd6, + 0xb7, 0x98, 0x4a, 0xe3, 0x44, 0x55, 0x81, 0xc9, 0x72, 0x8a, 0xf1, 0x7b, 0x0d, 0x16, 0x48, 0xcf, + 0x4d, 0xa7, 0x77, 0xf0, 0x10, 0x0c, 0x5b, 0x83, 0xb9, 0x03, 0xec, 0x89, 0xb7, 0x26, 0x4c, 0x95, + 0x39, 0x89, 0x09, 0x4d, 0xfb, 0x58, 0x83, 0xc5, 0xe4, 0x20, 0xfd, 0xc8, 0x79, 0x18, 0x60, 0xdb, + 0x80, 0x79, 0x3a, 0xb0, 0x78, 0x10, 0xe3, 0xf2, 0x22, 0x13, 0x5a, 0xf7, 0x13, 0x0d, 0xe6, 0x49, + 0xd3, 0x35, 0x2f, 0x66, 0xe1, 0x03, 0xd9, 0xf6, 0x06, 0x34, 0x99, 0x17, 0x87, 0x96, 0x37, 0x69, + 0xb6, 0x92, 0xd9, 0x27, 0x4c, 0x58, 0x1f, 0x69, 0xa0, 0xa3, 0xaa, 0x0d, 0x27, 0x1a, 0x38, 0x51, + 0xf4, 0x10, 0xdc, 0x3f, 0xd9, 0xc0, 0xfe, 0xae, 0xc1, 0x19, 0x49, 0x4b, 0x67, 0x18, 0x3f, 0x2a, + 0x43, 0xd3, 0x5f, 0x85, 0x06, 0x5f, 0x43, 0xe5, 0xa3, 0xdc, 0x71, 0xca, 0x33, 0x66, 0x5e, 0x9d, + 0x61, 0xa3, 0xcb, 0x7a, 0xbe, 0x67, 0x53, 0x2a, 0x9b, 0x35, 0x15, 0x1a, 0x9f, 0xea, 0x6d, 0x49, + 0xcd, 0xba, 0xe5, 0xf5, 0x98, 0xfb, 0x58, 0x98, 0x6f, 0x7c, 0xa0, 0x89, 0xc3, 0x9a, 0x47, 0xc8, + 0x1c, 0xe3, 0xc7, 0x09, 0xd0, 0x1e, 0x39, 0x4f, 0x73, 0x28, 0x2c, 0x49, 0x5a, 0xe4, 0x5a, 0xf0, + 0x8b, 0x87, 0xc1, 0x1b, 0xd0, 0xec, 0xed, 0x5b, 0x5e, 0x7f, 0x62, 0x20, 0xc8, 0xec, 0xc6, 0x01, + 0x2c, 0xd2, 0x11, 0xb1, 0x54, 0x6d, 0xf0, 0x9d, 0xab, 0x65, 0xd3, 0x66, 0x94, 0xce, 0x62, 0x92, + 0xa6, 0x7a, 0x55, 0x20, 0x2e, 0x9f, 0xb3, 0xab, 0x82, 0xf3, 0x00, 0x96, 0x6d, 0xbf, 0xe3, 0x87, + 0xb6, 0xe3, 0x25, 0xa5, 0xa2, 0x44, 0x31, 0xde, 0x82, 0x19, 0xbe, 0x77, 0xbe, 0x23, 0x1d, 0xf6, + 0x8e, 0x3d, 0x8e, 0x96, 0x0f, 0x8a, 0x2b, 0xea, 0x41, 0xb1, 0xb1, 0x03, 0x67, 0x0b, 0x03, 0xc7, + 0x88, 0xfc, 0x1f, 0x9d, 0x61, 0x27, 0x9d, 0x88, 0xc0, 0x24, 0x27, 0x32, 0x72, 0xff, 0xa6, 0xc2, + 0x68, 0x1c, 0xc1, 0xd3, 0x05, 0x8d, 0x57, 0x83, 0x20, 0xf4, 0x8f, 0x04, 0x10, 0x3f, 0xad, 0x66, + 0xb5, 0xaa, 0xaa, 0xe4, 0xaa, 0xaa, 0xd2, 0x7e, 0x95, 0x82, 0xef, 0x5f, 0xd4, 0xef, 0x0f, 0x35, + 0x98, 0x17, 0x1d, 0xdb, 0xb6, 0xe8, 0xea, 0x39, 0x98, 0xa6, 0xbb, 0x2f, 0xd1, 0xc9, 0x62, 0xda, + 0x49, 0x72, 0x37, 0x67, 0x0a, 0x86, 0x22, 0x3a, 0x2b, 0x65, 0xe8, 0xbc, 0x9c, 0xe2, 0x7e, 0xec, + 0x8d, 0x94, 0x60, 0x32, 0x6e, 0x25, 0x70, 0xdc, 0x60, 0x2e, 0xfb, 0xac, 0xf6, 0x1b, 0x5b, 0x30, + 0x87, 0x97, 0x6c, 0x99, 0x7d, 0x9f, 0x5a, 0xd5, 0x4d, 0x58, 0x40, 0x55, 0x9f, 0xcb, 0xb8, 0x52, + 0xec, 0x72, 0xdb, 0xd7, 0x69, 0x36, 0x7e, 0x36, 0x8d, 0x97, 0xe1, 0x74, 0xe2, 0x4b, 0x7a, 0x88, + 0x42, 0xfa, 0x46, 0x5c, 0x05, 0xf0, 0x6a, 0x63, 0x69, 0xdd, 0xf7, 0x8e, 0x58, 0x18, 0x29, 0x8f, + 0x57, 0x48, 0x44, 0x99, 0x8f, 0xa2, 0xa5, 0xaf, 0x80, 0xde, 0x93, 0x24, 0xc4, 0xd1, 0x4e, 0x05, + 0x8f, 0x76, 0x4a, 0xbe, 0xe8, 0xff, 0x0b, 0x67, 0x87, 0xa8, 0xf5, 0xae, 0x17, 0x32, 0xcb, 0xc6, + 0xb3, 0x0c, 0x29, 0x89, 0x95, 0x7f, 0x34, 0xde, 0x83, 0xb6, 0x3c, 0xae, 0x2e, 0x8b, 0x77, 0x42, + 0xe7, 0x48, 0x1a, 0x9b, 0x38, 0x9f, 0xd4, 0x94, 0xf3, 0xc9, 0xec, 0x3c, 0xb3, 0xa2, 0x9c, 0x67, + 0x9e, 0x83, 0x86, 0x13, 0x09, 0x05, 0xd8, 0x6f, 0xdd, 0xcc, 0x08, 0xc6, 0x57, 0x61, 0x91, 0xa2, + 0x29, 0x8e, 0xeb, 0xb1, 0x8b, 0x36, 0xd4, 0x09, 0x8a, 0x69, 0x27, 0x69, 0x7b, 0xe4, 0xf3, 0x8e, + 0x92, 0x8b, 0x15, 0xa3, 0x0b, 0x8b, 0xe2, 0xd2, 0x6d, 0xc7, 0xea, 0x3b, 0x1e, 0xe5, 0xd5, 0xf3, + 0x00, 0x81, 0xd5, 0x4f, 0xae, 0xf4, 0x35, 0xda, 0x3f, 0x65, 0x14, 0xfe, 0x3d, 0xda, 0xf7, 0xef, + 0x89, 0xef, 0x15, 0xfa, 0x9e, 0x51, 0x8c, 0x3f, 0xd7, 0xa0, 0xd1, 0x75, 0xfa, 0x9e, 0xe5, 0x9a, + 0xec, 0x50, 0x7f, 0x01, 0xa6, 0xa9, 0x16, 0x16, 0x30, 0x49, 0xce, 0xe7, 0x88, 0x83, 0x8a, 0x78, + 0x93, 0x1d, 0xde, 0x78, 0xc2, 0x14, 0x7c, 0xfa, 0xb5, 0xe4, 0xda, 0x70, 0x8b, 0xce, 0x10, 0xc4, + 0x5a, 0xf4, 0x74, 0x89, 0xa0, 0xe0, 0x20, 0x79, 0x55, 0x8a, 0x77, 0xdc, 0xc3, 0x35, 0x5a, 0xcc, + 0x69, 0xb5, 0x63, 0x5a, 0xbe, 0x45, 0xc7, 0xc4, 0xc7, 0x25, 0x2c, 0xdc, 0x7d, 0x8b, 0xe5, 0x49, + 0x95, 0xa0, 0x8d, 0xb9, 0x90, 0x20, 0x3e, 0x2e, 0xb1, 0x3f, 0xf4, 0xfa, 0x77, 0x03, 0x71, 0x68, + 0xa3, 0x4a, 0xdc, 0xc0, 0x4f, 0x42, 0x82, 0xf8, 0xb8, 0x44, 0x88, 0x59, 0x13, 0x0f, 0x8f, 0xf3, + 0x12, 0x94, 0x50, 0x85, 0x04, 0xf1, 0xe9, 0xb7, 0x61, 0xa1, 0xcf, 0x62, 0xd3, 0xf7, 0x07, 0x6b, + 0xc7, 0x9b, 0xe2, 0x7c, 0x9b, 0x5e, 0x2e, 0x2d, 0x2b, 0xb2, 0x9b, 0x39, 0x26, 0xd2, 0x52, 0x90, + 0xd5, 0x43, 0x78, 0xda, 0xf7, 0x38, 0x69, 0xc7, 0x0a, 0x63, 0xa7, 0xe7, 0x04, 0x96, 0x17, 0xaf, + 0xfb, 0x9e, 0x87, 0x99, 0xdc, 0x64, 0x87, 0xe2, 0x3d, 0xd3, 0x25, 0x45, 0xf9, 0xf6, 0x38, 0x89, + 0x1b, 0x4f, 0x98, 0xe3, 0x55, 0xea, 0xdf, 0x80, 0xe5, 0x02, 0xc3, 0x86, 0x13, 0xf5, 0xe4, 0x6e, + 0xe9, 0xf9, 0xd3, 0xe5, 0xf1, 0xdd, 0xe6, 0x84, 0x6e, 0x3c, 0x61, 0x9e, 0xa8, 0x58, 0x38, 0xf0, + 0x8e, 0x7f, 0xc0, 0xbc, 0xb5, 0x63, 0xce, 0xbb, 0xb5, 0x81, 0xc7, 0xe4, 0x25, 0x0e, 0x54, 0x98, + 0x32, 0x07, 0x2a, 0xe4, 0xb5, 0x06, 0x9c, 0x0a, 0xac, 0x63, 0xd7, 0xb7, 0x6c, 0xe3, 0x3b, 0x53, + 0x00, 0x49, 0xe4, 0x22, 0x2c, 0x9f, 0x14, 0xac, 0xb7, 0x4a, 0xb1, 0x1e, 0xb8, 0xc7, 0x12, 0xda, + 0x37, 0xcb, 0xd1, 0xfe, 0x9f, 0xe3, 0xd0, 0x4e, 0x1a, 0x72, 0x78, 0x5f, 0xcd, 0xe1, 0xbd, 0x55, + 0x8a, 0x77, 0xd1, 0xb9, 0x40, 0xfc, 0x6a, 0x0e, 0xf1, 0xad, 0x52, 0xc4, 0x0b, 0x19, 0x81, 0xf9, + 0xd5, 0x1c, 0xe6, 0x5b, 0xa5, 0x98, 0x17, 0x32, 0x02, 0xf5, 0xab, 0x39, 0xd4, 0xb7, 0x4a, 0x51, + 0x2f, 0x64, 0x04, 0xee, 0x77, 0x46, 0xe2, 0xde, 0x38, 0x01, 0xf7, 0xa4, 0xa7, 0x88, 0xfc, 0x9d, + 0x12, 0x20, 0xd4, 0xcb, 0x35, 0xe6, 0x80, 0x90, 0x69, 0x1c, 0x09, 0x85, 0x6f, 0x55, 0x61, 0x0e, + 0xc3, 0x44, 0xcb, 0x8b, 0xb7, 0xe7, 0x17, 0xdf, 0x3f, 0x68, 0x25, 0xef, 0x1f, 0xf4, 0xe7, 0x61, + 0x91, 0x08, 0x4c, 0xba, 0x8c, 0xa0, 0x15, 0xab, 0xf8, 0x01, 0xaf, 0x59, 0x86, 0x51, 0xec, 0x0f, + 0x36, 0xac, 0xd8, 0x4a, 0x8a, 0xd7, 0x8c, 0x22, 0x5f, 0x82, 0x4d, 0x15, 0x9e, 0xfd, 0x85, 0x64, + 0x73, 0x4d, 0x2c, 0x4b, 0xd8, 0xe2, 0x12, 0xb1, 0x33, 0x60, 0xfe, 0x30, 0x16, 0xf7, 0x59, 0x49, + 0x93, 0x2f, 0x4c, 0x03, 0x66, 0x3b, 0x16, 0x5e, 0x1d, 0x89, 0x57, 0x0c, 0x29, 0x01, 0x97, 0x89, + 0xec, 0x2a, 0x4c, 0x3c, 0xcb, 0xcb, 0x28, 0x13, 0x5c, 0x5b, 0xe1, 0x0b, 0x4f, 0x27, 0x76, 0x92, + 0x4b, 0x23, 0xba, 0xbb, 0x52, 0x68, 0x7c, 0x41, 0xdf, 0x1d, 0x46, 0xc7, 0xb7, 0x1c, 0x4f, 0x76, + 0x4f, 0x93, 0x16, 0xf4, 0xe2, 0x17, 0xe3, 0xd7, 0x1a, 0x9c, 0x96, 0x72, 0x41, 0x87, 0xc5, 0x16, + 0xfa, 0x45, 0x79, 0xa3, 0xa3, 0x9d, 0xfc, 0x46, 0x67, 0x03, 0xe6, 0xfb, 0xea, 0x5e, 0x6a, 0x82, + 0x2d, 0x51, 0x5e, 0x44, 0x79, 0x4c, 0x54, 0x9d, 0xe8, 0x31, 0x91, 0xf1, 0x27, 0x0d, 0xe6, 0x73, + 0x6b, 0xe3, 0xd8, 0xe5, 0xfe, 0x65, 0x00, 0x27, 0x85, 0x5d, 0xee, 0xa8, 0x5c, 0xc5, 0xa3, 0x29, + 0x31, 0x96, 0xdd, 0x9f, 0x55, 0x1f, 0xec, 0xfe, 0xec, 0x0d, 0x68, 0x06, 0x99, 0xa3, 0x73, 0x3b, + 0xba, 0x92, 0x10, 0x98, 0x32, 0xbb, 0xf1, 0x3d, 0x0d, 0x16, 0x0b, 0x69, 0x11, 0x6f, 0xb2, 0xf8, + 0x04, 0x4b, 0x6f, 0xb2, 0x78, 0x43, 0x42, 0x6e, 0x25, 0x8f, 0x5c, 0xd7, 0x39, 0x92, 0x9f, 0x2b, + 0x8a, 0xe6, 0x08, 0xd4, 0x4c, 0x8d, 0x44, 0xcd, 0x5f, 0x34, 0x58, 0x2a, 0xaf, 0x2b, 0x1e, 0x47, + 0xdf, 0x7f, 0xa0, 0x41, 0x6b, 0xd4, 0xba, 0xf2, 0x85, 0x85, 0x20, 0xc3, 0x7d, 0x5a, 0x9a, 0x3d, + 0x8e, 0xbe, 0x3f, 0x9d, 0xc0, 0x5e, 0x5a, 0x90, 0x8d, 0x1f, 0x54, 0x12, 0xdb, 0xd3, 0x22, 0xf3, + 0x31, 0xb4, 0x5d, 0xbf, 0x04, 0x0b, 0x64, 0x82, 0xf4, 0x84, 0x82, 0xae, 0x67, 0x0a, 0x74, 0xbe, + 0xed, 0x29, 0x14, 0x21, 0x9f, 0x17, 0x36, 0x8d, 0x9f, 0xa5, 0x58, 0x4b, 0x4b, 0xf4, 0x47, 0xd2, + 0xdf, 0x19, 0x5a, 0xa4, 0xb2, 0x4a, 0x42, 0x4b, 0xba, 0x5d, 0xf8, 0x77, 0x47, 0x4b, 0xea, 0x27, + 0xa9, 0x94, 0x34, 0xde, 0xd7, 0xe0, 0xc9, 0x91, 0x5b, 0xa3, 0xb1, 0x1e, 0x93, 0x8a, 0xa8, 0x8a, + 0x5a, 0x44, 0xe5, 0x4c, 0xaa, 0x3e, 0xd8, 0xe4, 0xff, 0xb9, 0x06, 0x4f, 0x8d, 0x29, 0x5a, 0x73, + 0x91, 0xd2, 0x26, 0x8d, 0x54, 0x6e, 0x50, 0x15, 0xe5, 0x76, 0xea, 0x44, 0x3f, 0x67, 0xd3, 0xa7, + 0x2a, 0x4f, 0x1f, 0xe3, 0x17, 0x1a, 0x3c, 0x33, 0xc1, 0xe6, 0xef, 0x8b, 0x19, 0xf4, 0xc8, 0xb7, + 0x5e, 0xc6, 0x2f, 0x35, 0xb8, 0x30, 0xd9, 0xe6, 0xf1, 0x51, 0x1b, 0xf9, 0xf7, 0x65, 0xbc, 0xe6, + 0x77, 0xa2, 0x52, 0x98, 0x34, 0x25, 0xcb, 0xc9, 0x38, 0xae, 0xe4, 0x70, 0xfc, 0xd9, 0xd0, 0xda, + 0x91, 0xc0, 0x5a, 0xdc, 0x0f, 0x8d, 0x48, 0xc6, 0x52, 0xd2, 0xad, 0xa8, 0x49, 0xf7, 0x1d, 0x78, + 0xb2, 0xcb, 0xe2, 0xab, 0x41, 0xb0, 0x66, 0xf5, 0x0e, 0xb8, 0xcd, 0x9e, 0xdd, 0xc5, 0x27, 0x60, + 0xe3, 0x5e, 0x03, 0xf3, 0x2d, 0x42, 0x94, 0x09, 0x88, 0xf7, 0x50, 0x0a, 0xcd, 0x38, 0x07, 0xed, + 0x51, 0x8a, 0xa3, 0xc0, 0xf8, 0x6d, 0x05, 0x66, 0xae, 0xdd, 0x8f, 0xe9, 0x0d, 0x63, 0x97, 0xe1, + 0x0f, 0x3c, 0x22, 0xbc, 0x08, 0xc8, 0x26, 0x7e, 0xd2, 0xce, 0xef, 0x59, 0x2a, 0xc5, 0x3d, 0xcb, + 0x3a, 0x00, 0x4b, 0xb4, 0x45, 0xe2, 0x22, 0xf8, 0x19, 0xe1, 0x51, 0xb9, 0x9b, 0xac, 0x21, 0x5e, + 0xae, 0x49, 0x62, 0x3c, 0xb5, 0x75, 0xac, 0xfb, 0x9d, 0xa8, 0x2f, 0xfd, 0x58, 0x8f, 0xee, 0x83, + 0x0b, 0x74, 0xee, 0x81, 0x54, 0xf2, 0xf6, 0x70, 0x20, 0x52, 0xa0, 0x42, 0xcb, 0xbd, 0xbd, 0x9b, + 0xce, 0xbf, 0xbd, 0x6b, 0x6f, 0xc3, 0x7c, 0x6e, 0x38, 0x25, 0x6f, 0xce, 0x2e, 0xa8, 0x8f, 0x43, + 0x17, 0xf2, 0x46, 0xc9, 0xaf, 0xd0, 0x7e, 0x53, 0x81, 0x46, 0xfa, 0x41, 0xb7, 0xe0, 0x6c, 0xc8, + 0x2c, 0xfc, 0x45, 0x1e, 0x12, 0xb9, 0xb3, 0xa4, 0x87, 0xce, 0xff, 0x93, 0xd7, 0xb4, 0x62, 0x96, + 0x71, 0x93, 0x9b, 0xca, 0x35, 0x4d, 0xf0, 0xaa, 0x74, 0x05, 0xf4, 0x41, 0xd4, 0xbf, 0xee, 0x84, + 0x51, 0xdc, 0xf1, 0x6d, 0x67, 0xef, 0x58, 0x3a, 0xc6, 0x2d, 0xf9, 0x52, 0x78, 0xb8, 0x37, 0x35, + 0xf2, 0xe1, 0x5e, 0xfa, 0x03, 0xab, 0xf6, 0xbb, 0xd0, 0x1e, 0x3d, 0xf4, 0x12, 0x97, 0xfe, 0xb7, + 0xea, 0xd2, 0xe4, 0x17, 0x3c, 0x37, 0xd9, 0x31, 0xfd, 0x9c, 0x4f, 0xf2, 0xe8, 0x1e, 0xd4, 0x13, + 0x32, 0xee, 0xc8, 0x8f, 0x03, 0x76, 0x33, 0x55, 0x96, 0x34, 0xd5, 0x77, 0x81, 0x0d, 0x21, 0xcf, + 0xe1, 0xe4, 0x5a, 0x31, 0x8b, 0x62, 0x09, 0x4e, 0x64, 0x78, 0x81, 0xbe, 0x76, 0xfe, 0x2b, 0xe7, + 0xb6, 0x03, 0xe6, 0x6d, 0x75, 0xf2, 0x3f, 0x28, 0x7e, 0x1d, 0xff, 0xee, 0x4e, 0x23, 0xe9, 0xa5, + 0x7f, 0x06, 0x00, 0x00, 0xff, 0xff, 0xf8, 0xa8, 0xf7, 0xa2, 0x96, 0x3c, 0x00, 0x00, }