diff --git a/client/c2c_processor.go b/client/c2c_processor.go index c5434604..2e936bbc 100644 --- a/client/c2c_processor.go +++ b/client/c2c_processor.go @@ -71,7 +71,7 @@ func (c *QQClient) c2cMessageSyncProcessor(rsp *msg.GetMessageResponse, info *in _, _ = c.sendAndWait(c.buildDeleteMessageRequestPacket(delItems)) } if rsp.GetSyncFlag() != msg.SyncFlag_STOP { - c.Debug("continue sync with flag: %v", rsp.SyncFlag.String()) + c.Debug("continue sync with flag: %v", rsp.SyncFlag) seq, pkt := c.buildGetMessageRequestPacket(rsp.GetSyncFlag(), time.Now().Unix()) _, _ = c.sendAndWait(seq, pkt, info.Params) } diff --git a/client/pb/channel/MsgResponsesSvr.proto b/client/pb/channel/MsgResponsesSvr.proto index 68a7c34e..0c8397d5 100644 --- a/client/pb/channel/MsgResponsesSvr.proto +++ b/client/pb/channel/MsgResponsesSvr.proto @@ -2,7 +2,6 @@ syntax = "proto2"; option go_package = "pb/channel;channel"; - message BatchGetMsgRspCountReq { repeated GuildMsg guildMsgList = 1; } diff --git a/client/pb/channel/common.pb.go b/client/pb/channel/common.pb.go index 34774c6f..37b5022a 100644 --- a/client/pb/channel/common.pb.go +++ b/client/pb/channel/common.pb.go @@ -1,71 +1,20 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.27.1 -// protoc v3.14.0 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: pb/channel/common.proto package channel import ( - reflect "reflect" - sync "sync" - msg "github.com/Mrs4s/MiraiGo/client/pb/msg" - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) type ChannelContentHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type *uint64 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"` - SubType *uint64 `protobuf:"varint,2,opt,name=subType" json:"subType,omitempty"` - Random *uint64 `protobuf:"varint,3,opt,name=random" json:"random,omitempty"` - Seq *uint64 `protobuf:"varint,4,opt,name=seq" json:"seq,omitempty"` - CntSeq *uint64 `protobuf:"varint,5,opt,name=cntSeq" json:"cntSeq,omitempty"` - Time *uint64 `protobuf:"varint,6,opt,name=time" json:"time,omitempty"` - Meta []byte `protobuf:"bytes,7,opt,name=meta" json:"meta,omitempty"` -} - -func (x *ChannelContentHead) Reset() { - *x = ChannelContentHead{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_common_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelContentHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelContentHead) ProtoMessage() {} - -func (x *ChannelContentHead) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_common_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelContentHead.ProtoReflect.Descriptor instead. -func (*ChannelContentHead) Descriptor() ([]byte, []int) { - return file_pb_channel_common_proto_rawDescGZIP(), []int{0} + Type *uint64 `protobuf:"varint,1,opt"` + SubType *uint64 `protobuf:"varint,2,opt"` + Random *uint64 `protobuf:"varint,3,opt"` + Seq *uint64 `protobuf:"varint,4,opt"` + CntSeq *uint64 `protobuf:"varint,5,opt"` + Time *uint64 `protobuf:"varint,6,opt"` + Meta []byte `protobuf:"bytes,7,opt"` } func (x *ChannelContentHead) GetType() uint64 { @@ -118,49 +67,13 @@ func (x *ChannelContentHead) GetMeta() []byte { } type DirectMessageMember struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *uint64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` - Tinyid *uint64 `protobuf:"varint,2,opt,name=tinyid" json:"tinyid,omitempty"` - SourceGuildId *uint64 `protobuf:"varint,3,opt,name=sourceGuildId" json:"sourceGuildId,omitempty"` - SourceGuildName []byte `protobuf:"bytes,4,opt,name=sourceGuildName" json:"sourceGuildName,omitempty"` - NickName []byte `protobuf:"bytes,5,opt,name=nickName" json:"nickName,omitempty"` - MemberName []byte `protobuf:"bytes,6,opt,name=memberName" json:"memberName,omitempty"` - NotifyType *uint32 `protobuf:"varint,7,opt,name=notifyType" json:"notifyType,omitempty"` -} - -func (x *DirectMessageMember) Reset() { - *x = DirectMessageMember{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_common_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DirectMessageMember) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DirectMessageMember) ProtoMessage() {} - -func (x *DirectMessageMember) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_common_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DirectMessageMember.ProtoReflect.Descriptor instead. -func (*DirectMessageMember) Descriptor() ([]byte, []int) { - return file_pb_channel_common_proto_rawDescGZIP(), []int{1} + Uin *uint64 `protobuf:"varint,1,opt"` + Tinyid *uint64 `protobuf:"varint,2,opt"` + SourceGuildId *uint64 `protobuf:"varint,3,opt"` + SourceGuildName []byte `protobuf:"bytes,4,opt"` + NickName []byte `protobuf:"bytes,5,opt"` + MemberName []byte `protobuf:"bytes,6,opt"` + NotifyType *uint32 `protobuf:"varint,7,opt"` } func (x *DirectMessageMember) GetUin() uint64 { @@ -213,45 +126,9 @@ func (x *DirectMessageMember) GetNotifyType() uint32 { } type ChannelEvent struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type *uint64 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"` - Version *uint64 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"` - OpInfo *ChannelMsgOpInfo `protobuf:"bytes,3,opt,name=opInfo" json:"opInfo,omitempty"` -} - -func (x *ChannelEvent) Reset() { - *x = ChannelEvent{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_common_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelEvent) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelEvent) ProtoMessage() {} - -func (x *ChannelEvent) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_common_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelEvent.ProtoReflect.Descriptor instead. -func (*ChannelEvent) Descriptor() ([]byte, []int) { - return file_pb_channel_common_proto_rawDescGZIP(), []int{2} + Type *uint64 `protobuf:"varint,1,opt"` + Version *uint64 `protobuf:"varint,2,opt"` + OpInfo *ChannelMsgOpInfo `protobuf:"bytes,3,opt"` } func (x *ChannelEvent) GetType() uint64 { @@ -276,56 +153,20 @@ func (x *ChannelEvent) GetOpInfo() *ChannelMsgOpInfo { } type ChannelExtInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FromNick []byte `protobuf:"bytes,1,opt,name=fromNick" json:"fromNick,omitempty"` - GuildName []byte `protobuf:"bytes,2,opt,name=guildName" json:"guildName,omitempty"` - ChannelName []byte `protobuf:"bytes,3,opt,name=channelName" json:"channelName,omitempty"` - Visibility *uint32 `protobuf:"varint,4,opt,name=visibility" json:"visibility,omitempty"` - NotifyType *uint32 `protobuf:"varint,5,opt,name=notifyType" json:"notifyType,omitempty"` - OfflineFlag *uint32 `protobuf:"varint,6,opt,name=offlineFlag" json:"offlineFlag,omitempty"` - NameType *uint32 `protobuf:"varint,7,opt,name=nameType" json:"nameType,omitempty"` - MemberName []byte `protobuf:"bytes,8,opt,name=memberName" json:"memberName,omitempty"` - Timestamp *uint32 `protobuf:"varint,9,opt,name=timestamp" json:"timestamp,omitempty"` - EventVersion *uint64 `protobuf:"varint,10,opt,name=eventVersion" json:"eventVersion,omitempty"` - Events []*ChannelEvent `protobuf:"bytes,11,rep,name=events" json:"events,omitempty"` - FromRoleInfo *ChannelRole `protobuf:"bytes,12,opt,name=fromRoleInfo" json:"fromRoleInfo,omitempty"` - FreqLimitInfo *ChannelFreqLimitInfo `protobuf:"bytes,13,opt,name=freqLimitInfo" json:"freqLimitInfo,omitempty"` - DirectMessageMember []*DirectMessageMember `protobuf:"bytes,14,rep,name=directMessageMember" json:"directMessageMember,omitempty"` -} - -func (x *ChannelExtInfo) Reset() { - *x = ChannelExtInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_common_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelExtInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelExtInfo) ProtoMessage() {} - -func (x *ChannelExtInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_common_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelExtInfo.ProtoReflect.Descriptor instead. -func (*ChannelExtInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_common_proto_rawDescGZIP(), []int{3} + FromNick []byte `protobuf:"bytes,1,opt"` + GuildName []byte `protobuf:"bytes,2,opt"` + ChannelName []byte `protobuf:"bytes,3,opt"` + Visibility *uint32 `protobuf:"varint,4,opt"` + NotifyType *uint32 `protobuf:"varint,5,opt"` + OfflineFlag *uint32 `protobuf:"varint,6,opt"` + NameType *uint32 `protobuf:"varint,7,opt"` + MemberName []byte `protobuf:"bytes,8,opt"` + Timestamp *uint32 `protobuf:"varint,9,opt"` + EventVersion *uint64 `protobuf:"varint,10,opt"` + Events []*ChannelEvent `protobuf:"bytes,11,rep"` + FromRoleInfo *ChannelRole `protobuf:"bytes,12,opt"` + FreqLimitInfo *ChannelFreqLimitInfo `protobuf:"bytes,13,opt"` + DirectMessageMember []*DirectMessageMember `protobuf:"bytes,14,rep"` } func (x *ChannelExtInfo) GetFromNick() []byte { @@ -427,45 +268,9 @@ func (x *ChannelExtInfo) GetDirectMessageMember() []*DirectMessageMember { } type ChannelFreqLimitInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - IsLimited *uint32 `protobuf:"varint,1,opt,name=isLimited" json:"isLimited,omitempty"` - LeftCount *uint32 `protobuf:"varint,2,opt,name=leftCount" json:"leftCount,omitempty"` - LimitTimestamp *uint64 `protobuf:"varint,3,opt,name=limitTimestamp" json:"limitTimestamp,omitempty"` -} - -func (x *ChannelFreqLimitInfo) Reset() { - *x = ChannelFreqLimitInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_common_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelFreqLimitInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelFreqLimitInfo) ProtoMessage() {} - -func (x *ChannelFreqLimitInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_common_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelFreqLimitInfo.ProtoReflect.Descriptor instead. -func (*ChannelFreqLimitInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_common_proto_rawDescGZIP(), []int{4} + IsLimited *uint32 `protobuf:"varint,1,opt"` + LeftCount *uint32 `protobuf:"varint,2,opt"` + LimitTimestamp *uint64 `protobuf:"varint,3,opt"` } func (x *ChannelFreqLimitInfo) GetIsLimited() uint32 { @@ -490,46 +295,10 @@ func (x *ChannelFreqLimitInfo) GetLimitTimestamp() uint64 { } type ChannelInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id *uint64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"` - Name []byte `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` - Color *uint32 `protobuf:"varint,3,opt,name=color" json:"color,omitempty"` - Hoist *uint32 `protobuf:"varint,4,opt,name=hoist" json:"hoist,omitempty"` -} - -func (x *ChannelInfo) Reset() { - *x = ChannelInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_common_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelInfo) ProtoMessage() {} - -func (x *ChannelInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_common_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelInfo.ProtoReflect.Descriptor instead. -func (*ChannelInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_common_proto_rawDescGZIP(), []int{5} + Id *uint64 `protobuf:"varint,1,opt"` + Name []byte `protobuf:"bytes,2,opt"` + Color *uint32 `protobuf:"varint,3,opt"` + Hoist *uint32 `protobuf:"varint,4,opt"` } func (x *ChannelInfo) GetId() uint64 { @@ -561,45 +330,9 @@ func (x *ChannelInfo) GetHoist() uint32 { } type ChannelLoginSig struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"` - Sig []byte `protobuf:"bytes,2,opt,name=sig" json:"sig,omitempty"` - Appid *uint32 `protobuf:"varint,3,opt,name=appid" json:"appid,omitempty"` -} - -func (x *ChannelLoginSig) Reset() { - *x = ChannelLoginSig{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_common_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelLoginSig) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelLoginSig) ProtoMessage() {} - -func (x *ChannelLoginSig) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_common_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelLoginSig.ProtoReflect.Descriptor instead. -func (*ChannelLoginSig) Descriptor() ([]byte, []int) { - return file_pb_channel_common_proto_rawDescGZIP(), []int{6} + Type *uint32 `protobuf:"varint,1,opt"` + Sig []byte `protobuf:"bytes,2,opt"` + Appid *uint32 `protobuf:"varint,3,opt"` } func (x *ChannelLoginSig) GetType() uint32 { @@ -624,44 +357,8 @@ func (x *ChannelLoginSig) GetAppid() uint32 { } type ChannelMeta struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FromUin *uint64 `protobuf:"varint,1,opt,name=fromUin" json:"fromUin,omitempty"` - LoginSig *ChannelLoginSig `protobuf:"bytes,2,opt,name=loginSig" json:"loginSig,omitempty"` -} - -func (x *ChannelMeta) Reset() { - *x = ChannelMeta{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_common_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelMeta) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelMeta) ProtoMessage() {} - -func (x *ChannelMeta) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_common_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelMeta.ProtoReflect.Descriptor instead. -func (*ChannelMeta) Descriptor() ([]byte, []int) { - return file_pb_channel_common_proto_rawDescGZIP(), []int{7} + FromUin *uint64 `protobuf:"varint,1,opt"` + LoginSig *ChannelLoginSig `protobuf:"bytes,2,opt"` } func (x *ChannelMeta) GetFromUin() uint64 { @@ -679,46 +376,10 @@ func (x *ChannelMeta) GetLoginSig() *ChannelLoginSig { } type ChannelMsgContent struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Head *ChannelMsgHead `protobuf:"bytes,1,opt,name=head" json:"head,omitempty"` - CtrlHead *ChannelMsgCtrlHead `protobuf:"bytes,2,opt,name=ctrlHead" json:"ctrlHead,omitempty"` - Body *msg.MessageBody `protobuf:"bytes,3,opt,name=body" json:"body,omitempty"` - ExtInfo *ChannelExtInfo `protobuf:"bytes,4,opt,name=extInfo" json:"extInfo,omitempty"` -} - -func (x *ChannelMsgContent) Reset() { - *x = ChannelMsgContent{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_common_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelMsgContent) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelMsgContent) ProtoMessage() {} - -func (x *ChannelMsgContent) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_common_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelMsgContent.ProtoReflect.Descriptor instead. -func (*ChannelMsgContent) Descriptor() ([]byte, []int) { - return file_pb_channel_common_proto_rawDescGZIP(), []int{8} + Head *ChannelMsgHead `protobuf:"bytes,1,opt"` + CtrlHead *ChannelMsgCtrlHead `protobuf:"bytes,2,opt"` + Body *msg.MessageBody `protobuf:"bytes,3,opt"` + ExtInfo *ChannelExtInfo `protobuf:"bytes,4,opt"` } func (x *ChannelMsgContent) GetHead() *ChannelMsgHead { @@ -750,55 +411,19 @@ func (x *ChannelMsgContent) GetExtInfo() *ChannelExtInfo { } type ChannelMsgCtrlHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - IncludeUin []uint64 `protobuf:"varint,1,rep,name=includeUin" json:"includeUin,omitempty"` - ExcludeUin []uint64 `protobuf:"varint,2,rep,name=excludeUin" json:"excludeUin,omitempty"` - Featureid []uint64 `protobuf:"varint,3,rep,name=featureid" json:"featureid,omitempty"` - OfflineFlag *uint32 `protobuf:"varint,4,opt,name=offlineFlag" json:"offlineFlag,omitempty"` - Visibility *uint32 `protobuf:"varint,5,opt,name=visibility" json:"visibility,omitempty"` - CtrlFlag *uint64 `protobuf:"varint,6,opt,name=ctrlFlag" json:"ctrlFlag,omitempty"` - Events []*ChannelEvent `protobuf:"bytes,7,rep,name=events" json:"events,omitempty"` - Level *uint64 `protobuf:"varint,8,opt,name=level" json:"level,omitempty"` - PersonalLevels []*PersonalLevel `protobuf:"bytes,9,rep,name=personalLevels" json:"personalLevels,omitempty"` - GuildSyncSeq *uint64 `protobuf:"varint,10,opt,name=guildSyncSeq" json:"guildSyncSeq,omitempty"` - MemberNum *uint32 `protobuf:"varint,11,opt,name=memberNum" json:"memberNum,omitempty"` - ChannelType *uint32 `protobuf:"varint,12,opt,name=channelType" json:"channelType,omitempty"` - PrivateType *uint32 `protobuf:"varint,13,opt,name=privateType" json:"privateType,omitempty"` -} - -func (x *ChannelMsgCtrlHead) Reset() { - *x = ChannelMsgCtrlHead{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_common_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelMsgCtrlHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelMsgCtrlHead) ProtoMessage() {} - -func (x *ChannelMsgCtrlHead) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_common_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelMsgCtrlHead.ProtoReflect.Descriptor instead. -func (*ChannelMsgCtrlHead) Descriptor() ([]byte, []int) { - return file_pb_channel_common_proto_rawDescGZIP(), []int{9} + IncludeUin []uint64 `protobuf:"varint,1,rep"` + ExcludeUin []uint64 `protobuf:"varint,2,rep"` + Featureid []uint64 `protobuf:"varint,3,rep"` + OfflineFlag *uint32 `protobuf:"varint,4,opt"` + Visibility *uint32 `protobuf:"varint,5,opt"` + CtrlFlag *uint64 `protobuf:"varint,6,opt"` + Events []*ChannelEvent `protobuf:"bytes,7,rep"` + Level *uint64 `protobuf:"varint,8,opt"` + PersonalLevels []*PersonalLevel `protobuf:"bytes,9,rep"` + GuildSyncSeq *uint64 `protobuf:"varint,10,opt"` + MemberNum *uint32 `protobuf:"varint,11,opt"` + ChannelType *uint32 `protobuf:"varint,12,opt"` + PrivateType *uint32 `protobuf:"varint,13,opt"` } func (x *ChannelMsgCtrlHead) GetIncludeUin() []uint64 { @@ -893,44 +518,8 @@ func (x *ChannelMsgCtrlHead) GetPrivateType() uint32 { } type ChannelMsgHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RoutingHead *ChannelRoutingHead `protobuf:"bytes,1,opt,name=routingHead" json:"routingHead,omitempty"` - ContentHead *ChannelContentHead `protobuf:"bytes,2,opt,name=contentHead" json:"contentHead,omitempty"` -} - -func (x *ChannelMsgHead) Reset() { - *x = ChannelMsgHead{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_common_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelMsgHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelMsgHead) ProtoMessage() {} - -func (x *ChannelMsgHead) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_common_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelMsgHead.ProtoReflect.Descriptor instead. -func (*ChannelMsgHead) Descriptor() ([]byte, []int) { - return file_pb_channel_common_proto_rawDescGZIP(), []int{10} + RoutingHead *ChannelRoutingHead `protobuf:"bytes,1,opt"` + ContentHead *ChannelContentHead `protobuf:"bytes,2,opt"` } func (x *ChannelMsgHead) GetRoutingHead() *ChannelRoutingHead { @@ -948,43 +537,7 @@ func (x *ChannelMsgHead) GetContentHead() *ChannelContentHead { } type ChannelMsgMeta struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - AtAllSeq *uint64 `protobuf:"varint,1,opt,name=atAllSeq" json:"atAllSeq,omitempty"` -} - -func (x *ChannelMsgMeta) Reset() { - *x = ChannelMsgMeta{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_common_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelMsgMeta) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelMsgMeta) ProtoMessage() {} - -func (x *ChannelMsgMeta) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_common_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelMsgMeta.ProtoReflect.Descriptor instead. -func (*ChannelMsgMeta) Descriptor() ([]byte, []int) { - return file_pb_channel_common_proto_rawDescGZIP(), []int{11} + AtAllSeq *uint64 `protobuf:"varint,1,opt"` } func (x *ChannelMsgMeta) GetAtAllSeq() uint64 { @@ -995,47 +548,11 @@ func (x *ChannelMsgMeta) GetAtAllSeq() uint64 { } type ChannelMsgOpInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - OperatorTinyid *uint64 `protobuf:"varint,1,opt,name=operatorTinyid" json:"operatorTinyid,omitempty"` - OperatorRole *uint64 `protobuf:"varint,2,opt,name=operatorRole" json:"operatorRole,omitempty"` - Reason *uint64 `protobuf:"varint,3,opt,name=reason" json:"reason,omitempty"` - Timestamp *uint64 `protobuf:"varint,4,opt,name=timestamp" json:"timestamp,omitempty"` - AtType *uint64 `protobuf:"varint,5,opt,name=atType" json:"atType,omitempty"` -} - -func (x *ChannelMsgOpInfo) Reset() { - *x = ChannelMsgOpInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_common_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelMsgOpInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelMsgOpInfo) ProtoMessage() {} - -func (x *ChannelMsgOpInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_common_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelMsgOpInfo.ProtoReflect.Descriptor instead. -func (*ChannelMsgOpInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_common_proto_rawDescGZIP(), []int{12} + OperatorTinyid *uint64 `protobuf:"varint,1,opt"` + OperatorRole *uint64 `protobuf:"varint,2,opt"` + Reason *uint64 `protobuf:"varint,3,opt"` + Timestamp *uint64 `protobuf:"varint,4,opt"` + AtType *uint64 `protobuf:"varint,5,opt"` } func (x *ChannelMsgOpInfo) GetOperatorTinyid() uint64 { @@ -1074,44 +591,8 @@ func (x *ChannelMsgOpInfo) GetAtType() uint64 { } type PersonalLevel struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ToUin *uint64 `protobuf:"varint,1,opt,name=toUin" json:"toUin,omitempty"` - Level *uint64 `protobuf:"varint,2,opt,name=level" json:"level,omitempty"` -} - -func (x *PersonalLevel) Reset() { - *x = PersonalLevel{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_common_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PersonalLevel) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PersonalLevel) ProtoMessage() {} - -func (x *PersonalLevel) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_common_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PersonalLevel.ProtoReflect.Descriptor instead. -func (*PersonalLevel) Descriptor() ([]byte, []int) { - return file_pb_channel_common_proto_rawDescGZIP(), []int{13} + ToUin *uint64 `protobuf:"varint,1,opt"` + Level *uint64 `protobuf:"varint,2,opt"` } func (x *PersonalLevel) GetToUin() uint64 { @@ -1129,45 +610,9 @@ func (x *PersonalLevel) GetLevel() uint64 { } type ChannelRole struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id *uint64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"` - Info []byte `protobuf:"bytes,2,opt,name=info" json:"info,omitempty"` - Flag *uint32 `protobuf:"varint,3,opt,name=flag" json:"flag,omitempty"` -} - -func (x *ChannelRole) Reset() { - *x = ChannelRole{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_common_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelRole) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelRole) ProtoMessage() {} - -func (x *ChannelRole) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_common_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelRole.ProtoReflect.Descriptor instead. -func (*ChannelRole) Descriptor() ([]byte, []int) { - return file_pb_channel_common_proto_rawDescGZIP(), []int{14} + Id *uint64 `protobuf:"varint,1,opt"` + Info []byte `protobuf:"bytes,2,opt"` + Flag *uint32 `protobuf:"varint,3,opt"` } func (x *ChannelRole) GetId() uint64 { @@ -1192,49 +637,13 @@ func (x *ChannelRole) GetFlag() uint32 { } type ChannelRoutingHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildId *uint64 `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"` - ChannelId *uint64 `protobuf:"varint,2,opt,name=channelId" json:"channelId,omitempty"` - FromUin *uint64 `protobuf:"varint,3,opt,name=fromUin" json:"fromUin,omitempty"` - FromTinyid *uint64 `protobuf:"varint,4,opt,name=fromTinyid" json:"fromTinyid,omitempty"` - GuildCode *uint64 `protobuf:"varint,5,opt,name=guildCode" json:"guildCode,omitempty"` - FromAppid *uint64 `protobuf:"varint,6,opt,name=fromAppid" json:"fromAppid,omitempty"` - DirectMessageFlag *uint32 `protobuf:"varint,7,opt,name=directMessageFlag" json:"directMessageFlag,omitempty"` -} - -func (x *ChannelRoutingHead) Reset() { - *x = ChannelRoutingHead{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_common_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelRoutingHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelRoutingHead) ProtoMessage() {} - -func (x *ChannelRoutingHead) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_common_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelRoutingHead.ProtoReflect.Descriptor instead. -func (*ChannelRoutingHead) Descriptor() ([]byte, []int) { - return file_pb_channel_common_proto_rawDescGZIP(), []int{15} + GuildId *uint64 `protobuf:"varint,1,opt"` + ChannelId *uint64 `protobuf:"varint,2,opt"` + FromUin *uint64 `protobuf:"varint,3,opt"` + FromTinyid *uint64 `protobuf:"varint,4,opt"` + GuildCode *uint64 `protobuf:"varint,5,opt"` + FromAppid *uint64 `protobuf:"varint,6,opt"` + DirectMessageFlag *uint32 `protobuf:"varint,7,opt"` } func (x *ChannelRoutingHead) GetGuildId() uint64 { @@ -1285,470 +694,3 @@ func (x *ChannelRoutingHead) GetDirectMessageFlag() uint32 { } return 0 } - -var File_pb_channel_common_proto protoreflect.FileDescriptor - -var file_pb_channel_common_proto_rawDesc = []byte{ - 0x0a, 0x17, 0x70, 0x62, 0x2f, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2f, 0x63, 0x6f, 0x6d, - 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x63, 0x68, 0x61, 0x6e, 0x6e, - 0x65, 0x6c, 0x1a, 0x10, 0x70, 0x62, 0x2f, 0x6d, 0x73, 0x67, 0x2f, 0x6d, 0x73, 0x67, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xac, 0x01, 0x0a, 0x12, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x48, 0x65, 0x61, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, - 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, - 0x18, 0x0a, 0x07, 0x73, 0x75, 0x62, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x07, 0x73, 0x75, 0x62, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x61, 0x6e, - 0x64, 0x6f, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x72, 0x61, 0x6e, 0x64, 0x6f, - 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, - 0x73, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x6e, 0x74, 0x53, 0x65, 0x71, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x06, 0x63, 0x6e, 0x74, 0x53, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x74, - 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x12, - 0x12, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x6d, - 0x65, 0x74, 0x61, 0x22, 0xeb, 0x01, 0x0a, 0x13, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, - 0x73, 0x73, 0x61, 0x67, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x75, - 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x16, 0x0a, - 0x06, 0x74, 0x69, 0x6e, 0x79, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x74, - 0x69, 0x6e, 0x79, 0x69, 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x47, - 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x73, 0x6f, - 0x75, 0x72, 0x63, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x73, - 0x6f, 0x75, 0x72, 0x63, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x47, 0x75, 0x69, 0x6c, - 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, - 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, - 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x61, 0x6d, - 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x79, 0x70, 0x65, 0x18, - 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x79, 0x70, - 0x65, 0x22, 0x6f, 0x0a, 0x0c, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x45, 0x76, 0x65, 0x6e, - 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, - 0x31, 0x0a, 0x06, 0x6f, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x19, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x4d, 0x73, 0x67, 0x4f, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x06, 0x6f, 0x70, 0x49, 0x6e, - 0x66, 0x6f, 0x22, 0xca, 0x04, 0x0a, 0x0e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x45, 0x78, - 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x72, 0x6f, 0x6d, 0x4e, 0x69, 0x63, - 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x66, 0x72, 0x6f, 0x6d, 0x4e, 0x69, 0x63, - 0x6b, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x12, - 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4e, 0x61, 0x6d, - 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, - 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x79, 0x70, 0x65, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x79, 0x70, - 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x6f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x46, 0x6c, 0x61, 0x67, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x6f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x46, - 0x6c, 0x61, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x61, 0x6d, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, - 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x6e, 0x61, 0x6d, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, - 0x1e, 0x0a, 0x0a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, - 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x09, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x22, 0x0a, - 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, - 0x6e, 0x12, 0x2d, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, - 0x6e, 0x65, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, - 0x12, 0x38, 0x0a, 0x0c, 0x66, 0x72, 0x6f, 0x6d, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, - 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x0c, 0x66, 0x72, - 0x6f, 0x6d, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x43, 0x0a, 0x0d, 0x66, 0x72, - 0x65, 0x71, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x0d, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x1d, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, - 0x6e, 0x65, 0x6c, 0x46, 0x72, 0x65, 0x71, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x49, 0x6e, 0x66, 0x6f, - 0x52, 0x0d, 0x66, 0x72, 0x65, 0x71, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, - 0x4e, 0x0a, 0x13, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, - 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x0e, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x63, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x73, - 0x73, 0x61, 0x67, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x13, 0x64, 0x69, 0x72, 0x65, - 0x63, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x22, - 0x7a, 0x0a, 0x14, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x46, 0x72, 0x65, 0x71, 0x4c, 0x69, - 0x6d, 0x69, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x4c, 0x69, 0x6d, - 0x69, 0x74, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x69, 0x73, 0x4c, 0x69, - 0x6d, 0x69, 0x74, 0x65, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x65, 0x66, 0x74, 0x43, 0x6f, 0x75, - 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x6c, 0x65, 0x66, 0x74, 0x43, 0x6f, - 0x75, 0x6e, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x54, 0x69, 0x6d, 0x65, - 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0e, 0x6c, 0x69, 0x6d, - 0x69, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x22, 0x5d, 0x0a, 0x0b, 0x43, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, - 0x0a, 0x05, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x63, - 0x6f, 0x6c, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x68, 0x6f, 0x69, 0x73, 0x74, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x05, 0x68, 0x6f, 0x69, 0x73, 0x74, 0x22, 0x4d, 0x0a, 0x0f, 0x43, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x53, 0x69, 0x67, 0x12, 0x12, 0x0a, - 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x74, 0x79, 0x70, - 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x69, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, - 0x73, 0x69, 0x67, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x22, 0x5d, 0x0a, 0x0b, 0x43, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x65, 0x74, 0x61, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x72, 0x6f, 0x6d, - 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, - 0x69, 0x6e, 0x12, 0x34, 0x0a, 0x08, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x53, 0x69, 0x67, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x53, 0x69, 0x67, 0x52, 0x08, - 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x53, 0x69, 0x67, 0x22, 0xd2, 0x01, 0x0a, 0x11, 0x43, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x2b, - 0x0a, 0x04, 0x68, 0x65, 0x61, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x63, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, - 0x67, 0x48, 0x65, 0x61, 0x64, 0x52, 0x04, 0x68, 0x65, 0x61, 0x64, 0x12, 0x37, 0x0a, 0x08, 0x63, - 0x74, 0x72, 0x6c, 0x48, 0x65, 0x61, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, - 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, - 0x73, 0x67, 0x43, 0x74, 0x72, 0x6c, 0x48, 0x65, 0x61, 0x64, 0x52, 0x08, 0x63, 0x74, 0x72, 0x6c, - 0x48, 0x65, 0x61, 0x64, 0x12, 0x24, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, - 0x42, 0x6f, 0x64, 0x79, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x31, 0x0a, 0x07, 0x65, 0x78, - 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x63, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x45, 0x78, 0x74, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x65, 0x78, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0xdb, 0x03, - 0x0a, 0x12, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x43, 0x74, 0x72, 0x6c, - 0x48, 0x65, 0x61, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x55, - 0x69, 0x6e, 0x18, 0x01, 0x20, 0x03, 0x28, 0x04, 0x52, 0x0a, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x64, - 0x65, 0x55, 0x69, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x55, - 0x69, 0x6e, 0x18, 0x02, 0x20, 0x03, 0x28, 0x04, 0x52, 0x0a, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, - 0x65, 0x55, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x69, - 0x64, 0x18, 0x03, 0x20, 0x03, 0x28, 0x04, 0x52, 0x09, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, - 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x6f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x46, 0x6c, 0x61, - 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x6f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65, - 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, - 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, - 0x6c, 0x69, 0x74, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x74, 0x72, 0x6c, 0x46, 0x6c, 0x61, 0x67, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x63, 0x74, 0x72, 0x6c, 0x46, 0x6c, 0x61, 0x67, - 0x12, 0x2d, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x15, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, - 0x65, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, - 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, - 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x3e, 0x0a, 0x0e, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x61, - 0x6c, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e, - 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x61, 0x6c, - 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x52, 0x0e, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x61, 0x6c, 0x4c, - 0x65, 0x76, 0x65, 0x6c, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x53, 0x79, - 0x6e, 0x63, 0x53, 0x65, 0x71, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x67, 0x75, 0x69, - 0x6c, 0x64, 0x53, 0x79, 0x6e, 0x63, 0x53, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, - 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x63, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x72, 0x69, - 0x76, 0x61, 0x74, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, - 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x54, 0x79, 0x70, 0x65, 0x22, 0x8e, 0x01, 0x0a, 0x0e, - 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x48, 0x65, 0x61, 0x64, 0x12, 0x3d, - 0x0a, 0x0b, 0x72, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, 0x48, 0x65, 0x61, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x52, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, 0x48, 0x65, 0x61, 0x64, - 0x52, 0x0b, 0x72, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, 0x48, 0x65, 0x61, 0x64, 0x12, 0x3d, 0x0a, - 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x48, 0x65, 0x61, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x48, 0x65, 0x61, 0x64, 0x52, - 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x48, 0x65, 0x61, 0x64, 0x22, 0x2c, 0x0a, 0x0e, - 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x4d, 0x65, 0x74, 0x61, 0x12, 0x1a, - 0x0a, 0x08, 0x61, 0x74, 0x41, 0x6c, 0x6c, 0x53, 0x65, 0x71, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x08, 0x61, 0x74, 0x41, 0x6c, 0x6c, 0x53, 0x65, 0x71, 0x22, 0xac, 0x01, 0x0a, 0x10, 0x43, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x4f, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, - 0x26, 0x0a, 0x0e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x54, 0x69, 0x6e, 0x79, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, - 0x72, 0x54, 0x69, 0x6e, 0x79, 0x69, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x6f, 0x70, 0x65, 0x72, 0x61, - 0x74, 0x6f, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x6f, - 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, - 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x72, 0x65, 0x61, - 0x73, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, - 0x70, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x06, 0x61, 0x74, 0x54, 0x79, 0x70, 0x65, 0x22, 0x3b, 0x0a, 0x0d, 0x50, 0x65, 0x72, - 0x73, 0x6f, 0x6e, 0x61, 0x6c, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, - 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, - 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x22, 0x45, 0x0a, 0x0b, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x6c, 0x61, - 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x22, 0xf0, 0x01, - 0x0a, 0x12, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x52, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, - 0x48, 0x65, 0x61, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x1c, - 0x0a, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, - 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x66, - 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x72, 0x6f, 0x6d, 0x54, 0x69, - 0x6e, 0x79, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x66, 0x72, 0x6f, 0x6d, - 0x54, 0x69, 0x6e, 0x79, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x43, - 0x6f, 0x64, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, - 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x72, 0x6f, 0x6d, 0x41, 0x70, 0x70, 0x69, - 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x66, 0x72, 0x6f, 0x6d, 0x41, 0x70, 0x70, - 0x69, 0x64, 0x12, 0x2c, 0x0a, 0x11, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x11, 0x64, - 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x46, 0x6c, 0x61, 0x67, - 0x42, 0x14, 0x5a, 0x12, 0x70, 0x62, 0x2f, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x3b, 0x63, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, -} - -var ( - file_pb_channel_common_proto_rawDescOnce sync.Once - file_pb_channel_common_proto_rawDescData = file_pb_channel_common_proto_rawDesc -) - -func file_pb_channel_common_proto_rawDescGZIP() []byte { - file_pb_channel_common_proto_rawDescOnce.Do(func() { - file_pb_channel_common_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_channel_common_proto_rawDescData) - }) - return file_pb_channel_common_proto_rawDescData -} - -var file_pb_channel_common_proto_msgTypes = make([]protoimpl.MessageInfo, 16) -var file_pb_channel_common_proto_goTypes = []interface{}{ - (*ChannelContentHead)(nil), // 0: channel.ChannelContentHead - (*DirectMessageMember)(nil), // 1: channel.DirectMessageMember - (*ChannelEvent)(nil), // 2: channel.ChannelEvent - (*ChannelExtInfo)(nil), // 3: channel.ChannelExtInfo - (*ChannelFreqLimitInfo)(nil), // 4: channel.ChannelFreqLimitInfo - (*ChannelInfo)(nil), // 5: channel.ChannelInfo - (*ChannelLoginSig)(nil), // 6: channel.ChannelLoginSig - (*ChannelMeta)(nil), // 7: channel.ChannelMeta - (*ChannelMsgContent)(nil), // 8: channel.ChannelMsgContent - (*ChannelMsgCtrlHead)(nil), // 9: channel.ChannelMsgCtrlHead - (*ChannelMsgHead)(nil), // 10: channel.ChannelMsgHead - (*ChannelMsgMeta)(nil), // 11: channel.ChannelMsgMeta - (*ChannelMsgOpInfo)(nil), // 12: channel.ChannelMsgOpInfo - (*PersonalLevel)(nil), // 13: channel.PersonalLevel - (*ChannelRole)(nil), // 14: channel.ChannelRole - (*ChannelRoutingHead)(nil), // 15: channel.ChannelRoutingHead - (*msg.MessageBody)(nil), // 16: msg.MessageBody -} -var file_pb_channel_common_proto_depIdxs = []int32{ - 12, // 0: channel.ChannelEvent.opInfo:type_name -> channel.ChannelMsgOpInfo - 2, // 1: channel.ChannelExtInfo.events:type_name -> channel.ChannelEvent - 14, // 2: channel.ChannelExtInfo.fromRoleInfo:type_name -> channel.ChannelRole - 4, // 3: channel.ChannelExtInfo.freqLimitInfo:type_name -> channel.ChannelFreqLimitInfo - 1, // 4: channel.ChannelExtInfo.directMessageMember:type_name -> channel.DirectMessageMember - 6, // 5: channel.ChannelMeta.loginSig:type_name -> channel.ChannelLoginSig - 10, // 6: channel.ChannelMsgContent.head:type_name -> channel.ChannelMsgHead - 9, // 7: channel.ChannelMsgContent.ctrlHead:type_name -> channel.ChannelMsgCtrlHead - 16, // 8: channel.ChannelMsgContent.body:type_name -> msg.MessageBody - 3, // 9: channel.ChannelMsgContent.extInfo:type_name -> channel.ChannelExtInfo - 2, // 10: channel.ChannelMsgCtrlHead.events:type_name -> channel.ChannelEvent - 13, // 11: channel.ChannelMsgCtrlHead.personalLevels:type_name -> channel.PersonalLevel - 15, // 12: channel.ChannelMsgHead.routingHead:type_name -> channel.ChannelRoutingHead - 0, // 13: channel.ChannelMsgHead.contentHead:type_name -> channel.ChannelContentHead - 14, // [14:14] is the sub-list for method output_type - 14, // [14:14] is the sub-list for method input_type - 14, // [14:14] is the sub-list for extension type_name - 14, // [14:14] is the sub-list for extension extendee - 0, // [0:14] is the sub-list for field type_name -} - -func init() { file_pb_channel_common_proto_init() } -func file_pb_channel_common_proto_init() { - if File_pb_channel_common_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_pb_channel_common_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelContentHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_common_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DirectMessageMember); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_common_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelEvent); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_common_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelExtInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_common_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelFreqLimitInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_common_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_common_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelLoginSig); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_common_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelMeta); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_common_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelMsgContent); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_common_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelMsgCtrlHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_common_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelMsgHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_common_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelMsgMeta); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_common_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelMsgOpInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_common_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PersonalLevel); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_common_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelRole); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_common_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelRoutingHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_pb_channel_common_proto_rawDesc, - NumEnums: 0, - NumMessages: 16, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_pb_channel_common_proto_goTypes, - DependencyIndexes: file_pb_channel_common_proto_depIdxs, - MessageInfos: file_pb_channel_common_proto_msgTypes, - }.Build() - File_pb_channel_common_proto = out.File - file_pb_channel_common_proto_rawDesc = nil - file_pb_channel_common_proto_goTypes = nil - file_pb_channel_common_proto_depIdxs = nil -} diff --git a/client/pb/channel/msgpush.pb.go b/client/pb/channel/msgpush.pb.go index c5838490..bc66d6f9 100644 --- a/client/pb/channel/msgpush.pb.go +++ b/client/pb/channel/msgpush.pb.go @@ -1,64 +1,10 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.27.1 -// protoc v3.14.0 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: pb/channel/msgpush.proto package channel -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type FocusInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ChannelIdList []uint64 `protobuf:"varint,1,rep,name=channelIdList" json:"channelIdList,omitempty"` -} - -func (x *FocusInfo) Reset() { - *x = FocusInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_msgpush_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FocusInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FocusInfo) ProtoMessage() {} - -func (x *FocusInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_msgpush_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FocusInfo.ProtoReflect.Descriptor instead. -func (*FocusInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_msgpush_proto_rawDescGZIP(), []int{0} + ChannelIdList []uint64 `protobuf:"varint,1,rep"` } func (x *FocusInfo) GetChannelIdList() []uint64 { @@ -69,50 +15,14 @@ func (x *FocusInfo) GetChannelIdList() []uint64 { } type MsgOnlinePush struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Msgs []*ChannelMsgContent `protobuf:"bytes,1,rep,name=msgs" json:"msgs,omitempty"` - GeneralFlag *uint32 `protobuf:"varint,2,opt,name=generalFlag" json:"generalFlag,omitempty"` - NeedResp *uint32 `protobuf:"varint,3,opt,name=needResp" json:"needResp,omitempty"` - ServerBuf []byte `protobuf:"bytes,4,opt,name=serverBuf" json:"serverBuf,omitempty"` - CompressFlag *uint32 `protobuf:"varint,5,opt,name=compressFlag" json:"compressFlag,omitempty"` - CompressMsg []byte `protobuf:"bytes,6,opt,name=compressMsg" json:"compressMsg,omitempty"` - FocusInfo *FocusInfo `protobuf:"bytes,7,opt,name=focusInfo" json:"focusInfo,omitempty"` - HugeFlag *uint32 `protobuf:"varint,8,opt,name=hugeFlag" json:"hugeFlag,omitempty"` -} - -func (x *MsgOnlinePush) Reset() { - *x = MsgOnlinePush{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_msgpush_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MsgOnlinePush) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MsgOnlinePush) ProtoMessage() {} - -func (x *MsgOnlinePush) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_msgpush_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MsgOnlinePush.ProtoReflect.Descriptor instead. -func (*MsgOnlinePush) Descriptor() ([]byte, []int) { - return file_pb_channel_msgpush_proto_rawDescGZIP(), []int{1} + Msgs []*ChannelMsgContent `protobuf:"bytes,1,rep"` + GeneralFlag *uint32 `protobuf:"varint,2,opt"` + NeedResp *uint32 `protobuf:"varint,3,opt"` + ServerBuf []byte `protobuf:"bytes,4,opt"` + CompressFlag *uint32 `protobuf:"varint,5,opt"` + CompressMsg []byte `protobuf:"bytes,6,opt"` + FocusInfo *FocusInfo `protobuf:"bytes,7,opt"` + HugeFlag *uint32 `protobuf:"varint,8,opt"` } func (x *MsgOnlinePush) GetMsgs() []*ChannelMsgContent { @@ -172,43 +82,7 @@ func (x *MsgOnlinePush) GetHugeFlag() uint32 { } type MsgPushResp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ServerBuf []byte `protobuf:"bytes,1,opt,name=serverBuf" json:"serverBuf,omitempty"` -} - -func (x *MsgPushResp) Reset() { - *x = MsgPushResp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_msgpush_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MsgPushResp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MsgPushResp) ProtoMessage() {} - -func (x *MsgPushResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_msgpush_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MsgPushResp.ProtoReflect.Descriptor instead. -func (*MsgPushResp) Descriptor() ([]byte, []int) { - return file_pb_channel_msgpush_proto_rawDescGZIP(), []int{2} + ServerBuf []byte `protobuf:"bytes,1,opt"` } func (x *MsgPushResp) GetServerBuf() []byte { @@ -219,43 +93,7 @@ func (x *MsgPushResp) GetServerBuf() []byte { } type PressMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Msgs []*ChannelMsgContent `protobuf:"bytes,1,rep,name=msgs" json:"msgs,omitempty"` -} - -func (x *PressMsg) Reset() { - *x = PressMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_msgpush_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PressMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PressMsg) ProtoMessage() {} - -func (x *PressMsg) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_msgpush_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PressMsg.ProtoReflect.Descriptor instead. -func (*PressMsg) Descriptor() ([]byte, []int) { - return file_pb_channel_msgpush_proto_rawDescGZIP(), []int{3} + Msgs []*ChannelMsgContent `protobuf:"bytes,1,rep"` } func (x *PressMsg) GetMsgs() []*ChannelMsgContent { @@ -266,45 +104,9 @@ func (x *PressMsg) GetMsgs() []*ChannelMsgContent { } type ServerBuf struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SvrIp *uint32 `protobuf:"varint,1,opt,name=svrIp" json:"svrIp,omitempty"` - SvrPort *uint32 `protobuf:"varint,2,opt,name=svrPort" json:"svrPort,omitempty"` - EchoKey []byte `protobuf:"bytes,3,opt,name=echoKey" json:"echoKey,omitempty"` -} - -func (x *ServerBuf) Reset() { - *x = ServerBuf{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_msgpush_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ServerBuf) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ServerBuf) ProtoMessage() {} - -func (x *ServerBuf) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_msgpush_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ServerBuf.ProtoReflect.Descriptor instead. -func (*ServerBuf) Descriptor() ([]byte, []int) { - return file_pb_channel_msgpush_proto_rawDescGZIP(), []int{4} + SvrIp *uint32 `protobuf:"varint,1,opt"` + SvrPort *uint32 `protobuf:"varint,2,opt"` + EchoKey []byte `protobuf:"bytes,3,opt"` } func (x *ServerBuf) GetSvrIp() uint32 { @@ -327,168 +129,3 @@ func (x *ServerBuf) GetEchoKey() []byte { } return nil } - -var File_pb_channel_msgpush_proto protoreflect.FileDescriptor - -var file_pb_channel_msgpush_proto_rawDesc = []byte{ - 0x0a, 0x18, 0x70, 0x62, 0x2f, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2f, 0x6d, 0x73, 0x67, - 0x70, 0x75, 0x73, 0x68, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x63, 0x68, 0x61, 0x6e, - 0x6e, 0x65, 0x6c, 0x1a, 0x17, 0x70, 0x62, 0x2f, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2f, - 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x31, 0x0a, 0x09, - 0x46, 0x6f, 0x63, 0x75, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x04, - 0x52, 0x0d, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x22, - 0xaf, 0x02, 0x0a, 0x0d, 0x4d, 0x73, 0x67, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x75, 0x73, - 0x68, 0x12, 0x2e, 0x0a, 0x04, 0x6d, 0x73, 0x67, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x1a, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x4d, 0x73, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x52, 0x04, 0x6d, 0x73, 0x67, - 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x46, 0x6c, 0x61, 0x67, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x46, - 0x6c, 0x61, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x65, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x6e, 0x65, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, - 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x42, 0x75, 0x66, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x42, 0x75, 0x66, 0x12, 0x22, 0x0a, - 0x0c, 0x63, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x63, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, 0x46, 0x6c, 0x61, - 0x67, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, 0x4d, 0x73, 0x67, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, - 0x4d, 0x73, 0x67, 0x12, 0x30, 0x0a, 0x09, 0x66, 0x6f, 0x63, 0x75, 0x73, 0x49, 0x6e, 0x66, 0x6f, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x2e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x09, 0x66, 0x6f, 0x63, 0x75, - 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x68, 0x75, 0x67, 0x65, 0x46, 0x6c, 0x61, - 0x67, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x68, 0x75, 0x67, 0x65, 0x46, 0x6c, 0x61, - 0x67, 0x22, 0x2b, 0x0a, 0x0b, 0x4d, 0x73, 0x67, 0x50, 0x75, 0x73, 0x68, 0x52, 0x65, 0x73, 0x70, - 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x42, 0x75, 0x66, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x42, 0x75, 0x66, 0x22, 0x3a, - 0x0a, 0x08, 0x50, 0x72, 0x65, 0x73, 0x73, 0x4d, 0x73, 0x67, 0x12, 0x2e, 0x0a, 0x04, 0x6d, 0x73, - 0x67, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, - 0x65, 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x43, 0x6f, 0x6e, - 0x74, 0x65, 0x6e, 0x74, 0x52, 0x04, 0x6d, 0x73, 0x67, 0x73, 0x22, 0x55, 0x0a, 0x09, 0x53, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x42, 0x75, 0x66, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x76, 0x72, 0x49, 0x70, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x73, 0x76, 0x72, 0x49, 0x70, 0x12, 0x18, 0x0a, - 0x07, 0x73, 0x76, 0x72, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, - 0x73, 0x76, 0x72, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x63, 0x68, 0x6f, 0x4b, - 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x65, 0x63, 0x68, 0x6f, 0x4b, 0x65, - 0x79, 0x42, 0x14, 0x5a, 0x12, 0x70, 0x62, 0x2f, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x3b, - 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, -} - -var ( - file_pb_channel_msgpush_proto_rawDescOnce sync.Once - file_pb_channel_msgpush_proto_rawDescData = file_pb_channel_msgpush_proto_rawDesc -) - -func file_pb_channel_msgpush_proto_rawDescGZIP() []byte { - file_pb_channel_msgpush_proto_rawDescOnce.Do(func() { - file_pb_channel_msgpush_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_channel_msgpush_proto_rawDescData) - }) - return file_pb_channel_msgpush_proto_rawDescData -} - -var file_pb_channel_msgpush_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_pb_channel_msgpush_proto_goTypes = []interface{}{ - (*FocusInfo)(nil), // 0: channel.FocusInfo - (*MsgOnlinePush)(nil), // 1: channel.MsgOnlinePush - (*MsgPushResp)(nil), // 2: channel.MsgPushResp - (*PressMsg)(nil), // 3: channel.PressMsg - (*ServerBuf)(nil), // 4: channel.ServerBuf - (*ChannelMsgContent)(nil), // 5: channel.ChannelMsgContent -} -var file_pb_channel_msgpush_proto_depIdxs = []int32{ - 5, // 0: channel.MsgOnlinePush.msgs:type_name -> channel.ChannelMsgContent - 0, // 1: channel.MsgOnlinePush.focusInfo:type_name -> channel.FocusInfo - 5, // 2: channel.PressMsg.msgs:type_name -> channel.ChannelMsgContent - 3, // [3:3] is the sub-list for method output_type - 3, // [3:3] is the sub-list for method input_type - 3, // [3:3] is the sub-list for extension type_name - 3, // [3:3] is the sub-list for extension extendee - 0, // [0:3] is the sub-list for field type_name -} - -func init() { file_pb_channel_msgpush_proto_init() } -func file_pb_channel_msgpush_proto_init() { - if File_pb_channel_msgpush_proto != nil { - return - } - file_pb_channel_common_proto_init() - if !protoimpl.UnsafeEnabled { - file_pb_channel_msgpush_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FocusInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_msgpush_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MsgOnlinePush); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_msgpush_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MsgPushResp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_msgpush_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PressMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_msgpush_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ServerBuf); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_pb_channel_msgpush_proto_rawDesc, - NumEnums: 0, - NumMessages: 5, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_pb_channel_msgpush_proto_goTypes, - DependencyIndexes: file_pb_channel_msgpush_proto_depIdxs, - MessageInfos: file_pb_channel_msgpush_proto_msgTypes, - }.Build() - File_pb_channel_msgpush_proto = out.File - file_pb_channel_msgpush_proto_rawDesc = nil - file_pb_channel_msgpush_proto_goTypes = nil - file_pb_channel_msgpush_proto_depIdxs = nil -} diff --git a/client/pb/channel/oidb0xf62.pb.go b/client/pb/channel/oidb0xf62.pb.go index bfa4bedd..a41a2588 100644 --- a/client/pb/channel/oidb0xf62.pb.go +++ b/client/pb/channel/oidb0xf62.pb.go @@ -1,65 +1,14 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.27.1 -// protoc v3.14.0 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: pb/channel/oidb0xf62.proto package channel import ( - reflect "reflect" - sync "sync" - msg "github.com/Mrs4s/MiraiGo/client/pb/msg" - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) type DF62ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Msg *ChannelMsgContent `protobuf:"bytes,1,opt,name=msg" json:"msg,omitempty"` -} - -func (x *DF62ReqBody) Reset() { - *x = DF62ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_oidb0xf62_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DF62ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DF62ReqBody) ProtoMessage() {} - -func (x *DF62ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_oidb0xf62_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DF62ReqBody.ProtoReflect.Descriptor instead. -func (*DF62ReqBody) Descriptor() ([]byte, []int) { - return file_pb_channel_oidb0xf62_proto_rawDescGZIP(), []int{0} + Msg *ChannelMsgContent `protobuf:"bytes,1,opt"` } func (x *DF62ReqBody) GetMsg() *ChannelMsgContent { @@ -70,50 +19,14 @@ func (x *DF62ReqBody) GetMsg() *ChannelMsgContent { } type DF62RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` - Errmsg []byte `protobuf:"bytes,2,opt,name=errmsg" json:"errmsg,omitempty"` - SendTime *uint32 `protobuf:"varint,3,opt,name=sendTime" json:"sendTime,omitempty"` - Head *ChannelMsgHead `protobuf:"bytes,4,opt,name=head" json:"head,omitempty"` - ErrType *uint32 `protobuf:"varint,5,opt,name=errType" json:"errType,omitempty"` - TransSvrInfo *TransSvrInfo `protobuf:"bytes,6,opt,name=transSvrInfo" json:"transSvrInfo,omitempty"` - FreqLimitInfo *ChannelFreqLimitInfo `protobuf:"bytes,7,opt,name=freqLimitInfo" json:"freqLimitInfo,omitempty"` - Body *msg.MessageBody `protobuf:"bytes,8,opt,name=body" json:"body,omitempty"` -} - -func (x *DF62RspBody) Reset() { - *x = DF62RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_oidb0xf62_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DF62RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DF62RspBody) ProtoMessage() {} - -func (x *DF62RspBody) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_oidb0xf62_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DF62RspBody.ProtoReflect.Descriptor instead. -func (*DF62RspBody) Descriptor() ([]byte, []int) { - return file_pb_channel_oidb0xf62_proto_rawDescGZIP(), []int{1} + Result *uint32 `protobuf:"varint,1,opt"` + Errmsg []byte `protobuf:"bytes,2,opt"` + SendTime *uint32 `protobuf:"varint,3,opt"` + Head *ChannelMsgHead `protobuf:"bytes,4,opt"` + ErrType *uint32 `protobuf:"varint,5,opt"` + TransSvrInfo *TransSvrInfo `protobuf:"bytes,6,opt"` + FreqLimitInfo *ChannelFreqLimitInfo `protobuf:"bytes,7,opt"` + Body *msg.MessageBody `protobuf:"bytes,8,opt"` } func (x *DF62RspBody) GetResult() uint32 { @@ -173,46 +86,10 @@ func (x *DF62RspBody) GetBody() *msg.MessageBody { } type TransSvrInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SubType *uint32 `protobuf:"varint,1,opt,name=subType" json:"subType,omitempty"` - RetCode *int32 `protobuf:"varint,2,opt,name=retCode" json:"retCode,omitempty"` - ErrMsg []byte `protobuf:"bytes,3,opt,name=errMsg" json:"errMsg,omitempty"` - TransInfo []byte `protobuf:"bytes,4,opt,name=transInfo" json:"transInfo,omitempty"` -} - -func (x *TransSvrInfo) Reset() { - *x = TransSvrInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_oidb0xf62_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TransSvrInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TransSvrInfo) ProtoMessage() {} - -func (x *TransSvrInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_oidb0xf62_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TransSvrInfo.ProtoReflect.Descriptor instead. -func (*TransSvrInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_oidb0xf62_proto_rawDescGZIP(), []int{2} + SubType *uint32 `protobuf:"varint,1,opt"` + RetCode *int32 `protobuf:"varint,2,opt"` + ErrMsg []byte `protobuf:"bytes,3,opt"` + TransInfo []byte `protobuf:"bytes,4,opt"` } func (x *TransSvrInfo) GetSubType() uint32 { @@ -242,146 +119,3 @@ func (x *TransSvrInfo) GetTransInfo() []byte { } return nil } - -var File_pb_channel_oidb0xf62_proto protoreflect.FileDescriptor - -var file_pb_channel_oidb0xf62_proto_rawDesc = []byte{ - 0x0a, 0x1a, 0x70, 0x62, 0x2f, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2f, 0x6f, 0x69, 0x64, - 0x62, 0x30, 0x78, 0x66, 0x36, 0x32, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x63, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x1a, 0x17, 0x70, 0x62, 0x2f, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x10, - 0x70, 0x62, 0x2f, 0x6d, 0x73, 0x67, 0x2f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x22, 0x3b, 0x0a, 0x0b, 0x44, 0x46, 0x36, 0x32, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, - 0x2c, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x63, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, - 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0xc6, 0x02, - 0x0a, 0x0b, 0x44, 0x46, 0x36, 0x32, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, - 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, - 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x6d, 0x73, 0x67, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x65, 0x72, 0x72, 0x6d, 0x73, 0x67, 0x12, 0x1a, 0x0a, - 0x08, 0x73, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x08, 0x73, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x2b, 0x0a, 0x04, 0x68, 0x65, 0x61, - 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x48, 0x65, 0x61, 0x64, - 0x52, 0x04, 0x68, 0x65, 0x61, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x72, 0x72, 0x54, 0x79, 0x70, - 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x65, 0x72, 0x72, 0x54, 0x79, 0x70, 0x65, - 0x12, 0x39, 0x0a, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x53, 0x76, 0x72, 0x49, 0x6e, 0x66, 0x6f, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x53, 0x76, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0c, 0x74, - 0x72, 0x61, 0x6e, 0x73, 0x53, 0x76, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x43, 0x0a, 0x0d, 0x66, - 0x72, 0x65, 0x71, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x07, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x46, 0x72, 0x65, 0x71, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x49, 0x6e, 0x66, - 0x6f, 0x52, 0x0d, 0x66, 0x72, 0x65, 0x71, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x49, 0x6e, 0x66, 0x6f, - 0x12, 0x24, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, - 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x42, 0x6f, 0x64, 0x79, - 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x22, 0x78, 0x0a, 0x0c, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x53, - 0x76, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x62, 0x54, 0x79, 0x70, - 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x73, 0x75, 0x62, 0x54, 0x79, 0x70, 0x65, - 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x72, - 0x72, 0x4d, 0x73, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, - 0x73, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x49, 0x6e, 0x66, 0x6f, - 0x42, 0x14, 0x5a, 0x12, 0x70, 0x62, 0x2f, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x3b, 0x63, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, -} - -var ( - file_pb_channel_oidb0xf62_proto_rawDescOnce sync.Once - file_pb_channel_oidb0xf62_proto_rawDescData = file_pb_channel_oidb0xf62_proto_rawDesc -) - -func file_pb_channel_oidb0xf62_proto_rawDescGZIP() []byte { - file_pb_channel_oidb0xf62_proto_rawDescOnce.Do(func() { - file_pb_channel_oidb0xf62_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_channel_oidb0xf62_proto_rawDescData) - }) - return file_pb_channel_oidb0xf62_proto_rawDescData -} - -var file_pb_channel_oidb0xf62_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_pb_channel_oidb0xf62_proto_goTypes = []interface{}{ - (*DF62ReqBody)(nil), // 0: channel.DF62ReqBody - (*DF62RspBody)(nil), // 1: channel.DF62RspBody - (*TransSvrInfo)(nil), // 2: channel.TransSvrInfo - (*ChannelMsgContent)(nil), // 3: channel.ChannelMsgContent - (*ChannelMsgHead)(nil), // 4: channel.ChannelMsgHead - (*ChannelFreqLimitInfo)(nil), // 5: channel.ChannelFreqLimitInfo - (*msg.MessageBody)(nil), // 6: msg.MessageBody -} -var file_pb_channel_oidb0xf62_proto_depIdxs = []int32{ - 3, // 0: channel.DF62ReqBody.msg:type_name -> channel.ChannelMsgContent - 4, // 1: channel.DF62RspBody.head:type_name -> channel.ChannelMsgHead - 2, // 2: channel.DF62RspBody.transSvrInfo:type_name -> channel.TransSvrInfo - 5, // 3: channel.DF62RspBody.freqLimitInfo:type_name -> channel.ChannelFreqLimitInfo - 6, // 4: channel.DF62RspBody.body:type_name -> msg.MessageBody - 5, // [5:5] is the sub-list for method output_type - 5, // [5:5] is the sub-list for method input_type - 5, // [5:5] is the sub-list for extension type_name - 5, // [5:5] is the sub-list for extension extendee - 0, // [0:5] is the sub-list for field type_name -} - -func init() { file_pb_channel_oidb0xf62_proto_init() } -func file_pb_channel_oidb0xf62_proto_init() { - if File_pb_channel_oidb0xf62_proto != nil { - return - } - file_pb_channel_common_proto_init() - if !protoimpl.UnsafeEnabled { - file_pb_channel_oidb0xf62_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DF62ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_oidb0xf62_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DF62RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_oidb0xf62_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TransSvrInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_pb_channel_oidb0xf62_proto_rawDesc, - NumEnums: 0, - NumMessages: 3, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_pb_channel_oidb0xf62_proto_goTypes, - DependencyIndexes: file_pb_channel_oidb0xf62_proto_depIdxs, - MessageInfos: file_pb_channel_oidb0xf62_proto_msgTypes, - }.Build() - File_pb_channel_oidb0xf62_proto = out.File - file_pb_channel_oidb0xf62_proto_rawDesc = nil - file_pb_channel_oidb0xf62_proto_goTypes = nil - file_pb_channel_oidb0xf62_proto_depIdxs = nil -} diff --git a/client/pb/channel/servtype.pb.go b/client/pb/channel/servtype.pb.go index 66de229e..8f855a9f 100644 --- a/client/pb/channel/servtype.pb.go +++ b/client/pb/channel/servtype.pb.go @@ -1,68 +1,14 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.27.1 -// protoc v3.14.0 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: pb/channel/servtype.proto package channel -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type AppChannelMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Summary *string `protobuf:"bytes,1,opt,name=summary" json:"summary,omitempty"` - Msg *string `protobuf:"bytes,2,opt,name=msg" json:"msg,omitempty"` - ExpireTimeMs *uint64 `protobuf:"varint,3,opt,name=expireTimeMs" json:"expireTimeMs,omitempty"` - SchemaType *uint32 `protobuf:"varint,4,opt,name=schemaType" json:"schemaType,omitempty"` - Schema *string `protobuf:"bytes,5,opt,name=schema" json:"schema,omitempty"` -} - -func (x *AppChannelMsg) Reset() { - *x = AppChannelMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AppChannelMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AppChannelMsg) ProtoMessage() {} - -func (x *AppChannelMsg) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AppChannelMsg.ProtoReflect.Descriptor instead. -func (*AppChannelMsg) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{0} + Summary *string `protobuf:"bytes,1,opt"` + Msg *string `protobuf:"bytes,2,opt"` + ExpireTimeMs *uint64 `protobuf:"varint,3,opt"` + SchemaType *uint32 `protobuf:"varint,4,opt"` + Schema *string `protobuf:"bytes,5,opt"` } func (x *AppChannelMsg) GetSummary() string { @@ -101,44 +47,8 @@ func (x *AppChannelMsg) GetSchema() string { } type CategoryChannelInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ChannelIndex *uint32 `protobuf:"varint,1,opt,name=channelIndex" json:"channelIndex,omitempty"` - ChannelId *uint64 `protobuf:"varint,2,opt,name=channelId" json:"channelId,omitempty"` -} - -func (x *CategoryChannelInfo) Reset() { - *x = CategoryChannelInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CategoryChannelInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CategoryChannelInfo) ProtoMessage() {} - -func (x *CategoryChannelInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CategoryChannelInfo.ProtoReflect.Descriptor instead. -func (*CategoryChannelInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{1} + ChannelIndex *uint32 `protobuf:"varint,1,opt"` + ChannelId *uint64 `protobuf:"varint,2,opt"` } func (x *CategoryChannelInfo) GetChannelIndex() uint32 { @@ -156,46 +66,10 @@ func (x *CategoryChannelInfo) GetChannelId() uint64 { } type CategoryInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CategoryIndex *uint32 `protobuf:"varint,1,opt,name=categoryIndex" json:"categoryIndex,omitempty"` - ChannelInfo []*CategoryChannelInfo `protobuf:"bytes,2,rep,name=channelInfo" json:"channelInfo,omitempty"` - CategoryName []byte `protobuf:"bytes,3,opt,name=categoryName" json:"categoryName,omitempty"` - CategoryId *uint64 `protobuf:"varint,4,opt,name=categoryId" json:"categoryId,omitempty"` -} - -func (x *CategoryInfo) Reset() { - *x = CategoryInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CategoryInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CategoryInfo) ProtoMessage() {} - -func (x *CategoryInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CategoryInfo.ProtoReflect.Descriptor instead. -func (*CategoryInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{2} + CategoryIndex *uint32 `protobuf:"varint,1,opt"` + ChannelInfo []*CategoryChannelInfo `protobuf:"bytes,2,rep"` + CategoryName []byte `protobuf:"bytes,3,opt"` + CategoryId *uint64 `protobuf:"varint,4,opt"` } func (x *CategoryInfo) GetCategoryIndex() uint32 { @@ -227,54 +101,18 @@ func (x *CategoryInfo) GetCategoryId() uint64 { } type ChanInfoFilter struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ChannelName *uint32 `protobuf:"varint,2,opt,name=channelName" json:"channelName,omitempty"` - CreatorId *uint32 `protobuf:"varint,3,opt,name=creatorId" json:"creatorId,omitempty"` - CreateTime *uint32 `protobuf:"varint,4,opt,name=createTime" json:"createTime,omitempty"` - GuildId *uint32 `protobuf:"varint,5,opt,name=guildId" json:"guildId,omitempty"` - MsgNotifyType *uint32 `protobuf:"varint,6,opt,name=msgNotifyType" json:"msgNotifyType,omitempty"` - ChannelType *uint32 `protobuf:"varint,7,opt,name=channelType" json:"channelType,omitempty"` - SpeakPermission *uint32 `protobuf:"varint,8,opt,name=speakPermission" json:"speakPermission,omitempty"` - LastMsgSeq *uint32 `protobuf:"varint,11,opt,name=lastMsgSeq" json:"lastMsgSeq,omitempty"` - LastCntMsgSeq *uint32 `protobuf:"varint,12,opt,name=lastCntMsgSeq" json:"lastCntMsgSeq,omitempty"` - VoiceChannelInfoFilter *VoiceChannelInfoFilter `protobuf:"bytes,14,opt,name=voiceChannelInfoFilter" json:"voiceChannelInfoFilter,omitempty"` - LiveChannelInfoFilter *LiveChannelInfoFilter `protobuf:"bytes,15,opt,name=liveChannelInfoFilter" json:"liveChannelInfoFilter,omitempty"` - BannedSpeak *uint32 `protobuf:"varint,16,opt,name=bannedSpeak" json:"bannedSpeak,omitempty"` -} - -func (x *ChanInfoFilter) Reset() { - *x = ChanInfoFilter{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChanInfoFilter) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChanInfoFilter) ProtoMessage() {} - -func (x *ChanInfoFilter) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChanInfoFilter.ProtoReflect.Descriptor instead. -func (*ChanInfoFilter) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{3} + ChannelName *uint32 `protobuf:"varint,2,opt"` + CreatorId *uint32 `protobuf:"varint,3,opt"` + CreateTime *uint32 `protobuf:"varint,4,opt"` + GuildId *uint32 `protobuf:"varint,5,opt"` + MsgNotifyType *uint32 `protobuf:"varint,6,opt"` + ChannelType *uint32 `protobuf:"varint,7,opt"` + SpeakPermission *uint32 `protobuf:"varint,8,opt"` + LastMsgSeq *uint32 `protobuf:"varint,11,opt"` + LastCntMsgSeq *uint32 `protobuf:"varint,12,opt"` + VoiceChannelInfoFilter *VoiceChannelInfoFilter `protobuf:"bytes,14,opt"` + LiveChannelInfoFilter *LiveChannelInfoFilter `protobuf:"bytes,15,opt"` + BannedSpeak *uint32 `protobuf:"varint,16,opt"` } func (x *ChanInfoFilter) GetChannelName() uint32 { @@ -362,49 +200,13 @@ func (x *ChanInfoFilter) GetBannedSpeak() uint32 { } type ChangeChanInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildId *uint64 `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"` - ChanId *uint64 `protobuf:"varint,2,opt,name=chanId" json:"chanId,omitempty"` - OperatorId *uint64 `protobuf:"varint,3,opt,name=operatorId" json:"operatorId,omitempty"` - InfoSeq *MsgSeq `protobuf:"bytes,4,opt,name=infoSeq" json:"infoSeq,omitempty"` - UpdateType *uint32 `protobuf:"varint,5,opt,name=updateType" json:"updateType,omitempty"` - ChanInfoFilter *ChanInfoFilter `protobuf:"bytes,6,opt,name=chanInfoFilter" json:"chanInfoFilter,omitempty"` - ChanInfo *ServChannelInfo `protobuf:"bytes,7,opt,name=chanInfo" json:"chanInfo,omitempty"` -} - -func (x *ChangeChanInfo) Reset() { - *x = ChangeChanInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChangeChanInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChangeChanInfo) ProtoMessage() {} - -func (x *ChangeChanInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChangeChanInfo.ProtoReflect.Descriptor instead. -func (*ChangeChanInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{4} + GuildId *uint64 `protobuf:"varint,1,opt"` + ChanId *uint64 `protobuf:"varint,2,opt"` + OperatorId *uint64 `protobuf:"varint,3,opt"` + InfoSeq *MsgSeq `protobuf:"bytes,4,opt"` + UpdateType *uint32 `protobuf:"varint,5,opt"` + ChanInfoFilter *ChanInfoFilter `protobuf:"bytes,6,opt"` + ChanInfo *ServChannelInfo `protobuf:"bytes,7,opt"` } func (x *ChangeChanInfo) GetGuildId() uint64 { @@ -457,49 +259,13 @@ func (x *ChangeChanInfo) GetChanInfo() *ServChannelInfo { } type ChangeGuildInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildId *uint64 `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"` - OperatorId *uint64 `protobuf:"varint,2,opt,name=operatorId" json:"operatorId,omitempty"` - InfoSeq *MsgSeq `protobuf:"bytes,3,opt,name=infoSeq" json:"infoSeq,omitempty"` - FaceSeq *MsgSeq `protobuf:"bytes,4,opt,name=faceSeq" json:"faceSeq,omitempty"` - UpdateType *uint32 `protobuf:"varint,5,opt,name=updateType" json:"updateType,omitempty"` - GuildInfoFilter *GuildInfoFilter `protobuf:"bytes,6,opt,name=guildInfoFilter" json:"guildInfoFilter,omitempty"` - GuildInfo *GuildInfo `protobuf:"bytes,7,opt,name=guildInfo" json:"guildInfo,omitempty"` -} - -func (x *ChangeGuildInfo) Reset() { - *x = ChangeGuildInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChangeGuildInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChangeGuildInfo) ProtoMessage() {} - -func (x *ChangeGuildInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChangeGuildInfo.ProtoReflect.Descriptor instead. -func (*ChangeGuildInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{5} + GuildId *uint64 `protobuf:"varint,1,opt"` + OperatorId *uint64 `protobuf:"varint,2,opt"` + InfoSeq *MsgSeq `protobuf:"bytes,3,opt"` + FaceSeq *MsgSeq `protobuf:"bytes,4,opt"` + UpdateType *uint32 `protobuf:"varint,5,opt"` + GuildInfoFilter *GuildInfoFilter `protobuf:"bytes,6,opt"` + GuildInfo *GuildInfo `protobuf:"bytes,7,opt"` } func (x *ChangeGuildInfo) GetGuildId() uint64 { @@ -552,43 +318,7 @@ func (x *ChangeGuildInfo) GetGuildInfo() *GuildInfo { } type ChannelID struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ChanId *uint64 `protobuf:"varint,1,opt,name=chanId" json:"chanId,omitempty"` -} - -func (x *ChannelID) Reset() { - *x = ChannelID{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelID) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelID) ProtoMessage() {} - -func (x *ChannelID) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelID.ProtoReflect.Descriptor instead. -func (*ChannelID) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{6} + ChanId *uint64 `protobuf:"varint,1,opt"` } func (x *ChannelID) GetChanId() uint64 { @@ -599,55 +329,19 @@ func (x *ChannelID) GetChanId() uint64 { } type ServChannelInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ChannelId *uint64 `protobuf:"varint,1,opt,name=channelId" json:"channelId,omitempty"` - ChannelName []byte `protobuf:"bytes,2,opt,name=channelName" json:"channelName,omitempty"` - CreatorId *uint64 `protobuf:"varint,3,opt,name=creatorId" json:"creatorId,omitempty"` - CreateTime *uint64 `protobuf:"varint,4,opt,name=createTime" json:"createTime,omitempty"` - GuildId *uint64 `protobuf:"varint,5,opt,name=guildId" json:"guildId,omitempty"` - MsgNotifyType *uint32 `protobuf:"varint,6,opt,name=msgNotifyType" json:"msgNotifyType,omitempty"` - ChannelType *uint32 `protobuf:"varint,7,opt,name=channelType" json:"channelType,omitempty"` - SpeakPermission *uint32 `protobuf:"varint,8,opt,name=speakPermission" json:"speakPermission,omitempty"` - LastMsgSeq *MsgSeq `protobuf:"bytes,11,opt,name=lastMsgSeq" json:"lastMsgSeq,omitempty"` - LastCntMsgSeq *MsgSeq `protobuf:"bytes,12,opt,name=lastCntMsgSeq" json:"lastCntMsgSeq,omitempty"` - VoiceChannelInfo *VoiceChannelInfo `protobuf:"bytes,14,opt,name=voiceChannelInfo" json:"voiceChannelInfo,omitempty"` - LiveChannelInfo *LiveChannelInfo `protobuf:"bytes,15,opt,name=liveChannelInfo" json:"liveChannelInfo,omitempty"` - BannedSpeak *uint32 `protobuf:"varint,16,opt,name=bannedSpeak" json:"bannedSpeak,omitempty"` -} - -func (x *ServChannelInfo) Reset() { - *x = ServChannelInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ServChannelInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ServChannelInfo) ProtoMessage() {} - -func (x *ServChannelInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ServChannelInfo.ProtoReflect.Descriptor instead. -func (*ServChannelInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{7} + ChannelId *uint64 `protobuf:"varint,1,opt"` + ChannelName []byte `protobuf:"bytes,2,opt"` + CreatorId *uint64 `protobuf:"varint,3,opt"` + CreateTime *uint64 `protobuf:"varint,4,opt"` + GuildId *uint64 `protobuf:"varint,5,opt"` + MsgNotifyType *uint32 `protobuf:"varint,6,opt"` + ChannelType *uint32 `protobuf:"varint,7,opt"` + SpeakPermission *uint32 `protobuf:"varint,8,opt"` + LastMsgSeq *MsgSeq `protobuf:"bytes,11,opt"` + LastCntMsgSeq *MsgSeq `protobuf:"bytes,12,opt"` + VoiceChannelInfo *VoiceChannelInfo `protobuf:"bytes,14,opt"` + LiveChannelInfo *LiveChannelInfo `protobuf:"bytes,15,opt"` + BannedSpeak *uint32 `protobuf:"varint,16,opt"` } func (x *ServChannelInfo) GetChannelId() uint64 { @@ -742,50 +436,14 @@ func (x *ServChannelInfo) GetBannedSpeak() uint32 { } type CommGrayTips struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BusiType *uint64 `protobuf:"varint,1,opt,name=busiType" json:"busiType,omitempty"` - BusiId *uint64 `protobuf:"varint,2,opt,name=busiId" json:"busiId,omitempty"` - CtrlFlag *uint32 `protobuf:"varint,3,opt,name=ctrlFlag" json:"ctrlFlag,omitempty"` - TemplId *uint64 `protobuf:"varint,4,opt,name=templId" json:"templId,omitempty"` - TemplParam []*CommGrayTips_TemplParam `protobuf:"bytes,5,rep,name=templParam" json:"templParam,omitempty"` - Content []byte `protobuf:"bytes,6,opt,name=content" json:"content,omitempty"` - TipsSeqId *uint64 `protobuf:"varint,10,opt,name=tipsSeqId" json:"tipsSeqId,omitempty"` - PbReserv []byte `protobuf:"bytes,100,opt,name=pbReserv" json:"pbReserv,omitempty"` -} - -func (x *CommGrayTips) Reset() { - *x = CommGrayTips{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommGrayTips) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommGrayTips) ProtoMessage() {} - -func (x *CommGrayTips) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommGrayTips.ProtoReflect.Descriptor instead. -func (*CommGrayTips) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{8} + BusiType *uint64 `protobuf:"varint,1,opt"` + BusiId *uint64 `protobuf:"varint,2,opt"` + CtrlFlag *uint32 `protobuf:"varint,3,opt"` + TemplId *uint64 `protobuf:"varint,4,opt"` + TemplParam []*CommGrayTips_TemplParam `protobuf:"bytes,5,rep"` + Content []byte `protobuf:"bytes,6,opt"` + TipsSeqId *uint64 `protobuf:"varint,10,opt"` + PbReserv []byte `protobuf:"bytes,100,opt"` } func (x *CommGrayTips) GetBusiType() uint64 { @@ -845,45 +503,9 @@ func (x *CommGrayTips) GetPbReserv() []byte { } type CreateChan struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildId *uint64 `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"` - OperatorId *uint64 `protobuf:"varint,3,opt,name=operatorId" json:"operatorId,omitempty"` - CreateId []*ChannelID `protobuf:"bytes,4,rep,name=createId" json:"createId,omitempty"` -} - -func (x *CreateChan) Reset() { - *x = CreateChan{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CreateChan) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CreateChan) ProtoMessage() {} - -func (x *CreateChan) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CreateChan.ProtoReflect.Descriptor instead. -func (*CreateChan) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{9} + GuildId *uint64 `protobuf:"varint,1,opt"` + OperatorId *uint64 `protobuf:"varint,3,opt"` + CreateId []*ChannelID `protobuf:"bytes,4,rep"` } func (x *CreateChan) GetGuildId() uint64 { @@ -908,44 +530,8 @@ func (x *CreateChan) GetCreateId() []*ChannelID { } type CreateGuild struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - OperatorId *uint64 `protobuf:"varint,1,opt,name=operatorId" json:"operatorId,omitempty"` - GuildId *uint64 `protobuf:"varint,2,opt,name=guildId" json:"guildId,omitempty"` -} - -func (x *CreateGuild) Reset() { - *x = CreateGuild{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CreateGuild) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CreateGuild) ProtoMessage() {} - -func (x *CreateGuild) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CreateGuild.ProtoReflect.Descriptor instead. -func (*CreateGuild) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{10} + OperatorId *uint64 `protobuf:"varint,1,opt"` + GuildId *uint64 `protobuf:"varint,2,opt"` } func (x *CreateGuild) GetOperatorId() uint64 { @@ -963,45 +549,9 @@ func (x *CreateGuild) GetGuildId() uint64 { } type DestroyChan struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildId *uint64 `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"` - OperatorId *uint64 `protobuf:"varint,3,opt,name=operatorId" json:"operatorId,omitempty"` - DeleteId []*ChannelID `protobuf:"bytes,4,rep,name=deleteId" json:"deleteId,omitempty"` -} - -func (x *DestroyChan) Reset() { - *x = DestroyChan{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DestroyChan) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DestroyChan) ProtoMessage() {} - -func (x *DestroyChan) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DestroyChan.ProtoReflect.Descriptor instead. -func (*DestroyChan) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{11} + GuildId *uint64 `protobuf:"varint,1,opt"` + OperatorId *uint64 `protobuf:"varint,3,opt"` + DeleteId []*ChannelID `protobuf:"bytes,4,rep"` } func (x *DestroyChan) GetGuildId() uint64 { @@ -1026,44 +576,8 @@ func (x *DestroyChan) GetDeleteId() []*ChannelID { } type DestroyGuild struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - OperatorId *uint64 `protobuf:"varint,1,opt,name=operatorId" json:"operatorId,omitempty"` - GuildId *uint64 `protobuf:"varint,2,opt,name=guildId" json:"guildId,omitempty"` -} - -func (x *DestroyGuild) Reset() { - *x = DestroyGuild{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DestroyGuild) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DestroyGuild) ProtoMessage() {} - -func (x *DestroyGuild) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DestroyGuild.ProtoReflect.Descriptor instead. -func (*DestroyGuild) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{12} + OperatorId *uint64 `protobuf:"varint,1,opt"` + GuildId *uint64 `protobuf:"varint,2,opt"` } func (x *DestroyGuild) GetOperatorId() uint64 { @@ -1081,67 +595,31 @@ func (x *DestroyGuild) GetGuildId() uint64 { } type EventBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ReadNotify *ReadNotify `protobuf:"bytes,1,opt,name=readNotify" json:"readNotify,omitempty"` - CommGrayTips *CommGrayTips `protobuf:"bytes,2,opt,name=commGrayTips" json:"commGrayTips,omitempty"` - CreateGuild *CreateGuild `protobuf:"bytes,3,opt,name=createGuild" json:"createGuild,omitempty"` - DestroyGuild *DestroyGuild `protobuf:"bytes,4,opt,name=destroyGuild" json:"destroyGuild,omitempty"` - JoinGuild *JoinGuild `protobuf:"bytes,5,opt,name=joinGuild" json:"joinGuild,omitempty"` - KickOffGuild *KickOffGuild `protobuf:"bytes,6,opt,name=kickOffGuild" json:"kickOffGuild,omitempty"` - QuitGuild *QuitGuild `protobuf:"bytes,7,opt,name=quitGuild" json:"quitGuild,omitempty"` - ChangeGuildInfo *ChangeGuildInfo `protobuf:"bytes,8,opt,name=changeGuildInfo" json:"changeGuildInfo,omitempty"` - CreateChan *CreateChan `protobuf:"bytes,9,opt,name=createChan" json:"createChan,omitempty"` - DestroyChan *DestroyChan `protobuf:"bytes,10,opt,name=destroyChan" json:"destroyChan,omitempty"` - ChangeChanInfo *ChangeChanInfo `protobuf:"bytes,11,opt,name=changeChanInfo" json:"changeChanInfo,omitempty"` - SetAdmin *SetAdmin `protobuf:"bytes,12,opt,name=setAdmin" json:"setAdmin,omitempty"` - SetMsgRecvType *SetMsgRecvType `protobuf:"bytes,13,opt,name=setMsgRecvType" json:"setMsgRecvType,omitempty"` - UpdateMsg *UpdateMsg `protobuf:"bytes,14,opt,name=updateMsg" json:"updateMsg,omitempty"` - SetTop *SetTop `protobuf:"bytes,17,opt,name=setTop" json:"setTop,omitempty"` - SwitchChannel *SwitchVoiceChannel `protobuf:"bytes,18,opt,name=switchChannel" json:"switchChannel,omitempty"` - UpdateCategory *UpdateCategory `protobuf:"bytes,21,opt,name=updateCategory" json:"updateCategory,omitempty"` - UpdateVoiceBlockList *UpdateVoiceBlockList `protobuf:"bytes,22,opt,name=updateVoiceBlockList" json:"updateVoiceBlockList,omitempty"` - SetMute *SetMute `protobuf:"bytes,23,opt,name=setMute" json:"setMute,omitempty"` - LiveStatusChangeRoom *LiveRoomStatusChangeMsg `protobuf:"bytes,24,opt,name=liveStatusChangeRoom" json:"liveStatusChangeRoom,omitempty"` - SwitchLiveRoom *SwitchLiveRoom `protobuf:"bytes,25,opt,name=switchLiveRoom" json:"switchLiveRoom,omitempty"` - Events []*MsgEvent `protobuf:"bytes,39,rep,name=events" json:"events,omitempty"` - Scheduler *SchedulerMsg `protobuf:"bytes,40,opt,name=scheduler" json:"scheduler,omitempty"` - AppChannel *AppChannelMsg `protobuf:"bytes,41,opt,name=appChannel" json:"appChannel,omitempty"` - WeakMsgAppChannel *AppChannelMsg `protobuf:"bytes,46,opt,name=weakMsgAppChannel" json:"weakMsgAppChannel,omitempty"` -} - -func (x *EventBody) Reset() { - *x = EventBody{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *EventBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*EventBody) ProtoMessage() {} - -func (x *EventBody) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use EventBody.ProtoReflect.Descriptor instead. -func (*EventBody) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{13} + ReadNotify *ReadNotify `protobuf:"bytes,1,opt"` + CommGrayTips *CommGrayTips `protobuf:"bytes,2,opt"` + CreateGuild *CreateGuild `protobuf:"bytes,3,opt"` + DestroyGuild *DestroyGuild `protobuf:"bytes,4,opt"` + JoinGuild *JoinGuild `protobuf:"bytes,5,opt"` + KickOffGuild *KickOffGuild `protobuf:"bytes,6,opt"` + QuitGuild *QuitGuild `protobuf:"bytes,7,opt"` + ChangeGuildInfo *ChangeGuildInfo `protobuf:"bytes,8,opt"` + CreateChan *CreateChan `protobuf:"bytes,9,opt"` + DestroyChan *DestroyChan `protobuf:"bytes,10,opt"` + ChangeChanInfo *ChangeChanInfo `protobuf:"bytes,11,opt"` + SetAdmin *SetAdmin `protobuf:"bytes,12,opt"` + SetMsgRecvType *SetMsgRecvType `protobuf:"bytes,13,opt"` + UpdateMsg *UpdateMsg `protobuf:"bytes,14,opt"` + SetTop *SetTop `protobuf:"bytes,17,opt"` + SwitchChannel *SwitchVoiceChannel `protobuf:"bytes,18,opt"` + UpdateCategory *UpdateCategory `protobuf:"bytes,21,opt"` + UpdateVoiceBlockList *UpdateVoiceBlockList `protobuf:"bytes,22,opt"` + SetMute *SetMute `protobuf:"bytes,23,opt"` + LiveStatusChangeRoom *LiveRoomStatusChangeMsg `protobuf:"bytes,24,opt"` + SwitchLiveRoom *SwitchLiveRoom `protobuf:"bytes,25,opt"` + Events []*MsgEvent `protobuf:"bytes,39,rep"` + Scheduler *SchedulerMsg `protobuf:"bytes,40,opt"` + AppChannel *AppChannelMsg `protobuf:"bytes,41,opt"` + WeakMsgAppChannel *AppChannelMsg `protobuf:"bytes,46,opt"` } func (x *EventBody) GetReadNotify() *ReadNotify { @@ -1320,45 +798,9 @@ func (x *EventBody) GetWeakMsgAppChannel() *AppChannelMsg { } type GroupProStatus struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - IsEnable *uint32 `protobuf:"varint,1,opt,name=isEnable" json:"isEnable,omitempty"` - IsBanned *uint32 `protobuf:"varint,2,opt,name=isBanned" json:"isBanned,omitempty"` - IsFrozen *uint32 `protobuf:"varint,3,opt,name=isFrozen" json:"isFrozen,omitempty"` -} - -func (x *GroupProStatus) Reset() { - *x = GroupProStatus{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupProStatus) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupProStatus) ProtoMessage() {} - -func (x *GroupProStatus) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupProStatus.ProtoReflect.Descriptor instead. -func (*GroupProStatus) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{14} + IsEnable *uint32 `protobuf:"varint,1,opt"` + IsBanned *uint32 `protobuf:"varint,2,opt"` + IsFrozen *uint32 `protobuf:"varint,3,opt"` } func (x *GroupProStatus) GetIsEnable() uint32 { @@ -1383,60 +825,24 @@ func (x *GroupProStatus) GetIsFrozen() uint32 { } type GuildInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildCode *uint64 `protobuf:"varint,2,opt,name=guildCode" json:"guildCode,omitempty"` - OwnerId *uint64 `protobuf:"varint,3,opt,name=ownerId" json:"ownerId,omitempty"` - CreateTime *uint64 `protobuf:"varint,4,opt,name=createTime" json:"createTime,omitempty"` - MemberMaxNum *uint32 `protobuf:"varint,5,opt,name=memberMaxNum" json:"memberMaxNum,omitempty"` - MemberNum *uint32 `protobuf:"varint,6,opt,name=memberNum" json:"memberNum,omitempty"` - GuildType *uint32 `protobuf:"varint,7,opt,name=guildType" json:"guildType,omitempty"` - GuildName []byte `protobuf:"bytes,8,opt,name=guildName" json:"guildName,omitempty"` - RobotList []uint64 `protobuf:"varint,9,rep,name=robotList" json:"robotList,omitempty"` - AdminList []uint64 `protobuf:"varint,10,rep,name=adminList" json:"adminList,omitempty"` - RobotMaxNum *uint32 `protobuf:"varint,11,opt,name=robotMaxNum" json:"robotMaxNum,omitempty"` - AdminMaxNum *uint32 `protobuf:"varint,12,opt,name=adminMaxNum" json:"adminMaxNum,omitempty"` - Profile []byte `protobuf:"bytes,13,opt,name=profile" json:"profile,omitempty"` - FaceSeq *uint64 `protobuf:"varint,14,opt,name=faceSeq" json:"faceSeq,omitempty"` - GuildStatus *GroupProStatus `protobuf:"bytes,15,opt,name=guildStatus" json:"guildStatus,omitempty"` - ChannelNum *uint32 `protobuf:"varint,16,opt,name=channelNum" json:"channelNum,omitempty"` - MemberChangeSeq *MsgSeq `protobuf:"bytes,5002,opt,name=memberChangeSeq" json:"memberChangeSeq,omitempty"` - GuildInfoChangeSeq *MsgSeq `protobuf:"bytes,5003,opt,name=guildInfoChangeSeq" json:"guildInfoChangeSeq,omitempty"` - ChannelChangeSeq *MsgSeq `protobuf:"bytes,5004,opt,name=channelChangeSeq" json:"channelChangeSeq,omitempty"` -} - -func (x *GuildInfo) Reset() { - *x = GuildInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GuildInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GuildInfo) ProtoMessage() {} - -func (x *GuildInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GuildInfo.ProtoReflect.Descriptor instead. -func (*GuildInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{15} + GuildCode *uint64 `protobuf:"varint,2,opt"` + OwnerId *uint64 `protobuf:"varint,3,opt"` + CreateTime *uint64 `protobuf:"varint,4,opt"` + MemberMaxNum *uint32 `protobuf:"varint,5,opt"` + MemberNum *uint32 `protobuf:"varint,6,opt"` + GuildType *uint32 `protobuf:"varint,7,opt"` + GuildName []byte `protobuf:"bytes,8,opt"` + RobotList []uint64 `protobuf:"varint,9,rep"` + AdminList []uint64 `protobuf:"varint,10,rep"` + RobotMaxNum *uint32 `protobuf:"varint,11,opt"` + AdminMaxNum *uint32 `protobuf:"varint,12,opt"` + Profile []byte `protobuf:"bytes,13,opt"` + FaceSeq *uint64 `protobuf:"varint,14,opt"` + GuildStatus *GroupProStatus `protobuf:"bytes,15,opt"` + ChannelNum *uint32 `protobuf:"varint,16,opt"` + MemberChangeSeq *MsgSeq `protobuf:"bytes,5002,opt"` + GuildInfoChangeSeq *MsgSeq `protobuf:"bytes,5003,opt"` + ChannelChangeSeq *MsgSeq `protobuf:"bytes,5004,opt"` } func (x *GuildInfo) GetGuildCode() uint64 { @@ -1566,60 +972,24 @@ func (x *GuildInfo) GetChannelChangeSeq() *MsgSeq { } type GuildInfoFilter struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildCode *uint32 `protobuf:"varint,2,opt,name=guildCode" json:"guildCode,omitempty"` - OwnerId *uint32 `protobuf:"varint,3,opt,name=ownerId" json:"ownerId,omitempty"` - CreateTime *uint32 `protobuf:"varint,4,opt,name=createTime" json:"createTime,omitempty"` - MemberMaxNum *uint32 `protobuf:"varint,5,opt,name=memberMaxNum" json:"memberMaxNum,omitempty"` - MemberNum *uint32 `protobuf:"varint,6,opt,name=memberNum" json:"memberNum,omitempty"` - GuildType *uint32 `protobuf:"varint,7,opt,name=guildType" json:"guildType,omitempty"` - GuildName *uint32 `protobuf:"varint,8,opt,name=guildName" json:"guildName,omitempty"` - RobotList *uint32 `protobuf:"varint,9,opt,name=robotList" json:"robotList,omitempty"` - AdminList *uint32 `protobuf:"varint,10,opt,name=adminList" json:"adminList,omitempty"` - RobotMaxNum *uint32 `protobuf:"varint,11,opt,name=robotMaxNum" json:"robotMaxNum,omitempty"` - AdminMaxNum *uint32 `protobuf:"varint,12,opt,name=adminMaxNum" json:"adminMaxNum,omitempty"` - Profile *uint32 `protobuf:"varint,13,opt,name=profile" json:"profile,omitempty"` - FaceSeq *uint32 `protobuf:"varint,14,opt,name=faceSeq" json:"faceSeq,omitempty"` - GuildStatus *uint32 `protobuf:"varint,15,opt,name=guildStatus" json:"guildStatus,omitempty"` - ChannelNum *uint32 `protobuf:"varint,16,opt,name=channelNum" json:"channelNum,omitempty"` - MemberChangeSeq *uint32 `protobuf:"varint,5002,opt,name=memberChangeSeq" json:"memberChangeSeq,omitempty"` - GuildInfoChangeSeq *uint32 `protobuf:"varint,5003,opt,name=guildInfoChangeSeq" json:"guildInfoChangeSeq,omitempty"` - ChannelChangeSeq *uint32 `protobuf:"varint,5004,opt,name=channelChangeSeq" json:"channelChangeSeq,omitempty"` -} - -func (x *GuildInfoFilter) Reset() { - *x = GuildInfoFilter{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[16] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GuildInfoFilter) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GuildInfoFilter) ProtoMessage() {} - -func (x *GuildInfoFilter) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[16] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GuildInfoFilter.ProtoReflect.Descriptor instead. -func (*GuildInfoFilter) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{16} + GuildCode *uint32 `protobuf:"varint,2,opt"` + OwnerId *uint32 `protobuf:"varint,3,opt"` + CreateTime *uint32 `protobuf:"varint,4,opt"` + MemberMaxNum *uint32 `protobuf:"varint,5,opt"` + MemberNum *uint32 `protobuf:"varint,6,opt"` + GuildType *uint32 `protobuf:"varint,7,opt"` + GuildName *uint32 `protobuf:"varint,8,opt"` + RobotList *uint32 `protobuf:"varint,9,opt"` + AdminList *uint32 `protobuf:"varint,10,opt"` + RobotMaxNum *uint32 `protobuf:"varint,11,opt"` + AdminMaxNum *uint32 `protobuf:"varint,12,opt"` + Profile *uint32 `protobuf:"varint,13,opt"` + FaceSeq *uint32 `protobuf:"varint,14,opt"` + GuildStatus *uint32 `protobuf:"varint,15,opt"` + ChannelNum *uint32 `protobuf:"varint,16,opt"` + MemberChangeSeq *uint32 `protobuf:"varint,5002,opt"` + GuildInfoChangeSeq *uint32 `protobuf:"varint,5003,opt"` + ChannelChangeSeq *uint32 `protobuf:"varint,5004,opt"` } func (x *GuildInfoFilter) GetGuildCode() uint32 { @@ -1749,45 +1119,9 @@ func (x *GuildInfoFilter) GetChannelChangeSeq() uint32 { } type JoinGuild struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MemberId *uint64 `protobuf:"varint,3,opt,name=memberId" json:"memberId,omitempty"` - MemberType *uint32 `protobuf:"varint,4,opt,name=memberType" json:"memberType,omitempty"` - MemberTinyid *uint64 `protobuf:"varint,5,opt,name=memberTinyid" json:"memberTinyid,omitempty"` -} - -func (x *JoinGuild) Reset() { - *x = JoinGuild{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[17] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *JoinGuild) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*JoinGuild) ProtoMessage() {} - -func (x *JoinGuild) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[17] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use JoinGuild.ProtoReflect.Descriptor instead. -func (*JoinGuild) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{17} + MemberId *uint64 `protobuf:"varint,3,opt"` + MemberType *uint32 `protobuf:"varint,4,opt"` + MemberTinyid *uint64 `protobuf:"varint,5,opt"` } func (x *JoinGuild) GetMemberId() uint64 { @@ -1812,45 +1146,9 @@ func (x *JoinGuild) GetMemberTinyid() uint64 { } type KickOffGuild struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MemberId *uint64 `protobuf:"varint,3,opt,name=memberId" json:"memberId,omitempty"` - SetBlack *uint32 `protobuf:"varint,4,opt,name=setBlack" json:"setBlack,omitempty"` - MemberTinyid *uint64 `protobuf:"varint,5,opt,name=memberTinyid" json:"memberTinyid,omitempty"` -} - -func (x *KickOffGuild) Reset() { - *x = KickOffGuild{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[18] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *KickOffGuild) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*KickOffGuild) ProtoMessage() {} - -func (x *KickOffGuild) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[18] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use KickOffGuild.ProtoReflect.Descriptor instead. -func (*KickOffGuild) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{18} + MemberId *uint64 `protobuf:"varint,3,opt"` + SetBlack *uint32 `protobuf:"varint,4,opt"` + MemberTinyid *uint64 `protobuf:"varint,5,opt"` } func (x *KickOffGuild) GetMemberId() uint64 { @@ -1875,45 +1173,9 @@ func (x *KickOffGuild) GetMemberTinyid() uint64 { } type LiveChannelInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RoomId *uint64 `protobuf:"varint,1,opt,name=roomId" json:"roomId,omitempty"` - AnchorUin *uint64 `protobuf:"varint,2,opt,name=anchorUin" json:"anchorUin,omitempty"` - Name []byte `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"` -} - -func (x *LiveChannelInfo) Reset() { - *x = LiveChannelInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[19] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *LiveChannelInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*LiveChannelInfo) ProtoMessage() {} - -func (x *LiveChannelInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[19] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use LiveChannelInfo.ProtoReflect.Descriptor instead. -func (*LiveChannelInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{19} + RoomId *uint64 `protobuf:"varint,1,opt"` + AnchorUin *uint64 `protobuf:"varint,2,opt"` + Name []byte `protobuf:"bytes,3,opt"` } func (x *LiveChannelInfo) GetRoomId() uint64 { @@ -1938,45 +1200,9 @@ func (x *LiveChannelInfo) GetName() []byte { } type LiveChannelInfoFilter struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - IsNeedRoomId *uint32 `protobuf:"varint,1,opt,name=isNeedRoomId" json:"isNeedRoomId,omitempty"` - IsNeedAnchorUin *uint32 `protobuf:"varint,2,opt,name=isNeedAnchorUin" json:"isNeedAnchorUin,omitempty"` - IsNeedName *uint32 `protobuf:"varint,3,opt,name=isNeedName" json:"isNeedName,omitempty"` -} - -func (x *LiveChannelInfoFilter) Reset() { - *x = LiveChannelInfoFilter{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[20] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *LiveChannelInfoFilter) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*LiveChannelInfoFilter) ProtoMessage() {} - -func (x *LiveChannelInfoFilter) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[20] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use LiveChannelInfoFilter.ProtoReflect.Descriptor instead. -func (*LiveChannelInfoFilter) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{20} + IsNeedRoomId *uint32 `protobuf:"varint,1,opt"` + IsNeedAnchorUin *uint32 `protobuf:"varint,2,opt"` + IsNeedName *uint32 `protobuf:"varint,3,opt"` } func (x *LiveChannelInfoFilter) GetIsNeedRoomId() uint32 { @@ -2001,47 +1227,11 @@ func (x *LiveChannelInfoFilter) GetIsNeedName() uint32 { } type LiveRoomStatusChangeMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildId *uint64 `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"` - ChannelId *uint64 `protobuf:"varint,2,opt,name=channelId" json:"channelId,omitempty"` - RoomId *uint64 `protobuf:"varint,3,opt,name=roomId" json:"roomId,omitempty"` - AnchorTinyid *uint64 `protobuf:"varint,4,opt,name=anchorTinyid" json:"anchorTinyid,omitempty"` - Action *uint32 `protobuf:"varint,5,opt,name=action" json:"action,omitempty"` -} - -func (x *LiveRoomStatusChangeMsg) Reset() { - *x = LiveRoomStatusChangeMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[21] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *LiveRoomStatusChangeMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*LiveRoomStatusChangeMsg) ProtoMessage() {} - -func (x *LiveRoomStatusChangeMsg) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[21] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use LiveRoomStatusChangeMsg.ProtoReflect.Descriptor instead. -func (*LiveRoomStatusChangeMsg) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{21} + GuildId *uint64 `protobuf:"varint,1,opt"` + ChannelId *uint64 `protobuf:"varint,2,opt"` + RoomId *uint64 `protobuf:"varint,3,opt"` + AnchorTinyid *uint64 `protobuf:"varint,4,opt"` + Action *uint32 `protobuf:"varint,5,opt"` } func (x *LiveRoomStatusChangeMsg) GetGuildId() uint64 { @@ -2080,45 +1270,9 @@ func (x *LiveRoomStatusChangeMsg) GetAction() uint32 { } type MsgEvent struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Seq *uint64 `protobuf:"varint,1,opt,name=seq" json:"seq,omitempty"` - EventType *uint64 `protobuf:"varint,2,opt,name=eventType" json:"eventType,omitempty"` - EventVersion *uint64 `protobuf:"varint,3,opt,name=eventVersion" json:"eventVersion,omitempty"` -} - -func (x *MsgEvent) Reset() { - *x = MsgEvent{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[22] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MsgEvent) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MsgEvent) ProtoMessage() {} - -func (x *MsgEvent) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[22] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MsgEvent.ProtoReflect.Descriptor instead. -func (*MsgEvent) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{22} + Seq *uint64 `protobuf:"varint,1,opt"` + EventType *uint64 `protobuf:"varint,2,opt"` + EventVersion *uint64 `protobuf:"varint,3,opt"` } func (x *MsgEvent) GetSeq() uint64 { @@ -2143,44 +1297,8 @@ func (x *MsgEvent) GetEventVersion() uint64 { } type MsgSeq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Seq *uint64 `protobuf:"varint,1,opt,name=seq" json:"seq,omitempty"` - Time *uint64 `protobuf:"varint,2,opt,name=time" json:"time,omitempty"` -} - -func (x *MsgSeq) Reset() { - *x = MsgSeq{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[23] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MsgSeq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MsgSeq) ProtoMessage() {} - -func (x *MsgSeq) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[23] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MsgSeq.ProtoReflect.Descriptor instead. -func (*MsgSeq) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{23} + Seq *uint64 `protobuf:"varint,1,opt"` + Time *uint64 `protobuf:"varint,2,opt"` } func (x *MsgSeq) GetSeq() uint64 { @@ -2198,85 +1316,14 @@ func (x *MsgSeq) GetTime() uint64 { } type QuitGuild struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *QuitGuild) Reset() { - *x = QuitGuild{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[24] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *QuitGuild) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*QuitGuild) ProtoMessage() {} - -func (x *QuitGuild) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[24] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use QuitGuild.ProtoReflect.Descriptor instead. -func (*QuitGuild) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{24} } type ReadNotify struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ChannelId *uint64 `protobuf:"varint,1,opt,name=channelId" json:"channelId,omitempty"` - GuildId *uint64 `protobuf:"varint,2,opt,name=guildId" json:"guildId,omitempty"` - ReadMsgSeq *MsgSeq `protobuf:"bytes,3,opt,name=readMsgSeq" json:"readMsgSeq,omitempty"` - ReadCntMsgSeq *MsgSeq `protobuf:"bytes,4,opt,name=readCntMsgSeq" json:"readCntMsgSeq,omitempty"` - ReadMsgMeta []byte `protobuf:"bytes,5,opt,name=readMsgMeta" json:"readMsgMeta,omitempty"` -} - -func (x *ReadNotify) Reset() { - *x = ReadNotify{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[25] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ReadNotify) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ReadNotify) ProtoMessage() {} - -func (x *ReadNotify) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[25] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ReadNotify.ProtoReflect.Descriptor instead. -func (*ReadNotify) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{25} + ChannelId *uint64 `protobuf:"varint,1,opt"` + GuildId *uint64 `protobuf:"varint,2,opt"` + ReadMsgSeq *MsgSeq `protobuf:"bytes,3,opt"` + ReadCntMsgSeq *MsgSeq `protobuf:"bytes,4,opt"` + ReadMsgMeta []byte `protobuf:"bytes,5,opt"` } func (x *ReadNotify) GetChannelId() uint64 { @@ -2315,45 +1362,9 @@ func (x *ReadNotify) GetReadMsgMeta() []byte { } type SchedulerMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CreatorHeadUrl []byte `protobuf:"bytes,1,opt,name=creatorHeadUrl" json:"creatorHeadUrl,omitempty"` - Wording *string `protobuf:"bytes,2,opt,name=wording" json:"wording,omitempty"` - ExpireTimeMs *uint64 `protobuf:"varint,3,opt,name=expireTimeMs" json:"expireTimeMs,omitempty"` -} - -func (x *SchedulerMsg) Reset() { - *x = SchedulerMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[26] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SchedulerMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SchedulerMsg) ProtoMessage() {} - -func (x *SchedulerMsg) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[26] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SchedulerMsg.ProtoReflect.Descriptor instead. -func (*SchedulerMsg) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{26} + CreatorHeadUrl []byte `protobuf:"bytes,1,opt"` + Wording *string `protobuf:"bytes,2,opt"` + ExpireTimeMs *uint64 `protobuf:"varint,3,opt"` } func (x *SchedulerMsg) GetCreatorHeadUrl() []byte { @@ -2378,48 +1389,12 @@ func (x *SchedulerMsg) GetExpireTimeMs() uint64 { } type SetAdmin struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildId *uint64 `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"` - ChanId *uint64 `protobuf:"varint,2,opt,name=chanId" json:"chanId,omitempty"` - OperatorId *uint64 `protobuf:"varint,3,opt,name=operatorId" json:"operatorId,omitempty"` - AdminId *uint64 `protobuf:"varint,4,opt,name=adminId" json:"adminId,omitempty"` - AdminTinyid *uint64 `protobuf:"varint,5,opt,name=adminTinyid" json:"adminTinyid,omitempty"` - OperateType *uint32 `protobuf:"varint,6,opt,name=operateType" json:"operateType,omitempty"` -} - -func (x *SetAdmin) Reset() { - *x = SetAdmin{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[27] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SetAdmin) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SetAdmin) ProtoMessage() {} - -func (x *SetAdmin) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[27] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SetAdmin.ProtoReflect.Descriptor instead. -func (*SetAdmin) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{27} + GuildId *uint64 `protobuf:"varint,1,opt"` + ChanId *uint64 `protobuf:"varint,2,opt"` + OperatorId *uint64 `protobuf:"varint,3,opt"` + AdminId *uint64 `protobuf:"varint,4,opt"` + AdminTinyid *uint64 `protobuf:"varint,5,opt"` + OperateType *uint32 `protobuf:"varint,6,opt"` } func (x *SetAdmin) GetGuildId() uint64 { @@ -2465,46 +1440,10 @@ func (x *SetAdmin) GetOperateType() uint32 { } type SetMsgRecvType struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildId *uint64 `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"` - ChanId *uint64 `protobuf:"varint,2,opt,name=chanId" json:"chanId,omitempty"` - OperatorId *uint64 `protobuf:"varint,3,opt,name=operatorId" json:"operatorId,omitempty"` - MsgNotifyType *uint32 `protobuf:"varint,4,opt,name=msgNotifyType" json:"msgNotifyType,omitempty"` -} - -func (x *SetMsgRecvType) Reset() { - *x = SetMsgRecvType{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[28] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SetMsgRecvType) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SetMsgRecvType) ProtoMessage() {} - -func (x *SetMsgRecvType) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[28] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SetMsgRecvType.ProtoReflect.Descriptor instead. -func (*SetMsgRecvType) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{28} + GuildId *uint64 `protobuf:"varint,1,opt"` + ChanId *uint64 `protobuf:"varint,2,opt"` + OperatorId *uint64 `protobuf:"varint,3,opt"` + MsgNotifyType *uint32 `protobuf:"varint,4,opt"` } func (x *SetMsgRecvType) GetGuildId() uint64 { @@ -2536,44 +1475,8 @@ func (x *SetMsgRecvType) GetMsgNotifyType() uint32 { } type SetMute struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Action *uint32 `protobuf:"varint,1,opt,name=action" json:"action,omitempty"` - TinyID *uint64 `protobuf:"varint,2,opt,name=tinyID" json:"tinyID,omitempty"` -} - -func (x *SetMute) Reset() { - *x = SetMute{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[29] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SetMute) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SetMute) ProtoMessage() {} - -func (x *SetMute) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[29] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SetMute.ProtoReflect.Descriptor instead. -func (*SetMute) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{29} + Action *uint32 `protobuf:"varint,1,opt"` + TinyID *uint64 `protobuf:"varint,2,opt"` } func (x *SetMute) GetAction() uint32 { @@ -2591,43 +1494,7 @@ func (x *SetMute) GetTinyID() uint64 { } type SetTop struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Action *uint32 `protobuf:"varint,1,opt,name=action" json:"action,omitempty"` -} - -func (x *SetTop) Reset() { - *x = SetTop{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[30] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SetTop) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SetTop) ProtoMessage() {} - -func (x *SetTop) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[30] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SetTop.ProtoReflect.Descriptor instead. -func (*SetTop) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{30} + Action *uint32 `protobuf:"varint,1,opt"` } func (x *SetTop) GetAction() uint32 { @@ -2638,45 +1505,9 @@ func (x *SetTop) GetAction() uint32 { } type SwitchDetail struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildId *uint64 `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"` - ChannelId *uint64 `protobuf:"varint,2,opt,name=channelId" json:"channelId,omitempty"` - Platform *uint32 `protobuf:"varint,3,opt,name=platform" json:"platform,omitempty"` -} - -func (x *SwitchDetail) Reset() { - *x = SwitchDetail{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[31] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SwitchDetail) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SwitchDetail) ProtoMessage() {} - -func (x *SwitchDetail) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[31] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SwitchDetail.ProtoReflect.Descriptor instead. -func (*SwitchDetail) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{31} + GuildId *uint64 `protobuf:"varint,1,opt"` + ChannelId *uint64 `protobuf:"varint,2,opt"` + Platform *uint32 `protobuf:"varint,3,opt"` } func (x *SwitchDetail) GetGuildId() uint64 { @@ -2701,47 +1532,11 @@ func (x *SwitchDetail) GetPlatform() uint32 { } type SwitchLiveRoom struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildId *uint64 `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"` - ChannelId *uint64 `protobuf:"varint,2,opt,name=channelId" json:"channelId,omitempty"` - RoomId *uint64 `protobuf:"varint,3,opt,name=roomId" json:"roomId,omitempty"` - Tinyid *uint64 `protobuf:"varint,4,opt,name=tinyid" json:"tinyid,omitempty"` - Action *uint32 `protobuf:"varint,5,opt,name=action" json:"action,omitempty"` -} - -func (x *SwitchLiveRoom) Reset() { - *x = SwitchLiveRoom{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[32] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SwitchLiveRoom) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SwitchLiveRoom) ProtoMessage() {} - -func (x *SwitchLiveRoom) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[32] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SwitchLiveRoom.ProtoReflect.Descriptor instead. -func (*SwitchLiveRoom) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{32} + GuildId *uint64 `protobuf:"varint,1,opt"` + ChannelId *uint64 `protobuf:"varint,2,opt"` + RoomId *uint64 `protobuf:"varint,3,opt"` + Tinyid *uint64 `protobuf:"varint,4,opt"` + Action *uint32 `protobuf:"varint,5,opt"` } func (x *SwitchLiveRoom) GetGuildId() uint64 { @@ -2780,45 +1575,9 @@ func (x *SwitchLiveRoom) GetAction() uint32 { } type SwitchVoiceChannel struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MemberId *uint64 `protobuf:"varint,1,opt,name=memberId" json:"memberId,omitempty"` - EnterDetail *SwitchDetail `protobuf:"bytes,2,opt,name=enterDetail" json:"enterDetail,omitempty"` - LeaveDetail *SwitchDetail `protobuf:"bytes,3,opt,name=leaveDetail" json:"leaveDetail,omitempty"` -} - -func (x *SwitchVoiceChannel) Reset() { - *x = SwitchVoiceChannel{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[33] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SwitchVoiceChannel) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SwitchVoiceChannel) ProtoMessage() {} - -func (x *SwitchVoiceChannel) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[33] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SwitchVoiceChannel.ProtoReflect.Descriptor instead. -func (*SwitchVoiceChannel) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{33} + MemberId *uint64 `protobuf:"varint,1,opt"` + EnterDetail *SwitchDetail `protobuf:"bytes,2,opt"` + LeaveDetail *SwitchDetail `protobuf:"bytes,3,opt"` } func (x *SwitchVoiceChannel) GetMemberId() uint64 { @@ -2843,44 +1602,8 @@ func (x *SwitchVoiceChannel) GetLeaveDetail() *SwitchDetail { } type UpdateCategory struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CategoryInfo []*CategoryInfo `protobuf:"bytes,1,rep,name=categoryInfo" json:"categoryInfo,omitempty"` - NoClassifyCategoryInfo *CategoryInfo `protobuf:"bytes,2,opt,name=noClassifyCategoryInfo" json:"noClassifyCategoryInfo,omitempty"` -} - -func (x *UpdateCategory) Reset() { - *x = UpdateCategory{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[34] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UpdateCategory) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UpdateCategory) ProtoMessage() {} - -func (x *UpdateCategory) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[34] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UpdateCategory.ProtoReflect.Descriptor instead. -func (*UpdateCategory) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{34} + CategoryInfo []*CategoryInfo `protobuf:"bytes,1,rep"` + NoClassifyCategoryInfo *CategoryInfo `protobuf:"bytes,2,opt"` } func (x *UpdateCategory) GetCategoryInfo() []*CategoryInfo { @@ -2898,50 +1621,14 @@ func (x *UpdateCategory) GetNoClassifyCategoryInfo() *CategoryInfo { } type UpdateMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgSeq *uint64 `protobuf:"varint,1,opt,name=msgSeq" json:"msgSeq,omitempty"` - OrigMsgUncountable *bool `protobuf:"varint,2,opt,name=origMsgUncountable" json:"origMsgUncountable,omitempty"` - EventType *uint64 `protobuf:"varint,3,opt,name=eventType" json:"eventType,omitempty"` - EventVersion *uint64 `protobuf:"varint,4,opt,name=eventVersion" json:"eventVersion,omitempty"` - OperatorTinyid *uint64 `protobuf:"varint,5,opt,name=operatorTinyid" json:"operatorTinyid,omitempty"` - OperatorRole *uint64 `protobuf:"varint,6,opt,name=operatorRole" json:"operatorRole,omitempty"` - Reason *uint64 `protobuf:"varint,7,opt,name=reason" json:"reason,omitempty"` - Timestamp *uint64 `protobuf:"varint,8,opt,name=timestamp" json:"timestamp,omitempty"` -} - -func (x *UpdateMsg) Reset() { - *x = UpdateMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[35] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UpdateMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UpdateMsg) ProtoMessage() {} - -func (x *UpdateMsg) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[35] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UpdateMsg.ProtoReflect.Descriptor instead. -func (*UpdateMsg) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{35} + MsgSeq *uint64 `protobuf:"varint,1,opt"` + OrigMsgUncountable *bool `protobuf:"varint,2,opt"` + EventType *uint64 `protobuf:"varint,3,opt"` + EventVersion *uint64 `protobuf:"varint,4,opt"` + OperatorTinyid *uint64 `protobuf:"varint,5,opt"` + OperatorRole *uint64 `protobuf:"varint,6,opt"` + Reason *uint64 `protobuf:"varint,7,opt"` + Timestamp *uint64 `protobuf:"varint,8,opt"` } func (x *UpdateMsg) GetMsgSeq() uint64 { @@ -3001,44 +1688,8 @@ func (x *UpdateMsg) GetTimestamp() uint64 { } type UpdateVoiceBlockList struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Action *uint32 `protobuf:"varint,1,opt,name=action" json:"action,omitempty"` - ObjectTinyid *uint64 `protobuf:"varint,2,opt,name=objectTinyid" json:"objectTinyid,omitempty"` -} - -func (x *UpdateVoiceBlockList) Reset() { - *x = UpdateVoiceBlockList{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[36] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UpdateVoiceBlockList) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UpdateVoiceBlockList) ProtoMessage() {} - -func (x *UpdateVoiceBlockList) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[36] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UpdateVoiceBlockList.ProtoReflect.Descriptor instead. -func (*UpdateVoiceBlockList) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{36} + Action *uint32 `protobuf:"varint,1,opt"` + ObjectTinyid *uint64 `protobuf:"varint,2,opt"` } func (x *UpdateVoiceBlockList) GetAction() uint32 { @@ -3056,43 +1707,7 @@ func (x *UpdateVoiceBlockList) GetObjectTinyid() uint64 { } type VoiceChannelInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MemberMaxNum *uint32 `protobuf:"varint,1,opt,name=memberMaxNum" json:"memberMaxNum,omitempty"` -} - -func (x *VoiceChannelInfo) Reset() { - *x = VoiceChannelInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[37] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *VoiceChannelInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*VoiceChannelInfo) ProtoMessage() {} - -func (x *VoiceChannelInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[37] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use VoiceChannelInfo.ProtoReflect.Descriptor instead. -func (*VoiceChannelInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{37} + MemberMaxNum *uint32 `protobuf:"varint,1,opt"` } func (x *VoiceChannelInfo) GetMemberMaxNum() uint32 { @@ -3103,43 +1718,7 @@ func (x *VoiceChannelInfo) GetMemberMaxNum() uint32 { } type VoiceChannelInfoFilter struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MemberMaxNum *uint32 `protobuf:"varint,1,opt,name=memberMaxNum" json:"memberMaxNum,omitempty"` -} - -func (x *VoiceChannelInfoFilter) Reset() { - *x = VoiceChannelInfoFilter{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[38] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *VoiceChannelInfoFilter) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*VoiceChannelInfoFilter) ProtoMessage() {} - -func (x *VoiceChannelInfoFilter) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[38] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use VoiceChannelInfoFilter.ProtoReflect.Descriptor instead. -func (*VoiceChannelInfoFilter) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{38} + MemberMaxNum *uint32 `protobuf:"varint,1,opt"` } func (x *VoiceChannelInfoFilter) GetMemberMaxNum() uint32 { @@ -3150,44 +1729,8 @@ func (x *VoiceChannelInfoFilter) GetMemberMaxNum() uint32 { } type CommGrayTips_TemplParam struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Name []byte `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` - Value []byte `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` -} - -func (x *CommGrayTips_TemplParam) Reset() { - *x = CommGrayTips_TemplParam{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_servtype_proto_msgTypes[39] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommGrayTips_TemplParam) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommGrayTips_TemplParam) ProtoMessage() {} - -func (x *CommGrayTips_TemplParam) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_servtype_proto_msgTypes[39] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommGrayTips_TemplParam.ProtoReflect.Descriptor instead. -func (*CommGrayTips_TemplParam) Descriptor() ([]byte, []int) { - return file_pb_channel_servtype_proto_rawDescGZIP(), []int{8, 0} + Name []byte `protobuf:"bytes,1,opt"` + Value []byte `protobuf:"bytes,2,opt"` } func (x *CommGrayTips_TemplParam) GetName() []byte { @@ -3203,1156 +1746,3 @@ func (x *CommGrayTips_TemplParam) GetValue() []byte { } return nil } - -var File_pb_channel_servtype_proto protoreflect.FileDescriptor - -var file_pb_channel_servtype_proto_rawDesc = []byte{ - 0x0a, 0x19, 0x70, 0x62, 0x2f, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2f, 0x73, 0x65, 0x72, - 0x76, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x63, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x22, 0x97, 0x01, 0x0a, 0x0d, 0x41, 0x70, 0x70, 0x43, 0x68, 0x61, 0x6e, - 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x6d, 0x6d, 0x61, 0x72, - 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, - 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, - 0x73, 0x67, 0x12, 0x22, 0x0a, 0x0c, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, - 0x4d, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, - 0x54, 0x69, 0x6d, 0x65, 0x4d, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, - 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x73, 0x63, 0x68, 0x65, - 0x6d, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x22, 0x57, - 0x0a, 0x13, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x63, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x63, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x22, 0xb8, 0x01, 0x0a, 0x0c, 0x43, 0x61, 0x74, 0x65, - 0x67, 0x6f, 0x72, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x61, 0x74, 0x65, - 0x67, 0x6f, 0x72, 0x79, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0d, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x3e, - 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x61, - 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, - 0x6f, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x22, - 0x0a, 0x0c, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x4e, 0x61, - 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x49, 0x64, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, - 0x49, 0x64, 0x22, 0x93, 0x04, 0x0a, 0x0e, 0x43, 0x68, 0x61, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x46, - 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x6e, - 0x6e, 0x65, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, - 0x6f, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, - 0x74, 0x6f, 0x72, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, - 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, - 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, - 0x24, 0x0a, 0x0d, 0x6d, 0x73, 0x67, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x79, 0x70, 0x65, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x6d, 0x73, 0x67, 0x4e, 0x6f, 0x74, 0x69, 0x66, - 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x6e, - 0x6e, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x70, 0x65, 0x61, 0x6b, - 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x0f, 0x73, 0x70, 0x65, 0x61, 0x6b, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, - 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x6c, 0x61, 0x73, 0x74, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x18, - 0x0b, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x6c, 0x61, 0x73, 0x74, 0x4d, 0x73, 0x67, 0x53, 0x65, - 0x71, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x6e, 0x74, 0x4d, 0x73, 0x67, 0x53, - 0x65, 0x71, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x6e, - 0x74, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, 0x57, 0x0a, 0x16, 0x76, 0x6f, 0x69, 0x63, 0x65, - 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x74, 0x65, - 0x72, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x2e, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, - 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x16, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x43, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, - 0x12, 0x54, 0x0a, 0x15, 0x6c, 0x69, 0x76, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, - 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x1e, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x4c, 0x69, 0x76, 0x65, 0x43, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, - 0x15, 0x6c, 0x69, 0x76, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, - 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x20, 0x0a, 0x0b, 0x62, 0x61, 0x6e, 0x6e, 0x65, 0x64, - 0x53, 0x70, 0x65, 0x61, 0x6b, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x62, 0x61, 0x6e, - 0x6e, 0x65, 0x64, 0x53, 0x70, 0x65, 0x61, 0x6b, 0x22, 0xa4, 0x02, 0x0a, 0x0e, 0x43, 0x68, 0x61, - 0x6e, 0x67, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x67, - 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, - 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x68, 0x61, 0x6e, 0x49, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x63, 0x68, 0x61, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, - 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x12, 0x29, 0x0a, - 0x07, 0x69, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, - 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x52, - 0x07, 0x69, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x75, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x3f, 0x0a, 0x0e, 0x63, 0x68, 0x61, 0x6e, - 0x49, 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x17, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x49, - 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x0e, 0x63, 0x68, 0x61, 0x6e, 0x49, - 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x34, 0x0a, 0x08, 0x63, 0x68, 0x61, - 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x63, 0x68, 0x61, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x22, - 0xb7, 0x02, 0x0a, 0x0f, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x49, - 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x1e, 0x0a, - 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x12, 0x29, 0x0a, - 0x07, 0x69, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, - 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x52, - 0x07, 0x69, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x71, 0x12, 0x29, 0x0a, 0x07, 0x66, 0x61, 0x63, 0x65, - 0x53, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x68, 0x61, 0x6e, - 0x6e, 0x65, 0x6c, 0x2e, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x52, 0x07, 0x66, 0x61, 0x63, 0x65, - 0x53, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x79, 0x70, - 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, - 0x79, 0x70, 0x65, 0x12, 0x42, 0x0a, 0x0f, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, 0x6f, - 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, 0x6f, - 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x0f, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, - 0x6f, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x30, 0x0a, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, - 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x09, - 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x23, 0x0a, 0x09, 0x43, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x44, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x68, 0x61, 0x6e, 0x49, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x63, 0x68, 0x61, 0x6e, 0x49, 0x64, 0x22, 0xb0, - 0x04, 0x0a, 0x0f, 0x53, 0x65, 0x72, 0x76, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, - 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, - 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4e, 0x61, - 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, - 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, - 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x6d, 0x73, - 0x67, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x0d, 0x6d, 0x73, 0x67, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x79, 0x70, 0x65, - 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, - 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x70, 0x65, 0x61, 0x6b, 0x50, 0x65, 0x72, 0x6d, 0x69, - 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x73, 0x70, 0x65, - 0x61, 0x6b, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x0a, - 0x6c, 0x61, 0x73, 0x74, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x0f, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x4d, 0x73, 0x67, 0x53, 0x65, - 0x71, 0x52, 0x0a, 0x6c, 0x61, 0x73, 0x74, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, 0x35, 0x0a, - 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x6e, 0x74, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x18, 0x0c, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x4d, - 0x73, 0x67, 0x53, 0x65, 0x71, 0x52, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x6e, 0x74, 0x4d, 0x73, - 0x67, 0x53, 0x65, 0x71, 0x12, 0x45, 0x0a, 0x10, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x43, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, - 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x43, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x10, 0x76, 0x6f, 0x69, 0x63, 0x65, - 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x42, 0x0a, 0x0f, 0x6c, - 0x69, 0x76, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x0f, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x4c, - 0x69, 0x76, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0f, - 0x6c, 0x69, 0x76, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x12, - 0x20, 0x0a, 0x0b, 0x62, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x53, 0x70, 0x65, 0x61, 0x6b, 0x18, 0x10, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x62, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x53, 0x70, 0x65, 0x61, - 0x6b, 0x22, 0xc6, 0x02, 0x0a, 0x0c, 0x43, 0x6f, 0x6d, 0x6d, 0x47, 0x72, 0x61, 0x79, 0x54, 0x69, - 0x70, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x75, 0x73, 0x69, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x62, 0x75, 0x73, 0x69, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, - 0x0a, 0x06, 0x62, 0x75, 0x73, 0x69, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, - 0x62, 0x75, 0x73, 0x69, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x74, 0x72, 0x6c, 0x46, 0x6c, - 0x61, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x63, 0x74, 0x72, 0x6c, 0x46, 0x6c, - 0x61, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x49, 0x64, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x07, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x0a, - 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x20, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x47, - 0x72, 0x61, 0x79, 0x54, 0x69, 0x70, 0x73, 0x2e, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x50, 0x61, 0x72, - 0x61, 0x6d, 0x52, 0x0a, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x18, - 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x70, 0x73, - 0x53, 0x65, 0x71, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x70, - 0x73, 0x53, 0x65, 0x71, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x62, 0x52, 0x65, 0x73, 0x65, - 0x72, 0x76, 0x18, 0x64, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x70, 0x62, 0x52, 0x65, 0x73, 0x65, - 0x72, 0x76, 0x1a, 0x36, 0x0a, 0x0a, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x50, 0x61, 0x72, 0x61, 0x6d, - 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, - 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x76, 0x0a, 0x0a, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, - 0x64, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, - 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, - 0x49, 0x64, 0x12, 0x2e, 0x0a, 0x08, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x64, 0x18, 0x04, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x44, 0x52, 0x08, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x49, 0x64, 0x22, 0x47, 0x0a, 0x0b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x47, 0x75, 0x69, 0x6c, - 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, - 0x64, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0x77, 0x0a, 0x0b, 0x44, - 0x65, 0x73, 0x74, 0x72, 0x6f, 0x79, 0x43, 0x68, 0x61, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, - 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, - 0x6c, 0x64, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, - 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, - 0x6f, 0x72, 0x49, 0x64, 0x12, 0x2e, 0x0a, 0x08, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x64, - 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x44, 0x52, 0x08, 0x64, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x49, 0x64, 0x22, 0x48, 0x0a, 0x0c, 0x44, 0x65, 0x73, 0x74, 0x72, 0x6f, 0x79, 0x47, - 0x75, 0x69, 0x6c, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, - 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, - 0x6f, 0x72, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0xc2, - 0x0b, 0x0a, 0x09, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x33, 0x0a, 0x0a, - 0x72, 0x65, 0x61, 0x64, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x13, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x4e, - 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x0a, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x6f, 0x74, 0x69, 0x66, - 0x79, 0x12, 0x39, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x47, 0x72, 0x61, 0x79, 0x54, 0x69, 0x70, - 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x47, 0x72, 0x61, 0x79, 0x54, 0x69, 0x70, 0x73, 0x52, 0x0c, - 0x63, 0x6f, 0x6d, 0x6d, 0x47, 0x72, 0x61, 0x79, 0x54, 0x69, 0x70, 0x73, 0x12, 0x36, 0x0a, 0x0b, - 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x14, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x47, - 0x75, 0x69, 0x6c, 0x64, 0x12, 0x39, 0x0a, 0x0c, 0x64, 0x65, 0x73, 0x74, 0x72, 0x6f, 0x79, 0x47, - 0x75, 0x69, 0x6c, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x44, 0x65, 0x73, 0x74, 0x72, 0x6f, 0x79, 0x47, 0x75, 0x69, 0x6c, - 0x64, 0x52, 0x0c, 0x64, 0x65, 0x73, 0x74, 0x72, 0x6f, 0x79, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x12, - 0x30, 0x0a, 0x09, 0x6a, 0x6f, 0x69, 0x6e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x4a, 0x6f, 0x69, - 0x6e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x09, 0x6a, 0x6f, 0x69, 0x6e, 0x47, 0x75, 0x69, 0x6c, - 0x64, 0x12, 0x39, 0x0a, 0x0c, 0x6b, 0x69, 0x63, 0x6b, 0x4f, 0x66, 0x66, 0x47, 0x75, 0x69, 0x6c, - 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x2e, 0x4b, 0x69, 0x63, 0x6b, 0x4f, 0x66, 0x66, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x0c, - 0x6b, 0x69, 0x63, 0x6b, 0x4f, 0x66, 0x66, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x12, 0x30, 0x0a, 0x09, - 0x71, 0x75, 0x69, 0x74, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x12, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x51, 0x75, 0x69, 0x74, 0x47, 0x75, - 0x69, 0x6c, 0x64, 0x52, 0x09, 0x71, 0x75, 0x69, 0x74, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x12, 0x42, - 0x0a, 0x0f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, - 0x6f, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, - 0x6f, 0x52, 0x0f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, - 0x66, 0x6f, 0x12, 0x33, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x6e, - 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x52, 0x0a, 0x63, 0x72, 0x65, - 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x12, 0x36, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x74, 0x72, - 0x6f, 0x79, 0x43, 0x68, 0x61, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x63, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x44, 0x65, 0x73, 0x74, 0x72, 0x6f, 0x79, 0x43, 0x68, - 0x61, 0x6e, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x74, 0x72, 0x6f, 0x79, 0x43, 0x68, 0x61, 0x6e, 0x12, - 0x3f, 0x0a, 0x0e, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x49, 0x6e, 0x66, - 0x6f, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x49, 0x6e, 0x66, 0x6f, - 0x52, 0x0e, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x49, 0x6e, 0x66, 0x6f, - 0x12, 0x2d, 0x0a, 0x08, 0x73, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x18, 0x0c, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x53, 0x65, 0x74, - 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x52, 0x08, 0x73, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x12, - 0x3f, 0x0a, 0x0e, 0x73, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x63, 0x76, 0x54, 0x79, 0x70, - 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x2e, 0x53, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x63, 0x76, 0x54, 0x79, 0x70, 0x65, - 0x52, 0x0e, 0x73, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x63, 0x76, 0x54, 0x79, 0x70, 0x65, - 0x12, 0x30, 0x0a, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x73, 0x67, 0x18, 0x0e, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x55, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x4d, 0x73, 0x67, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, - 0x73, 0x67, 0x12, 0x27, 0x0a, 0x06, 0x73, 0x65, 0x74, 0x54, 0x6f, 0x70, 0x18, 0x11, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x53, 0x65, 0x74, - 0x54, 0x6f, 0x70, 0x52, 0x06, 0x73, 0x65, 0x74, 0x54, 0x6f, 0x70, 0x12, 0x41, 0x0a, 0x0d, 0x73, - 0x77, 0x69, 0x74, 0x63, 0x68, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x18, 0x12, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x53, 0x77, 0x69, - 0x74, 0x63, 0x68, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x52, - 0x0d, 0x73, 0x77, 0x69, 0x74, 0x63, 0x68, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x12, 0x3f, - 0x0a, 0x0e, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, - 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x52, - 0x0e, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x12, - 0x51, 0x0a, 0x14, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x42, 0x6c, - 0x6f, 0x63, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, - 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x6f, - 0x69, 0x63, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x14, 0x75, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4c, 0x69, - 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x07, 0x73, 0x65, 0x74, 0x4d, 0x75, 0x74, 0x65, 0x18, 0x17, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x53, 0x65, - 0x74, 0x4d, 0x75, 0x74, 0x65, 0x52, 0x07, 0x73, 0x65, 0x74, 0x4d, 0x75, 0x74, 0x65, 0x12, 0x54, - 0x0a, 0x14, 0x6c, 0x69, 0x76, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x68, 0x61, 0x6e, - 0x67, 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x63, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x4c, 0x69, 0x76, 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x53, - 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x4d, 0x73, 0x67, 0x52, 0x14, - 0x6c, 0x69, 0x76, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, - 0x52, 0x6f, 0x6f, 0x6d, 0x12, 0x3f, 0x0a, 0x0e, 0x73, 0x77, 0x69, 0x74, 0x63, 0x68, 0x4c, 0x69, - 0x76, 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x63, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x4c, 0x69, 0x76, - 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x0e, 0x73, 0x77, 0x69, 0x74, 0x63, 0x68, 0x4c, 0x69, 0x76, - 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x12, 0x29, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, - 0x27, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, - 0x4d, 0x73, 0x67, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, - 0x12, 0x33, 0x0a, 0x09, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x18, 0x28, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x53, 0x63, - 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x52, 0x09, 0x73, 0x63, 0x68, 0x65, - 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x36, 0x0a, 0x0a, 0x61, 0x70, 0x70, 0x43, 0x68, 0x61, 0x6e, - 0x6e, 0x65, 0x6c, 0x18, 0x29, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x63, 0x68, 0x61, 0x6e, - 0x6e, 0x65, 0x6c, 0x2e, 0x41, 0x70, 0x70, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, - 0x67, 0x52, 0x0a, 0x61, 0x70, 0x70, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x12, 0x44, 0x0a, - 0x11, 0x77, 0x65, 0x61, 0x6b, 0x4d, 0x73, 0x67, 0x41, 0x70, 0x70, 0x43, 0x68, 0x61, 0x6e, 0x6e, - 0x65, 0x6c, 0x18, 0x2e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, - 0x65, 0x6c, 0x2e, 0x41, 0x70, 0x70, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, - 0x52, 0x11, 0x77, 0x65, 0x61, 0x6b, 0x4d, 0x73, 0x67, 0x41, 0x70, 0x70, 0x43, 0x68, 0x61, 0x6e, - 0x6e, 0x65, 0x6c, 0x22, 0x64, 0x0a, 0x0e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x72, 0x6f, 0x53, - 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x45, 0x6e, 0x61, 0x62, 0x6c, - 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x69, 0x73, 0x45, 0x6e, 0x61, 0x62, 0x6c, - 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x08, 0x69, 0x73, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x12, 0x1a, 0x0a, - 0x08, 0x69, 0x73, 0x46, 0x72, 0x6f, 0x7a, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x08, 0x69, 0x73, 0x46, 0x72, 0x6f, 0x7a, 0x65, 0x6e, 0x22, 0xac, 0x05, 0x0a, 0x09, 0x47, 0x75, - 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, - 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x75, 0x69, 0x6c, - 0x64, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x49, 0x64, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x12, - 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, - 0x22, 0x0a, 0x0c, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4d, 0x61, 0x78, - 0x4e, 0x75, 0x6d, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x75, 0x6d, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x75, - 0x6d, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x54, 0x79, 0x70, 0x65, 0x12, - 0x1c, 0x0a, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, - 0x09, 0x72, 0x6f, 0x62, 0x6f, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x09, 0x20, 0x03, 0x28, 0x04, - 0x52, 0x09, 0x72, 0x6f, 0x62, 0x6f, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, - 0x64, 0x6d, 0x69, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x04, 0x52, 0x09, - 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x6f, 0x62, - 0x6f, 0x74, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, - 0x72, 0x6f, 0x62, 0x6f, 0x74, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x12, 0x20, 0x0a, 0x0b, 0x61, - 0x64, 0x6d, 0x69, 0x6e, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x0b, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x12, 0x18, 0x0a, - 0x07, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, - 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x61, 0x63, 0x65, 0x53, - 0x65, 0x71, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x66, 0x61, 0x63, 0x65, 0x53, 0x65, - 0x71, 0x12, 0x39, 0x0a, 0x0b, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, - 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x72, 0x6f, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, - 0x0b, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, - 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x0a, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x3a, 0x0a, 0x0f, - 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x71, 0x18, - 0x8a, 0x27, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x2e, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x52, 0x0f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x43, - 0x68, 0x61, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x71, 0x12, 0x40, 0x0a, 0x12, 0x67, 0x75, 0x69, 0x6c, - 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x71, 0x18, 0x8b, - 0x27, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, - 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x52, 0x12, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, - 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x71, 0x12, 0x3c, 0x0a, 0x10, 0x63, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x71, 0x18, 0x8c, - 0x27, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, - 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x52, 0x10, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x43, - 0x68, 0x61, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x71, 0x22, 0xe6, 0x04, 0x0a, 0x0f, 0x47, 0x75, 0x69, - 0x6c, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, - 0x67, 0x75, 0x69, 0x6c, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6f, 0x77, - 0x6e, 0x65, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x6f, 0x77, 0x6e, - 0x65, 0x72, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, - 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x54, 0x69, 0x6d, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4d, 0x61, - 0x78, 0x4e, 0x75, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x6d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x6d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x54, - 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, - 0x54, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x61, 0x6d, - 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x61, - 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x6f, 0x62, 0x6f, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x18, - 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x72, 0x6f, 0x62, 0x6f, 0x74, 0x4c, 0x69, 0x73, 0x74, - 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x09, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x20, - 0x0a, 0x0b, 0x72, 0x6f, 0x62, 0x6f, 0x74, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x18, 0x0b, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x72, 0x6f, 0x62, 0x6f, 0x74, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, - 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x18, - 0x0c, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x4d, 0x61, 0x78, 0x4e, - 0x75, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x0d, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07, - 0x66, 0x61, 0x63, 0x65, 0x53, 0x65, 0x71, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x66, - 0x61, 0x63, 0x65, 0x53, 0x65, 0x71, 0x12, 0x20, 0x0a, 0x0b, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x53, - 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x67, 0x75, 0x69, - 0x6c, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x68, 0x61, 0x6e, - 0x6e, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x63, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x29, 0x0a, 0x0f, 0x6d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x71, 0x18, 0x8a, 0x27, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, - 0x53, 0x65, 0x71, 0x12, 0x2f, 0x0a, 0x12, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, 0x6f, - 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x71, 0x18, 0x8b, 0x27, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x12, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x67, - 0x65, 0x53, 0x65, 0x71, 0x12, 0x2b, 0x0a, 0x10, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x43, - 0x68, 0x61, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x71, 0x18, 0x8c, 0x27, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x10, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x53, 0x65, - 0x71, 0x22, 0x6b, 0x0a, 0x09, 0x4a, 0x6f, 0x69, 0x6e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x12, 0x1a, - 0x0a, 0x08, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x08, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, - 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x54, 0x69, 0x6e, 0x79, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x0c, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x54, 0x69, 0x6e, 0x79, 0x69, 0x64, 0x22, 0x6a, - 0x0a, 0x0c, 0x4b, 0x69, 0x63, 0x6b, 0x4f, 0x66, 0x66, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x12, 0x1a, - 0x0a, 0x08, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x08, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x65, - 0x74, 0x42, 0x6c, 0x61, 0x63, 0x6b, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x73, 0x65, - 0x74, 0x42, 0x6c, 0x61, 0x63, 0x6b, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x54, 0x69, 0x6e, 0x79, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x54, 0x69, 0x6e, 0x79, 0x69, 0x64, 0x22, 0x5b, 0x0a, 0x0f, 0x4c, 0x69, - 0x76, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x0a, - 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x72, - 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x6e, 0x63, 0x68, 0x6f, 0x72, 0x55, - 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x61, 0x6e, 0x63, 0x68, 0x6f, 0x72, - 0x55, 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x85, 0x01, 0x0a, 0x15, 0x4c, 0x69, 0x76, 0x65, - 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x74, 0x65, - 0x72, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x73, 0x4e, 0x65, 0x65, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x49, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x69, 0x73, 0x4e, 0x65, 0x65, 0x64, 0x52, - 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x69, 0x73, 0x4e, 0x65, 0x65, 0x64, 0x41, - 0x6e, 0x63, 0x68, 0x6f, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, - 0x69, 0x73, 0x4e, 0x65, 0x65, 0x64, 0x41, 0x6e, 0x63, 0x68, 0x6f, 0x72, 0x55, 0x69, 0x6e, 0x12, - 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x4e, 0x65, 0x65, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x69, 0x73, 0x4e, 0x65, 0x65, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x22, - 0xa5, 0x01, 0x0a, 0x17, 0x4c, 0x69, 0x76, 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x53, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x4d, 0x73, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x67, - 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, - 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x61, - 0x6e, 0x63, 0x68, 0x6f, 0x72, 0x54, 0x69, 0x6e, 0x79, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x0c, 0x61, 0x6e, 0x63, 0x68, 0x6f, 0x72, 0x54, 0x69, 0x6e, 0x79, 0x69, 0x64, 0x12, - 0x16, 0x0a, 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x5e, 0x0a, 0x08, 0x4d, 0x73, 0x67, 0x45, 0x76, - 0x65, 0x6e, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x03, 0x73, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x54, - 0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x56, 0x65, 0x72, 0x73, - 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, - 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x2e, 0x0a, 0x06, 0x4d, 0x73, 0x67, 0x53, 0x65, - 0x71, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, - 0x73, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x22, 0x0b, 0x0a, 0x09, 0x51, 0x75, 0x69, 0x74, 0x47, - 0x75, 0x69, 0x6c, 0x64, 0x22, 0xce, 0x01, 0x0a, 0x0a, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x6f, 0x74, - 0x69, 0x66, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, - 0x64, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x0a, 0x72, - 0x65, 0x61, 0x64, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x0f, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, - 0x52, 0x0a, 0x72, 0x65, 0x61, 0x64, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, 0x35, 0x0a, 0x0d, - 0x72, 0x65, 0x61, 0x64, 0x43, 0x6e, 0x74, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x4d, 0x73, - 0x67, 0x53, 0x65, 0x71, 0x52, 0x0d, 0x72, 0x65, 0x61, 0x64, 0x43, 0x6e, 0x74, 0x4d, 0x73, 0x67, - 0x53, 0x65, 0x71, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x61, 0x64, 0x4d, 0x73, 0x67, 0x4d, 0x65, - 0x74, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x72, 0x65, 0x61, 0x64, 0x4d, 0x73, - 0x67, 0x4d, 0x65, 0x74, 0x61, 0x22, 0x74, 0x0a, 0x0c, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, - 0x65, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, - 0x48, 0x65, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0e, 0x63, - 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x48, 0x65, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x12, 0x18, 0x0a, - 0x07, 0x77, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, - 0x77, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x22, 0x0a, 0x0c, 0x65, 0x78, 0x70, 0x69, 0x72, - 0x65, 0x54, 0x69, 0x6d, 0x65, 0x4d, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x65, - 0x78, 0x70, 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x4d, 0x73, 0x22, 0xba, 0x01, 0x0a, 0x08, - 0x53, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, - 0x64, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, - 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x68, 0x61, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x06, 0x63, 0x68, 0x61, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, - 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, - 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, - 0x6d, 0x69, 0x6e, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x61, 0x64, 0x6d, - 0x69, 0x6e, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x54, 0x69, 0x6e, - 0x79, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x61, 0x64, 0x6d, 0x69, 0x6e, - 0x54, 0x69, 0x6e, 0x79, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, - 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x6f, 0x70, 0x65, - 0x72, 0x61, 0x74, 0x65, 0x54, 0x79, 0x70, 0x65, 0x22, 0x88, 0x01, 0x0a, 0x0e, 0x53, 0x65, 0x74, - 0x4d, 0x73, 0x67, 0x52, 0x65, 0x63, 0x76, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x67, - 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, - 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x68, 0x61, 0x6e, 0x49, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x63, 0x68, 0x61, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, - 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x12, 0x24, 0x0a, - 0x0d, 0x6d, 0x73, 0x67, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x6d, 0x73, 0x67, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, - 0x79, 0x70, 0x65, 0x22, 0x39, 0x0a, 0x07, 0x53, 0x65, 0x74, 0x4d, 0x75, 0x74, 0x65, 0x12, 0x16, - 0x0a, 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, - 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x69, 0x6e, 0x79, 0x49, 0x44, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x74, 0x69, 0x6e, 0x79, 0x49, 0x44, 0x22, 0x20, - 0x0a, 0x06, 0x53, 0x65, 0x74, 0x54, 0x6f, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x22, 0x62, 0x0a, 0x0c, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, - 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x63, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6c, 0x61, 0x74, - 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x74, - 0x66, 0x6f, 0x72, 0x6d, 0x22, 0x90, 0x01, 0x0a, 0x0e, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x4c, - 0x69, 0x76, 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, - 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, - 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x12, - 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x69, 0x6e, 0x79, 0x69, - 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x74, 0x69, 0x6e, 0x79, 0x69, 0x64, 0x12, - 0x16, 0x0a, 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xa2, 0x01, 0x0a, 0x12, 0x53, 0x77, 0x69, 0x74, - 0x63, 0x68, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x12, 0x1a, - 0x0a, 0x08, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x08, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x64, 0x12, 0x37, 0x0a, 0x0b, 0x65, 0x6e, - 0x74, 0x65, 0x72, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x15, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, - 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x0b, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x44, 0x65, 0x74, - 0x61, 0x69, 0x6c, 0x12, 0x37, 0x0a, 0x0b, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x44, 0x65, 0x74, 0x61, - 0x69, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, - 0x65, 0x6c, 0x2e, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, - 0x0b, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x22, 0x9a, 0x01, 0x0a, - 0x0e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x12, - 0x39, 0x0a, 0x0c, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x18, - 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, - 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0c, 0x63, 0x61, - 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x4d, 0x0a, 0x16, 0x6e, 0x6f, - 0x43, 0x6c, 0x61, 0x73, 0x73, 0x69, 0x66, 0x79, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, - 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x49, 0x6e, 0x66, - 0x6f, 0x52, 0x16, 0x6e, 0x6f, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x69, 0x66, 0x79, 0x43, 0x61, 0x74, - 0x65, 0x67, 0x6f, 0x72, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x97, 0x02, 0x0a, 0x09, 0x55, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x4d, 0x73, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, 0x67, 0x53, 0x65, - 0x71, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, - 0x2e, 0x0a, 0x12, 0x6f, 0x72, 0x69, 0x67, 0x4d, 0x73, 0x67, 0x55, 0x6e, 0x63, 0x6f, 0x75, 0x6e, - 0x74, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x12, 0x6f, 0x72, 0x69, - 0x67, 0x4d, 0x73, 0x67, 0x55, 0x6e, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x12, - 0x1c, 0x0a, 0x09, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x09, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, - 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, - 0x6e, 0x12, 0x26, 0x0a, 0x0e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x54, 0x69, 0x6e, - 0x79, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0e, 0x6f, 0x70, 0x65, 0x72, 0x61, - 0x74, 0x6f, 0x72, 0x54, 0x69, 0x6e, 0x79, 0x69, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x6f, 0x70, 0x65, - 0x72, 0x61, 0x74, 0x6f, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x0c, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x16, 0x0a, - 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x72, - 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, - 0x6d, 0x70, 0x18, 0x08, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, - 0x61, 0x6d, 0x70, 0x22, 0x52, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x6f, 0x69, - 0x63, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x61, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x54, 0x69, 0x6e, - 0x79, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x6f, 0x62, 0x6a, 0x65, 0x63, - 0x74, 0x54, 0x69, 0x6e, 0x79, 0x69, 0x64, 0x22, 0x36, 0x0a, 0x10, 0x56, 0x6f, 0x69, 0x63, 0x65, - 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x22, 0x0a, 0x0c, 0x6d, - 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x0c, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x22, - 0x3c, 0x0a, 0x16, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, - 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0c, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x42, 0x14, 0x5a, - 0x12, 0x70, 0x62, 0x2f, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x3b, 0x63, 0x68, 0x61, 0x6e, - 0x6e, 0x65, 0x6c, -} - -var ( - file_pb_channel_servtype_proto_rawDescOnce sync.Once - file_pb_channel_servtype_proto_rawDescData = file_pb_channel_servtype_proto_rawDesc -) - -func file_pb_channel_servtype_proto_rawDescGZIP() []byte { - file_pb_channel_servtype_proto_rawDescOnce.Do(func() { - file_pb_channel_servtype_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_channel_servtype_proto_rawDescData) - }) - return file_pb_channel_servtype_proto_rawDescData -} - -var file_pb_channel_servtype_proto_msgTypes = make([]protoimpl.MessageInfo, 40) -var file_pb_channel_servtype_proto_goTypes = []interface{}{ - (*AppChannelMsg)(nil), // 0: channel.AppChannelMsg - (*CategoryChannelInfo)(nil), // 1: channel.CategoryChannelInfo - (*CategoryInfo)(nil), // 2: channel.CategoryInfo - (*ChanInfoFilter)(nil), // 3: channel.ChanInfoFilter - (*ChangeChanInfo)(nil), // 4: channel.ChangeChanInfo - (*ChangeGuildInfo)(nil), // 5: channel.ChangeGuildInfo - (*ChannelID)(nil), // 6: channel.ChannelID - (*ServChannelInfo)(nil), // 7: channel.ServChannelInfo - (*CommGrayTips)(nil), // 8: channel.CommGrayTips - (*CreateChan)(nil), // 9: channel.CreateChan - (*CreateGuild)(nil), // 10: channel.CreateGuild - (*DestroyChan)(nil), // 11: channel.DestroyChan - (*DestroyGuild)(nil), // 12: channel.DestroyGuild - (*EventBody)(nil), // 13: channel.EventBody - (*GroupProStatus)(nil), // 14: channel.GroupProStatus - (*GuildInfo)(nil), // 15: channel.GuildInfo - (*GuildInfoFilter)(nil), // 16: channel.GuildInfoFilter - (*JoinGuild)(nil), // 17: channel.JoinGuild - (*KickOffGuild)(nil), // 18: channel.KickOffGuild - (*LiveChannelInfo)(nil), // 19: channel.LiveChannelInfo - (*LiveChannelInfoFilter)(nil), // 20: channel.LiveChannelInfoFilter - (*LiveRoomStatusChangeMsg)(nil), // 21: channel.LiveRoomStatusChangeMsg - (*MsgEvent)(nil), // 22: channel.MsgEvent - (*MsgSeq)(nil), // 23: channel.MsgSeq - (*QuitGuild)(nil), // 24: channel.QuitGuild - (*ReadNotify)(nil), // 25: channel.ReadNotify - (*SchedulerMsg)(nil), // 26: channel.SchedulerMsg - (*SetAdmin)(nil), // 27: channel.SetAdmin - (*SetMsgRecvType)(nil), // 28: channel.SetMsgRecvType - (*SetMute)(nil), // 29: channel.SetMute - (*SetTop)(nil), // 30: channel.SetTop - (*SwitchDetail)(nil), // 31: channel.SwitchDetail - (*SwitchLiveRoom)(nil), // 32: channel.SwitchLiveRoom - (*SwitchVoiceChannel)(nil), // 33: channel.SwitchVoiceChannel - (*UpdateCategory)(nil), // 34: channel.UpdateCategory - (*UpdateMsg)(nil), // 35: channel.UpdateMsg - (*UpdateVoiceBlockList)(nil), // 36: channel.UpdateVoiceBlockList - (*VoiceChannelInfo)(nil), // 37: channel.VoiceChannelInfo - (*VoiceChannelInfoFilter)(nil), // 38: channel.VoiceChannelInfoFilter - (*CommGrayTips_TemplParam)(nil), // 39: channel.CommGrayTips.TemplParam -} -var file_pb_channel_servtype_proto_depIdxs = []int32{ - 1, // 0: channel.CategoryInfo.channelInfo:type_name -> channel.CategoryChannelInfo - 38, // 1: channel.ChanInfoFilter.voiceChannelInfoFilter:type_name -> channel.VoiceChannelInfoFilter - 20, // 2: channel.ChanInfoFilter.liveChannelInfoFilter:type_name -> channel.LiveChannelInfoFilter - 23, // 3: channel.ChangeChanInfo.infoSeq:type_name -> channel.MsgSeq - 3, // 4: channel.ChangeChanInfo.chanInfoFilter:type_name -> channel.ChanInfoFilter - 7, // 5: channel.ChangeChanInfo.chanInfo:type_name -> channel.ServChannelInfo - 23, // 6: channel.ChangeGuildInfo.infoSeq:type_name -> channel.MsgSeq - 23, // 7: channel.ChangeGuildInfo.faceSeq:type_name -> channel.MsgSeq - 16, // 8: channel.ChangeGuildInfo.guildInfoFilter:type_name -> channel.GuildInfoFilter - 15, // 9: channel.ChangeGuildInfo.guildInfo:type_name -> channel.GuildInfo - 23, // 10: channel.ServChannelInfo.lastMsgSeq:type_name -> channel.MsgSeq - 23, // 11: channel.ServChannelInfo.lastCntMsgSeq:type_name -> channel.MsgSeq - 37, // 12: channel.ServChannelInfo.voiceChannelInfo:type_name -> channel.VoiceChannelInfo - 19, // 13: channel.ServChannelInfo.liveChannelInfo:type_name -> channel.LiveChannelInfo - 39, // 14: channel.CommGrayTips.templParam:type_name -> channel.CommGrayTips.TemplParam - 6, // 15: channel.CreateChan.createId:type_name -> channel.ChannelID - 6, // 16: channel.DestroyChan.deleteId:type_name -> channel.ChannelID - 25, // 17: channel.EventBody.readNotify:type_name -> channel.ReadNotify - 8, // 18: channel.EventBody.commGrayTips:type_name -> channel.CommGrayTips - 10, // 19: channel.EventBody.createGuild:type_name -> channel.CreateGuild - 12, // 20: channel.EventBody.destroyGuild:type_name -> channel.DestroyGuild - 17, // 21: channel.EventBody.joinGuild:type_name -> channel.JoinGuild - 18, // 22: channel.EventBody.kickOffGuild:type_name -> channel.KickOffGuild - 24, // 23: channel.EventBody.quitGuild:type_name -> channel.QuitGuild - 5, // 24: channel.EventBody.changeGuildInfo:type_name -> channel.ChangeGuildInfo - 9, // 25: channel.EventBody.createChan:type_name -> channel.CreateChan - 11, // 26: channel.EventBody.destroyChan:type_name -> channel.DestroyChan - 4, // 27: channel.EventBody.changeChanInfo:type_name -> channel.ChangeChanInfo - 27, // 28: channel.EventBody.setAdmin:type_name -> channel.SetAdmin - 28, // 29: channel.EventBody.setMsgRecvType:type_name -> channel.SetMsgRecvType - 35, // 30: channel.EventBody.updateMsg:type_name -> channel.UpdateMsg - 30, // 31: channel.EventBody.setTop:type_name -> channel.SetTop - 33, // 32: channel.EventBody.switchChannel:type_name -> channel.SwitchVoiceChannel - 34, // 33: channel.EventBody.updateCategory:type_name -> channel.UpdateCategory - 36, // 34: channel.EventBody.updateVoiceBlockList:type_name -> channel.UpdateVoiceBlockList - 29, // 35: channel.EventBody.setMute:type_name -> channel.SetMute - 21, // 36: channel.EventBody.liveStatusChangeRoom:type_name -> channel.LiveRoomStatusChangeMsg - 32, // 37: channel.EventBody.switchLiveRoom:type_name -> channel.SwitchLiveRoom - 22, // 38: channel.EventBody.events:type_name -> channel.MsgEvent - 26, // 39: channel.EventBody.scheduler:type_name -> channel.SchedulerMsg - 0, // 40: channel.EventBody.appChannel:type_name -> channel.AppChannelMsg - 0, // 41: channel.EventBody.weakMsgAppChannel:type_name -> channel.AppChannelMsg - 14, // 42: channel.GuildInfo.guildStatus:type_name -> channel.GroupProStatus - 23, // 43: channel.GuildInfo.memberChangeSeq:type_name -> channel.MsgSeq - 23, // 44: channel.GuildInfo.guildInfoChangeSeq:type_name -> channel.MsgSeq - 23, // 45: channel.GuildInfo.channelChangeSeq:type_name -> channel.MsgSeq - 23, // 46: channel.ReadNotify.readMsgSeq:type_name -> channel.MsgSeq - 23, // 47: channel.ReadNotify.readCntMsgSeq:type_name -> channel.MsgSeq - 31, // 48: channel.SwitchVoiceChannel.enterDetail:type_name -> channel.SwitchDetail - 31, // 49: channel.SwitchVoiceChannel.leaveDetail:type_name -> channel.SwitchDetail - 2, // 50: channel.UpdateCategory.categoryInfo:type_name -> channel.CategoryInfo - 2, // 51: channel.UpdateCategory.noClassifyCategoryInfo:type_name -> channel.CategoryInfo - 52, // [52:52] is the sub-list for method output_type - 52, // [52:52] is the sub-list for method input_type - 52, // [52:52] is the sub-list for extension type_name - 52, // [52:52] is the sub-list for extension extendee - 0, // [0:52] is the sub-list for field type_name -} - -func init() { file_pb_channel_servtype_proto_init() } -func file_pb_channel_servtype_proto_init() { - if File_pb_channel_servtype_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_pb_channel_servtype_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AppChannelMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CategoryChannelInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CategoryInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChanInfoFilter); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChangeChanInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChangeGuildInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelID); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ServChannelInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommGrayTips); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateChan); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateGuild); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DestroyChan); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DestroyGuild); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*EventBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupProStatus); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GuildInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GuildInfoFilter); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*JoinGuild); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*KickOffGuild); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LiveChannelInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LiveChannelInfoFilter); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LiveRoomStatusChangeMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MsgEvent); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MsgSeq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*QuitGuild); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ReadNotify); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SchedulerMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SetAdmin); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SetMsgRecvType); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SetMute); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SetTop); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SwitchDetail); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SwitchLiveRoom); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SwitchVoiceChannel); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateCategory); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateVoiceBlockList); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*VoiceChannelInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*VoiceChannelInfoFilter); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_servtype_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommGrayTips_TemplParam); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_pb_channel_servtype_proto_rawDesc, - NumEnums: 0, - NumMessages: 40, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_pb_channel_servtype_proto_goTypes, - DependencyIndexes: file_pb_channel_servtype_proto_depIdxs, - MessageInfos: file_pb_channel_servtype_proto_msgTypes, - }.Build() - File_pb_channel_servtype_proto = out.File - file_pb_channel_servtype_proto_rawDesc = nil - file_pb_channel_servtype_proto_goTypes = nil - file_pb_channel_servtype_proto_depIdxs = nil -} diff --git a/client/pb/channel/synclogic.pb.go b/client/pb/channel/synclogic.pb.go index 0ad97e5e..5043e802 100644 --- a/client/pb/channel/synclogic.pb.go +++ b/client/pb/channel/synclogic.pb.go @@ -1,69 +1,15 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.27.1 -// protoc v3.14.0 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: pb/channel/synclogic.proto package channel -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type ChannelMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildId *uint64 `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"` - ChannelId *uint64 `protobuf:"varint,2,opt,name=channelId" json:"channelId,omitempty"` - Result *uint32 `protobuf:"varint,3,opt,name=result" json:"result,omitempty"` - RspBeginSeq *uint64 `protobuf:"varint,4,opt,name=rspBeginSeq" json:"rspBeginSeq,omitempty"` - RspEndSeq *uint64 `protobuf:"varint,5,opt,name=rspEndSeq" json:"rspEndSeq,omitempty"` - Msgs []*ChannelMsgContent `protobuf:"bytes,6,rep,name=msgs" json:"msgs,omitempty"` -} - -func (x *ChannelMsg) Reset() { - *x = ChannelMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_synclogic_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelMsg) ProtoMessage() {} - -func (x *ChannelMsg) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_synclogic_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelMsg.ProtoReflect.Descriptor instead. -func (*ChannelMsg) Descriptor() ([]byte, []int) { - return file_pb_channel_synclogic_proto_rawDescGZIP(), []int{0} + GuildId *uint64 `protobuf:"varint,1,opt"` + ChannelId *uint64 `protobuf:"varint,2,opt"` + Result *uint32 `protobuf:"varint,3,opt"` + RspBeginSeq *uint64 `protobuf:"varint,4,opt"` + RspEndSeq *uint64 `protobuf:"varint,5,opt"` + Msgs []*ChannelMsgContent `protobuf:"bytes,6,rep"` } func (x *ChannelMsg) GetGuildId() uint64 { @@ -109,45 +55,9 @@ func (x *ChannelMsg) GetMsgs() []*ChannelMsgContent { } type ChannelMsgReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ChannelParam *ChannelParam `protobuf:"bytes,1,opt,name=channelParam" json:"channelParam,omitempty"` - WithVersionFlag *uint32 `protobuf:"varint,2,opt,name=withVersionFlag" json:"withVersionFlag,omitempty"` - DirectMessageFlag *uint32 `protobuf:"varint,3,opt,name=directMessageFlag" json:"directMessageFlag,omitempty"` -} - -func (x *ChannelMsgReq) Reset() { - *x = ChannelMsgReq{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_synclogic_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelMsgReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelMsgReq) ProtoMessage() {} - -func (x *ChannelMsgReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_synclogic_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelMsgReq.ProtoReflect.Descriptor instead. -func (*ChannelMsgReq) Descriptor() ([]byte, []int) { - return file_pb_channel_synclogic_proto_rawDescGZIP(), []int{1} + ChannelParam *ChannelParam `protobuf:"bytes,1,opt"` + WithVersionFlag *uint32 `protobuf:"varint,2,opt"` + DirectMessageFlag *uint32 `protobuf:"varint,3,opt"` } func (x *ChannelMsgReq) GetChannelParam() *ChannelParam { @@ -172,47 +82,11 @@ func (x *ChannelMsgReq) GetDirectMessageFlag() uint32 { } type ChannelMsgRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` - ErrMsg []byte `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` - ChannelMsg *ChannelMsg `protobuf:"bytes,3,opt,name=channelMsg" json:"channelMsg,omitempty"` - WithVersionFlag *uint32 `protobuf:"varint,4,opt,name=withVersionFlag" json:"withVersionFlag,omitempty"` - GetMsgTime *uint64 `protobuf:"varint,5,opt,name=getMsgTime" json:"getMsgTime,omitempty"` -} - -func (x *ChannelMsgRsp) Reset() { - *x = ChannelMsgRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_synclogic_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelMsgRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelMsgRsp) ProtoMessage() {} - -func (x *ChannelMsgRsp) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_synclogic_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelMsgRsp.ProtoReflect.Descriptor instead. -func (*ChannelMsgRsp) Descriptor() ([]byte, []int) { - return file_pb_channel_synclogic_proto_rawDescGZIP(), []int{2} + Result *uint32 `protobuf:"varint,1,opt"` + ErrMsg []byte `protobuf:"bytes,2,opt"` + ChannelMsg *ChannelMsg `protobuf:"bytes,3,opt"` + WithVersionFlag *uint32 `protobuf:"varint,4,opt"` + GetMsgTime *uint64 `protobuf:"varint,5,opt"` } func (x *ChannelMsgRsp) GetResult() uint32 { @@ -251,54 +125,18 @@ func (x *ChannelMsgRsp) GetGetMsgTime() uint64 { } type ChannelNode struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ChannelId *uint64 `protobuf:"varint,1,opt,name=channelId" json:"channelId,omitempty"` - Seq *uint64 `protobuf:"varint,2,opt,name=seq" json:"seq,omitempty"` - CntSeq *uint64 `protobuf:"varint,3,opt,name=cntSeq" json:"cntSeq,omitempty"` - Time *uint64 `protobuf:"varint,4,opt,name=time" json:"time,omitempty"` - MemberReadMsgSeq *uint64 `protobuf:"varint,5,opt,name=memberReadMsgSeq" json:"memberReadMsgSeq,omitempty"` - MemberReadCntSeq *uint64 `protobuf:"varint,6,opt,name=memberReadCntSeq" json:"memberReadCntSeq,omitempty"` - NotifyType *uint32 `protobuf:"varint,7,opt,name=notifyType" json:"notifyType,omitempty"` - ChannelName []byte `protobuf:"bytes,8,opt,name=channelName" json:"channelName,omitempty"` - ChannelType *uint32 `protobuf:"varint,9,opt,name=channelType" json:"channelType,omitempty"` - Meta []byte `protobuf:"bytes,10,opt,name=meta" json:"meta,omitempty"` - ReadMsgMeta []byte `protobuf:"bytes,11,opt,name=readMsgMeta" json:"readMsgMeta,omitempty"` - EventTime *uint32 `protobuf:"varint,12,opt,name=eventTime" json:"eventTime,omitempty"` -} - -func (x *ChannelNode) Reset() { - *x = ChannelNode{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_synclogic_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelNode) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelNode) ProtoMessage() {} - -func (x *ChannelNode) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_synclogic_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelNode.ProtoReflect.Descriptor instead. -func (*ChannelNode) Descriptor() ([]byte, []int) { - return file_pb_channel_synclogic_proto_rawDescGZIP(), []int{3} + ChannelId *uint64 `protobuf:"varint,1,opt"` + Seq *uint64 `protobuf:"varint,2,opt"` + CntSeq *uint64 `protobuf:"varint,3,opt"` + Time *uint64 `protobuf:"varint,4,opt"` + MemberReadMsgSeq *uint64 `protobuf:"varint,5,opt"` + MemberReadCntSeq *uint64 `protobuf:"varint,6,opt"` + NotifyType *uint32 `protobuf:"varint,7,opt"` + ChannelName []byte `protobuf:"bytes,8,opt"` + ChannelType *uint32 `protobuf:"varint,9,opt"` + Meta []byte `protobuf:"bytes,10,opt"` + ReadMsgMeta []byte `protobuf:"bytes,11,opt"` + EventTime *uint32 `protobuf:"varint,12,opt"` } func (x *ChannelNode) GetChannelId() uint64 { @@ -386,49 +224,13 @@ func (x *ChannelNode) GetEventTime() uint32 { } type ChannelParam struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildId *uint64 `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"` - ChannelId *uint64 `protobuf:"varint,2,opt,name=channelId" json:"channelId,omitempty"` - BeginSeq *uint64 `protobuf:"varint,3,opt,name=beginSeq" json:"beginSeq,omitempty"` - EndSeq *uint64 `protobuf:"varint,4,opt,name=endSeq" json:"endSeq,omitempty"` - Time *uint64 `protobuf:"varint,5,opt,name=time" json:"time,omitempty"` - Version []uint64 `protobuf:"varint,6,rep,name=version" json:"version,omitempty"` - Seqs []*MsgCond `protobuf:"bytes,7,rep,name=seqs" json:"seqs,omitempty"` -} - -func (x *ChannelParam) Reset() { - *x = ChannelParam{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_synclogic_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelParam) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelParam) ProtoMessage() {} - -func (x *ChannelParam) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_synclogic_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelParam.ProtoReflect.Descriptor instead. -func (*ChannelParam) Descriptor() ([]byte, []int) { - return file_pb_channel_synclogic_proto_rawDescGZIP(), []int{4} + GuildId *uint64 `protobuf:"varint,1,opt"` + ChannelId *uint64 `protobuf:"varint,2,opt"` + BeginSeq *uint64 `protobuf:"varint,3,opt"` + EndSeq *uint64 `protobuf:"varint,4,opt"` + Time *uint64 `protobuf:"varint,5,opt"` + Version []uint64 `protobuf:"varint,6,rep"` + Seqs []*MsgCond `protobuf:"bytes,7,rep"` } func (x *ChannelParam) GetGuildId() uint64 { @@ -481,47 +283,11 @@ func (x *ChannelParam) GetSeqs() []*MsgCond { } type DirectMessageSource struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - TinyId *uint64 `protobuf:"varint,1,opt,name=tinyId" json:"tinyId,omitempty"` - GuildId *uint64 `protobuf:"varint,2,opt,name=guildId" json:"guildId,omitempty"` - GuildName []byte `protobuf:"bytes,3,opt,name=guildName" json:"guildName,omitempty"` - MemberName []byte `protobuf:"bytes,4,opt,name=memberName" json:"memberName,omitempty"` - NickName []byte `protobuf:"bytes,5,opt,name=nickName" json:"nickName,omitempty"` -} - -func (x *DirectMessageSource) Reset() { - *x = DirectMessageSource{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_synclogic_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DirectMessageSource) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DirectMessageSource) ProtoMessage() {} - -func (x *DirectMessageSource) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_synclogic_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DirectMessageSource.ProtoReflect.Descriptor instead. -func (*DirectMessageSource) Descriptor() ([]byte, []int) { - return file_pb_channel_synclogic_proto_rawDescGZIP(), []int{5} + TinyId *uint64 `protobuf:"varint,1,opt"` + GuildId *uint64 `protobuf:"varint,2,opt"` + GuildName []byte `protobuf:"bytes,3,opt"` + MemberName []byte `protobuf:"bytes,4,opt"` + NickName []byte `protobuf:"bytes,5,opt"` } func (x *DirectMessageSource) GetTinyId() uint64 { @@ -560,48 +326,12 @@ func (x *DirectMessageSource) GetNickName() []byte { } type FirstViewMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PushFlag *uint32 `protobuf:"varint,1,opt,name=pushFlag" json:"pushFlag,omitempty"` - Seq *uint32 `protobuf:"varint,2,opt,name=seq" json:"seq,omitempty"` - GuildNodes []*GuildNode `protobuf:"bytes,3,rep,name=guildNodes" json:"guildNodes,omitempty"` - ChannelMsgs []*ChannelMsg `protobuf:"bytes,4,rep,name=channelMsgs" json:"channelMsgs,omitempty"` - GetMsgTime *uint64 `protobuf:"varint,5,opt,name=getMsgTime" json:"getMsgTime,omitempty"` - DirectMessageGuildNodes []*GuildNode `protobuf:"bytes,6,rep,name=directMessageGuildNodes" json:"directMessageGuildNodes,omitempty"` -} - -func (x *FirstViewMsg) Reset() { - *x = FirstViewMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_synclogic_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FirstViewMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FirstViewMsg) ProtoMessage() {} - -func (x *FirstViewMsg) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_synclogic_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FirstViewMsg.ProtoReflect.Descriptor instead. -func (*FirstViewMsg) Descriptor() ([]byte, []int) { - return file_pb_channel_synclogic_proto_rawDescGZIP(), []int{6} + PushFlag *uint32 `protobuf:"varint,1,opt"` + Seq *uint32 `protobuf:"varint,2,opt"` + GuildNodes []*GuildNode `protobuf:"bytes,3,rep"` + ChannelMsgs []*ChannelMsg `protobuf:"bytes,4,rep"` + GetMsgTime *uint64 `protobuf:"varint,5,opt"` + DirectMessageGuildNodes []*GuildNode `protobuf:"bytes,6,rep"` } func (x *FirstViewMsg) GetPushFlag() uint32 { @@ -647,46 +377,10 @@ func (x *FirstViewMsg) GetDirectMessageGuildNodes() []*GuildNode { } type FirstViewReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - LastMsgTime *uint64 `protobuf:"varint,1,opt,name=lastMsgTime" json:"lastMsgTime,omitempty"` - UdcFlag *uint32 `protobuf:"varint,2,opt,name=udcFlag" json:"udcFlag,omitempty"` - Seq *uint32 `protobuf:"varint,3,opt,name=seq" json:"seq,omitempty"` - DirectMessageFlag *uint32 `protobuf:"varint,4,opt,name=directMessageFlag" json:"directMessageFlag,omitempty"` -} - -func (x *FirstViewReq) Reset() { - *x = FirstViewReq{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_synclogic_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FirstViewReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FirstViewReq) ProtoMessage() {} - -func (x *FirstViewReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_synclogic_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FirstViewReq.ProtoReflect.Descriptor instead. -func (*FirstViewReq) Descriptor() ([]byte, []int) { - return file_pb_channel_synclogic_proto_rawDescGZIP(), []int{7} + LastMsgTime *uint64 `protobuf:"varint,1,opt"` + UdcFlag *uint32 `protobuf:"varint,2,opt"` + Seq *uint32 `protobuf:"varint,3,opt"` + DirectMessageFlag *uint32 `protobuf:"varint,4,opt"` } func (x *FirstViewReq) GetLastMsgTime() uint64 { @@ -718,50 +412,14 @@ func (x *FirstViewReq) GetDirectMessageFlag() uint32 { } type FirstViewRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` - ErrMsg []byte `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` - Seq *uint32 `protobuf:"varint,3,opt,name=seq" json:"seq,omitempty"` - UdcFlag *uint32 `protobuf:"varint,4,opt,name=udcFlag" json:"udcFlag,omitempty"` - GuildCount *uint32 `protobuf:"varint,5,opt,name=guildCount" json:"guildCount,omitempty"` - SelfTinyid *uint64 `protobuf:"varint,6,opt,name=selfTinyid" json:"selfTinyid,omitempty"` - DirectMessageSwitch *uint32 `protobuf:"varint,7,opt,name=directMessageSwitch" json:"directMessageSwitch,omitempty"` - DirectMessageGuildCount *uint32 `protobuf:"varint,8,opt,name=directMessageGuildCount" json:"directMessageGuildCount,omitempty"` -} - -func (x *FirstViewRsp) Reset() { - *x = FirstViewRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_synclogic_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FirstViewRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FirstViewRsp) ProtoMessage() {} - -func (x *FirstViewRsp) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_synclogic_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FirstViewRsp.ProtoReflect.Descriptor instead. -func (*FirstViewRsp) Descriptor() ([]byte, []int) { - return file_pb_channel_synclogic_proto_rawDescGZIP(), []int{8} + Result *uint32 `protobuf:"varint,1,opt"` + ErrMsg []byte `protobuf:"bytes,2,opt"` + Seq *uint32 `protobuf:"varint,3,opt"` + UdcFlag *uint32 `protobuf:"varint,4,opt"` + GuildCount *uint32 `protobuf:"varint,5,opt"` + SelfTinyid *uint64 `protobuf:"varint,6,opt"` + DirectMessageSwitch *uint32 `protobuf:"varint,7,opt"` + DirectMessageGuildCount *uint32 `protobuf:"varint,8,opt"` } func (x *FirstViewRsp) GetResult() uint32 { @@ -821,47 +479,11 @@ func (x *FirstViewRsp) GetDirectMessageGuildCount() uint32 { } type GuildNode struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildId *uint64 `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"` - GuildCode *uint64 `protobuf:"varint,2,opt,name=guildCode" json:"guildCode,omitempty"` - ChannelNodes []*ChannelNode `protobuf:"bytes,3,rep,name=channelNodes" json:"channelNodes,omitempty"` - GuildName []byte `protobuf:"bytes,4,opt,name=guildName" json:"guildName,omitempty"` - PeerSource *DirectMessageSource `protobuf:"bytes,5,opt,name=peerSource" json:"peerSource,omitempty"` -} - -func (x *GuildNode) Reset() { - *x = GuildNode{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_synclogic_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GuildNode) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GuildNode) ProtoMessage() {} - -func (x *GuildNode) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_synclogic_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GuildNode.ProtoReflect.Descriptor instead. -func (*GuildNode) Descriptor() ([]byte, []int) { - return file_pb_channel_synclogic_proto_rawDescGZIP(), []int{9} + GuildId *uint64 `protobuf:"varint,1,opt"` + GuildCode *uint64 `protobuf:"varint,2,opt"` + ChannelNodes []*ChannelNode `protobuf:"bytes,3,rep"` + GuildName []byte `protobuf:"bytes,4,opt"` + PeerSource *DirectMessageSource `protobuf:"bytes,5,opt"` } func (x *GuildNode) GetGuildId() uint64 { @@ -900,44 +522,8 @@ func (x *GuildNode) GetPeerSource() *DirectMessageSource { } type MsgCond struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Seq *uint64 `protobuf:"varint,1,opt,name=seq" json:"seq,omitempty"` - EventVersion *uint64 `protobuf:"varint,2,opt,name=eventVersion" json:"eventVersion,omitempty"` -} - -func (x *MsgCond) Reset() { - *x = MsgCond{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_synclogic_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MsgCond) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MsgCond) ProtoMessage() {} - -func (x *MsgCond) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_synclogic_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MsgCond.ProtoReflect.Descriptor instead. -func (*MsgCond) Descriptor() ([]byte, []int) { - return file_pb_channel_synclogic_proto_rawDescGZIP(), []int{10} + Seq *uint64 `protobuf:"varint,1,opt"` + EventVersion *uint64 `protobuf:"varint,2,opt"` } func (x *MsgCond) GetSeq() uint64 { @@ -955,46 +541,10 @@ func (x *MsgCond) GetEventVersion() uint64 { } type MultiChannelMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PushFlag *uint32 `protobuf:"varint,1,opt,name=pushFlag" json:"pushFlag,omitempty"` - Seq *uint32 `protobuf:"varint,2,opt,name=seq" json:"seq,omitempty"` - ChannelMsgs []*ChannelMsg `protobuf:"bytes,3,rep,name=channelMsgs" json:"channelMsgs,omitempty"` - GetMsgTime *uint64 `protobuf:"varint,4,opt,name=getMsgTime" json:"getMsgTime,omitempty"` -} - -func (x *MultiChannelMsg) Reset() { - *x = MultiChannelMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_synclogic_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MultiChannelMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MultiChannelMsg) ProtoMessage() {} - -func (x *MultiChannelMsg) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_synclogic_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MultiChannelMsg.ProtoReflect.Descriptor instead. -func (*MultiChannelMsg) Descriptor() ([]byte, []int) { - return file_pb_channel_synclogic_proto_rawDescGZIP(), []int{11} + PushFlag *uint32 `protobuf:"varint,1,opt"` + Seq *uint32 `protobuf:"varint,2,opt"` + ChannelMsgs []*ChannelMsg `protobuf:"bytes,3,rep"` + GetMsgTime *uint64 `protobuf:"varint,4,opt"` } func (x *MultiChannelMsg) GetPushFlag() uint32 { @@ -1026,45 +576,9 @@ func (x *MultiChannelMsg) GetGetMsgTime() uint64 { } type MultiChannelMsgReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ChannelParams []*ChannelParam `protobuf:"bytes,1,rep,name=channelParams" json:"channelParams,omitempty"` - Seq *uint32 `protobuf:"varint,2,opt,name=seq" json:"seq,omitempty"` - DirectMessageFlag *uint32 `protobuf:"varint,3,opt,name=directMessageFlag" json:"directMessageFlag,omitempty"` -} - -func (x *MultiChannelMsgReq) Reset() { - *x = MultiChannelMsgReq{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_synclogic_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MultiChannelMsgReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MultiChannelMsgReq) ProtoMessage() {} - -func (x *MultiChannelMsgReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_synclogic_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MultiChannelMsgReq.ProtoReflect.Descriptor instead. -func (*MultiChannelMsgReq) Descriptor() ([]byte, []int) { - return file_pb_channel_synclogic_proto_rawDescGZIP(), []int{12} + ChannelParams []*ChannelParam `protobuf:"bytes,1,rep"` + Seq *uint32 `protobuf:"varint,2,opt"` + DirectMessageFlag *uint32 `protobuf:"varint,3,opt"` } func (x *MultiChannelMsgReq) GetChannelParams() []*ChannelParam { @@ -1089,45 +603,9 @@ func (x *MultiChannelMsgReq) GetDirectMessageFlag() uint32 { } type MultiChannelMsgRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` - ErrMsg []byte `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` - Seq *uint32 `protobuf:"varint,3,opt,name=seq" json:"seq,omitempty"` -} - -func (x *MultiChannelMsgRsp) Reset() { - *x = MultiChannelMsgRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_synclogic_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MultiChannelMsgRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MultiChannelMsgRsp) ProtoMessage() {} - -func (x *MultiChannelMsgRsp) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_synclogic_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MultiChannelMsgRsp.ProtoReflect.Descriptor instead. -func (*MultiChannelMsgRsp) Descriptor() ([]byte, []int) { - return file_pb_channel_synclogic_proto_rawDescGZIP(), []int{13} + Result *uint32 `protobuf:"varint,1,opt"` + ErrMsg []byte `protobuf:"bytes,2,opt"` + Seq *uint32 `protobuf:"varint,3,opt"` } func (x *MultiChannelMsgRsp) GetResult() uint32 { @@ -1152,44 +630,8 @@ func (x *MultiChannelMsgRsp) GetSeq() uint32 { } type ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ChannelParam *ChannelParam `protobuf:"bytes,1,opt,name=channelParam" json:"channelParam,omitempty"` - DirectMessageFlag *uint32 `protobuf:"varint,2,opt,name=directMessageFlag" json:"directMessageFlag,omitempty"` -} - -func (x *ReqBody) Reset() { - *x = ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_synclogic_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ReqBody) ProtoMessage() {} - -func (x *ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_synclogic_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ReqBody.ProtoReflect.Descriptor instead. -func (*ReqBody) Descriptor() ([]byte, []int) { - return file_pb_channel_synclogic_proto_rawDescGZIP(), []int{14} + ChannelParam *ChannelParam `protobuf:"bytes,1,opt"` + DirectMessageFlag *uint32 `protobuf:"varint,2,opt"` } func (x *ReqBody) GetChannelParam() *ChannelParam { @@ -1207,45 +649,9 @@ func (x *ReqBody) GetDirectMessageFlag() uint32 { } type RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` - ErrMsg []byte `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` - ChannelMsg *ChannelMsg `protobuf:"bytes,3,opt,name=channelMsg" json:"channelMsg,omitempty"` -} - -func (x *RspBody) Reset() { - *x = RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_synclogic_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RspBody) ProtoMessage() {} - -func (x *RspBody) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_synclogic_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RspBody.ProtoReflect.Descriptor instead. -func (*RspBody) Descriptor() ([]byte, []int) { - return file_pb_channel_synclogic_proto_rawDescGZIP(), []int{15} + Result *uint32 `protobuf:"varint,1,opt"` + ErrMsg []byte `protobuf:"bytes,2,opt"` + ChannelMsg *ChannelMsg `protobuf:"bytes,3,opt"` } func (x *RspBody) GetResult() uint32 { @@ -1268,469 +674,3 @@ func (x *RspBody) GetChannelMsg() *ChannelMsg { } return nil } - -var File_pb_channel_synclogic_proto protoreflect.FileDescriptor - -var file_pb_channel_synclogic_proto_rawDesc = []byte{ - 0x0a, 0x1a, 0x70, 0x62, 0x2f, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2f, 0x73, 0x79, 0x6e, - 0x63, 0x6c, 0x6f, 0x67, 0x69, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x63, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x1a, 0x17, 0x70, 0x62, 0x2f, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xcc, - 0x01, 0x0a, 0x0a, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x12, 0x18, 0x0a, - 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, - 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, - 0x65, 0x6c, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x63, 0x68, 0x61, 0x6e, - 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x20, 0x0a, - 0x0b, 0x72, 0x73, 0x70, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x53, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x0b, 0x72, 0x73, 0x70, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x53, 0x65, 0x71, 0x12, - 0x1c, 0x0a, 0x09, 0x72, 0x73, 0x70, 0x45, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x09, 0x72, 0x73, 0x70, 0x45, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x12, 0x2e, 0x0a, - 0x04, 0x6d, 0x73, 0x67, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x63, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, - 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x52, 0x04, 0x6d, 0x73, 0x67, 0x73, 0x22, 0xa2, 0x01, - 0x0a, 0x0d, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x12, - 0x39, 0x0a, 0x0c, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, - 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x52, 0x0c, 0x63, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x28, 0x0a, 0x0f, 0x77, 0x69, - 0x74, 0x68, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x77, 0x69, 0x74, 0x68, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x46, 0x6c, 0x61, 0x67, 0x12, 0x2c, 0x0a, 0x11, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, - 0x73, 0x73, 0x61, 0x67, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x11, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x46, 0x6c, - 0x61, 0x67, 0x22, 0xbe, 0x01, 0x0a, 0x0d, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, - 0x67, 0x52, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x16, 0x0a, 0x06, - 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x65, 0x72, - 0x72, 0x4d, 0x73, 0x67, 0x12, 0x33, 0x0a, 0x0a, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, - 0x73, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, - 0x65, 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x52, 0x0a, 0x63, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x12, 0x28, 0x0a, 0x0f, 0x77, 0x69, 0x74, - 0x68, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0f, 0x77, 0x69, 0x74, 0x68, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x46, - 0x6c, 0x61, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x67, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x54, 0x69, 0x6d, - 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x67, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x54, - 0x69, 0x6d, 0x65, 0x22, 0xf9, 0x02, 0x0a, 0x0b, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4e, - 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, - 0x64, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, - 0x73, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x6e, 0x74, 0x53, 0x65, 0x71, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x06, 0x63, 0x6e, 0x74, 0x53, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x74, - 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x12, - 0x2a, 0x0a, 0x10, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x61, 0x64, 0x4d, 0x73, 0x67, - 0x53, 0x65, 0x71, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x10, 0x6d, 0x65, 0x6d, 0x62, 0x65, - 0x72, 0x52, 0x65, 0x61, 0x64, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, 0x2a, 0x0a, 0x10, 0x6d, - 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6e, 0x74, 0x53, 0x65, 0x71, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x10, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x61, - 0x64, 0x43, 0x6e, 0x74, 0x53, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x6e, 0x6f, 0x74, 0x69, 0x66, - 0x79, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x6e, 0x6f, 0x74, - 0x69, 0x66, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, - 0x65, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, - 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6d, - 0x65, 0x74, 0x61, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x12, - 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x61, 0x64, 0x4d, 0x73, 0x67, 0x4d, 0x65, 0x74, 0x61, 0x18, 0x0b, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x72, 0x65, 0x61, 0x64, 0x4d, 0x73, 0x67, 0x4d, 0x65, 0x74, - 0x61, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0c, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x22, - 0xce, 0x01, 0x0a, 0x0c, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x50, 0x61, 0x72, 0x61, 0x6d, - 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x63, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x65, 0x67, 0x69, - 0x6e, 0x53, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x62, 0x65, 0x67, 0x69, - 0x6e, 0x53, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, - 0x74, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, - 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x03, 0x28, - 0x04, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x24, 0x0a, 0x04, 0x73, 0x65, - 0x71, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, - 0x65, 0x6c, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x6f, 0x6e, 0x64, 0x52, 0x04, 0x73, 0x65, 0x71, 0x73, - 0x22, 0xa1, 0x01, 0x0a, 0x13, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, - 0x67, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x69, 0x6e, 0x79, - 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x74, 0x69, 0x6e, 0x79, 0x49, 0x64, - 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x75, - 0x69, 0x6c, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x67, - 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, - 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, - 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x95, 0x02, 0x0a, 0x0c, 0x46, 0x69, 0x72, 0x73, 0x74, 0x56, 0x69, - 0x65, 0x77, 0x4d, 0x73, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x75, 0x73, 0x68, 0x46, 0x6c, 0x61, - 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x70, 0x75, 0x73, 0x68, 0x46, 0x6c, 0x61, - 0x67, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, - 0x73, 0x65, 0x71, 0x12, 0x32, 0x0a, 0x0a, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x6f, 0x64, 0x65, - 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x2e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x0a, 0x67, 0x75, 0x69, - 0x6c, 0x64, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x35, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, - 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, - 0x67, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x73, 0x12, 0x1e, - 0x0a, 0x0a, 0x67, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x0a, 0x67, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x4c, - 0x0a, 0x17, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x47, - 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x12, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x4e, - 0x6f, 0x64, 0x65, 0x52, 0x17, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, - 0x67, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0x8a, 0x01, 0x0a, - 0x0c, 0x46, 0x69, 0x72, 0x73, 0x74, 0x56, 0x69, 0x65, 0x77, 0x52, 0x65, 0x71, 0x12, 0x20, 0x0a, - 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x4d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x4d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x12, - 0x18, 0x0a, 0x07, 0x75, 0x64, 0x63, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x07, 0x75, 0x64, 0x63, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x73, 0x65, 0x71, 0x12, 0x2c, 0x0a, 0x11, 0x64, - 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x46, 0x6c, 0x61, 0x67, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x11, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, - 0x73, 0x73, 0x61, 0x67, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x22, 0x96, 0x02, 0x0a, 0x0c, 0x46, 0x69, - 0x72, 0x73, 0x74, 0x56, 0x69, 0x65, 0x77, 0x52, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, - 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, - 0x6c, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, - 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x73, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, - 0x75, 0x64, 0x63, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x75, - 0x64, 0x63, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x43, - 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x67, 0x75, 0x69, 0x6c, - 0x64, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x6c, 0x66, 0x54, 0x69, - 0x6e, 0x79, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x73, 0x65, 0x6c, 0x66, - 0x54, 0x69, 0x6e, 0x79, 0x69, 0x64, 0x12, 0x30, 0x0a, 0x13, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, - 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x18, 0x07, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x13, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, - 0x67, 0x65, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x12, 0x38, 0x0a, 0x17, 0x64, 0x69, 0x72, 0x65, - 0x63, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x43, 0x6f, - 0x75, 0x6e, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x17, 0x64, 0x69, 0x72, 0x65, 0x63, - 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x43, 0x6f, 0x75, - 0x6e, 0x74, 0x22, 0xd9, 0x01, 0x0a, 0x09, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x6f, 0x64, 0x65, - 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x75, - 0x69, 0x6c, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, - 0x75, 0x69, 0x6c, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x38, 0x0a, 0x0c, 0x63, 0x68, 0x61, 0x6e, - 0x6e, 0x65, 0x6c, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, - 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x0c, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4e, 0x6f, 0x64, - 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x61, 0x6d, 0x65, - 0x12, 0x3c, 0x0a, 0x0a, 0x70, 0x65, 0x65, 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x44, - 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x53, 0x6f, 0x75, 0x72, - 0x63, 0x65, 0x52, 0x0a, 0x70, 0x65, 0x65, 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0x3f, - 0x0a, 0x07, 0x4d, 0x73, 0x67, 0x43, 0x6f, 0x6e, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x73, 0x65, 0x71, 0x12, 0x22, 0x0a, 0x0c, 0x65, - 0x76, 0x65, 0x6e, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, - 0x96, 0x01, 0x0a, 0x0f, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x4d, 0x73, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x75, 0x73, 0x68, 0x46, 0x6c, 0x61, 0x67, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x70, 0x75, 0x73, 0x68, 0x46, 0x6c, 0x61, 0x67, 0x12, - 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x73, 0x65, - 0x71, 0x12, 0x35, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x73, - 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x52, 0x0b, 0x63, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x67, 0x65, 0x74, 0x4d, - 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x67, 0x65, - 0x74, 0x4d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x91, 0x01, 0x0a, 0x12, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x12, - 0x3b, 0x0a, 0x0d, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, - 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x52, 0x0d, 0x63, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x10, 0x0a, 0x03, - 0x73, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x73, 0x65, 0x71, 0x12, 0x2c, - 0x0a, 0x11, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x46, - 0x6c, 0x61, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x11, 0x64, 0x69, 0x72, 0x65, 0x63, - 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x22, 0x56, 0x0a, 0x12, - 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x52, - 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x72, - 0x72, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, - 0x73, 0x67, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x03, 0x73, 0x65, 0x71, 0x22, 0x72, 0x0a, 0x07, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, - 0x39, 0x0a, 0x0c, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, - 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x52, 0x0c, 0x63, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x2c, 0x0a, 0x11, 0x64, 0x69, - 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x11, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x73, - 0x73, 0x61, 0x67, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x22, 0x6e, 0x0a, 0x07, 0x52, 0x73, 0x70, 0x42, - 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, - 0x72, 0x72, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x65, 0x72, 0x72, - 0x4d, 0x73, 0x67, 0x12, 0x33, 0x0a, 0x0a, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, - 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x52, 0x0a, 0x63, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4d, 0x73, 0x67, 0x42, 0x14, 0x5a, 0x12, 0x70, 0x62, 0x2f, 0x63, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x3b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, -} - -var ( - file_pb_channel_synclogic_proto_rawDescOnce sync.Once - file_pb_channel_synclogic_proto_rawDescData = file_pb_channel_synclogic_proto_rawDesc -) - -func file_pb_channel_synclogic_proto_rawDescGZIP() []byte { - file_pb_channel_synclogic_proto_rawDescOnce.Do(func() { - file_pb_channel_synclogic_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_channel_synclogic_proto_rawDescData) - }) - return file_pb_channel_synclogic_proto_rawDescData -} - -var file_pb_channel_synclogic_proto_msgTypes = make([]protoimpl.MessageInfo, 16) -var file_pb_channel_synclogic_proto_goTypes = []interface{}{ - (*ChannelMsg)(nil), // 0: channel.ChannelMsg - (*ChannelMsgReq)(nil), // 1: channel.ChannelMsgReq - (*ChannelMsgRsp)(nil), // 2: channel.ChannelMsgRsp - (*ChannelNode)(nil), // 3: channel.ChannelNode - (*ChannelParam)(nil), // 4: channel.ChannelParam - (*DirectMessageSource)(nil), // 5: channel.DirectMessageSource - (*FirstViewMsg)(nil), // 6: channel.FirstViewMsg - (*FirstViewReq)(nil), // 7: channel.FirstViewReq - (*FirstViewRsp)(nil), // 8: channel.FirstViewRsp - (*GuildNode)(nil), // 9: channel.GuildNode - (*MsgCond)(nil), // 10: channel.MsgCond - (*MultiChannelMsg)(nil), // 11: channel.MultiChannelMsg - (*MultiChannelMsgReq)(nil), // 12: channel.MultiChannelMsgReq - (*MultiChannelMsgRsp)(nil), // 13: channel.MultiChannelMsgRsp - (*ReqBody)(nil), // 14: channel.ReqBody - (*RspBody)(nil), // 15: channel.RspBody - (*ChannelMsgContent)(nil), // 16: channel.ChannelMsgContent -} -var file_pb_channel_synclogic_proto_depIdxs = []int32{ - 16, // 0: channel.ChannelMsg.msgs:type_name -> channel.ChannelMsgContent - 4, // 1: channel.ChannelMsgReq.channelParam:type_name -> channel.ChannelParam - 0, // 2: channel.ChannelMsgRsp.channelMsg:type_name -> channel.ChannelMsg - 10, // 3: channel.ChannelParam.seqs:type_name -> channel.MsgCond - 9, // 4: channel.FirstViewMsg.guildNodes:type_name -> channel.GuildNode - 0, // 5: channel.FirstViewMsg.channelMsgs:type_name -> channel.ChannelMsg - 9, // 6: channel.FirstViewMsg.directMessageGuildNodes:type_name -> channel.GuildNode - 3, // 7: channel.GuildNode.channelNodes:type_name -> channel.ChannelNode - 5, // 8: channel.GuildNode.peerSource:type_name -> channel.DirectMessageSource - 0, // 9: channel.MultiChannelMsg.channelMsgs:type_name -> channel.ChannelMsg - 4, // 10: channel.MultiChannelMsgReq.channelParams:type_name -> channel.ChannelParam - 4, // 11: channel.ReqBody.channelParam:type_name -> channel.ChannelParam - 0, // 12: channel.RspBody.channelMsg:type_name -> channel.ChannelMsg - 13, // [13:13] is the sub-list for method output_type - 13, // [13:13] is the sub-list for method input_type - 13, // [13:13] is the sub-list for extension type_name - 13, // [13:13] is the sub-list for extension extendee - 0, // [0:13] is the sub-list for field type_name -} - -func init() { file_pb_channel_synclogic_proto_init() } -func file_pb_channel_synclogic_proto_init() { - if File_pb_channel_synclogic_proto != nil { - return - } - file_pb_channel_common_proto_init() - if !protoimpl.UnsafeEnabled { - file_pb_channel_synclogic_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_synclogic_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelMsgReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_synclogic_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelMsgRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_synclogic_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelNode); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_synclogic_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelParam); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_synclogic_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DirectMessageSource); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_synclogic_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FirstViewMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_synclogic_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FirstViewReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_synclogic_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FirstViewRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_synclogic_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GuildNode); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_synclogic_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MsgCond); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_synclogic_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MultiChannelMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_synclogic_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MultiChannelMsgReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_synclogic_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MultiChannelMsgRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_synclogic_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_synclogic_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_pb_channel_synclogic_proto_rawDesc, - NumEnums: 0, - NumMessages: 16, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_pb_channel_synclogic_proto_goTypes, - DependencyIndexes: file_pb_channel_synclogic_proto_depIdxs, - MessageInfos: file_pb_channel_synclogic_proto_msgTypes, - }.Build() - File_pb_channel_synclogic_proto = out.File - file_pb_channel_synclogic_proto_rawDesc = nil - file_pb_channel_synclogic_proto_goTypes = nil - file_pb_channel_synclogic_proto_depIdxs = nil -} diff --git a/client/pb/channel/unknown.pb.go b/client/pb/channel/unknown.pb.go index 82473205..30d7a8bf 100644 --- a/client/pb/channel/unknown.pb.go +++ b/client/pb/channel/unknown.pb.go @@ -1,71 +1,15 @@ -// 存放所有未知的结构体, 均为手动分析复原 - -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.27.1 -// protoc v3.14.0 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: pb/channel/unknown.proto package channel -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type ChannelOidb0Xf5BRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildId *uint64 `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"` - Bots []*GuildMemberInfo `protobuf:"bytes,4,rep,name=bots" json:"bots,omitempty"` - Members []*GuildMemberInfo `protobuf:"bytes,5,rep,name=members" json:"members,omitempty"` - NextRoleIdIndex *uint32 `protobuf:"varint,8,opt,name=nextRoleIdIndex" json:"nextRoleIdIndex,omitempty"` - NextIndex *uint32 `protobuf:"varint,10,opt,name=nextIndex" json:"nextIndex,omitempty"` - AdminInfo *GuildAdminInfo `protobuf:"bytes,25,opt,name=adminInfo" json:"adminInfo,omitempty"` -} - -func (x *ChannelOidb0Xf5BRsp) Reset() { - *x = ChannelOidb0Xf5BRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelOidb0Xf5BRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelOidb0Xf5BRsp) ProtoMessage() {} - -func (x *ChannelOidb0Xf5BRsp) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelOidb0Xf5BRsp.ProtoReflect.Descriptor instead. -func (*ChannelOidb0Xf5BRsp) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{0} + GuildId *uint64 `protobuf:"varint,1,opt"` + Bots []*GuildMemberInfo `protobuf:"bytes,4,rep"` + Members []*GuildMemberInfo `protobuf:"bytes,5,rep"` + NextRoleIdIndex *uint32 `protobuf:"varint,8,opt"` + NextIndex *uint32 `protobuf:"varint,10,opt"` + AdminInfo *GuildAdminInfo `protobuf:"bytes,25,opt"` } func (x *ChannelOidb0Xf5BRsp) GetGuildId() uint64 { @@ -111,43 +55,7 @@ func (x *ChannelOidb0Xf5BRsp) GetAdminInfo() *GuildAdminInfo { } type ChannelOidb0Xf88Rsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Profile *GuildUserProfile `protobuf:"bytes,1,opt,name=profile" json:"profile,omitempty"` -} - -func (x *ChannelOidb0Xf88Rsp) Reset() { - *x = ChannelOidb0Xf88Rsp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelOidb0Xf88Rsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelOidb0Xf88Rsp) ProtoMessage() {} - -func (x *ChannelOidb0Xf88Rsp) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelOidb0Xf88Rsp.ProtoReflect.Descriptor instead. -func (*ChannelOidb0Xf88Rsp) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{1} + Profile *GuildUserProfile `protobuf:"bytes,1,opt"` } func (x *ChannelOidb0Xf88Rsp) GetProfile() *GuildUserProfile { @@ -158,43 +66,7 @@ func (x *ChannelOidb0Xf88Rsp) GetProfile() *GuildUserProfile { } type ChannelOidb0Xfc9Rsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Profile *GuildUserProfile `protobuf:"bytes,1,opt,name=profile" json:"profile,omitempty"` -} - -func (x *ChannelOidb0Xfc9Rsp) Reset() { - *x = ChannelOidb0Xfc9Rsp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelOidb0Xfc9Rsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelOidb0Xfc9Rsp) ProtoMessage() {} - -func (x *ChannelOidb0Xfc9Rsp) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelOidb0Xfc9Rsp.ProtoReflect.Descriptor instead. -func (*ChannelOidb0Xfc9Rsp) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{2} + Profile *GuildUserProfile `protobuf:"bytes,1,opt"` } func (x *ChannelOidb0Xfc9Rsp) GetProfile() *GuildUserProfile { @@ -205,43 +77,7 @@ func (x *ChannelOidb0Xfc9Rsp) GetProfile() *GuildUserProfile { } type ChannelOidb0Xf57Rsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Rsp *GuildMetaRsp `protobuf:"bytes,1,opt,name=rsp" json:"rsp,omitempty"` -} - -func (x *ChannelOidb0Xf57Rsp) Reset() { - *x = ChannelOidb0Xf57Rsp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelOidb0Xf57Rsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelOidb0Xf57Rsp) ProtoMessage() {} - -func (x *ChannelOidb0Xf57Rsp) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelOidb0Xf57Rsp.ProtoReflect.Descriptor instead. -func (*ChannelOidb0Xf57Rsp) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{3} + Rsp *GuildMetaRsp `protobuf:"bytes,1,opt"` } func (x *ChannelOidb0Xf57Rsp) GetRsp() *GuildMetaRsp { @@ -252,43 +88,7 @@ func (x *ChannelOidb0Xf57Rsp) GetRsp() *GuildMetaRsp { } type ChannelOidb0Xf55Rsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Info *GuildChannelInfo `protobuf:"bytes,1,opt,name=info" json:"info,omitempty"` -} - -func (x *ChannelOidb0Xf55Rsp) Reset() { - *x = ChannelOidb0Xf55Rsp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelOidb0Xf55Rsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelOidb0Xf55Rsp) ProtoMessage() {} - -func (x *ChannelOidb0Xf55Rsp) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelOidb0Xf55Rsp.ProtoReflect.Descriptor instead. -func (*ChannelOidb0Xf55Rsp) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{4} + Info *GuildChannelInfo `protobuf:"bytes,1,opt"` } func (x *ChannelOidb0Xf55Rsp) GetInfo() *GuildChannelInfo { @@ -299,43 +99,7 @@ func (x *ChannelOidb0Xf55Rsp) GetInfo() *GuildChannelInfo { } type ChannelOidb0Xf5DRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Rsp *ChannelListRsp `protobuf:"bytes,1,opt,name=rsp" json:"rsp,omitempty"` -} - -func (x *ChannelOidb0Xf5DRsp) Reset() { - *x = ChannelOidb0Xf5DRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelOidb0Xf5DRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelOidb0Xf5DRsp) ProtoMessage() {} - -func (x *ChannelOidb0Xf5DRsp) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelOidb0Xf5DRsp.ProtoReflect.Descriptor instead. -func (*ChannelOidb0Xf5DRsp) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{5} + Rsp *ChannelListRsp `protobuf:"bytes,1,opt"` } func (x *ChannelOidb0Xf5DRsp) GetRsp() *ChannelListRsp { @@ -346,43 +110,7 @@ func (x *ChannelOidb0Xf5DRsp) GetRsp() *ChannelListRsp { } type ChannelOidb0X1017Rsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - P1 *P10X1017 `protobuf:"bytes,1,opt,name=p1" json:"p1,omitempty"` -} - -func (x *ChannelOidb0X1017Rsp) Reset() { - *x = ChannelOidb0X1017Rsp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelOidb0X1017Rsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelOidb0X1017Rsp) ProtoMessage() {} - -func (x *ChannelOidb0X1017Rsp) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelOidb0X1017Rsp.ProtoReflect.Descriptor instead. -func (*ChannelOidb0X1017Rsp) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{6} + P1 *P10X1017 `protobuf:"bytes,1,opt"` } func (x *ChannelOidb0X1017Rsp) GetP1() *P10X1017 { @@ -393,44 +121,8 @@ func (x *ChannelOidb0X1017Rsp) GetP1() *P10X1017 { } type P10X1017 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - UserId *uint64 `protobuf:"varint,1,opt,name=userId" json:"userId,omitempty"` - Roles []*GuildRole `protobuf:"bytes,3,rep,name=roles" json:"roles,omitempty"` -} - -func (x *P10X1017) Reset() { - *x = P10X1017{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *P10X1017) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*P10X1017) ProtoMessage() {} - -func (x *P10X1017) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use P10X1017.ProtoReflect.Descriptor instead. -func (*P10X1017) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{7} + UserId *uint64 `protobuf:"varint,1,opt"` + Roles []*GuildRole `protobuf:"bytes,3,rep"` } func (x *P10X1017) GetUserId() uint64 { @@ -448,44 +140,8 @@ func (x *P10X1017) GetRoles() []*GuildRole { } type ChannelOidb0X1019Rsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildId *uint64 `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"` - Roles []*GuildRole `protobuf:"bytes,2,rep,name=roles" json:"roles,omitempty"` -} - -func (x *ChannelOidb0X1019Rsp) Reset() { - *x = ChannelOidb0X1019Rsp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelOidb0X1019Rsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelOidb0X1019Rsp) ProtoMessage() {} - -func (x *ChannelOidb0X1019Rsp) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelOidb0X1019Rsp.ProtoReflect.Descriptor instead. -func (*ChannelOidb0X1019Rsp) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{8} + GuildId *uint64 `protobuf:"varint,1,opt"` + Roles []*GuildRole `protobuf:"bytes,2,rep"` } func (x *ChannelOidb0X1019Rsp) GetGuildId() uint64 { @@ -503,43 +159,7 @@ func (x *ChannelOidb0X1019Rsp) GetRoles() []*GuildRole { } type ChannelOidb0X1016Rsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RoleId *uint64 `protobuf:"varint,2,opt,name=roleId" json:"roleId,omitempty"` -} - -func (x *ChannelOidb0X1016Rsp) Reset() { - *x = ChannelOidb0X1016Rsp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelOidb0X1016Rsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelOidb0X1016Rsp) ProtoMessage() {} - -func (x *ChannelOidb0X1016Rsp) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelOidb0X1016Rsp.ProtoReflect.Descriptor instead. -func (*ChannelOidb0X1016Rsp) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{9} + RoleId *uint64 `protobuf:"varint,2,opt"` } func (x *ChannelOidb0X1016Rsp) GetRoleId() uint64 { @@ -550,44 +170,8 @@ func (x *ChannelOidb0X1016Rsp) GetRoleId() uint64 { } type GuildMetaRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildId *uint64 `protobuf:"varint,3,opt,name=guildId" json:"guildId,omitempty"` - Meta *GuildMeta `protobuf:"bytes,4,opt,name=meta" json:"meta,omitempty"` -} - -func (x *GuildMetaRsp) Reset() { - *x = GuildMetaRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GuildMetaRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GuildMetaRsp) ProtoMessage() {} - -func (x *GuildMetaRsp) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GuildMetaRsp.ProtoReflect.Descriptor instead. -func (*GuildMetaRsp) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{10} + GuildId *uint64 `protobuf:"varint,3,opt"` + Meta *GuildMeta `protobuf:"bytes,4,opt"` } func (x *GuildMetaRsp) GetGuildId() uint64 { @@ -605,44 +189,8 @@ func (x *GuildMetaRsp) GetMeta() *GuildMeta { } type ChannelListRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildId *uint64 `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"` - Channels []*GuildChannelInfo `protobuf:"bytes,2,rep,name=channels" json:"channels,omitempty"` // 5: Category infos -} - -func (x *ChannelListRsp) Reset() { - *x = ChannelListRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelListRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelListRsp) ProtoMessage() {} - -func (x *ChannelListRsp) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelListRsp.ProtoReflect.Descriptor instead. -func (*ChannelListRsp) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{11} + GuildId *uint64 `protobuf:"varint,1,opt"` + Channels []*GuildChannelInfo `protobuf:"bytes,2,rep"` // 5: Category infos } func (x *ChannelListRsp) GetGuildId() uint64 { @@ -660,43 +208,7 @@ func (x *ChannelListRsp) GetChannels() []*GuildChannelInfo { } type GuildAdminInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Admins []*GuildMemberInfo `protobuf:"bytes,2,rep,name=admins" json:"admins,omitempty"` -} - -func (x *GuildAdminInfo) Reset() { - *x = GuildAdminInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GuildAdminInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GuildAdminInfo) ProtoMessage() {} - -func (x *GuildAdminInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GuildAdminInfo.ProtoReflect.Descriptor instead. -func (*GuildAdminInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{12} + Admins []*GuildMemberInfo `protobuf:"bytes,2,rep"` } func (x *GuildAdminInfo) GetAdmins() []*GuildMemberInfo { @@ -707,47 +219,11 @@ func (x *GuildAdminInfo) GetAdmins() []*GuildMemberInfo { } type GuildMemberInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Title *string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"` - Nickname *string `protobuf:"bytes,3,opt,name=nickname" json:"nickname,omitempty"` - LastSpeakTime *int64 `protobuf:"varint,4,opt,name=lastSpeakTime" json:"lastSpeakTime,omitempty"` // uncertainty - Role *int32 `protobuf:"varint,5,opt,name=role" json:"role,omitempty"` // uncertainty - TinyId *uint64 `protobuf:"varint,8,opt,name=tinyId" json:"tinyId,omitempty"` -} - -func (x *GuildMemberInfo) Reset() { - *x = GuildMemberInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GuildMemberInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GuildMemberInfo) ProtoMessage() {} - -func (x *GuildMemberInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GuildMemberInfo.ProtoReflect.Descriptor instead. -func (*GuildMemberInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{13} + Title *string `protobuf:"bytes,2,opt"` + Nickname *string `protobuf:"bytes,3,opt"` + LastSpeakTime *int64 `protobuf:"varint,4,opt"` // uncertainty + Role *int32 `protobuf:"varint,5,opt"` // uncertainty + TinyId *uint64 `protobuf:"varint,8,opt"` } func (x *GuildMemberInfo) GetTitle() string { @@ -787,47 +263,11 @@ func (x *GuildMemberInfo) GetTinyId() uint64 { // 频道系统用户资料 type GuildUserProfile struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - TinyId *uint64 `protobuf:"varint,2,opt,name=tinyId" json:"tinyId,omitempty"` - Nickname *string `protobuf:"bytes,3,opt,name=nickname" json:"nickname,omitempty"` - AvatarUrl *string `protobuf:"bytes,6,opt,name=avatarUrl" json:"avatarUrl,omitempty"` + TinyId *uint64 `protobuf:"varint,2,opt"` + Nickname *string `protobuf:"bytes,3,opt"` + AvatarUrl *string `protobuf:"bytes,6,opt"` // 15: avatar url info - JoinTime *int64 `protobuf:"varint,16,opt,name=joinTime" json:"joinTime,omitempty"` // uncertainty -} - -func (x *GuildUserProfile) Reset() { - *x = GuildUserProfile{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GuildUserProfile) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GuildUserProfile) ProtoMessage() {} - -func (x *GuildUserProfile) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GuildUserProfile.ProtoReflect.Descriptor instead. -func (*GuildUserProfile) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{14} + JoinTime *int64 `protobuf:"varint,16,opt"` // uncertainty } func (x *GuildUserProfile) GetTinyId() uint64 { @@ -859,50 +299,14 @@ func (x *GuildUserProfile) GetJoinTime() int64 { } type GuildRole struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RoleId *uint64 `protobuf:"varint,1,opt,name=roleId" json:"roleId,omitempty"` - Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` - ArgbColor *uint32 `protobuf:"varint,3,opt,name=argbColor" json:"argbColor,omitempty"` - Independent *int32 `protobuf:"varint,4,opt,name=independent" json:"independent,omitempty"` - Num *int32 `protobuf:"varint,5,opt,name=num" json:"num,omitempty"` - Owned *int32 `protobuf:"varint,6,opt,name=owned" json:"owned,omitempty"` // 是否拥有 存疑 - Disabled *int32 `protobuf:"varint,7,opt,name=disabled" json:"disabled,omitempty"` // 权限不足或不显示 - MaxNum *int32 `protobuf:"varint,8,opt,name=maxNum" json:"maxNum,omitempty"` // 9: ? -} - -func (x *GuildRole) Reset() { - *x = GuildRole{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GuildRole) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GuildRole) ProtoMessage() {} - -func (x *GuildRole) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GuildRole.ProtoReflect.Descriptor instead. -func (*GuildRole) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{15} + RoleId *uint64 `protobuf:"varint,1,opt"` + Name *string `protobuf:"bytes,2,opt"` + ArgbColor *uint32 `protobuf:"varint,3,opt"` + Independent *int32 `protobuf:"varint,4,opt"` + Num *int32 `protobuf:"varint,5,opt"` + Owned *int32 `protobuf:"varint,6,opt"` // 是否拥有 存疑 + Disabled *int32 `protobuf:"varint,7,opt"` // 权限不足或不显示 + MaxNum *int32 `protobuf:"varint,8,opt"` // 9: ? } func (x *GuildRole) GetRoleId() uint64 { @@ -962,54 +366,18 @@ func (x *GuildRole) GetMaxNum() int32 { } type GuildMeta struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildCode *uint64 `protobuf:"varint,2,opt,name=guildCode" json:"guildCode,omitempty"` - CreateTime *int64 `protobuf:"varint,4,opt,name=createTime" json:"createTime,omitempty"` - MaxMemberCount *int64 `protobuf:"varint,5,opt,name=maxMemberCount" json:"maxMemberCount,omitempty"` - MemberCount *int64 `protobuf:"varint,6,opt,name=memberCount" json:"memberCount,omitempty"` - Name *string `protobuf:"bytes,8,opt,name=name" json:"name,omitempty"` - RobotMaxNum *int32 `protobuf:"varint,11,opt,name=robotMaxNum" json:"robotMaxNum,omitempty"` - AdminMaxNum *int32 `protobuf:"varint,12,opt,name=adminMaxNum" json:"adminMaxNum,omitempty"` - Profile *string `protobuf:"bytes,13,opt,name=profile" json:"profile,omitempty"` - AvatarSeq *int64 `protobuf:"varint,14,opt,name=avatarSeq" json:"avatarSeq,omitempty"` - OwnerId *uint64 `protobuf:"varint,18,opt,name=ownerId" json:"ownerId,omitempty"` - CoverSeq *int64 `protobuf:"varint,19,opt,name=coverSeq" json:"coverSeq,omitempty"` - ClientId *int32 `protobuf:"varint,20,opt,name=clientId" json:"clientId,omitempty"` -} - -func (x *GuildMeta) Reset() { - *x = GuildMeta{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[16] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GuildMeta) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GuildMeta) ProtoMessage() {} - -func (x *GuildMeta) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[16] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GuildMeta.ProtoReflect.Descriptor instead. -func (*GuildMeta) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{16} + GuildCode *uint64 `protobuf:"varint,2,opt"` + CreateTime *int64 `protobuf:"varint,4,opt"` + MaxMemberCount *int64 `protobuf:"varint,5,opt"` + MemberCount *int64 `protobuf:"varint,6,opt"` + Name *string `protobuf:"bytes,8,opt"` + RobotMaxNum *int32 `protobuf:"varint,11,opt"` + AdminMaxNum *int32 `protobuf:"varint,12,opt"` + Profile *string `protobuf:"bytes,13,opt"` + AvatarSeq *int64 `protobuf:"varint,14,opt"` + OwnerId *uint64 `protobuf:"varint,18,opt"` + CoverSeq *int64 `protobuf:"varint,19,opt"` + ClientId *int32 `protobuf:"varint,20,opt"` } func (x *GuildMeta) GetGuildCode() uint64 { @@ -1097,57 +465,21 @@ func (x *GuildMeta) GetClientId() int32 { } type GuildChannelInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ChannelId *uint64 `protobuf:"varint,1,opt,name=channelId" json:"channelId,omitempty"` - ChannelName *string `protobuf:"bytes,2,opt,name=channelName" json:"channelName,omitempty"` - CreatorUin *int64 `protobuf:"varint,3,opt,name=creatorUin" json:"creatorUin,omitempty"` - CreateTime *int64 `protobuf:"varint,4,opt,name=createTime" json:"createTime,omitempty"` - GuildId *uint64 `protobuf:"varint,5,opt,name=guildId" json:"guildId,omitempty"` - FinalNotifyType *int32 `protobuf:"varint,6,opt,name=finalNotifyType" json:"finalNotifyType,omitempty"` - ChannelType *int32 `protobuf:"varint,7,opt,name=channelType" json:"channelType,omitempty"` - TalkPermission *int32 `protobuf:"varint,8,opt,name=talkPermission" json:"talkPermission,omitempty"` + ChannelId *uint64 `protobuf:"varint,1,opt"` + ChannelName *string `protobuf:"bytes,2,opt"` + CreatorUin *int64 `protobuf:"varint,3,opt"` + CreateTime *int64 `protobuf:"varint,4,opt"` + GuildId *uint64 `protobuf:"varint,5,opt"` + FinalNotifyType *int32 `protobuf:"varint,6,opt"` + ChannelType *int32 `protobuf:"varint,7,opt"` + TalkPermission *int32 `protobuf:"varint,8,opt"` // 11 - 14 : MsgInfo - CreatorTinyId *uint64 `protobuf:"varint,15,opt,name=creatorTinyId" json:"creatorTinyId,omitempty"` + CreatorTinyId *uint64 `protobuf:"varint,15,opt"` // 16: Member info ? - VisibleType *int32 `protobuf:"varint,22,opt,name=visibleType" json:"visibleType,omitempty"` - TopMsg *GuildChannelTopMsgInfo `protobuf:"bytes,28,opt,name=topMsg" json:"topMsg,omitempty"` - CurrentSlowModeKey *int32 `protobuf:"varint,31,opt,name=currentSlowModeKey" json:"currentSlowModeKey,omitempty"` - SlowModeInfos []*GuildChannelSlowModeInfo `protobuf:"bytes,32,rep,name=slowModeInfos" json:"slowModeInfos,omitempty"` -} - -func (x *GuildChannelInfo) Reset() { - *x = GuildChannelInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[17] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GuildChannelInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GuildChannelInfo) ProtoMessage() {} - -func (x *GuildChannelInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[17] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GuildChannelInfo.ProtoReflect.Descriptor instead. -func (*GuildChannelInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{17} + VisibleType *int32 `protobuf:"varint,22,opt"` + TopMsg *GuildChannelTopMsgInfo `protobuf:"bytes,28,opt"` + CurrentSlowModeKey *int32 `protobuf:"varint,31,opt"` + SlowModeInfos []*GuildChannelSlowModeInfo `protobuf:"bytes,32,rep"` } func (x *GuildChannelInfo) GetChannelId() uint64 { @@ -1242,46 +574,10 @@ func (x *GuildChannelInfo) GetSlowModeInfos() []*GuildChannelSlowModeInfo { } type GuildChannelSlowModeInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SlowModeKey *int32 `protobuf:"varint,1,opt,name=slowModeKey" json:"slowModeKey,omitempty"` - SpeakFrequency *int32 `protobuf:"varint,2,opt,name=speakFrequency" json:"speakFrequency,omitempty"` - SlowModeCircle *int32 `protobuf:"varint,3,opt,name=slowModeCircle" json:"slowModeCircle,omitempty"` - SlowModeText *string `protobuf:"bytes,4,opt,name=slowModeText" json:"slowModeText,omitempty"` -} - -func (x *GuildChannelSlowModeInfo) Reset() { - *x = GuildChannelSlowModeInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[18] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GuildChannelSlowModeInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GuildChannelSlowModeInfo) ProtoMessage() {} - -func (x *GuildChannelSlowModeInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[18] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GuildChannelSlowModeInfo.ProtoReflect.Descriptor instead. -func (*GuildChannelSlowModeInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{18} + SlowModeKey *int32 `protobuf:"varint,1,opt"` + SpeakFrequency *int32 `protobuf:"varint,2,opt"` + SlowModeCircle *int32 `protobuf:"varint,3,opt"` + SlowModeText *string `protobuf:"bytes,4,opt"` } func (x *GuildChannelSlowModeInfo) GetSlowModeKey() int32 { @@ -1313,45 +609,9 @@ func (x *GuildChannelSlowModeInfo) GetSlowModeText() string { } type GuildChannelTopMsgInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - TopMsgSeq *uint64 `protobuf:"varint,1,opt,name=topMsgSeq" json:"topMsgSeq,omitempty"` - TopMsgTime *int64 `protobuf:"varint,2,opt,name=topMsgTime" json:"topMsgTime,omitempty"` - TopMsgOperatorTinyId *uint64 `protobuf:"varint,3,opt,name=topMsgOperatorTinyId" json:"topMsgOperatorTinyId,omitempty"` -} - -func (x *GuildChannelTopMsgInfo) Reset() { - *x = GuildChannelTopMsgInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_channel_unknown_proto_msgTypes[19] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GuildChannelTopMsgInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GuildChannelTopMsgInfo) ProtoMessage() {} - -func (x *GuildChannelTopMsgInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_channel_unknown_proto_msgTypes[19] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GuildChannelTopMsgInfo.ProtoReflect.Descriptor instead. -func (*GuildChannelTopMsgInfo) Descriptor() ([]byte, []int) { - return file_pb_channel_unknown_proto_rawDescGZIP(), []int{19} + TopMsgSeq *uint64 `protobuf:"varint,1,opt"` + TopMsgTime *int64 `protobuf:"varint,2,opt"` + TopMsgOperatorTinyId *uint64 `protobuf:"varint,3,opt"` } func (x *GuildChannelTopMsgInfo) GetTopMsgSeq() uint64 { @@ -1374,518 +634,3 @@ func (x *GuildChannelTopMsgInfo) GetTopMsgOperatorTinyId() uint64 { } return 0 } - -var File_pb_channel_unknown_proto protoreflect.FileDescriptor - -var file_pb_channel_unknown_proto_rawDesc = []byte{ - 0x0a, 0x18, 0x70, 0x62, 0x2f, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2f, 0x75, 0x6e, 0x6b, - 0x6e, 0x6f, 0x77, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x63, 0x68, 0x61, 0x6e, - 0x6e, 0x65, 0x6c, 0x22, 0x90, 0x02, 0x0a, 0x13, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4f, - 0x69, 0x64, 0x62, 0x30, 0x78, 0x66, 0x35, 0x62, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x67, - 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, - 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x2c, 0x0a, 0x04, 0x62, 0x6f, 0x74, 0x73, 0x18, 0x04, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x47, 0x75, - 0x69, 0x6c, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x62, - 0x6f, 0x74, 0x73, 0x12, 0x32, 0x0a, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x05, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x47, - 0x75, 0x69, 0x6c, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, - 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x28, 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x52, - 0x6f, 0x6c, 0x65, 0x49, 0x64, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x64, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x0a, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, - 0x35, 0x0a, 0x09, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x19, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x47, 0x75, 0x69, - 0x6c, 0x64, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x09, 0x61, 0x64, 0x6d, - 0x69, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x4a, 0x0a, 0x13, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x4f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x66, 0x38, 0x38, 0x52, 0x73, 0x70, 0x12, 0x33, 0x0a, - 0x07, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, - 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x55, 0x73, - 0x65, 0x72, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x66, 0x69, - 0x6c, 0x65, 0x22, 0x4a, 0x0a, 0x13, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4f, 0x69, 0x64, - 0x62, 0x30, 0x78, 0x66, 0x63, 0x39, 0x52, 0x73, 0x70, 0x12, 0x33, 0x0a, 0x07, 0x70, 0x72, 0x6f, - 0x66, 0x69, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x63, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x55, 0x73, 0x65, 0x72, 0x50, 0x72, - 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x22, 0x3e, - 0x0a, 0x13, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x66, - 0x35, 0x37, 0x52, 0x73, 0x70, 0x12, 0x27, 0x0a, 0x03, 0x72, 0x73, 0x70, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x47, 0x75, 0x69, - 0x6c, 0x64, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x73, 0x70, 0x52, 0x03, 0x72, 0x73, 0x70, 0x22, 0x44, - 0x0a, 0x13, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x66, - 0x35, 0x35, 0x52, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x47, 0x75, - 0x69, 0x6c, 0x64, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, - 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x40, 0x0a, 0x13, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4f, - 0x69, 0x64, 0x62, 0x30, 0x78, 0x66, 0x35, 0x64, 0x52, 0x73, 0x70, 0x12, 0x29, 0x0a, 0x03, 0x72, - 0x73, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, - 0x65, 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, - 0x70, 0x52, 0x03, 0x72, 0x73, 0x70, 0x22, 0x39, 0x0a, 0x14, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x4f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x31, 0x30, 0x31, 0x37, 0x52, 0x73, 0x70, 0x12, 0x21, - 0x0a, 0x02, 0x70, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x63, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x50, 0x31, 0x30, 0x78, 0x31, 0x30, 0x31, 0x37, 0x52, 0x02, 0x70, - 0x31, 0x22, 0x4c, 0x0a, 0x08, 0x50, 0x31, 0x30, 0x78, 0x31, 0x30, 0x31, 0x37, 0x12, 0x16, 0x0a, - 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, - 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x18, 0x03, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x47, - 0x75, 0x69, 0x6c, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x22, - 0x5a, 0x0a, 0x14, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4f, 0x69, 0x64, 0x62, 0x30, 0x78, - 0x31, 0x30, 0x31, 0x39, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, - 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, - 0x64, 0x12, 0x28, 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x12, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x47, 0x75, 0x69, 0x6c, 0x64, - 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x22, 0x2e, 0x0a, 0x14, 0x43, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x31, 0x30, 0x31, 0x36, - 0x52, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x06, 0x72, 0x6f, 0x6c, 0x65, 0x49, 0x64, 0x22, 0x50, 0x0a, 0x0c, 0x47, - 0x75, 0x69, 0x6c, 0x64, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x67, - 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, - 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x47, 0x75, - 0x69, 0x6c, 0x64, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x61, 0x0a, - 0x0e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, - 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x35, 0x0a, 0x08, 0x63, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x63, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x43, 0x68, 0x61, 0x6e, 0x6e, - 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x73, - 0x22, 0x42, 0x0a, 0x0e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x49, 0x6e, - 0x66, 0x6f, 0x12, 0x30, 0x0a, 0x06, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x47, 0x75, 0x69, - 0x6c, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x06, 0x61, 0x64, - 0x6d, 0x69, 0x6e, 0x73, 0x22, 0x95, 0x01, 0x0a, 0x0f, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x4d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x1a, - 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, - 0x73, 0x74, 0x53, 0x70, 0x65, 0x61, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x03, 0x52, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x53, 0x70, 0x65, 0x61, 0x6b, 0x54, 0x69, 0x6d, 0x65, - 0x12, 0x12, 0x0a, 0x04, 0x72, 0x6f, 0x6c, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, - 0x72, 0x6f, 0x6c, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x69, 0x6e, 0x79, 0x49, 0x64, 0x18, 0x08, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x74, 0x69, 0x6e, 0x79, 0x49, 0x64, 0x22, 0x80, 0x01, 0x0a, - 0x10, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x55, 0x73, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, - 0x65, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x69, 0x6e, 0x79, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x06, 0x74, 0x69, 0x6e, 0x79, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, - 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, - 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, - 0x72, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, - 0x55, 0x72, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x6a, 0x6f, 0x69, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, - 0x10, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6a, 0x6f, 0x69, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x22, - 0xd3, 0x01, 0x0a, 0x09, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x16, 0x0a, - 0x06, 0x72, 0x6f, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x72, - 0x6f, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x67, - 0x62, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x61, 0x72, - 0x67, 0x62, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x64, 0x65, 0x70, - 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x69, 0x6e, - 0x64, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x75, 0x6d, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6e, 0x75, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x6f, - 0x77, 0x6e, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6f, 0x77, 0x6e, 0x65, - 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x07, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x08, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x16, 0x0a, - 0x06, 0x6d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6d, - 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x22, 0xf5, 0x02, 0x0a, 0x09, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x4d, - 0x65, 0x74, 0x61, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x43, 0x6f, 0x64, 0x65, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x43, 0x6f, 0x64, - 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, - 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x6d, 0x61, 0x78, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x43, 0x6f, - 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x6d, 0x61, 0x78, 0x4d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x6d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, - 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, - 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, - 0x20, 0x0a, 0x0b, 0x72, 0x6f, 0x62, 0x6f, 0x74, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x18, 0x0b, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x72, 0x6f, 0x62, 0x6f, 0x74, 0x4d, 0x61, 0x78, 0x4e, 0x75, - 0x6d, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, - 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x4d, 0x61, 0x78, - 0x4e, 0x75, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x0d, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x1c, 0x0a, - 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x53, 0x65, 0x71, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x03, - 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x53, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x6f, - 0x77, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x18, 0x12, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x6f, 0x77, - 0x6e, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x53, 0x65, - 0x71, 0x18, 0x13, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x53, 0x65, - 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x14, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x9a, 0x04, - 0x0a, 0x10, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, - 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, - 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4e, 0x61, - 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x55, 0x69, 0x6e, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x55, - 0x69, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, - 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, - 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x79, 0x70, 0x65, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x4e, 0x6f, 0x74, 0x69, - 0x66, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x63, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x61, 0x6c, 0x6b, - 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x0e, 0x74, 0x61, 0x6c, 0x6b, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x54, 0x69, 0x6e, 0x79, 0x49, - 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, - 0x54, 0x69, 0x6e, 0x79, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x76, 0x69, 0x73, 0x69, 0x62, 0x6c, - 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x16, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x76, 0x69, 0x73, - 0x69, 0x62, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x37, 0x0a, 0x06, 0x74, 0x6f, 0x70, 0x4d, - 0x73, 0x67, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, - 0x65, 0x6c, 0x2e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x54, - 0x6f, 0x70, 0x4d, 0x73, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x06, 0x74, 0x6f, 0x70, 0x4d, 0x73, - 0x67, 0x12, 0x2e, 0x0a, 0x12, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x53, 0x6c, 0x6f, 0x77, - 0x4d, 0x6f, 0x64, 0x65, 0x4b, 0x65, 0x79, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x63, - 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x53, 0x6c, 0x6f, 0x77, 0x4d, 0x6f, 0x64, 0x65, 0x4b, 0x65, - 0x79, 0x12, 0x47, 0x0a, 0x0d, 0x73, 0x6c, 0x6f, 0x77, 0x4d, 0x6f, 0x64, 0x65, 0x49, 0x6e, 0x66, - 0x6f, 0x73, 0x18, 0x20, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x63, 0x68, 0x61, 0x6e, 0x6e, - 0x65, 0x6c, 0x2e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x53, - 0x6c, 0x6f, 0x77, 0x4d, 0x6f, 0x64, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0d, 0x73, 0x6c, 0x6f, - 0x77, 0x4d, 0x6f, 0x64, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x22, 0xb0, 0x01, 0x0a, 0x18, 0x47, - 0x75, 0x69, 0x6c, 0x64, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x53, 0x6c, 0x6f, 0x77, 0x4d, - 0x6f, 0x64, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x6c, 0x6f, 0x77, 0x4d, - 0x6f, 0x64, 0x65, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x73, 0x6c, - 0x6f, 0x77, 0x4d, 0x6f, 0x64, 0x65, 0x4b, 0x65, 0x79, 0x12, 0x26, 0x0a, 0x0e, 0x73, 0x70, 0x65, - 0x61, 0x6b, 0x46, 0x72, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0e, 0x73, 0x70, 0x65, 0x61, 0x6b, 0x46, 0x72, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, - 0x79, 0x12, 0x26, 0x0a, 0x0e, 0x73, 0x6c, 0x6f, 0x77, 0x4d, 0x6f, 0x64, 0x65, 0x43, 0x69, 0x72, - 0x63, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x73, 0x6c, 0x6f, 0x77, 0x4d, - 0x6f, 0x64, 0x65, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x6c, 0x6f, - 0x77, 0x4d, 0x6f, 0x64, 0x65, 0x54, 0x65, 0x78, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x0c, 0x73, 0x6c, 0x6f, 0x77, 0x4d, 0x6f, 0x64, 0x65, 0x54, 0x65, 0x78, 0x74, 0x22, 0x8a, 0x01, - 0x0a, 0x16, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x54, 0x6f, - 0x70, 0x4d, 0x73, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x6f, 0x70, 0x4d, - 0x73, 0x67, 0x53, 0x65, 0x71, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x6f, 0x70, - 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x70, 0x4d, 0x73, 0x67, - 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, 0x6f, 0x70, 0x4d, - 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x32, 0x0a, 0x14, 0x74, 0x6f, 0x70, 0x4d, 0x73, 0x67, - 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x54, 0x69, 0x6e, 0x79, 0x49, 0x64, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x14, 0x74, 0x6f, 0x70, 0x4d, 0x73, 0x67, 0x4f, 0x70, 0x65, 0x72, - 0x61, 0x74, 0x6f, 0x72, 0x54, 0x69, 0x6e, 0x79, 0x49, 0x64, 0x42, 0x14, 0x5a, 0x12, 0x70, 0x62, - 0x2f, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x3b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, -} - -var ( - file_pb_channel_unknown_proto_rawDescOnce sync.Once - file_pb_channel_unknown_proto_rawDescData = file_pb_channel_unknown_proto_rawDesc -) - -func file_pb_channel_unknown_proto_rawDescGZIP() []byte { - file_pb_channel_unknown_proto_rawDescOnce.Do(func() { - file_pb_channel_unknown_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_channel_unknown_proto_rawDescData) - }) - return file_pb_channel_unknown_proto_rawDescData -} - -var file_pb_channel_unknown_proto_msgTypes = make([]protoimpl.MessageInfo, 20) -var file_pb_channel_unknown_proto_goTypes = []interface{}{ - (*ChannelOidb0Xf5BRsp)(nil), // 0: channel.ChannelOidb0xf5bRsp - (*ChannelOidb0Xf88Rsp)(nil), // 1: channel.ChannelOidb0xf88Rsp - (*ChannelOidb0Xfc9Rsp)(nil), // 2: channel.ChannelOidb0xfc9Rsp - (*ChannelOidb0Xf57Rsp)(nil), // 3: channel.ChannelOidb0xf57Rsp - (*ChannelOidb0Xf55Rsp)(nil), // 4: channel.ChannelOidb0xf55Rsp - (*ChannelOidb0Xf5DRsp)(nil), // 5: channel.ChannelOidb0xf5dRsp - (*ChannelOidb0X1017Rsp)(nil), // 6: channel.ChannelOidb0x1017Rsp - (*P10X1017)(nil), // 7: channel.P10x1017 - (*ChannelOidb0X1019Rsp)(nil), // 8: channel.ChannelOidb0x1019Rsp - (*ChannelOidb0X1016Rsp)(nil), // 9: channel.ChannelOidb0x1016Rsp - (*GuildMetaRsp)(nil), // 10: channel.GuildMetaRsp - (*ChannelListRsp)(nil), // 11: channel.ChannelListRsp - (*GuildAdminInfo)(nil), // 12: channel.GuildAdminInfo - (*GuildMemberInfo)(nil), // 13: channel.GuildMemberInfo - (*GuildUserProfile)(nil), // 14: channel.GuildUserProfile - (*GuildRole)(nil), // 15: channel.GuildRole - (*GuildMeta)(nil), // 16: channel.GuildMeta - (*GuildChannelInfo)(nil), // 17: channel.GuildChannelInfo - (*GuildChannelSlowModeInfo)(nil), // 18: channel.GuildChannelSlowModeInfo - (*GuildChannelTopMsgInfo)(nil), // 19: channel.GuildChannelTopMsgInfo -} -var file_pb_channel_unknown_proto_depIdxs = []int32{ - 13, // 0: channel.ChannelOidb0xf5bRsp.bots:type_name -> channel.GuildMemberInfo - 13, // 1: channel.ChannelOidb0xf5bRsp.members:type_name -> channel.GuildMemberInfo - 12, // 2: channel.ChannelOidb0xf5bRsp.adminInfo:type_name -> channel.GuildAdminInfo - 14, // 3: channel.ChannelOidb0xf88Rsp.profile:type_name -> channel.GuildUserProfile - 14, // 4: channel.ChannelOidb0xfc9Rsp.profile:type_name -> channel.GuildUserProfile - 10, // 5: channel.ChannelOidb0xf57Rsp.rsp:type_name -> channel.GuildMetaRsp - 17, // 6: channel.ChannelOidb0xf55Rsp.info:type_name -> channel.GuildChannelInfo - 11, // 7: channel.ChannelOidb0xf5dRsp.rsp:type_name -> channel.ChannelListRsp - 7, // 8: channel.ChannelOidb0x1017Rsp.p1:type_name -> channel.P10x1017 - 15, // 9: channel.P10x1017.roles:type_name -> channel.GuildRole - 15, // 10: channel.ChannelOidb0x1019Rsp.roles:type_name -> channel.GuildRole - 16, // 11: channel.GuildMetaRsp.meta:type_name -> channel.GuildMeta - 17, // 12: channel.ChannelListRsp.channels:type_name -> channel.GuildChannelInfo - 13, // 13: channel.GuildAdminInfo.admins:type_name -> channel.GuildMemberInfo - 19, // 14: channel.GuildChannelInfo.topMsg:type_name -> channel.GuildChannelTopMsgInfo - 18, // 15: channel.GuildChannelInfo.slowModeInfos:type_name -> channel.GuildChannelSlowModeInfo - 16, // [16:16] is the sub-list for method output_type - 16, // [16:16] is the sub-list for method input_type - 16, // [16:16] is the sub-list for extension type_name - 16, // [16:16] is the sub-list for extension extendee - 0, // [0:16] is the sub-list for field type_name -} - -func init() { file_pb_channel_unknown_proto_init() } -func file_pb_channel_unknown_proto_init() { - if File_pb_channel_unknown_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_pb_channel_unknown_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelOidb0Xf5BRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelOidb0Xf88Rsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelOidb0Xfc9Rsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelOidb0Xf57Rsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelOidb0Xf55Rsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelOidb0Xf5DRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelOidb0X1017Rsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*P10X1017); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelOidb0X1019Rsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelOidb0X1016Rsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GuildMetaRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelListRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GuildAdminInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GuildMemberInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GuildUserProfile); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GuildRole); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GuildMeta); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GuildChannelInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GuildChannelSlowModeInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_channel_unknown_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GuildChannelTopMsgInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_pb_channel_unknown_proto_rawDesc, - NumEnums: 0, - NumMessages: 20, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_pb_channel_unknown_proto_goTypes, - DependencyIndexes: file_pb_channel_unknown_proto_depIdxs, - MessageInfos: file_pb_channel_unknown_proto_msgTypes, - }.Build() - File_pb_channel_unknown_proto = out.File - file_pb_channel_unknown_proto_rawDesc = nil - file_pb_channel_unknown_proto_goTypes = nil - file_pb_channel_unknown_proto_depIdxs = nil -} diff --git a/client/pb/cmd0x346/cmd0x346.pb.go b/client/pb/cmd0x346/cmd0x346.pb.go index 8ef41d33..c78ae718 100644 --- a/client/pb/cmd0x346/cmd0x346.pb.go +++ b/client/pb/cmd0x346/cmd0x346.pb.go @@ -1,65 +1,11 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: cmd0x346.proto package cmd0x346 -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type ApplyCleanTrafficRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"` -} - -func (x *ApplyCleanTrafficRsp) Reset() { - *x = ApplyCleanTrafficRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyCleanTrafficRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyCleanTrafficRsp) ProtoMessage() {} - -func (x *ApplyCleanTrafficRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyCleanTrafficRsp.ProtoReflect.Descriptor instead. -func (*ApplyCleanTrafficRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{0} + RetCode int32 `protobuf:"varint,10,opt"` + RetMsg string `protobuf:"bytes,20,opt"` } func (x *ApplyCleanTrafficRsp) GetRetCode() int32 { @@ -77,53 +23,17 @@ func (x *ApplyCleanTrafficRsp) GetRetMsg() string { } type ApplyCopyFromReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SrcUin int64 `protobuf:"varint,10,opt,name=srcUin,proto3" json:"srcUin,omitempty"` - SrcGroup int64 `protobuf:"varint,20,opt,name=srcGroup,proto3" json:"srcGroup,omitempty"` - SrcSvcid int32 `protobuf:"varint,30,opt,name=srcSvcid,proto3" json:"srcSvcid,omitempty"` - SrcParentfolder []byte `protobuf:"bytes,40,opt,name=srcParentfolder,proto3" json:"srcParentfolder,omitempty"` - SrcUuid []byte `protobuf:"bytes,50,opt,name=srcUuid,proto3" json:"srcUuid,omitempty"` - FileMd5 []byte `protobuf:"bytes,60,opt,name=fileMd5,proto3" json:"fileMd5,omitempty"` - DstUin int64 `protobuf:"varint,70,opt,name=dstUin,proto3" json:"dstUin,omitempty"` - FileSize int64 `protobuf:"varint,80,opt,name=fileSize,proto3" json:"fileSize,omitempty"` - FileName string `protobuf:"bytes,90,opt,name=fileName,proto3" json:"fileName,omitempty"` - DangerLevel int32 `protobuf:"varint,100,opt,name=dangerLevel,proto3" json:"dangerLevel,omitempty"` - TotalSpace int64 `protobuf:"varint,110,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"` -} - -func (x *ApplyCopyFromReq) Reset() { - *x = ApplyCopyFromReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyCopyFromReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyCopyFromReq) ProtoMessage() {} - -func (x *ApplyCopyFromReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyCopyFromReq.ProtoReflect.Descriptor instead. -func (*ApplyCopyFromReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{1} + SrcUin int64 `protobuf:"varint,10,opt"` + SrcGroup int64 `protobuf:"varint,20,opt"` + SrcSvcid int32 `protobuf:"varint,30,opt"` + SrcParentfolder []byte `protobuf:"bytes,40,opt"` + SrcUuid []byte `protobuf:"bytes,50,opt"` + FileMd5 []byte `protobuf:"bytes,60,opt"` + DstUin int64 `protobuf:"varint,70,opt"` + FileSize int64 `protobuf:"varint,80,opt"` + FileName string `protobuf:"bytes,90,opt"` + DangerLevel int32 `protobuf:"varint,100,opt"` + TotalSpace int64 `protobuf:"varint,110,opt"` } func (x *ApplyCopyFromReq) GetSrcUin() int64 { @@ -204,46 +114,10 @@ func (x *ApplyCopyFromReq) GetTotalSpace() int64 { } type ApplyCopyFromRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - Uuid []byte `protobuf:"bytes,30,opt,name=uuid,proto3" json:"uuid,omitempty"` - TotalSpace int64 `protobuf:"varint,40,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"` -} - -func (x *ApplyCopyFromRsp) Reset() { - *x = ApplyCopyFromRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyCopyFromRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyCopyFromRsp) ProtoMessage() {} - -func (x *ApplyCopyFromRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyCopyFromRsp.ProtoReflect.Descriptor instead. -func (*ApplyCopyFromRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{2} + RetCode int32 `protobuf:"varint,10,opt"` + RetMsg string `protobuf:"bytes,20,opt"` + Uuid []byte `protobuf:"bytes,30,opt"` + TotalSpace int64 `protobuf:"varint,40,opt"` } func (x *ApplyCopyFromRsp) GetRetCode() int32 { @@ -275,50 +149,14 @@ func (x *ApplyCopyFromRsp) GetTotalSpace() int64 { } type ApplyCopyToReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - DstId int64 `protobuf:"varint,10,opt,name=dstId,proto3" json:"dstId,omitempty"` - DstUin int64 `protobuf:"varint,20,opt,name=dstUin,proto3" json:"dstUin,omitempty"` - DstSvcid int32 `protobuf:"varint,30,opt,name=dstSvcid,proto3" json:"dstSvcid,omitempty"` - SrcUin int64 `protobuf:"varint,40,opt,name=srcUin,proto3" json:"srcUin,omitempty"` - FileSize int64 `protobuf:"varint,50,opt,name=fileSize,proto3" json:"fileSize,omitempty"` - FileName string `protobuf:"bytes,60,opt,name=fileName,proto3" json:"fileName,omitempty"` - LocalFilepath string `protobuf:"bytes,70,opt,name=localFilepath,proto3" json:"localFilepath,omitempty"` - Uuid []byte `protobuf:"bytes,80,opt,name=uuid,proto3" json:"uuid,omitempty"` -} - -func (x *ApplyCopyToReq) Reset() { - *x = ApplyCopyToReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyCopyToReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyCopyToReq) ProtoMessage() {} - -func (x *ApplyCopyToReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyCopyToReq.ProtoReflect.Descriptor instead. -func (*ApplyCopyToReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{3} + DstId int64 `protobuf:"varint,10,opt"` + DstUin int64 `protobuf:"varint,20,opt"` + DstSvcid int32 `protobuf:"varint,30,opt"` + SrcUin int64 `protobuf:"varint,40,opt"` + FileSize int64 `protobuf:"varint,50,opt"` + FileName string `protobuf:"bytes,60,opt"` + LocalFilepath string `protobuf:"bytes,70,opt"` + Uuid []byte `protobuf:"bytes,80,opt"` } func (x *ApplyCopyToReq) GetDstId() int64 { @@ -378,45 +216,9 @@ func (x *ApplyCopyToReq) GetUuid() []byte { } type ApplyCopyToRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - FileKey string `protobuf:"bytes,30,opt,name=fileKey,proto3" json:"fileKey,omitempty"` -} - -func (x *ApplyCopyToRsp) Reset() { - *x = ApplyCopyToRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyCopyToRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyCopyToRsp) ProtoMessage() {} - -func (x *ApplyCopyToRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyCopyToRsp.ProtoReflect.Descriptor instead. -func (*ApplyCopyToRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{4} + RetCode int32 `protobuf:"varint,10,opt"` + RetMsg string `protobuf:"bytes,20,opt"` + FileKey string `protobuf:"bytes,30,opt"` } func (x *ApplyCopyToRsp) GetRetCode() int32 { @@ -441,44 +243,8 @@ func (x *ApplyCopyToRsp) GetFileKey() string { } type ApplyDownloadAbsReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin int64 `protobuf:"varint,10,opt,name=uin,proto3" json:"uin,omitempty"` - Uuid []byte `protobuf:"bytes,20,opt,name=uuid,proto3" json:"uuid,omitempty"` -} - -func (x *ApplyDownloadAbsReq) Reset() { - *x = ApplyDownloadAbsReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyDownloadAbsReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyDownloadAbsReq) ProtoMessage() {} - -func (x *ApplyDownloadAbsReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyDownloadAbsReq.ProtoReflect.Descriptor instead. -func (*ApplyDownloadAbsReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{5} + Uin int64 `protobuf:"varint,10,opt"` + Uuid []byte `protobuf:"bytes,20,opt"` } func (x *ApplyDownloadAbsReq) GetUin() int64 { @@ -496,45 +262,9 @@ func (x *ApplyDownloadAbsReq) GetUuid() []byte { } type ApplyDownloadAbsRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - DownloadInfo *DownloadInfo `protobuf:"bytes,30,opt,name=downloadInfo,proto3" json:"downloadInfo,omitempty"` -} - -func (x *ApplyDownloadAbsRsp) Reset() { - *x = ApplyDownloadAbsRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyDownloadAbsRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyDownloadAbsRsp) ProtoMessage() {} - -func (x *ApplyDownloadAbsRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyDownloadAbsRsp.ProtoReflect.Descriptor instead. -func (*ApplyDownloadAbsRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{6} + RetCode int32 `protobuf:"varint,10,opt"` + RetMsg string `protobuf:"bytes,20,opt"` + DownloadInfo *DownloadInfo `protobuf:"bytes,30,opt"` } func (x *ApplyDownloadAbsRsp) GetRetCode() int32 { @@ -559,46 +289,10 @@ func (x *ApplyDownloadAbsRsp) GetDownloadInfo() *DownloadInfo { } type ApplyDownloadReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin int64 `protobuf:"varint,10,opt,name=uin,proto3" json:"uin,omitempty"` - Uuid []byte `protobuf:"bytes,20,opt,name=uuid,proto3" json:"uuid,omitempty"` - OwnerType int32 `protobuf:"varint,30,opt,name=ownerType,proto3" json:"ownerType,omitempty"` - ExtIntype int32 `protobuf:"varint,500,opt,name=extIntype,proto3" json:"extIntype,omitempty"` -} - -func (x *ApplyDownloadReq) Reset() { - *x = ApplyDownloadReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyDownloadReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyDownloadReq) ProtoMessage() {} - -func (x *ApplyDownloadReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyDownloadReq.ProtoReflect.Descriptor instead. -func (*ApplyDownloadReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{7} + Uin int64 `protobuf:"varint,10,opt"` + Uuid []byte `protobuf:"bytes,20,opt"` + OwnerType int32 `protobuf:"varint,30,opt"` + ExtIntype int32 `protobuf:"varint,500,opt"` } func (x *ApplyDownloadReq) GetUin() int64 { @@ -630,46 +324,10 @@ func (x *ApplyDownloadReq) GetExtIntype() int32 { } type ApplyDownloadRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - DownloadInfo *DownloadInfo `protobuf:"bytes,30,opt,name=downloadInfo,proto3" json:"downloadInfo,omitempty"` - FileInfo *FileInfo `protobuf:"bytes,40,opt,name=fileInfo,proto3" json:"fileInfo,omitempty"` -} - -func (x *ApplyDownloadRsp) Reset() { - *x = ApplyDownloadRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyDownloadRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyDownloadRsp) ProtoMessage() {} - -func (x *ApplyDownloadRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyDownloadRsp.ProtoReflect.Descriptor instead. -func (*ApplyDownloadRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{8} + RetCode int32 `protobuf:"varint,10,opt"` + RetMsg string `protobuf:"bytes,20,opt"` + DownloadInfo *DownloadInfo `protobuf:"bytes,30,opt"` + FileInfo *FileInfo `protobuf:"bytes,40,opt"` } func (x *ApplyDownloadRsp) GetRetCode() int32 { @@ -701,47 +359,11 @@ func (x *ApplyDownloadRsp) GetFileInfo() *FileInfo { } type ApplyForwardFileReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SenderUin int64 `protobuf:"varint,10,opt,name=senderUin,proto3" json:"senderUin,omitempty"` - RecverUin int64 `protobuf:"varint,20,opt,name=recverUin,proto3" json:"recverUin,omitempty"` - Uuid []byte `protobuf:"bytes,30,opt,name=uuid,proto3" json:"uuid,omitempty"` - DangerLevel int32 `protobuf:"varint,40,opt,name=dangerLevel,proto3" json:"dangerLevel,omitempty"` - TotalSpace int64 `protobuf:"varint,50,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"` -} - -func (x *ApplyForwardFileReq) Reset() { - *x = ApplyForwardFileReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyForwardFileReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyForwardFileReq) ProtoMessage() {} - -func (x *ApplyForwardFileReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyForwardFileReq.ProtoReflect.Descriptor instead. -func (*ApplyForwardFileReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{9} + SenderUin int64 `protobuf:"varint,10,opt"` + RecverUin int64 `protobuf:"varint,20,opt"` + Uuid []byte `protobuf:"bytes,30,opt"` + DangerLevel int32 `protobuf:"varint,40,opt"` + TotalSpace int64 `protobuf:"varint,50,opt"` } func (x *ApplyForwardFileReq) GetSenderUin() int64 { @@ -780,47 +402,11 @@ func (x *ApplyForwardFileReq) GetTotalSpace() int64 { } type ApplyForwardFileRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - TotalSpace int64 `protobuf:"varint,30,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"` - UsedSpace int64 `protobuf:"varint,40,opt,name=usedSpace,proto3" json:"usedSpace,omitempty"` - Uuid []byte `protobuf:"bytes,50,opt,name=uuid,proto3" json:"uuid,omitempty"` -} - -func (x *ApplyForwardFileRsp) Reset() { - *x = ApplyForwardFileRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyForwardFileRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyForwardFileRsp) ProtoMessage() {} - -func (x *ApplyForwardFileRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyForwardFileRsp.ProtoReflect.Descriptor instead. -func (*ApplyForwardFileRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{10} + RetCode int32 `protobuf:"varint,10,opt"` + RetMsg string `protobuf:"bytes,20,opt"` + TotalSpace int64 `protobuf:"varint,30,opt"` + UsedSpace int64 `protobuf:"varint,40,opt"` + Uuid []byte `protobuf:"bytes,50,opt"` } func (x *ApplyForwardFileRsp) GetRetCode() int32 { @@ -859,86 +445,15 @@ func (x *ApplyForwardFileRsp) GetUuid() []byte { } type ApplyGetTrafficReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *ApplyGetTrafficReq) Reset() { - *x = ApplyGetTrafficReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyGetTrafficReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyGetTrafficReq) ProtoMessage() {} - -func (x *ApplyGetTrafficReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyGetTrafficReq.ProtoReflect.Descriptor instead. -func (*ApplyGetTrafficReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{11} } type ApplyGetTrafficRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - UseFileSize int64 `protobuf:"varint,30,opt,name=useFileSize,proto3" json:"useFileSize,omitempty"` - UseFileNum int32 `protobuf:"varint,40,opt,name=useFileNum,proto3" json:"useFileNum,omitempty"` - AllFileSize int64 `protobuf:"varint,50,opt,name=allFileSize,proto3" json:"allFileSize,omitempty"` - AllFileNum int32 `protobuf:"varint,60,opt,name=allFileNum,proto3" json:"allFileNum,omitempty"` -} - -func (x *ApplyGetTrafficRsp) Reset() { - *x = ApplyGetTrafficRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyGetTrafficRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyGetTrafficRsp) ProtoMessage() {} - -func (x *ApplyGetTrafficRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyGetTrafficRsp.ProtoReflect.Descriptor instead. -func (*ApplyGetTrafficRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{12} + RetCode int32 `protobuf:"varint,10,opt"` + RetMsg string `protobuf:"bytes,20,opt"` + UseFileSize int64 `protobuf:"varint,30,opt"` + UseFileNum int32 `protobuf:"varint,40,opt"` + AllFileSize int64 `protobuf:"varint,50,opt"` + AllFileNum int32 `protobuf:"varint,60,opt"` } func (x *ApplyGetTrafficRsp) GetRetCode() int32 { @@ -984,45 +499,9 @@ func (x *ApplyGetTrafficRsp) GetAllFileNum() int32 { } type ApplyListDownloadReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin int64 `protobuf:"varint,10,opt,name=uin,proto3" json:"uin,omitempty"` - BeginIndex int32 `protobuf:"varint,20,opt,name=beginIndex,proto3" json:"beginIndex,omitempty"` - ReqCount int32 `protobuf:"varint,30,opt,name=reqCount,proto3" json:"reqCount,omitempty"` -} - -func (x *ApplyListDownloadReq) Reset() { - *x = ApplyListDownloadReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyListDownloadReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyListDownloadReq) ProtoMessage() {} - -func (x *ApplyListDownloadReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyListDownloadReq.ProtoReflect.Descriptor instead. -func (*ApplyListDownloadReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{13} + Uin int64 `protobuf:"varint,10,opt"` + BeginIndex int32 `protobuf:"varint,20,opt"` + ReqCount int32 `protobuf:"varint,30,opt"` } func (x *ApplyListDownloadReq) GetUin() int64 { @@ -1047,49 +526,13 @@ func (x *ApplyListDownloadReq) GetReqCount() int32 { } type ApplyListDownloadRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - TotalCount int32 `protobuf:"varint,30,opt,name=totalCount,proto3" json:"totalCount,omitempty"` - BeginIndex int32 `protobuf:"varint,40,opt,name=beginIndex,proto3" json:"beginIndex,omitempty"` - RspCount int32 `protobuf:"varint,50,opt,name=rspCount,proto3" json:"rspCount,omitempty"` - IsEnd int32 `protobuf:"varint,60,opt,name=isEnd,proto3" json:"isEnd,omitempty"` - FileList []*FileInfo `protobuf:"bytes,70,rep,name=fileList,proto3" json:"fileList,omitempty"` -} - -func (x *ApplyListDownloadRsp) Reset() { - *x = ApplyListDownloadRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyListDownloadRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyListDownloadRsp) ProtoMessage() {} - -func (x *ApplyListDownloadRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyListDownloadRsp.ProtoReflect.Descriptor instead. -func (*ApplyListDownloadRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{14} + RetCode int32 `protobuf:"varint,10,opt"` + RetMsg string `protobuf:"bytes,20,opt"` + TotalCount int32 `protobuf:"varint,30,opt"` + BeginIndex int32 `protobuf:"varint,40,opt"` + RspCount int32 `protobuf:"varint,50,opt"` + IsEnd int32 `protobuf:"varint,60,opt"` + FileList []*FileInfo `protobuf:"bytes,70,rep"` } func (x *ApplyListDownloadRsp) GetRetCode() int32 { @@ -1142,50 +585,14 @@ func (x *ApplyListDownloadRsp) GetFileList() []*FileInfo { } type ApplyUploadHitReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SenderUin int64 `protobuf:"varint,10,opt,name=senderUin,proto3" json:"senderUin,omitempty"` - RecverUin int64 `protobuf:"varint,20,opt,name=recverUin,proto3" json:"recverUin,omitempty"` - FileSize int64 `protobuf:"varint,30,opt,name=fileSize,proto3" json:"fileSize,omitempty"` - FileName string `protobuf:"bytes,40,opt,name=fileName,proto3" json:"fileName,omitempty"` - Bytes_10MMd5 []byte `protobuf:"bytes,50,opt,name=bytes_10mMd5,json=bytes10mMd5,proto3" json:"bytes_10mMd5,omitempty"` - LocalFilepath string `protobuf:"bytes,60,opt,name=localFilepath,proto3" json:"localFilepath,omitempty"` - DangerLevel int32 `protobuf:"varint,70,opt,name=dangerLevel,proto3" json:"dangerLevel,omitempty"` - TotalSpace int64 `protobuf:"varint,80,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"` -} - -func (x *ApplyUploadHitReq) Reset() { - *x = ApplyUploadHitReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyUploadHitReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyUploadHitReq) ProtoMessage() {} - -func (x *ApplyUploadHitReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyUploadHitReq.ProtoReflect.Descriptor instead. -func (*ApplyUploadHitReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{15} + SenderUin int64 `protobuf:"varint,10,opt"` + RecverUin int64 `protobuf:"varint,20,opt"` + FileSize int64 `protobuf:"varint,30,opt"` + FileName string `protobuf:"bytes,40,opt"` + Bytes_10MMd5 []byte `protobuf:"bytes,50,opt"` + LocalFilepath string `protobuf:"bytes,60,opt"` + DangerLevel int32 `protobuf:"varint,70,opt"` + TotalSpace int64 `protobuf:"varint,80,opt"` } func (x *ApplyUploadHitReq) GetSenderUin() int64 { @@ -1245,52 +652,16 @@ func (x *ApplyUploadHitReq) GetTotalSpace() int64 { } type ApplyUploadHitReqV2 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SenderUin int64 `protobuf:"varint,10,opt,name=senderUin,proto3" json:"senderUin,omitempty"` - RecverUin int64 `protobuf:"varint,20,opt,name=recverUin,proto3" json:"recverUin,omitempty"` - FileSize int64 `protobuf:"varint,30,opt,name=fileSize,proto3" json:"fileSize,omitempty"` - FileName string `protobuf:"bytes,40,opt,name=fileName,proto3" json:"fileName,omitempty"` - Bytes_10MMd5 []byte `protobuf:"bytes,50,opt,name=bytes_10mMd5,json=bytes10mMd5,proto3" json:"bytes_10mMd5,omitempty"` - Bytes_3Sha []byte `protobuf:"bytes,60,opt,name=bytes_3sha,json=bytes3sha,proto3" json:"bytes_3sha,omitempty"` - Sha []byte `protobuf:"bytes,70,opt,name=sha,proto3" json:"sha,omitempty"` - LocalFilepath string `protobuf:"bytes,80,opt,name=localFilepath,proto3" json:"localFilepath,omitempty"` - DangerLevel int32 `protobuf:"varint,90,opt,name=dangerLevel,proto3" json:"dangerLevel,omitempty"` - TotalSpace int64 `protobuf:"varint,100,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"` -} - -func (x *ApplyUploadHitReqV2) Reset() { - *x = ApplyUploadHitReqV2{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[16] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyUploadHitReqV2) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyUploadHitReqV2) ProtoMessage() {} - -func (x *ApplyUploadHitReqV2) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[16] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyUploadHitReqV2.ProtoReflect.Descriptor instead. -func (*ApplyUploadHitReqV2) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{16} + SenderUin int64 `protobuf:"varint,10,opt"` + RecverUin int64 `protobuf:"varint,20,opt"` + FileSize int64 `protobuf:"varint,30,opt"` + FileName string `protobuf:"bytes,40,opt"` + Bytes_10MMd5 []byte `protobuf:"bytes,50,opt"` + Bytes_3Sha []byte `protobuf:"bytes,60,opt"` + Sha []byte `protobuf:"bytes,70,opt"` + LocalFilepath string `protobuf:"bytes,80,opt"` + DangerLevel int32 `protobuf:"varint,90,opt"` + TotalSpace int64 `protobuf:"varint,100,opt"` } func (x *ApplyUploadHitReqV2) GetSenderUin() int64 { @@ -1364,51 +735,15 @@ func (x *ApplyUploadHitReqV2) GetTotalSpace() int64 { } type ApplyUploadHitReqV3 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SenderUin int64 `protobuf:"varint,10,opt,name=senderUin,proto3" json:"senderUin,omitempty"` - RecverUin int64 `protobuf:"varint,20,opt,name=recverUin,proto3" json:"recverUin,omitempty"` - FileSize int64 `protobuf:"varint,30,opt,name=fileSize,proto3" json:"fileSize,omitempty"` - FileName string `protobuf:"bytes,40,opt,name=fileName,proto3" json:"fileName,omitempty"` - Bytes_10MMd5 []byte `protobuf:"bytes,50,opt,name=bytes_10mMd5,json=bytes10mMd5,proto3" json:"bytes_10mMd5,omitempty"` - Sha []byte `protobuf:"bytes,60,opt,name=sha,proto3" json:"sha,omitempty"` - LocalFilepath string `protobuf:"bytes,70,opt,name=localFilepath,proto3" json:"localFilepath,omitempty"` - DangerLevel int32 `protobuf:"varint,80,opt,name=dangerLevel,proto3" json:"dangerLevel,omitempty"` - TotalSpace int64 `protobuf:"varint,90,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"` -} - -func (x *ApplyUploadHitReqV3) Reset() { - *x = ApplyUploadHitReqV3{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[17] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyUploadHitReqV3) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyUploadHitReqV3) ProtoMessage() {} - -func (x *ApplyUploadHitReqV3) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[17] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyUploadHitReqV3.ProtoReflect.Descriptor instead. -func (*ApplyUploadHitReqV3) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{17} + SenderUin int64 `protobuf:"varint,10,opt"` + RecverUin int64 `protobuf:"varint,20,opt"` + FileSize int64 `protobuf:"varint,30,opt"` + FileName string `protobuf:"bytes,40,opt"` + Bytes_10MMd5 []byte `protobuf:"bytes,50,opt"` + Sha []byte `protobuf:"bytes,60,opt"` + LocalFilepath string `protobuf:"bytes,70,opt"` + DangerLevel int32 `protobuf:"varint,80,opt"` + TotalSpace int64 `protobuf:"varint,90,opt"` } func (x *ApplyUploadHitReqV3) GetSenderUin() int64 { @@ -1475,51 +810,15 @@ func (x *ApplyUploadHitReqV3) GetTotalSpace() int64 { } type ApplyUploadHitRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - UploadIp string `protobuf:"bytes,30,opt,name=uploadIp,proto3" json:"uploadIp,omitempty"` - UploadPort int32 `protobuf:"varint,40,opt,name=uploadPort,proto3" json:"uploadPort,omitempty"` - UploadDomain string `protobuf:"bytes,50,opt,name=uploadDomain,proto3" json:"uploadDomain,omitempty"` - Uuid []byte `protobuf:"bytes,60,opt,name=uuid,proto3" json:"uuid,omitempty"` - UploadKey []byte `protobuf:"bytes,70,opt,name=uploadKey,proto3" json:"uploadKey,omitempty"` - TotalSpace int64 `protobuf:"varint,80,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"` - UsedSpace int64 `protobuf:"varint,90,opt,name=usedSpace,proto3" json:"usedSpace,omitempty"` -} - -func (x *ApplyUploadHitRsp) Reset() { - *x = ApplyUploadHitRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[18] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyUploadHitRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyUploadHitRsp) ProtoMessage() {} - -func (x *ApplyUploadHitRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[18] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyUploadHitRsp.ProtoReflect.Descriptor instead. -func (*ApplyUploadHitRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{18} + RetCode int32 `protobuf:"varint,10,opt"` + RetMsg string `protobuf:"bytes,20,opt"` + UploadIp string `protobuf:"bytes,30,opt"` + UploadPort int32 `protobuf:"varint,40,opt"` + UploadDomain string `protobuf:"bytes,50,opt"` + Uuid []byte `protobuf:"bytes,60,opt"` + UploadKey []byte `protobuf:"bytes,70,opt"` + TotalSpace int64 `protobuf:"varint,80,opt"` + UsedSpace int64 `protobuf:"varint,90,opt"` } func (x *ApplyUploadHitRsp) GetRetCode() int32 { @@ -1586,51 +885,15 @@ func (x *ApplyUploadHitRsp) GetUsedSpace() int64 { } type ApplyUploadHitRspV2 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - UploadIp string `protobuf:"bytes,30,opt,name=uploadIp,proto3" json:"uploadIp,omitempty"` - UploadPort int32 `protobuf:"varint,40,opt,name=uploadPort,proto3" json:"uploadPort,omitempty"` - UploadDomain string `protobuf:"bytes,50,opt,name=uploadDomain,proto3" json:"uploadDomain,omitempty"` - Uuid []byte `protobuf:"bytes,60,opt,name=uuid,proto3" json:"uuid,omitempty"` - UploadKey []byte `protobuf:"bytes,70,opt,name=uploadKey,proto3" json:"uploadKey,omitempty"` - TotalSpace int64 `protobuf:"varint,80,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"` - UsedSpace int64 `protobuf:"varint,90,opt,name=usedSpace,proto3" json:"usedSpace,omitempty"` -} - -func (x *ApplyUploadHitRspV2) Reset() { - *x = ApplyUploadHitRspV2{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[19] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyUploadHitRspV2) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyUploadHitRspV2) ProtoMessage() {} - -func (x *ApplyUploadHitRspV2) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[19] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyUploadHitRspV2.ProtoReflect.Descriptor instead. -func (*ApplyUploadHitRspV2) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{19} + RetCode int32 `protobuf:"varint,10,opt"` + RetMsg string `protobuf:"bytes,20,opt"` + UploadIp string `protobuf:"bytes,30,opt"` + UploadPort int32 `protobuf:"varint,40,opt"` + UploadDomain string `protobuf:"bytes,50,opt"` + Uuid []byte `protobuf:"bytes,60,opt"` + UploadKey []byte `protobuf:"bytes,70,opt"` + TotalSpace int64 `protobuf:"varint,80,opt"` + UsedSpace int64 `protobuf:"varint,90,opt"` } func (x *ApplyUploadHitRspV2) GetRetCode() int32 { @@ -1697,51 +960,15 @@ func (x *ApplyUploadHitRspV2) GetUsedSpace() int64 { } type ApplyUploadHitRspV3 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - UploadIp string `protobuf:"bytes,30,opt,name=uploadIp,proto3" json:"uploadIp,omitempty"` - UploadPort int32 `protobuf:"varint,40,opt,name=uploadPort,proto3" json:"uploadPort,omitempty"` - UploadDomain string `protobuf:"bytes,50,opt,name=uploadDomain,proto3" json:"uploadDomain,omitempty"` - Uuid []byte `protobuf:"bytes,60,opt,name=uuid,proto3" json:"uuid,omitempty"` - UploadKey []byte `protobuf:"bytes,70,opt,name=uploadKey,proto3" json:"uploadKey,omitempty"` - TotalSpace int64 `protobuf:"varint,80,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"` - UsedSpace int64 `protobuf:"varint,90,opt,name=usedSpace,proto3" json:"usedSpace,omitempty"` -} - -func (x *ApplyUploadHitRspV3) Reset() { - *x = ApplyUploadHitRspV3{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[20] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyUploadHitRspV3) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyUploadHitRspV3) ProtoMessage() {} - -func (x *ApplyUploadHitRspV3) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[20] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyUploadHitRspV3.ProtoReflect.Descriptor instead. -func (*ApplyUploadHitRspV3) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{20} + RetCode int32 `protobuf:"varint,10,opt"` + RetMsg string `protobuf:"bytes,20,opt"` + UploadIp string `protobuf:"bytes,30,opt"` + UploadPort int32 `protobuf:"varint,40,opt"` + UploadDomain string `protobuf:"bytes,50,opt"` + Uuid []byte `protobuf:"bytes,60,opt"` + UploadKey []byte `protobuf:"bytes,70,opt"` + TotalSpace int64 `protobuf:"varint,80,opt"` + UsedSpace int64 `protobuf:"varint,90,opt"` } func (x *ApplyUploadHitRspV3) GetRetCode() int32 { @@ -1808,51 +1035,15 @@ func (x *ApplyUploadHitRspV3) GetUsedSpace() int64 { } type ApplyUploadReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SenderUin int64 `protobuf:"varint,10,opt,name=senderUin,proto3" json:"senderUin,omitempty"` - RecverUin int64 `protobuf:"varint,20,opt,name=recverUin,proto3" json:"recverUin,omitempty"` - FileType int32 `protobuf:"varint,30,opt,name=fileType,proto3" json:"fileType,omitempty"` - FileSize int64 `protobuf:"varint,40,opt,name=fileSize,proto3" json:"fileSize,omitempty"` - FileName string `protobuf:"bytes,50,opt,name=fileName,proto3" json:"fileName,omitempty"` - Bytes_10MMd5 []byte `protobuf:"bytes,60,opt,name=bytes_10mMd5,json=bytes10mMd5,proto3" json:"bytes_10mMd5,omitempty"` - LocalFilepath string `protobuf:"bytes,70,opt,name=localFilepath,proto3" json:"localFilepath,omitempty"` - DangerLevel int32 `protobuf:"varint,80,opt,name=dangerLevel,proto3" json:"dangerLevel,omitempty"` - TotalSpace int64 `protobuf:"varint,90,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"` -} - -func (x *ApplyUploadReq) Reset() { - *x = ApplyUploadReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[21] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyUploadReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyUploadReq) ProtoMessage() {} - -func (x *ApplyUploadReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[21] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyUploadReq.ProtoReflect.Descriptor instead. -func (*ApplyUploadReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{21} + SenderUin int64 `protobuf:"varint,10,opt"` + RecverUin int64 `protobuf:"varint,20,opt"` + FileType int32 `protobuf:"varint,30,opt"` + FileSize int64 `protobuf:"varint,40,opt"` + FileName string `protobuf:"bytes,50,opt"` + Bytes_10MMd5 []byte `protobuf:"bytes,60,opt"` + LocalFilepath string `protobuf:"bytes,70,opt"` + DangerLevel int32 `protobuf:"varint,80,opt"` + TotalSpace int64 `protobuf:"varint,90,opt"` } func (x *ApplyUploadReq) GetSenderUin() int64 { @@ -1919,51 +1110,15 @@ func (x *ApplyUploadReq) GetTotalSpace() int64 { } type ApplyUploadReqV2 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SenderUin int64 `protobuf:"varint,10,opt,name=senderUin,proto3" json:"senderUin,omitempty"` - RecverUin int64 `protobuf:"varint,20,opt,name=recverUin,proto3" json:"recverUin,omitempty"` - FileSize int64 `protobuf:"varint,30,opt,name=fileSize,proto3" json:"fileSize,omitempty"` - FileName string `protobuf:"bytes,40,opt,name=fileName,proto3" json:"fileName,omitempty"` - Bytes_10MMd5 []byte `protobuf:"bytes,50,opt,name=bytes_10mMd5,json=bytes10mMd5,proto3" json:"bytes_10mMd5,omitempty"` - Bytes_3Sha []byte `protobuf:"bytes,60,opt,name=bytes_3sha,json=bytes3sha,proto3" json:"bytes_3sha,omitempty"` - LocalFilepath string `protobuf:"bytes,70,opt,name=localFilepath,proto3" json:"localFilepath,omitempty"` - DangerLevel int32 `protobuf:"varint,80,opt,name=dangerLevel,proto3" json:"dangerLevel,omitempty"` - TotalSpace int64 `protobuf:"varint,90,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"` -} - -func (x *ApplyUploadReqV2) Reset() { - *x = ApplyUploadReqV2{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[22] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyUploadReqV2) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyUploadReqV2) ProtoMessage() {} - -func (x *ApplyUploadReqV2) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[22] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyUploadReqV2.ProtoReflect.Descriptor instead. -func (*ApplyUploadReqV2) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{22} + SenderUin int64 `protobuf:"varint,10,opt"` + RecverUin int64 `protobuf:"varint,20,opt"` + FileSize int64 `protobuf:"varint,30,opt"` + FileName string `protobuf:"bytes,40,opt"` + Bytes_10MMd5 []byte `protobuf:"bytes,50,opt"` + Bytes_3Sha []byte `protobuf:"bytes,60,opt"` + LocalFilepath string `protobuf:"bytes,70,opt"` + DangerLevel int32 `protobuf:"varint,80,opt"` + TotalSpace int64 `protobuf:"varint,90,opt"` } func (x *ApplyUploadReqV2) GetSenderUin() int64 { @@ -2030,51 +1185,15 @@ func (x *ApplyUploadReqV2) GetTotalSpace() int64 { } type ApplyUploadReqV3 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SenderUin int64 `protobuf:"varint,10,opt,name=senderUin,proto3" json:"senderUin,omitempty"` - RecverUin int64 `protobuf:"varint,20,opt,name=recverUin,proto3" json:"recverUin,omitempty"` - FileSize int64 `protobuf:"varint,30,opt,name=fileSize,proto3" json:"fileSize,omitempty"` - FileName string `protobuf:"bytes,40,opt,name=fileName,proto3" json:"fileName,omitempty"` - Bytes_10MMd5 []byte `protobuf:"bytes,50,opt,name=bytes_10mMd5,json=bytes10mMd5,proto3" json:"bytes_10mMd5,omitempty"` - Sha []byte `protobuf:"bytes,60,opt,name=sha,proto3" json:"sha,omitempty"` - LocalFilepath string `protobuf:"bytes,70,opt,name=localFilepath,proto3" json:"localFilepath,omitempty"` - DangerLevel int32 `protobuf:"varint,80,opt,name=dangerLevel,proto3" json:"dangerLevel,omitempty"` - TotalSpace int64 `protobuf:"varint,90,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"` -} - -func (x *ApplyUploadReqV3) Reset() { - *x = ApplyUploadReqV3{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[23] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyUploadReqV3) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyUploadReqV3) ProtoMessage() {} - -func (x *ApplyUploadReqV3) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[23] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyUploadReqV3.ProtoReflect.Descriptor instead. -func (*ApplyUploadReqV3) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{23} + SenderUin int64 `protobuf:"varint,10,opt"` + RecverUin int64 `protobuf:"varint,20,opt"` + FileSize int64 `protobuf:"varint,30,opt"` + FileName string `protobuf:"bytes,40,opt"` + Bytes_10MMd5 []byte `protobuf:"bytes,50,opt"` + Sha []byte `protobuf:"bytes,60,opt"` + LocalFilepath string `protobuf:"bytes,70,opt"` + DangerLevel int32 `protobuf:"varint,80,opt"` + TotalSpace int64 `protobuf:"varint,90,opt"` } func (x *ApplyUploadReqV3) GetSenderUin() int64 { @@ -2141,55 +1260,19 @@ func (x *ApplyUploadReqV3) GetTotalSpace() int64 { } type ApplyUploadRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - TotalSpace int64 `protobuf:"varint,30,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"` - UsedSpace int64 `protobuf:"varint,40,opt,name=usedSpace,proto3" json:"usedSpace,omitempty"` - UploadedSize int64 `protobuf:"varint,50,opt,name=uploadedSize,proto3" json:"uploadedSize,omitempty"` - UploadIp string `protobuf:"bytes,60,opt,name=uploadIp,proto3" json:"uploadIp,omitempty"` - UploadDomain string `protobuf:"bytes,70,opt,name=uploadDomain,proto3" json:"uploadDomain,omitempty"` - UploadPort int32 `protobuf:"varint,80,opt,name=uploadPort,proto3" json:"uploadPort,omitempty"` - Uuid []byte `protobuf:"bytes,90,opt,name=uuid,proto3" json:"uuid,omitempty"` - UploadKey []byte `protobuf:"bytes,100,opt,name=uploadKey,proto3" json:"uploadKey,omitempty"` - BoolFileExist bool `protobuf:"varint,110,opt,name=boolFileExist,proto3" json:"boolFileExist,omitempty"` - PackSize int32 `protobuf:"varint,120,opt,name=packSize,proto3" json:"packSize,omitempty"` - UploadipList []string `protobuf:"bytes,130,rep,name=uploadipList,proto3" json:"uploadipList,omitempty"` -} - -func (x *ApplyUploadRsp) Reset() { - *x = ApplyUploadRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[24] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyUploadRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyUploadRsp) ProtoMessage() {} - -func (x *ApplyUploadRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[24] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyUploadRsp.ProtoReflect.Descriptor instead. -func (*ApplyUploadRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{24} + RetCode int32 `protobuf:"varint,10,opt"` + RetMsg string `protobuf:"bytes,20,opt"` + TotalSpace int64 `protobuf:"varint,30,opt"` + UsedSpace int64 `protobuf:"varint,40,opt"` + UploadedSize int64 `protobuf:"varint,50,opt"` + UploadIp string `protobuf:"bytes,60,opt"` + UploadDomain string `protobuf:"bytes,70,opt"` + UploadPort int32 `protobuf:"varint,80,opt"` + Uuid []byte `protobuf:"bytes,90,opt"` + UploadKey []byte `protobuf:"bytes,100,opt"` + BoolFileExist bool `protobuf:"varint,110,opt"` + PackSize int32 `protobuf:"varint,120,opt"` + UploadipList []string `protobuf:"bytes,130,rep"` } func (x *ApplyUploadRsp) GetRetCode() int32 { @@ -2284,57 +1367,21 @@ func (x *ApplyUploadRsp) GetUploadipList() []string { } type ApplyUploadRspV2 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - TotalSpace int64 `protobuf:"varint,30,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"` - UsedSpace int64 `protobuf:"varint,40,opt,name=usedSpace,proto3" json:"usedSpace,omitempty"` - UploadedSize int64 `protobuf:"varint,50,opt,name=uploadedSize,proto3" json:"uploadedSize,omitempty"` - UploadIp string `protobuf:"bytes,60,opt,name=uploadIp,proto3" json:"uploadIp,omitempty"` - UploadDomain string `protobuf:"bytes,70,opt,name=uploadDomain,proto3" json:"uploadDomain,omitempty"` - UploadPort int32 `protobuf:"varint,80,opt,name=uploadPort,proto3" json:"uploadPort,omitempty"` - Uuid []byte `protobuf:"bytes,90,opt,name=uuid,proto3" json:"uuid,omitempty"` - UploadKey []byte `protobuf:"bytes,100,opt,name=uploadKey,proto3" json:"uploadKey,omitempty"` - BoolFileExist bool `protobuf:"varint,110,opt,name=boolFileExist,proto3" json:"boolFileExist,omitempty"` - PackSize int32 `protobuf:"varint,120,opt,name=packSize,proto3" json:"packSize,omitempty"` - UploadipList []string `protobuf:"bytes,130,rep,name=uploadipList,proto3" json:"uploadipList,omitempty"` - HttpsvrApiVer int32 `protobuf:"varint,140,opt,name=httpsvrApiVer,proto3" json:"httpsvrApiVer,omitempty"` - Sha []byte `protobuf:"bytes,141,opt,name=sha,proto3" json:"sha,omitempty"` -} - -func (x *ApplyUploadRspV2) Reset() { - *x = ApplyUploadRspV2{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[25] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyUploadRspV2) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyUploadRspV2) ProtoMessage() {} - -func (x *ApplyUploadRspV2) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[25] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyUploadRspV2.ProtoReflect.Descriptor instead. -func (*ApplyUploadRspV2) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{25} + RetCode int32 `protobuf:"varint,10,opt"` + RetMsg string `protobuf:"bytes,20,opt"` + TotalSpace int64 `protobuf:"varint,30,opt"` + UsedSpace int64 `protobuf:"varint,40,opt"` + UploadedSize int64 `protobuf:"varint,50,opt"` + UploadIp string `protobuf:"bytes,60,opt"` + UploadDomain string `protobuf:"bytes,70,opt"` + UploadPort int32 `protobuf:"varint,80,opt"` + Uuid []byte `protobuf:"bytes,90,opt"` + UploadKey []byte `protobuf:"bytes,100,opt"` + BoolFileExist bool `protobuf:"varint,110,opt"` + PackSize int32 `protobuf:"varint,120,opt"` + UploadipList []string `protobuf:"bytes,130,rep"` + HttpsvrApiVer int32 `protobuf:"varint,140,opt"` + Sha []byte `protobuf:"bytes,141,opt"` } func (x *ApplyUploadRspV2) GetRetCode() int32 { @@ -2443,59 +1490,23 @@ func (x *ApplyUploadRspV2) GetSha() []byte { } type ApplyUploadRspV3 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - TotalSpace int64 `protobuf:"varint,30,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"` - UsedSpace int64 `protobuf:"varint,40,opt,name=usedSpace,proto3" json:"usedSpace,omitempty"` - UploadedSize int64 `protobuf:"varint,50,opt,name=uploadedSize,proto3" json:"uploadedSize,omitempty"` - UploadIp string `protobuf:"bytes,60,opt,name=uploadIp,proto3" json:"uploadIp,omitempty"` - UploadDomain string `protobuf:"bytes,70,opt,name=uploadDomain,proto3" json:"uploadDomain,omitempty"` - UploadPort int32 `protobuf:"varint,80,opt,name=uploadPort,proto3" json:"uploadPort,omitempty"` - Uuid []byte `protobuf:"bytes,90,opt,name=uuid,proto3" json:"uuid,omitempty"` - UploadKey []byte `protobuf:"bytes,100,opt,name=uploadKey,proto3" json:"uploadKey,omitempty"` - BoolFileExist bool `protobuf:"varint,110,opt,name=boolFileExist,proto3" json:"boolFileExist,omitempty"` - PackSize int32 `protobuf:"varint,120,opt,name=packSize,proto3" json:"packSize,omitempty"` - UploadIpList []string `protobuf:"bytes,130,rep,name=uploadIpList,proto3" json:"uploadIpList,omitempty"` - UploadHttpsPort int32 `protobuf:"varint,140,opt,name=uploadHttpsPort,proto3" json:"uploadHttpsPort,omitempty"` - UploadHttpsDomain string `protobuf:"bytes,150,opt,name=uploadHttpsDomain,proto3" json:"uploadHttpsDomain,omitempty"` - UploadDns string `protobuf:"bytes,160,opt,name=uploadDns,proto3" json:"uploadDns,omitempty"` - UploadLanip string `protobuf:"bytes,170,opt,name=uploadLanip,proto3" json:"uploadLanip,omitempty"` -} - -func (x *ApplyUploadRspV3) Reset() { - *x = ApplyUploadRspV3{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[26] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplyUploadRspV3) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplyUploadRspV3) ProtoMessage() {} - -func (x *ApplyUploadRspV3) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[26] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplyUploadRspV3.ProtoReflect.Descriptor instead. -func (*ApplyUploadRspV3) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{26} + RetCode int32 `protobuf:"varint,10,opt"` + RetMsg string `protobuf:"bytes,20,opt"` + TotalSpace int64 `protobuf:"varint,30,opt"` + UsedSpace int64 `protobuf:"varint,40,opt"` + UploadedSize int64 `protobuf:"varint,50,opt"` + UploadIp string `protobuf:"bytes,60,opt"` + UploadDomain string `protobuf:"bytes,70,opt"` + UploadPort int32 `protobuf:"varint,80,opt"` + Uuid []byte `protobuf:"bytes,90,opt"` + UploadKey []byte `protobuf:"bytes,100,opt"` + BoolFileExist bool `protobuf:"varint,110,opt"` + PackSize int32 `protobuf:"varint,120,opt"` + UploadIpList []string `protobuf:"bytes,130,rep"` + UploadHttpsPort int32 `protobuf:"varint,140,opt"` + UploadHttpsDomain string `protobuf:"bytes,150,opt"` + UploadDns string `protobuf:"bytes,160,opt"` + UploadLanip string `protobuf:"bytes,170,opt"` } func (x *ApplyUploadRspV3) GetRetCode() int32 { @@ -2618,47 +1629,11 @@ func (x *ApplyUploadRspV3) GetUploadLanip() string { } type DelMessageReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - UinSender int64 `protobuf:"varint,1,opt,name=uinSender,proto3" json:"uinSender,omitempty"` - UinReceiver int64 `protobuf:"varint,2,opt,name=uinReceiver,proto3" json:"uinReceiver,omitempty"` - Time int32 `protobuf:"varint,10,opt,name=time,proto3" json:"time,omitempty"` - Random int32 `protobuf:"varint,20,opt,name=random,proto3" json:"random,omitempty"` - SeqNo int32 `protobuf:"varint,30,opt,name=seqNo,proto3" json:"seqNo,omitempty"` -} - -func (x *DelMessageReq) Reset() { - *x = DelMessageReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[27] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DelMessageReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DelMessageReq) ProtoMessage() {} - -func (x *DelMessageReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[27] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DelMessageReq.ProtoReflect.Descriptor instead. -func (*DelMessageReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{27} + UinSender int64 `protobuf:"varint,1,opt"` + UinReceiver int64 `protobuf:"varint,2,opt"` + Time int32 `protobuf:"varint,10,opt"` + Random int32 `protobuf:"varint,20,opt"` + SeqNo int32 `protobuf:"varint,30,opt"` } func (x *DelMessageReq) GetUinSender() int64 { @@ -2697,46 +1672,10 @@ func (x *DelMessageReq) GetSeqNo() int32 { } type DeleteFileReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin int64 `protobuf:"varint,10,opt,name=uin,proto3" json:"uin,omitempty"` - PeerUin int64 `protobuf:"varint,20,opt,name=peerUin,proto3" json:"peerUin,omitempty"` - DeleteType int32 `protobuf:"varint,30,opt,name=deleteType,proto3" json:"deleteType,omitempty"` - Uuid []byte `protobuf:"bytes,40,opt,name=uuid,proto3" json:"uuid,omitempty"` -} - -func (x *DeleteFileReq) Reset() { - *x = DeleteFileReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[28] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DeleteFileReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DeleteFileReq) ProtoMessage() {} - -func (x *DeleteFileReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[28] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DeleteFileReq.ProtoReflect.Descriptor instead. -func (*DeleteFileReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{28} + Uin int64 `protobuf:"varint,10,opt"` + PeerUin int64 `protobuf:"varint,20,opt"` + DeleteType int32 `protobuf:"varint,30,opt"` + Uuid []byte `protobuf:"bytes,40,opt"` } func (x *DeleteFileReq) GetUin() int64 { @@ -2768,44 +1707,8 @@ func (x *DeleteFileReq) GetUuid() []byte { } type DeleteFileRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"` -} - -func (x *DeleteFileRsp) Reset() { - *x = DeleteFileRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[29] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DeleteFileRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DeleteFileRsp) ProtoMessage() {} - -func (x *DeleteFileRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[29] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DeleteFileRsp.ProtoReflect.Descriptor instead. -func (*DeleteFileRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{29} + RetCode int32 `protobuf:"varint,10,opt"` + RetMsg string `protobuf:"bytes,20,opt"` } func (x *DeleteFileRsp) GetRetCode() int32 { @@ -2823,49 +1726,13 @@ func (x *DeleteFileRsp) GetRetMsg() string { } type DownloadInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - DownloadKey []byte `protobuf:"bytes,10,opt,name=downloadKey,proto3" json:"downloadKey,omitempty"` - DownloadIp string `protobuf:"bytes,20,opt,name=downloadIp,proto3" json:"downloadIp,omitempty"` - DownloadDomain string `protobuf:"bytes,30,opt,name=downloadDomain,proto3" json:"downloadDomain,omitempty"` - Port int32 `protobuf:"varint,40,opt,name=port,proto3" json:"port,omitempty"` - DownloadUrl string `protobuf:"bytes,50,opt,name=downloadUrl,proto3" json:"downloadUrl,omitempty"` - DownloadipList []string `protobuf:"bytes,60,rep,name=downloadipList,proto3" json:"downloadipList,omitempty"` - Cookie string `protobuf:"bytes,70,opt,name=cookie,proto3" json:"cookie,omitempty"` -} - -func (x *DownloadInfo) Reset() { - *x = DownloadInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[30] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DownloadInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DownloadInfo) ProtoMessage() {} - -func (x *DownloadInfo) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[30] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DownloadInfo.ProtoReflect.Descriptor instead. -func (*DownloadInfo) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{30} + DownloadKey []byte `protobuf:"bytes,10,opt"` + DownloadIp string `protobuf:"bytes,20,opt"` + DownloadDomain string `protobuf:"bytes,30,opt"` + Port int32 `protobuf:"varint,40,opt"` + DownloadUrl string `protobuf:"bytes,50,opt"` + DownloadipList []string `protobuf:"bytes,60,rep"` + Cookie string `protobuf:"bytes,70,opt"` } func (x *DownloadInfo) GetDownloadKey() []byte { @@ -2918,44 +1785,8 @@ func (x *DownloadInfo) GetCookie() string { } type DownloadSuccReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin int64 `protobuf:"varint,10,opt,name=uin,proto3" json:"uin,omitempty"` - Uuid []byte `protobuf:"bytes,20,opt,name=uuid,proto3" json:"uuid,omitempty"` -} - -func (x *DownloadSuccReq) Reset() { - *x = DownloadSuccReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[31] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DownloadSuccReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DownloadSuccReq) ProtoMessage() {} - -func (x *DownloadSuccReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[31] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DownloadSuccReq.ProtoReflect.Descriptor instead. -func (*DownloadSuccReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{31} + Uin int64 `protobuf:"varint,10,opt"` + Uuid []byte `protobuf:"bytes,20,opt"` } func (x *DownloadSuccReq) GetUin() int64 { @@ -2973,45 +1804,9 @@ func (x *DownloadSuccReq) GetUuid() []byte { } type DownloadSuccRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - DownStat int32 `protobuf:"varint,30,opt,name=downStat,proto3" json:"downStat,omitempty"` -} - -func (x *DownloadSuccRsp) Reset() { - *x = DownloadSuccRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[32] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DownloadSuccRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DownloadSuccRsp) ProtoMessage() {} - -func (x *DownloadSuccRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[32] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DownloadSuccRsp.ProtoReflect.Descriptor instead. -func (*DownloadSuccRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{32} + RetCode int32 `protobuf:"varint,10,opt"` + RetMsg string `protobuf:"bytes,20,opt"` + DownStat int32 `protobuf:"varint,30,opt"` } func (x *DownloadSuccRsp) GetRetCode() int32 { @@ -3036,56 +1831,20 @@ func (x *DownloadSuccRsp) GetDownStat() int32 { } type ExtensionReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` - Type int64 `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"` - DstPhonenum string `protobuf:"bytes,3,opt,name=dstPhonenum,proto3" json:"dstPhonenum,omitempty"` - PhoneConvertType int32 `protobuf:"varint,4,opt,name=phoneConvertType,proto3" json:"phoneConvertType,omitempty"` - Sig []byte `protobuf:"bytes,20,opt,name=sig,proto3" json:"sig,omitempty"` - RouteId int64 `protobuf:"varint,100,opt,name=routeId,proto3" json:"routeId,omitempty"` - DelMessageReq *DelMessageReq `protobuf:"bytes,90100,opt,name=delMessageReq,proto3" json:"delMessageReq,omitempty"` - DownloadUrlType int32 `protobuf:"varint,90200,opt,name=downloadUrlType,proto3" json:"downloadUrlType,omitempty"` - PttFormat int32 `protobuf:"varint,90300,opt,name=pttFormat,proto3" json:"pttFormat,omitempty"` - IsNeedInnerIp int32 `protobuf:"varint,90400,opt,name=isNeedInnerIp,proto3" json:"isNeedInnerIp,omitempty"` - NetType int32 `protobuf:"varint,90500,opt,name=netType,proto3" json:"netType,omitempty"` - VoiceType int32 `protobuf:"varint,90600,opt,name=voiceType,proto3" json:"voiceType,omitempty"` - FileType int32 `protobuf:"varint,90700,opt,name=fileType,proto3" json:"fileType,omitempty"` - PttTime int32 `protobuf:"varint,90800,opt,name=pttTime,proto3" json:"pttTime,omitempty"` -} - -func (x *ExtensionReq) Reset() { - *x = ExtensionReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[33] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ExtensionReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ExtensionReq) ProtoMessage() {} - -func (x *ExtensionReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[33] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ExtensionReq.ProtoReflect.Descriptor instead. -func (*ExtensionReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{33} + Id int64 `protobuf:"varint,1,opt"` + Type int64 `protobuf:"varint,2,opt"` + DstPhonenum string `protobuf:"bytes,3,opt"` + PhoneConvertType int32 `protobuf:"varint,4,opt"` + Sig []byte `protobuf:"bytes,20,opt"` + RouteId int64 `protobuf:"varint,100,opt"` + DelMessageReq *DelMessageReq `protobuf:"bytes,90100,opt"` + DownloadUrlType int32 `protobuf:"varint,90200,opt"` + PttFormat int32 `protobuf:"varint,90300,opt"` + IsNeedInnerIp int32 `protobuf:"varint,90400,opt"` + NetType int32 `protobuf:"varint,90500,opt"` + VoiceType int32 `protobuf:"varint,90600,opt"` + FileType int32 `protobuf:"varint,90700,opt"` + PttTime int32 `protobuf:"varint,90800,opt"` } func (x *ExtensionReq) GetId() int64 { @@ -3187,94 +1946,23 @@ func (x *ExtensionReq) GetPttTime() int32 { } type ExtensionRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *ExtensionRsp) Reset() { - *x = ExtensionRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[34] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ExtensionRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ExtensionRsp) ProtoMessage() {} - -func (x *ExtensionRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[34] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ExtensionRsp.ProtoReflect.Descriptor instead. -func (*ExtensionRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{34} } type FileInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin int64 `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"` - DangerEvel int32 `protobuf:"varint,2,opt,name=dangerEvel,proto3" json:"dangerEvel,omitempty"` - FileSize int64 `protobuf:"varint,3,opt,name=fileSize,proto3" json:"fileSize,omitempty"` - LifeTime int32 `protobuf:"varint,4,opt,name=lifeTime,proto3" json:"lifeTime,omitempty"` - UploadTime int32 `protobuf:"varint,5,opt,name=uploadTime,proto3" json:"uploadTime,omitempty"` - Uuid []byte `protobuf:"bytes,6,opt,name=uuid,proto3" json:"uuid,omitempty"` - FileName string `protobuf:"bytes,7,opt,name=fileName,proto3" json:"fileName,omitempty"` - AbsFileType int32 `protobuf:"varint,90,opt,name=absFileType,proto3" json:"absFileType,omitempty"` - Bytes_10MMd5 []byte `protobuf:"bytes,100,opt,name=bytes_10mMd5,json=bytes10mMd5,proto3" json:"bytes_10mMd5,omitempty"` - Sha []byte `protobuf:"bytes,101,opt,name=sha,proto3" json:"sha,omitempty"` - ClientType int32 `protobuf:"varint,110,opt,name=clientType,proto3" json:"clientType,omitempty"` - OwnerUin int64 `protobuf:"varint,120,opt,name=ownerUin,proto3" json:"ownerUin,omitempty"` - PeerUin int64 `protobuf:"varint,121,opt,name=peerUin,proto3" json:"peerUin,omitempty"` - ExpireTime int32 `protobuf:"varint,130,opt,name=expireTime,proto3" json:"expireTime,omitempty"` -} - -func (x *FileInfo) Reset() { - *x = FileInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[35] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FileInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FileInfo) ProtoMessage() {} - -func (x *FileInfo) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[35] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FileInfo.ProtoReflect.Descriptor instead. -func (*FileInfo) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{35} + Uin int64 `protobuf:"varint,1,opt"` + DangerEvel int32 `protobuf:"varint,2,opt"` + FileSize int64 `protobuf:"varint,3,opt"` + LifeTime int32 `protobuf:"varint,4,opt"` + UploadTime int32 `protobuf:"varint,5,opt"` + Uuid []byte `protobuf:"bytes,6,opt"` + FileName string `protobuf:"bytes,7,opt"` + AbsFileType int32 `protobuf:"varint,90,opt"` + Bytes_10MMd5 []byte `protobuf:"bytes,100,opt"` + Sha []byte `protobuf:"bytes,101,opt"` + ClientType int32 `protobuf:"varint,110,opt"` + OwnerUin int64 `protobuf:"varint,120,opt"` + PeerUin int64 `protobuf:"varint,121,opt"` + ExpireTime int32 `protobuf:"varint,130,opt"` } func (x *FileInfo) GetUin() int64 { @@ -3376,44 +2064,8 @@ func (x *FileInfo) GetExpireTime() int32 { } type FileQueryReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin int64 `protobuf:"varint,10,opt,name=uin,proto3" json:"uin,omitempty"` - Uuid []byte `protobuf:"bytes,20,opt,name=uuid,proto3" json:"uuid,omitempty"` -} - -func (x *FileQueryReq) Reset() { - *x = FileQueryReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[36] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FileQueryReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FileQueryReq) ProtoMessage() {} - -func (x *FileQueryReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[36] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FileQueryReq.ProtoReflect.Descriptor instead. -func (*FileQueryReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{36} + Uin int64 `protobuf:"varint,10,opt"` + Uuid []byte `protobuf:"bytes,20,opt"` } func (x *FileQueryReq) GetUin() int64 { @@ -3431,45 +2083,9 @@ func (x *FileQueryReq) GetUuid() []byte { } type FileQueryRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - FileInfo *FileInfo `protobuf:"bytes,30,opt,name=fileInfo,proto3" json:"fileInfo,omitempty"` -} - -func (x *FileQueryRsp) Reset() { - *x = FileQueryRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[37] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FileQueryRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FileQueryRsp) ProtoMessage() {} - -func (x *FileQueryRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[37] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FileQueryRsp.ProtoReflect.Descriptor instead. -func (*FileQueryRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{37} + RetCode int32 `protobuf:"varint,10,opt"` + RetMsg string `protobuf:"bytes,20,opt"` + FileInfo *FileInfo `protobuf:"bytes,30,opt"` } func (x *FileQueryRsp) GetRetCode() int32 { @@ -3494,44 +2110,8 @@ func (x *FileQueryRsp) GetFileInfo() *FileInfo { } type RecallFileReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin int64 `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"` - Uuid []byte `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` -} - -func (x *RecallFileReq) Reset() { - *x = RecallFileReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[38] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RecallFileReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RecallFileReq) ProtoMessage() {} - -func (x *RecallFileReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[38] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RecallFileReq.ProtoReflect.Descriptor instead. -func (*RecallFileReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{38} + Uin int64 `protobuf:"varint,1,opt"` + Uuid []byte `protobuf:"bytes,2,opt"` } func (x *RecallFileReq) GetUin() int64 { @@ -3549,44 +2129,8 @@ func (x *RecallFileReq) GetUuid() []byte { } type RecallFileRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"` -} - -func (x *RecallFileRsp) Reset() { - *x = RecallFileRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[39] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RecallFileRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RecallFileRsp) ProtoMessage() {} - -func (x *RecallFileRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[39] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RecallFileRsp.ProtoReflect.Descriptor instead. -func (*RecallFileRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{39} + RetCode int32 `protobuf:"varint,1,opt"` + RetMsg string `protobuf:"bytes,2,opt"` } func (x *RecallFileRsp) GetRetCode() int32 { @@ -3604,45 +2148,9 @@ func (x *RecallFileRsp) GetRetMsg() string { } type RecvListQueryReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin int64 `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"` - BeginIndex int32 `protobuf:"varint,2,opt,name=beginIndex,proto3" json:"beginIndex,omitempty"` - ReqCount int32 `protobuf:"varint,3,opt,name=reqCount,proto3" json:"reqCount,omitempty"` -} - -func (x *RecvListQueryReq) Reset() { - *x = RecvListQueryReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[40] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RecvListQueryReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RecvListQueryReq) ProtoMessage() {} - -func (x *RecvListQueryReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[40] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RecvListQueryReq.ProtoReflect.Descriptor instead. -func (*RecvListQueryReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{40} + Uin int64 `protobuf:"varint,1,opt"` + BeginIndex int32 `protobuf:"varint,2,opt"` + ReqCount int32 `protobuf:"varint,3,opt"` } func (x *RecvListQueryReq) GetUin() int64 { @@ -3667,49 +2175,13 @@ func (x *RecvListQueryReq) GetReqCount() int32 { } type RecvListQueryRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - FileTotCount int32 `protobuf:"varint,3,opt,name=fileTotCount,proto3" json:"fileTotCount,omitempty"` - BeginIndex int32 `protobuf:"varint,4,opt,name=beginIndex,proto3" json:"beginIndex,omitempty"` - RspFileCount int32 `protobuf:"varint,5,opt,name=rspFileCount,proto3" json:"rspFileCount,omitempty"` - IsEnd int32 `protobuf:"varint,6,opt,name=isEnd,proto3" json:"isEnd,omitempty"` - FileList []*FileInfo `protobuf:"bytes,7,rep,name=fileList,proto3" json:"fileList,omitempty"` -} - -func (x *RecvListQueryRsp) Reset() { - *x = RecvListQueryRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[41] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RecvListQueryRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RecvListQueryRsp) ProtoMessage() {} - -func (x *RecvListQueryRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[41] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RecvListQueryRsp.ProtoReflect.Descriptor instead. -func (*RecvListQueryRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{41} + RetCode int32 `protobuf:"varint,1,opt"` + RetMsg string `protobuf:"bytes,2,opt"` + FileTotCount int32 `protobuf:"varint,3,opt"` + BeginIndex int32 `protobuf:"varint,4,opt"` + RspFileCount int32 `protobuf:"varint,5,opt"` + IsEnd int32 `protobuf:"varint,6,opt"` + FileList []*FileInfo `protobuf:"bytes,7,rep"` } func (x *RecvListQueryRsp) GetRetCode() int32 { @@ -3762,45 +2234,9 @@ func (x *RecvListQueryRsp) GetFileList() []*FileInfo { } type RenewFileReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin int64 `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"` - Uuid []byte `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` - AddTtl int32 `protobuf:"varint,3,opt,name=addTtl,proto3" json:"addTtl,omitempty"` -} - -func (x *RenewFileReq) Reset() { - *x = RenewFileReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[42] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RenewFileReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RenewFileReq) ProtoMessage() {} - -func (x *RenewFileReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[42] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RenewFileReq.ProtoReflect.Descriptor instead. -func (*RenewFileReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{42} + Uin int64 `protobuf:"varint,1,opt"` + Uuid []byte `protobuf:"bytes,2,opt"` + AddTtl int32 `protobuf:"varint,3,opt"` } func (x *RenewFileReq) GetUin() int64 { @@ -3825,44 +2261,8 @@ func (x *RenewFileReq) GetAddTtl() int32 { } type RenewFileRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"` -} - -func (x *RenewFileRsp) Reset() { - *x = RenewFileRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[43] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RenewFileRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RenewFileRsp) ProtoMessage() {} - -func (x *RenewFileRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[43] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RenewFileRsp.ProtoReflect.Descriptor instead. -func (*RenewFileRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{43} + RetCode int32 `protobuf:"varint,1,opt"` + RetMsg string `protobuf:"bytes,2,opt"` } func (x *RenewFileRsp) GetRetCode() int32 { @@ -3880,69 +2280,33 @@ func (x *RenewFileRsp) GetRetMsg() string { } type C346ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Cmd int32 `protobuf:"varint,1,opt,name=cmd,proto3" json:"cmd,omitempty"` - Seq int32 `protobuf:"varint,2,opt,name=seq,proto3" json:"seq,omitempty"` - RecvListQueryReq *RecvListQueryReq `protobuf:"bytes,3,opt,name=recvListQueryReq,proto3" json:"recvListQueryReq,omitempty"` - SendListQueryReq *SendListQueryReq `protobuf:"bytes,4,opt,name=sendListQueryReq,proto3" json:"sendListQueryReq,omitempty"` - RenewFileReq *RenewFileReq `protobuf:"bytes,5,opt,name=renewFileReq,proto3" json:"renewFileReq,omitempty"` - RecallFileReq *RecallFileReq `protobuf:"bytes,6,opt,name=recallFileReq,proto3" json:"recallFileReq,omitempty"` - ApplyUploadReq *ApplyUploadReq `protobuf:"bytes,7,opt,name=applyUploadReq,proto3" json:"applyUploadReq,omitempty"` - ApplyUploadHitReq *ApplyUploadHitReq `protobuf:"bytes,8,opt,name=applyUploadHitReq,proto3" json:"applyUploadHitReq,omitempty"` - ApplyForwardFileReq *ApplyForwardFileReq `protobuf:"bytes,9,opt,name=applyForwardFileReq,proto3" json:"applyForwardFileReq,omitempty"` - UploadSuccReq *UploadSuccReq `protobuf:"bytes,10,opt,name=uploadSuccReq,proto3" json:"uploadSuccReq,omitempty"` - DeleteFileReq *DeleteFileReq `protobuf:"bytes,11,opt,name=deleteFileReq,proto3" json:"deleteFileReq,omitempty"` - DownloadSuccReq *DownloadSuccReq `protobuf:"bytes,12,opt,name=downloadSuccReq,proto3" json:"downloadSuccReq,omitempty"` - ApplyDownloadAbsReq *ApplyDownloadAbsReq `protobuf:"bytes,13,opt,name=applyDownloadAbsReq,proto3" json:"applyDownloadAbsReq,omitempty"` - ApplyDownloadReq *ApplyDownloadReq `protobuf:"bytes,14,opt,name=applyDownloadReq,proto3" json:"applyDownloadReq,omitempty"` - ApplyListDownloadReq *ApplyListDownloadReq `protobuf:"bytes,15,opt,name=applyListDownloadReq,proto3" json:"applyListDownloadReq,omitempty"` - FileQueryReq *FileQueryReq `protobuf:"bytes,16,opt,name=fileQueryReq,proto3" json:"fileQueryReq,omitempty"` - ApplyCopyFromReq *ApplyCopyFromReq `protobuf:"bytes,17,opt,name=applyCopyFromReq,proto3" json:"applyCopyFromReq,omitempty"` - ApplyUploadReqV2 *ApplyUploadReqV2 `protobuf:"bytes,18,opt,name=applyUploadReqV2,proto3" json:"applyUploadReqV2,omitempty"` - ApplyUploadReqV3 *ApplyUploadReqV3 `protobuf:"bytes,19,opt,name=applyUploadReqV3,proto3" json:"applyUploadReqV3,omitempty"` - ApplyUploadHitReqV2 *ApplyUploadHitReqV2 `protobuf:"bytes,20,opt,name=applyUploadHitReqV2,proto3" json:"applyUploadHitReqV2,omitempty"` - ApplyUploadHitReqV3 *ApplyUploadHitReqV3 `protobuf:"bytes,21,opt,name=applyUploadHitReqV3,proto3" json:"applyUploadHitReqV3,omitempty"` - BusinessId int32 `protobuf:"varint,101,opt,name=businessId,proto3" json:"businessId,omitempty"` - ClientType int32 `protobuf:"varint,102,opt,name=clientType,proto3" json:"clientType,omitempty"` - ApplyCopyToReq *ApplyCopyToReq `protobuf:"bytes,90000,opt,name=applyCopyToReq,proto3" json:"applyCopyToReq,omitempty"` + Cmd int32 `protobuf:"varint,1,opt"` + Seq int32 `protobuf:"varint,2,opt"` + RecvListQueryReq *RecvListQueryReq `protobuf:"bytes,3,opt"` + SendListQueryReq *SendListQueryReq `protobuf:"bytes,4,opt"` + RenewFileReq *RenewFileReq `protobuf:"bytes,5,opt"` + RecallFileReq *RecallFileReq `protobuf:"bytes,6,opt"` + ApplyUploadReq *ApplyUploadReq `protobuf:"bytes,7,opt"` + ApplyUploadHitReq *ApplyUploadHitReq `protobuf:"bytes,8,opt"` + ApplyForwardFileReq *ApplyForwardFileReq `protobuf:"bytes,9,opt"` + UploadSuccReq *UploadSuccReq `protobuf:"bytes,10,opt"` + DeleteFileReq *DeleteFileReq `protobuf:"bytes,11,opt"` + DownloadSuccReq *DownloadSuccReq `protobuf:"bytes,12,opt"` + ApplyDownloadAbsReq *ApplyDownloadAbsReq `protobuf:"bytes,13,opt"` + ApplyDownloadReq *ApplyDownloadReq `protobuf:"bytes,14,opt"` + ApplyListDownloadReq *ApplyListDownloadReq `protobuf:"bytes,15,opt"` + FileQueryReq *FileQueryReq `protobuf:"bytes,16,opt"` + ApplyCopyFromReq *ApplyCopyFromReq `protobuf:"bytes,17,opt"` + ApplyUploadReqV2 *ApplyUploadReqV2 `protobuf:"bytes,18,opt"` + ApplyUploadReqV3 *ApplyUploadReqV3 `protobuf:"bytes,19,opt"` + ApplyUploadHitReqV2 *ApplyUploadHitReqV2 `protobuf:"bytes,20,opt"` + ApplyUploadHitReqV3 *ApplyUploadHitReqV3 `protobuf:"bytes,21,opt"` + BusinessId int32 `protobuf:"varint,101,opt"` + ClientType int32 `protobuf:"varint,102,opt"` + ApplyCopyToReq *ApplyCopyToReq `protobuf:"bytes,90000,opt"` //ApplyCleanTrafficReq applyCleanTrafficReq = 90001; empty message - ApplyGetTrafficReq *ApplyGetTrafficReq `protobuf:"bytes,90002,opt,name=applyGetTrafficReq,proto3" json:"applyGetTrafficReq,omitempty"` - ExtensionReq *ExtensionReq `protobuf:"bytes,99999,opt,name=extensionReq,proto3" json:"extensionReq,omitempty"` -} - -func (x *C346ReqBody) Reset() { - *x = C346ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[44] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *C346ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*C346ReqBody) ProtoMessage() {} - -func (x *C346ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[44] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use C346ReqBody.ProtoReflect.Descriptor instead. -func (*C346ReqBody) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{44} + ApplyGetTrafficReq *ApplyGetTrafficReq `protobuf:"bytes,90002,opt"` + ExtensionReq *ExtensionReq `protobuf:"bytes,99999,opt"` } func (x *C346ReqBody) GetCmd() int32 { @@ -4128,69 +2492,33 @@ func (x *C346ReqBody) GetExtensionReq() *ExtensionReq { } type C346RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Cmd int32 `protobuf:"varint,1,opt,name=cmd,proto3" json:"cmd,omitempty"` - Seq int32 `protobuf:"varint,2,opt,name=seq,proto3" json:"seq,omitempty"` - RecvListQueryRsp *RecvListQueryRsp `protobuf:"bytes,3,opt,name=recvListQueryRsp,proto3" json:"recvListQueryRsp,omitempty"` - SendListQueryRsp *SendListQueryRsp `protobuf:"bytes,4,opt,name=sendListQueryRsp,proto3" json:"sendListQueryRsp,omitempty"` - RenewFileRsp *RenewFileRsp `protobuf:"bytes,5,opt,name=renewFileRsp,proto3" json:"renewFileRsp,omitempty"` - RecallFileRsp *RecallFileRsp `protobuf:"bytes,6,opt,name=recallFileRsp,proto3" json:"recallFileRsp,omitempty"` - ApplyUploadRsp *ApplyUploadRsp `protobuf:"bytes,7,opt,name=applyUploadRsp,proto3" json:"applyUploadRsp,omitempty"` - ApplyUploadHitRsp *ApplyUploadHitRsp `protobuf:"bytes,8,opt,name=applyUploadHitRsp,proto3" json:"applyUploadHitRsp,omitempty"` - ApplyForwardFileRsp *ApplyForwardFileRsp `protobuf:"bytes,9,opt,name=applyForwardFileRsp,proto3" json:"applyForwardFileRsp,omitempty"` - UploadSuccRsp *UploadSuccRsp `protobuf:"bytes,10,opt,name=uploadSuccRsp,proto3" json:"uploadSuccRsp,omitempty"` - DeleteFileRsp *DeleteFileRsp `protobuf:"bytes,11,opt,name=deleteFileRsp,proto3" json:"deleteFileRsp,omitempty"` - DownloadSuccRsp *DownloadSuccRsp `protobuf:"bytes,12,opt,name=downloadSuccRsp,proto3" json:"downloadSuccRsp,omitempty"` - ApplyDownloadAbsRsp *ApplyDownloadAbsRsp `protobuf:"bytes,13,opt,name=applyDownloadAbsRsp,proto3" json:"applyDownloadAbsRsp,omitempty"` - ApplyDownloadRsp *ApplyDownloadRsp `protobuf:"bytes,14,opt,name=applyDownloadRsp,proto3" json:"applyDownloadRsp,omitempty"` - ApplyListDownloadRsp *ApplyListDownloadRsp `protobuf:"bytes,15,opt,name=applyListDownloadRsp,proto3" json:"applyListDownloadRsp,omitempty"` - FileQueryRsp *FileQueryRsp `protobuf:"bytes,16,opt,name=fileQueryRsp,proto3" json:"fileQueryRsp,omitempty"` - ApplyCopyFromRsp *ApplyCopyFromRsp `protobuf:"bytes,17,opt,name=applyCopyFromRsp,proto3" json:"applyCopyFromRsp,omitempty"` - ApplyUploadRspV2 *ApplyUploadRspV2 `protobuf:"bytes,18,opt,name=applyUploadRspV2,proto3" json:"applyUploadRspV2,omitempty"` - ApplyUploadRspV3 *ApplyUploadRspV3 `protobuf:"bytes,19,opt,name=applyUploadRspV3,proto3" json:"applyUploadRspV3,omitempty"` - ApplyUploadHitRspV2 *ApplyUploadHitRspV2 `protobuf:"bytes,20,opt,name=applyUploadHitRspV2,proto3" json:"applyUploadHitRspV2,omitempty"` - ApplyUploadHitRspV3 *ApplyUploadHitRspV3 `protobuf:"bytes,21,opt,name=applyUploadHitRspV3,proto3" json:"applyUploadHitRspV3,omitempty"` - BusinessId int32 `protobuf:"varint,101,opt,name=businessId,proto3" json:"businessId,omitempty"` - ClientType int32 `protobuf:"varint,102,opt,name=clientType,proto3" json:"clientType,omitempty"` - ApplyCopyToRsp *ApplyCopyToRsp `protobuf:"bytes,90000,opt,name=applyCopyToRsp,proto3" json:"applyCopyToRsp,omitempty"` - ApplyCleanTrafficRsp *ApplyCleanTrafficRsp `protobuf:"bytes,90001,opt,name=applyCleanTrafficRsp,proto3" json:"applyCleanTrafficRsp,omitempty"` - ApplyGetTrafficRsp *ApplyGetTrafficRsp `protobuf:"bytes,90002,opt,name=applyGetTrafficRsp,proto3" json:"applyGetTrafficRsp,omitempty"` - ExtensionRsp *ExtensionRsp `protobuf:"bytes,99999,opt,name=extensionRsp,proto3" json:"extensionRsp,omitempty"` -} - -func (x *C346RspBody) Reset() { - *x = C346RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[45] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *C346RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*C346RspBody) ProtoMessage() {} - -func (x *C346RspBody) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[45] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use C346RspBody.ProtoReflect.Descriptor instead. -func (*C346RspBody) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{45} + Cmd int32 `protobuf:"varint,1,opt"` + Seq int32 `protobuf:"varint,2,opt"` + RecvListQueryRsp *RecvListQueryRsp `protobuf:"bytes,3,opt"` + SendListQueryRsp *SendListQueryRsp `protobuf:"bytes,4,opt"` + RenewFileRsp *RenewFileRsp `protobuf:"bytes,5,opt"` + RecallFileRsp *RecallFileRsp `protobuf:"bytes,6,opt"` + ApplyUploadRsp *ApplyUploadRsp `protobuf:"bytes,7,opt"` + ApplyUploadHitRsp *ApplyUploadHitRsp `protobuf:"bytes,8,opt"` + ApplyForwardFileRsp *ApplyForwardFileRsp `protobuf:"bytes,9,opt"` + UploadSuccRsp *UploadSuccRsp `protobuf:"bytes,10,opt"` + DeleteFileRsp *DeleteFileRsp `protobuf:"bytes,11,opt"` + DownloadSuccRsp *DownloadSuccRsp `protobuf:"bytes,12,opt"` + ApplyDownloadAbsRsp *ApplyDownloadAbsRsp `protobuf:"bytes,13,opt"` + ApplyDownloadRsp *ApplyDownloadRsp `protobuf:"bytes,14,opt"` + ApplyListDownloadRsp *ApplyListDownloadRsp `protobuf:"bytes,15,opt"` + FileQueryRsp *FileQueryRsp `protobuf:"bytes,16,opt"` + ApplyCopyFromRsp *ApplyCopyFromRsp `protobuf:"bytes,17,opt"` + ApplyUploadRspV2 *ApplyUploadRspV2 `protobuf:"bytes,18,opt"` + ApplyUploadRspV3 *ApplyUploadRspV3 `protobuf:"bytes,19,opt"` + ApplyUploadHitRspV2 *ApplyUploadHitRspV2 `protobuf:"bytes,20,opt"` + ApplyUploadHitRspV3 *ApplyUploadHitRspV3 `protobuf:"bytes,21,opt"` + BusinessId int32 `protobuf:"varint,101,opt"` + ClientType int32 `protobuf:"varint,102,opt"` + ApplyCopyToRsp *ApplyCopyToRsp `protobuf:"bytes,90000,opt"` + ApplyCleanTrafficRsp *ApplyCleanTrafficRsp `protobuf:"bytes,90001,opt"` + ApplyGetTrafficRsp *ApplyGetTrafficRsp `protobuf:"bytes,90002,opt"` + ExtensionRsp *ExtensionRsp `protobuf:"bytes,99999,opt"` } func (x *C346RspBody) GetCmd() int32 { @@ -4383,45 +2711,9 @@ func (x *C346RspBody) GetExtensionRsp() *ExtensionRsp { } type SendListQueryReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin int64 `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"` - BeginIndex int32 `protobuf:"varint,2,opt,name=beginIndex,proto3" json:"beginIndex,omitempty"` - ReqCount int32 `protobuf:"varint,3,opt,name=reqCount,proto3" json:"reqCount,omitempty"` -} - -func (x *SendListQueryReq) Reset() { - *x = SendListQueryReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[46] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SendListQueryReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SendListQueryReq) ProtoMessage() {} - -func (x *SendListQueryReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[46] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SendListQueryReq.ProtoReflect.Descriptor instead. -func (*SendListQueryReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{46} + Uin int64 `protobuf:"varint,1,opt"` + BeginIndex int32 `protobuf:"varint,2,opt"` + ReqCount int32 `protobuf:"varint,3,opt"` } func (x *SendListQueryReq) GetUin() int64 { @@ -4446,51 +2738,15 @@ func (x *SendListQueryReq) GetReqCount() int32 { } type SendListQueryRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - FileTotCount int32 `protobuf:"varint,3,opt,name=fileTotCount,proto3" json:"fileTotCount,omitempty"` - BeginIndex int32 `protobuf:"varint,4,opt,name=beginIndex,proto3" json:"beginIndex,omitempty"` - RspFileCount int32 `protobuf:"varint,5,opt,name=rspFileCount,proto3" json:"rspFileCount,omitempty"` - IsEnd int32 `protobuf:"varint,6,opt,name=isEnd,proto3" json:"isEnd,omitempty"` - TotLimit int64 `protobuf:"varint,7,opt,name=totLimit,proto3" json:"totLimit,omitempty"` - UsedLimit int64 `protobuf:"varint,8,opt,name=usedLimit,proto3" json:"usedLimit,omitempty"` - FileList []*FileInfo `protobuf:"bytes,9,rep,name=fileList,proto3" json:"fileList,omitempty"` -} - -func (x *SendListQueryRsp) Reset() { - *x = SendListQueryRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[47] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SendListQueryRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SendListQueryRsp) ProtoMessage() {} - -func (x *SendListQueryRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[47] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SendListQueryRsp.ProtoReflect.Descriptor instead. -func (*SendListQueryRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{47} + RetCode int32 `protobuf:"varint,1,opt"` + RetMsg string `protobuf:"bytes,2,opt"` + FileTotCount int32 `protobuf:"varint,3,opt"` + BeginIndex int32 `protobuf:"varint,4,opt"` + RspFileCount int32 `protobuf:"varint,5,opt"` + IsEnd int32 `protobuf:"varint,6,opt"` + TotLimit int64 `protobuf:"varint,7,opt"` + UsedLimit int64 `protobuf:"varint,8,opt"` + FileList []*FileInfo `protobuf:"bytes,9,rep"` } func (x *SendListQueryRsp) GetRetCode() int32 { @@ -4557,45 +2813,9 @@ func (x *SendListQueryRsp) GetFileList() []*FileInfo { } type UploadSuccReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SenderUin int64 `protobuf:"varint,10,opt,name=senderUin,proto3" json:"senderUin,omitempty"` - RecverUin int64 `protobuf:"varint,20,opt,name=recverUin,proto3" json:"recverUin,omitempty"` - Uuid []byte `protobuf:"bytes,30,opt,name=uuid,proto3" json:"uuid,omitempty"` -} - -func (x *UploadSuccReq) Reset() { - *x = UploadSuccReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[48] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UploadSuccReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UploadSuccReq) ProtoMessage() {} - -func (x *UploadSuccReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[48] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UploadSuccReq.ProtoReflect.Descriptor instead. -func (*UploadSuccReq) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{48} + SenderUin int64 `protobuf:"varint,10,opt"` + RecverUin int64 `protobuf:"varint,20,opt"` + Uuid []byte `protobuf:"bytes,30,opt"` } func (x *UploadSuccReq) GetSenderUin() int64 { @@ -4620,45 +2840,9 @@ func (x *UploadSuccReq) GetUuid() []byte { } type UploadSuccRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - FileInfo *FileInfo `protobuf:"bytes,30,opt,name=fileInfo,proto3" json:"fileInfo,omitempty"` -} - -func (x *UploadSuccRsp) Reset() { - *x = UploadSuccRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x346_proto_msgTypes[49] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UploadSuccRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UploadSuccRsp) ProtoMessage() {} - -func (x *UploadSuccRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x346_proto_msgTypes[49] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UploadSuccRsp.ProtoReflect.Descriptor instead. -func (*UploadSuccRsp) Descriptor() ([]byte, []int) { - return file_cmd0x346_proto_rawDescGZIP(), []int{49} + RetCode int32 `protobuf:"varint,10,opt"` + RetMsg string `protobuf:"bytes,20,opt"` + FileInfo *FileInfo `protobuf:"bytes,30,opt"` } func (x *UploadSuccRsp) GetRetCode() int32 { @@ -4681,1536 +2865,3 @@ func (x *UploadSuccRsp) GetFileInfo() *FileInfo { } return nil } - -var File_cmd0x346_proto protoreflect.FileDescriptor - -var file_cmd0x346_proto_rawDesc = []byte{ - 0x0a, 0x0e, 0x63, 0x6d, 0x64, 0x30, 0x78, 0x33, 0x34, 0x36, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x22, 0x48, 0x0a, 0x14, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x54, 0x72, - 0x61, 0x66, 0x66, 0x69, 0x63, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, - 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, - 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x14, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x22, 0xd2, 0x02, 0x0a, 0x10, 0x41, - 0x70, 0x70, 0x6c, 0x79, 0x43, 0x6f, 0x70, 0x79, 0x46, 0x72, 0x6f, 0x6d, 0x52, 0x65, 0x71, 0x12, - 0x16, 0x0a, 0x06, 0x73, 0x72, 0x63, 0x55, 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, - 0x06, 0x73, 0x72, 0x63, 0x55, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x72, 0x63, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x18, 0x14, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x73, 0x72, 0x63, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x72, 0x63, 0x53, 0x76, 0x63, 0x69, 0x64, 0x18, - 0x1e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x73, 0x72, 0x63, 0x53, 0x76, 0x63, 0x69, 0x64, 0x12, - 0x28, 0x0a, 0x0f, 0x73, 0x72, 0x63, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x66, 0x6f, 0x6c, 0x64, - 0x65, 0x72, 0x18, 0x28, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0f, 0x73, 0x72, 0x63, 0x50, 0x61, 0x72, - 0x65, 0x6e, 0x74, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x72, 0x63, - 0x55, 0x75, 0x69, 0x64, 0x18, 0x32, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x73, 0x72, 0x63, 0x55, - 0x75, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x18, 0x3c, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x12, 0x16, 0x0a, - 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x18, 0x46, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x64, - 0x73, 0x74, 0x55, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, - 0x65, 0x18, 0x50, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, - 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x5a, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, - 0x0b, 0x64, 0x61, 0x6e, 0x67, 0x65, 0x72, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x64, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x0b, 0x64, 0x61, 0x6e, 0x67, 0x65, 0x72, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, - 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x6e, 0x20, - 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x22, - 0x78, 0x0a, 0x10, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x43, 0x6f, 0x70, 0x79, 0x46, 0x72, 0x6f, 0x6d, - 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0a, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, - 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, - 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x1e, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x74, - 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x28, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, - 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x22, 0xe4, 0x01, 0x0a, 0x0e, 0x41, 0x70, - 0x70, 0x6c, 0x79, 0x43, 0x6f, 0x70, 0x79, 0x54, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, - 0x64, 0x73, 0x74, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x64, 0x73, 0x74, - 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x18, 0x14, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x73, - 0x74, 0x53, 0x76, 0x63, 0x69, 0x64, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x64, 0x73, - 0x74, 0x53, 0x76, 0x63, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x72, 0x63, 0x55, 0x69, 0x6e, - 0x18, 0x28, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x72, 0x63, 0x55, 0x69, 0x6e, 0x12, 0x1a, - 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x32, 0x20, 0x01, 0x28, 0x03, - 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, - 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x3c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, - 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x46, - 0x69, 0x6c, 0x65, 0x70, 0x61, 0x74, 0x68, 0x18, 0x46, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, - 0x6f, 0x63, 0x61, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x70, 0x61, 0x74, 0x68, 0x12, 0x12, 0x0a, 0x04, - 0x75, 0x75, 0x69, 0x64, 0x18, 0x50, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, - 0x22, 0x5c, 0x0a, 0x0e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x43, 0x6f, 0x70, 0x79, 0x54, 0x6f, 0x52, - 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, - 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, - 0x74, 0x4d, 0x73, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4b, 0x65, 0x79, 0x18, - 0x1e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4b, 0x65, 0x79, 0x22, 0x3b, - 0x0a, 0x13, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x41, - 0x62, 0x73, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, - 0x14, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x22, 0x7a, 0x0a, 0x13, 0x41, - 0x70, 0x70, 0x6c, 0x79, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x41, 0x62, 0x73, 0x52, - 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, - 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, - 0x74, 0x4d, 0x73, 0x67, 0x12, 0x31, 0x0a, 0x0c, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, - 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x6f, 0x77, - 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0c, 0x64, 0x6f, 0x77, 0x6e, 0x6c, - 0x6f, 0x61, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x75, 0x0a, 0x10, 0x41, 0x70, 0x70, 0x6c, 0x79, - 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, - 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x12, 0x0a, - 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x75, 0x75, 0x69, - 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x1e, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, - 0x1d, 0x0a, 0x09, 0x65, 0x78, 0x74, 0x49, 0x6e, 0x74, 0x79, 0x70, 0x65, 0x18, 0xf4, 0x03, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x09, 0x65, 0x78, 0x74, 0x49, 0x6e, 0x74, 0x79, 0x70, 0x65, 0x22, 0x9e, - 0x01, 0x0a, 0x10, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, - 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0a, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, - 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, - 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x31, 0x0a, 0x0c, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, - 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x6f, - 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0c, 0x64, 0x6f, 0x77, 0x6e, - 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x25, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, - 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x28, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x46, 0x69, 0x6c, - 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x22, - 0xa7, 0x01, 0x0a, 0x13, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, - 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x6e, 0x64, 0x65, - 0x72, 0x55, 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x65, 0x6e, 0x64, - 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x63, 0x76, 0x65, 0x72, 0x55, - 0x69, 0x6e, 0x18, 0x14, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x72, 0x65, 0x63, 0x76, 0x65, 0x72, - 0x55, 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x1e, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x61, 0x6e, 0x67, 0x65, - 0x72, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x28, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x64, 0x61, - 0x6e, 0x67, 0x65, 0x72, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x74, - 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x32, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, - 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x22, 0x99, 0x01, 0x0a, 0x13, 0x41, 0x70, - 0x70, 0x6c, 0x79, 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, - 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, - 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, - 0x4d, 0x73, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, - 0x65, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, - 0x61, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x64, 0x53, 0x70, 0x61, 0x63, 0x65, - 0x18, 0x28, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x75, 0x73, 0x65, 0x64, 0x53, 0x70, 0x61, 0x63, - 0x65, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x32, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x04, 0x75, 0x75, 0x69, 0x64, 0x22, 0x14, 0x0a, 0x12, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x47, 0x65, - 0x74, 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x52, 0x65, 0x71, 0x22, 0xca, 0x01, 0x0a, 0x12, - 0x41, 0x70, 0x70, 0x6c, 0x79, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x52, - 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, - 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, - 0x74, 0x4d, 0x73, 0x67, 0x12, 0x20, 0x0a, 0x0b, 0x75, 0x73, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x53, - 0x69, 0x7a, 0x65, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x75, 0x73, 0x65, 0x46, 0x69, - 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x73, 0x65, 0x46, 0x69, 0x6c, - 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x28, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x75, 0x73, 0x65, 0x46, - 0x69, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x6c, 0x6c, 0x46, 0x69, 0x6c, - 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x32, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x61, 0x6c, 0x6c, - 0x46, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x6c, 0x6c, 0x46, - 0x69, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x3c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x61, 0x6c, - 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x22, 0x64, 0x0a, 0x14, 0x41, 0x70, 0x70, 0x6c, - 0x79, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, - 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, - 0x69, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x49, 0x6e, 0x64, 0x65, 0x78, - 0x18, 0x14, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x1e, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x65, 0x71, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xe1, - 0x01, 0x0a, 0x14, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x6f, 0x77, 0x6e, - 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, - 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, - 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x14, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x74, - 0x61, 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x74, - 0x6f, 0x74, 0x61, 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x65, 0x67, - 0x69, 0x6e, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x28, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x62, - 0x65, 0x67, 0x69, 0x6e, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x73, 0x70, - 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x32, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x73, 0x70, - 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x45, 0x6e, 0x64, 0x18, 0x3c, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x73, 0x45, 0x6e, 0x64, 0x12, 0x25, 0x0a, 0x08, 0x66, - 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x46, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, - 0x46, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x69, - 0x73, 0x74, 0x22, 0x92, 0x02, 0x0a, 0x11, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, - 0x61, 0x64, 0x48, 0x69, 0x74, 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x6e, 0x64, - 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x65, 0x6e, - 0x64, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x63, 0x76, 0x65, 0x72, - 0x55, 0x69, 0x6e, 0x18, 0x14, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x72, 0x65, 0x63, 0x76, 0x65, - 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, - 0x18, 0x1e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, - 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x28, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x21, 0x0a, 0x0c, - 0x62, 0x79, 0x74, 0x65, 0x73, 0x5f, 0x31, 0x30, 0x6d, 0x4d, 0x64, 0x35, 0x18, 0x32, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x0b, 0x62, 0x79, 0x74, 0x65, 0x73, 0x31, 0x30, 0x6d, 0x4d, 0x64, 0x35, 0x12, - 0x24, 0x0a, 0x0d, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x70, 0x61, 0x74, 0x68, - 0x18, 0x3c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x46, 0x69, 0x6c, - 0x65, 0x70, 0x61, 0x74, 0x68, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x61, 0x6e, 0x67, 0x65, 0x72, 0x4c, - 0x65, 0x76, 0x65, 0x6c, 0x18, 0x46, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x64, 0x61, 0x6e, 0x67, - 0x65, 0x72, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, - 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x50, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, 0x6f, 0x74, - 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x22, 0xc5, 0x02, 0x0a, 0x13, 0x41, 0x70, 0x70, 0x6c, - 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x69, 0x74, 0x52, 0x65, 0x71, 0x56, 0x32, 0x12, - 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x09, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1c, 0x0a, - 0x09, 0x72, 0x65, 0x63, 0x76, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x14, 0x20, 0x01, 0x28, 0x03, - 0x52, 0x09, 0x72, 0x65, 0x63, 0x76, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x66, - 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, - 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, - 0x61, 0x6d, 0x65, 0x18, 0x28, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, - 0x61, 0x6d, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x79, 0x74, 0x65, 0x73, 0x5f, 0x31, 0x30, 0x6d, - 0x4d, 0x64, 0x35, 0x18, 0x32, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x62, 0x79, 0x74, 0x65, 0x73, - 0x31, 0x30, 0x6d, 0x4d, 0x64, 0x35, 0x12, 0x1d, 0x0a, 0x0a, 0x62, 0x79, 0x74, 0x65, 0x73, 0x5f, - 0x33, 0x73, 0x68, 0x61, 0x18, 0x3c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x62, 0x79, 0x74, 0x65, - 0x73, 0x33, 0x73, 0x68, 0x61, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x68, 0x61, 0x18, 0x46, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x03, 0x73, 0x68, 0x61, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x6f, 0x63, 0x61, 0x6c, - 0x46, 0x69, 0x6c, 0x65, 0x70, 0x61, 0x74, 0x68, 0x18, 0x50, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, - 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x70, 0x61, 0x74, 0x68, 0x12, 0x20, 0x0a, - 0x0b, 0x64, 0x61, 0x6e, 0x67, 0x65, 0x72, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x5a, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x0b, 0x64, 0x61, 0x6e, 0x67, 0x65, 0x72, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, - 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x64, 0x20, - 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x22, - 0xa6, 0x02, 0x0a, 0x13, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, - 0x69, 0x74, 0x52, 0x65, 0x71, 0x56, 0x33, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x6e, 0x64, 0x65, - 0x72, 0x55, 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x65, 0x6e, 0x64, - 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x63, 0x76, 0x65, 0x72, 0x55, - 0x69, 0x6e, 0x18, 0x14, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x72, 0x65, 0x63, 0x76, 0x65, 0x72, - 0x55, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, - 0x1e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, - 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x28, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x62, - 0x79, 0x74, 0x65, 0x73, 0x5f, 0x31, 0x30, 0x6d, 0x4d, 0x64, 0x35, 0x18, 0x32, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x0b, 0x62, 0x79, 0x74, 0x65, 0x73, 0x31, 0x30, 0x6d, 0x4d, 0x64, 0x35, 0x12, 0x10, - 0x0a, 0x03, 0x73, 0x68, 0x61, 0x18, 0x3c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x73, 0x68, 0x61, - 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x70, 0x61, 0x74, - 0x68, 0x18, 0x46, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x46, 0x69, - 0x6c, 0x65, 0x70, 0x61, 0x74, 0x68, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x61, 0x6e, 0x67, 0x65, 0x72, - 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x50, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x64, 0x61, 0x6e, - 0x67, 0x65, 0x72, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, - 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x5a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, 0x6f, - 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x22, 0x95, 0x02, 0x0a, 0x11, 0x41, 0x70, 0x70, - 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x69, 0x74, 0x52, 0x73, 0x70, 0x12, 0x18, - 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, - 0x73, 0x67, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, - 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, 0x18, 0x1e, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x08, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, 0x12, 0x1e, 0x0a, 0x0a, - 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x28, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x0a, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x22, 0x0a, 0x0c, - 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x32, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, - 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x3c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, - 0x75, 0x75, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x4b, 0x65, - 0x79, 0x18, 0x46, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x4b, - 0x65, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, - 0x18, 0x50, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, - 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x64, 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, - 0x5a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x75, 0x73, 0x65, 0x64, 0x53, 0x70, 0x61, 0x63, 0x65, - 0x22, 0x97, 0x02, 0x0a, 0x13, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, - 0x48, 0x69, 0x74, 0x52, 0x73, 0x70, 0x56, 0x32, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, - 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, - 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x14, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x70, - 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x70, - 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, - 0x50, 0x6f, 0x72, 0x74, 0x18, 0x28, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x75, 0x70, 0x6c, 0x6f, - 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, - 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x32, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x75, 0x70, - 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, - 0x69, 0x64, 0x18, 0x3c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x1c, - 0x0a, 0x09, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x4b, 0x65, 0x79, 0x18, 0x46, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x09, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x4b, 0x65, 0x79, 0x12, 0x1e, 0x0a, 0x0a, - 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x50, 0x20, 0x01, 0x28, 0x03, - 0x52, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, - 0x75, 0x73, 0x65, 0x64, 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x5a, 0x20, 0x01, 0x28, 0x03, 0x52, - 0x09, 0x75, 0x73, 0x65, 0x64, 0x53, 0x70, 0x61, 0x63, 0x65, 0x22, 0x97, 0x02, 0x0a, 0x13, 0x41, - 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x69, 0x74, 0x52, 0x73, 0x70, - 0x56, 0x33, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, - 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, - 0x74, 0x4d, 0x73, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, - 0x18, 0x1e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, - 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x28, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, - 0x12, 0x22, 0x0a, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, - 0x18, 0x32, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x6f, - 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x3c, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x70, 0x6c, 0x6f, - 0x61, 0x64, 0x4b, 0x65, 0x79, 0x18, 0x46, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x75, 0x70, 0x6c, - 0x6f, 0x61, 0x64, 0x4b, 0x65, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, - 0x70, 0x61, 0x63, 0x65, 0x18, 0x50, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, 0x6f, 0x74, 0x61, - 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x64, 0x53, 0x70, - 0x61, 0x63, 0x65, 0x18, 0x5a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x75, 0x73, 0x65, 0x64, 0x53, - 0x70, 0x61, 0x63, 0x65, 0x22, 0xab, 0x02, 0x0a, 0x0e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, - 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x6e, 0x64, 0x65, - 0x72, 0x55, 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x65, 0x6e, 0x64, - 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x63, 0x76, 0x65, 0x72, 0x55, - 0x69, 0x6e, 0x18, 0x14, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x72, 0x65, 0x63, 0x76, 0x65, 0x72, - 0x55, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, - 0x1e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, - 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x28, 0x20, 0x01, 0x28, - 0x03, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, - 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x32, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, - 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x79, 0x74, 0x65, 0x73, - 0x5f, 0x31, 0x30, 0x6d, 0x4d, 0x64, 0x35, 0x18, 0x3c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x62, - 0x79, 0x74, 0x65, 0x73, 0x31, 0x30, 0x6d, 0x4d, 0x64, 0x35, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x6f, - 0x63, 0x61, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x70, 0x61, 0x74, 0x68, 0x18, 0x46, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0d, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x70, 0x61, 0x74, 0x68, - 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x61, 0x6e, 0x67, 0x65, 0x72, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, - 0x50, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x64, 0x61, 0x6e, 0x67, 0x65, 0x72, 0x4c, 0x65, 0x76, - 0x65, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, - 0x18, 0x5a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, - 0x63, 0x65, 0x22, 0xb0, 0x02, 0x0a, 0x10, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, - 0x61, 0x64, 0x52, 0x65, 0x71, 0x56, 0x32, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x6e, 0x64, 0x65, - 0x72, 0x55, 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x65, 0x6e, 0x64, - 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x63, 0x76, 0x65, 0x72, 0x55, - 0x69, 0x6e, 0x18, 0x14, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x72, 0x65, 0x63, 0x76, 0x65, 0x72, - 0x55, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, - 0x1e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, - 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x28, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x62, - 0x79, 0x74, 0x65, 0x73, 0x5f, 0x31, 0x30, 0x6d, 0x4d, 0x64, 0x35, 0x18, 0x32, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x0b, 0x62, 0x79, 0x74, 0x65, 0x73, 0x31, 0x30, 0x6d, 0x4d, 0x64, 0x35, 0x12, 0x1d, - 0x0a, 0x0a, 0x62, 0x79, 0x74, 0x65, 0x73, 0x5f, 0x33, 0x73, 0x68, 0x61, 0x18, 0x3c, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x09, 0x62, 0x79, 0x74, 0x65, 0x73, 0x33, 0x73, 0x68, 0x61, 0x12, 0x24, 0x0a, - 0x0d, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x70, 0x61, 0x74, 0x68, 0x18, 0x46, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x70, - 0x61, 0x74, 0x68, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x61, 0x6e, 0x67, 0x65, 0x72, 0x4c, 0x65, 0x76, - 0x65, 0x6c, 0x18, 0x50, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x64, 0x61, 0x6e, 0x67, 0x65, 0x72, - 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, - 0x61, 0x63, 0x65, 0x18, 0x5a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, - 0x53, 0x70, 0x61, 0x63, 0x65, 0x22, 0xa3, 0x02, 0x0a, 0x10, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, - 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x56, 0x33, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, - 0x6e, 0x64, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, - 0x65, 0x6e, 0x64, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x63, 0x76, - 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x14, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x72, 0x65, 0x63, - 0x76, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, - 0x7a, 0x65, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, - 0x7a, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x28, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x21, - 0x0a, 0x0c, 0x62, 0x79, 0x74, 0x65, 0x73, 0x5f, 0x31, 0x30, 0x6d, 0x4d, 0x64, 0x35, 0x18, 0x32, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x62, 0x79, 0x74, 0x65, 0x73, 0x31, 0x30, 0x6d, 0x4d, 0x64, - 0x35, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x68, 0x61, 0x18, 0x3c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, - 0x73, 0x68, 0x61, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x46, 0x69, 0x6c, 0x65, - 0x70, 0x61, 0x74, 0x68, 0x18, 0x46, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x6f, 0x63, 0x61, - 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x70, 0x61, 0x74, 0x68, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x61, 0x6e, - 0x67, 0x65, 0x72, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x50, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, - 0x64, 0x61, 0x6e, 0x67, 0x65, 0x72, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x74, - 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x5a, 0x20, 0x01, 0x28, 0x03, 0x52, - 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x22, 0x9d, 0x03, 0x0a, 0x0e, - 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x12, 0x18, - 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, - 0x73, 0x67, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, - 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x1e, - 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, - 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x64, 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x28, 0x20, - 0x01, 0x28, 0x03, 0x52, 0x09, 0x75, 0x73, 0x65, 0x64, 0x53, 0x70, 0x61, 0x63, 0x65, 0x12, 0x22, - 0x0a, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x65, 0x64, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x32, - 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x65, 0x64, 0x53, 0x69, - 0x7a, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, 0x18, 0x3c, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, 0x12, 0x22, - 0x0a, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x46, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x6f, 0x6d, 0x61, - 0x69, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, - 0x18, 0x50, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x50, 0x6f, - 0x72, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x5a, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, - 0x4b, 0x65, 0x79, 0x18, 0x64, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x75, 0x70, 0x6c, 0x6f, 0x61, - 0x64, 0x4b, 0x65, 0x79, 0x12, 0x24, 0x0a, 0x0d, 0x62, 0x6f, 0x6f, 0x6c, 0x46, 0x69, 0x6c, 0x65, - 0x45, 0x78, 0x69, 0x73, 0x74, 0x18, 0x6e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x62, 0x6f, 0x6f, - 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, - 0x63, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x78, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, - 0x63, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x23, 0x0a, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, - 0x69, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x82, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0c, 0x75, - 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x69, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x22, 0xd9, 0x03, 0x0a, 0x10, - 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x56, 0x32, - 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, - 0x74, 0x4d, 0x73, 0x67, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, - 0x73, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, - 0x18, 0x1e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, - 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x64, 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, - 0x28, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x75, 0x73, 0x65, 0x64, 0x53, 0x70, 0x61, 0x63, 0x65, - 0x12, 0x22, 0x0a, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x65, 0x64, 0x53, 0x69, 0x7a, 0x65, - 0x18, 0x32, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x65, 0x64, - 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, - 0x18, 0x3c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, - 0x12, 0x22, 0x0a, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, - 0x18, 0x46, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x6f, - 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x50, 0x6f, - 0x72, 0x74, 0x18, 0x50, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, - 0x50, 0x6f, 0x72, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x5a, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x70, 0x6c, 0x6f, - 0x61, 0x64, 0x4b, 0x65, 0x79, 0x18, 0x64, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x75, 0x70, 0x6c, - 0x6f, 0x61, 0x64, 0x4b, 0x65, 0x79, 0x12, 0x24, 0x0a, 0x0d, 0x62, 0x6f, 0x6f, 0x6c, 0x46, 0x69, - 0x6c, 0x65, 0x45, 0x78, 0x69, 0x73, 0x74, 0x18, 0x6e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x62, - 0x6f, 0x6f, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, - 0x70, 0x61, 0x63, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x78, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, - 0x70, 0x61, 0x63, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x23, 0x0a, 0x0c, 0x75, 0x70, 0x6c, 0x6f, - 0x61, 0x64, 0x69, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x82, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, - 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x69, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x25, 0x0a, - 0x0d, 0x68, 0x74, 0x74, 0x70, 0x73, 0x76, 0x72, 0x41, 0x70, 0x69, 0x56, 0x65, 0x72, 0x18, 0x8c, - 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x68, 0x74, 0x74, 0x70, 0x73, 0x76, 0x72, 0x41, 0x70, - 0x69, 0x56, 0x65, 0x72, 0x12, 0x11, 0x0a, 0x03, 0x73, 0x68, 0x61, 0x18, 0x8d, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x03, 0x73, 0x68, 0x61, 0x22, 0xbb, 0x04, 0x0a, 0x10, 0x41, 0x70, 0x70, 0x6c, - 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x56, 0x33, 0x12, 0x18, 0x0a, 0x07, - 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, - 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, - 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x1e, - 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x1e, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x12, 0x1c, - 0x0a, 0x09, 0x75, 0x73, 0x65, 0x64, 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x28, 0x20, 0x01, 0x28, - 0x03, 0x52, 0x09, 0x75, 0x73, 0x65, 0x64, 0x53, 0x70, 0x61, 0x63, 0x65, 0x12, 0x22, 0x0a, 0x0c, - 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x65, 0x64, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x32, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x65, 0x64, 0x53, 0x69, 0x7a, 0x65, - 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, 0x18, 0x3c, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x08, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, 0x12, 0x22, 0x0a, 0x0c, - 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x46, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, - 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x50, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, - 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x5a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, - 0x75, 0x75, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x4b, 0x65, - 0x79, 0x18, 0x64, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x4b, - 0x65, 0x79, 0x12, 0x24, 0x0a, 0x0d, 0x62, 0x6f, 0x6f, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x45, 0x78, - 0x69, 0x73, 0x74, 0x18, 0x6e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x62, 0x6f, 0x6f, 0x6c, 0x46, - 0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x63, 0x6b, - 0x53, 0x69, 0x7a, 0x65, 0x18, 0x78, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x63, 0x6b, - 0x53, 0x69, 0x7a, 0x65, 0x12, 0x23, 0x0a, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, - 0x4c, 0x69, 0x73, 0x74, 0x18, 0x82, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0c, 0x75, 0x70, 0x6c, - 0x6f, 0x61, 0x64, 0x49, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x29, 0x0a, 0x0f, 0x75, 0x70, 0x6c, - 0x6f, 0x61, 0x64, 0x48, 0x74, 0x74, 0x70, 0x73, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x8c, 0x01, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x0f, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x74, 0x74, 0x70, 0x73, - 0x50, 0x6f, 0x72, 0x74, 0x12, 0x2d, 0x0a, 0x11, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x74, - 0x74, 0x70, 0x73, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x96, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x11, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x74, 0x74, 0x70, 0x73, 0x44, 0x6f, 0x6d, - 0x61, 0x69, 0x6e, 0x12, 0x1d, 0x0a, 0x09, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x6e, 0x73, - 0x18, 0xa0, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x44, - 0x6e, 0x73, 0x12, 0x21, 0x0a, 0x0b, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x4c, 0x61, 0x6e, 0x69, - 0x70, 0x18, 0xaa, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, - 0x4c, 0x61, 0x6e, 0x69, 0x70, 0x22, 0x91, 0x01, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x4d, 0x65, 0x73, - 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x69, 0x6e, 0x53, 0x65, - 0x6e, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x75, 0x69, 0x6e, 0x53, - 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x20, 0x0a, 0x0b, 0x75, 0x69, 0x6e, 0x52, 0x65, 0x63, 0x65, - 0x69, 0x76, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x75, 0x69, 0x6e, 0x52, - 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x18, - 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, - 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x18, 0x14, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x61, 0x6e, - 0x64, 0x6f, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x65, 0x71, 0x4e, 0x6f, 0x18, 0x1e, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x05, 0x73, 0x65, 0x71, 0x4e, 0x6f, 0x22, 0x6f, 0x0a, 0x0d, 0x44, 0x65, 0x6c, - 0x65, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, - 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, - 0x70, 0x65, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x14, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x70, - 0x65, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, - 0x54, 0x79, 0x70, 0x65, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x64, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x28, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x22, 0x41, 0x0a, 0x0d, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, - 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, - 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, - 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x22, 0xee, 0x01, - 0x0a, 0x0c, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x20, - 0x0a, 0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x4b, 0x65, 0x79, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x4b, 0x65, 0x79, - 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, 0x18, 0x14, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, - 0x12, 0x26, 0x0a, 0x0e, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x6f, 0x6d, 0x61, - 0x69, 0x6e, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, - 0x61, 0x64, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, - 0x18, 0x28, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x20, 0x0a, 0x0b, - 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x18, 0x32, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x12, 0x26, - 0x0a, 0x0e, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x69, 0x70, 0x4c, 0x69, 0x73, 0x74, - 0x18, 0x3c, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, - 0x69, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x6f, 0x6f, 0x6b, 0x69, 0x65, - 0x18, 0x46, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x22, 0x37, - 0x0a, 0x0f, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x75, 0x63, 0x63, 0x52, 0x65, - 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, - 0x75, 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x14, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x22, 0x5f, 0x0a, 0x0f, 0x44, 0x6f, 0x77, 0x6e, 0x6c, - 0x6f, 0x61, 0x64, 0x53, 0x75, 0x63, 0x63, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, - 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, - 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x14, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x1a, 0x0a, 0x08, - 0x64, 0x6f, 0x77, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, - 0x64, 0x6f, 0x77, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x22, 0xce, 0x03, 0x0a, 0x0c, 0x45, 0x78, 0x74, - 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, - 0x0b, 0x64, 0x73, 0x74, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x6e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0b, 0x64, 0x73, 0x74, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x6e, 0x75, 0x6d, 0x12, - 0x2a, 0x0a, 0x10, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x54, - 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, 0x70, 0x68, 0x6f, 0x6e, 0x65, - 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, - 0x69, 0x67, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x73, 0x69, 0x67, 0x12, 0x18, 0x0a, - 0x07, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x49, 0x64, 0x18, 0x64, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, - 0x72, 0x6f, 0x75, 0x74, 0x65, 0x49, 0x64, 0x12, 0x36, 0x0a, 0x0d, 0x64, 0x65, 0x6c, 0x4d, 0x65, - 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x18, 0xf4, 0xbf, 0x05, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x0e, 0x2e, 0x44, 0x65, 0x6c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, - 0x52, 0x0d, 0x64, 0x65, 0x6c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, - 0x2a, 0x0a, 0x0f, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x54, 0x79, - 0x70, 0x65, 0x18, 0xd8, 0xc0, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x64, 0x6f, 0x77, 0x6e, - 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x09, 0x70, - 0x74, 0x74, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x18, 0xbc, 0xc1, 0x05, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x09, 0x70, 0x74, 0x74, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x12, 0x26, 0x0a, 0x0d, 0x69, - 0x73, 0x4e, 0x65, 0x65, 0x64, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x49, 0x70, 0x18, 0xa0, 0xc2, 0x05, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x69, 0x73, 0x4e, 0x65, 0x65, 0x64, 0x49, 0x6e, 0x6e, 0x65, - 0x72, 0x49, 0x70, 0x12, 0x1a, 0x0a, 0x07, 0x6e, 0x65, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x84, - 0xc3, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6e, 0x65, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, - 0x1e, 0x0a, 0x09, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0xe8, 0xc3, 0x05, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, - 0x1c, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0xcc, 0xc4, 0x05, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, - 0x07, 0x70, 0x74, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0xb0, 0xc5, 0x05, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x07, 0x70, 0x74, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x0e, 0x0a, 0x0c, 0x45, 0x78, 0x74, - 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x73, 0x70, 0x22, 0x92, 0x03, 0x0a, 0x08, 0x46, 0x69, - 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x61, 0x6e, 0x67, - 0x65, 0x72, 0x45, 0x76, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x64, 0x61, - 0x6e, 0x67, 0x65, 0x72, 0x45, 0x76, 0x65, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, - 0x53, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, - 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x69, 0x66, 0x65, 0x54, 0x69, 0x6d, 0x65, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x6c, 0x69, 0x66, 0x65, 0x54, 0x69, 0x6d, 0x65, - 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x69, 0x6d, 0x65, - 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, - 0x75, 0x75, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, - 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x62, 0x73, 0x46, 0x69, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, - 0x5a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x61, 0x62, 0x73, 0x46, 0x69, 0x6c, 0x65, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x79, 0x74, 0x65, 0x73, 0x5f, 0x31, 0x30, 0x6d, 0x4d, - 0x64, 0x35, 0x18, 0x64, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x62, 0x79, 0x74, 0x65, 0x73, 0x31, - 0x30, 0x6d, 0x4d, 0x64, 0x35, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x68, 0x61, 0x18, 0x65, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x03, 0x73, 0x68, 0x61, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, - 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x6e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x63, 0x6c, 0x69, - 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x77, 0x6e, 0x65, 0x72, - 0x55, 0x69, 0x6e, 0x18, 0x78, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6f, 0x77, 0x6e, 0x65, 0x72, - 0x55, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x65, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x79, - 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x70, 0x65, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1f, 0x0a, - 0x0a, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x82, 0x01, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x0a, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x34, - 0x0a, 0x0c, 0x46, 0x69, 0x6c, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x12, 0x10, - 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x6e, - 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, - 0x75, 0x75, 0x69, 0x64, 0x22, 0x67, 0x0a, 0x0c, 0x46, 0x69, 0x6c, 0x65, 0x51, 0x75, 0x65, 0x72, - 0x79, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, - 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, - 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, - 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x25, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, - 0x66, 0x6f, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x49, - 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x35, 0x0a, - 0x0d, 0x52, 0x65, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x12, 0x10, - 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x6e, - 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, - 0x75, 0x75, 0x69, 0x64, 0x22, 0x41, 0x0a, 0x0d, 0x52, 0x65, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x69, - 0x6c, 0x65, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, - 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x22, 0x60, 0x0a, 0x10, 0x52, 0x65, 0x63, 0x76, 0x4c, - 0x69, 0x73, 0x74, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, - 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x1e, 0x0a, - 0x0a, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0a, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1a, 0x0a, - 0x08, 0x72, 0x65, 0x71, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x08, 0x72, 0x65, 0x71, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xe9, 0x01, 0x0a, 0x10, 0x52, 0x65, - 0x63, 0x76, 0x4c, 0x69, 0x73, 0x74, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x73, 0x70, 0x12, 0x18, - 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, - 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, - 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x6c, 0x65, 0x54, 0x6f, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x66, 0x69, 0x6c, 0x65, 0x54, 0x6f, 0x74, 0x43, - 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x22, 0x0a, 0x0c, 0x72, 0x73, 0x70, 0x46, 0x69, 0x6c, 0x65, 0x43, - 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x72, 0x73, 0x70, 0x46, - 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x45, 0x6e, - 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x73, 0x45, 0x6e, 0x64, 0x12, 0x25, - 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x09, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x66, 0x69, 0x6c, - 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x4c, 0x0a, 0x0c, 0x52, 0x65, 0x6e, 0x65, 0x77, 0x46, 0x69, - 0x6c, 0x65, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, - 0x64, 0x64, 0x54, 0x74, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x61, 0x64, 0x64, - 0x54, 0x74, 0x6c, 0x22, 0x40, 0x0a, 0x0c, 0x52, 0x65, 0x6e, 0x65, 0x77, 0x46, 0x69, 0x6c, 0x65, - 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, - 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, - 0x65, 0x74, 0x4d, 0x73, 0x67, 0x22, 0xcc, 0x0b, 0x0a, 0x0b, 0x43, 0x33, 0x34, 0x36, 0x52, 0x65, - 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x03, 0x63, 0x6d, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x71, 0x12, 0x3d, 0x0a, 0x10, 0x72, 0x65, 0x63, - 0x76, 0x4c, 0x69, 0x73, 0x74, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x52, 0x65, 0x63, 0x76, 0x4c, 0x69, 0x73, 0x74, 0x51, 0x75, - 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x52, 0x10, 0x72, 0x65, 0x63, 0x76, 0x4c, 0x69, 0x73, 0x74, - 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x12, 0x3d, 0x0a, 0x10, 0x73, 0x65, 0x6e, 0x64, - 0x4c, 0x69, 0x73, 0x74, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x51, 0x75, 0x65, - 0x72, 0x79, 0x52, 0x65, 0x71, 0x52, 0x10, 0x73, 0x65, 0x6e, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x51, - 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x12, 0x31, 0x0a, 0x0c, 0x72, 0x65, 0x6e, 0x65, 0x77, - 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, - 0x52, 0x65, 0x6e, 0x65, 0x77, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x52, 0x0c, 0x72, 0x65, - 0x6e, 0x65, 0x77, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x12, 0x34, 0x0a, 0x0d, 0x72, 0x65, - 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x0e, 0x2e, 0x52, 0x65, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, - 0x71, 0x52, 0x0d, 0x72, 0x65, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, - 0x12, 0x37, 0x0a, 0x0e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, - 0x65, 0x71, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, - 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x52, 0x0e, 0x61, 0x70, 0x70, 0x6c, 0x79, - 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x12, 0x40, 0x0a, 0x11, 0x61, 0x70, 0x70, - 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x69, 0x74, 0x52, 0x65, 0x71, 0x18, 0x08, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, - 0x61, 0x64, 0x48, 0x69, 0x74, 0x52, 0x65, 0x71, 0x52, 0x11, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x55, - 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x69, 0x74, 0x52, 0x65, 0x71, 0x12, 0x46, 0x0a, 0x13, 0x61, - 0x70, 0x70, 0x6c, 0x79, 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, - 0x65, 0x71, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, - 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x52, 0x13, - 0x61, 0x70, 0x70, 0x6c, 0x79, 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x46, 0x69, 0x6c, 0x65, - 0x52, 0x65, 0x71, 0x12, 0x34, 0x0a, 0x0d, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x75, 0x63, - 0x63, 0x52, 0x65, 0x71, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x55, 0x70, 0x6c, - 0x6f, 0x61, 0x64, 0x53, 0x75, 0x63, 0x63, 0x52, 0x65, 0x71, 0x52, 0x0d, 0x75, 0x70, 0x6c, 0x6f, - 0x61, 0x64, 0x53, 0x75, 0x63, 0x63, 0x52, 0x65, 0x71, 0x12, 0x34, 0x0a, 0x0d, 0x64, 0x65, 0x6c, - 0x65, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x0e, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, - 0x52, 0x0d, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x12, - 0x3a, 0x0a, 0x0f, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x75, 0x63, 0x63, 0x52, - 0x65, 0x71, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x44, 0x6f, 0x77, 0x6e, 0x6c, - 0x6f, 0x61, 0x64, 0x53, 0x75, 0x63, 0x63, 0x52, 0x65, 0x71, 0x52, 0x0f, 0x64, 0x6f, 0x77, 0x6e, - 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x75, 0x63, 0x63, 0x52, 0x65, 0x71, 0x12, 0x46, 0x0a, 0x13, 0x61, - 0x70, 0x70, 0x6c, 0x79, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x41, 0x62, 0x73, 0x52, - 0x65, 0x71, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, - 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x41, 0x62, 0x73, 0x52, 0x65, 0x71, 0x52, 0x13, - 0x61, 0x70, 0x70, 0x6c, 0x79, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x41, 0x62, 0x73, - 0x52, 0x65, 0x71, 0x12, 0x3d, 0x0a, 0x10, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x44, 0x6f, 0x77, 0x6e, - 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, - 0x41, 0x70, 0x70, 0x6c, 0x79, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, - 0x52, 0x10, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x52, - 0x65, 0x71, 0x12, 0x49, 0x0a, 0x14, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x44, - 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x15, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x6f, 0x77, 0x6e, - 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x52, 0x14, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, - 0x73, 0x74, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x12, 0x31, 0x0a, - 0x0c, 0x66, 0x69, 0x6c, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x18, 0x10, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, - 0x65, 0x71, 0x52, 0x0c, 0x66, 0x69, 0x6c, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, - 0x12, 0x3d, 0x0a, 0x10, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x43, 0x6f, 0x70, 0x79, 0x46, 0x72, 0x6f, - 0x6d, 0x52, 0x65, 0x71, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x41, 0x70, 0x70, - 0x6c, 0x79, 0x43, 0x6f, 0x70, 0x79, 0x46, 0x72, 0x6f, 0x6d, 0x52, 0x65, 0x71, 0x52, 0x10, 0x61, - 0x70, 0x70, 0x6c, 0x79, 0x43, 0x6f, 0x70, 0x79, 0x46, 0x72, 0x6f, 0x6d, 0x52, 0x65, 0x71, 0x12, - 0x3d, 0x0a, 0x10, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, - 0x71, 0x56, 0x32, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x41, 0x70, 0x70, 0x6c, - 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x56, 0x32, 0x52, 0x10, 0x61, 0x70, - 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x56, 0x32, 0x12, 0x3d, - 0x0a, 0x10, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, - 0x56, 0x33, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, - 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x56, 0x33, 0x52, 0x10, 0x61, 0x70, 0x70, - 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x56, 0x33, 0x12, 0x46, 0x0a, - 0x13, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x69, 0x74, 0x52, - 0x65, 0x71, 0x56, 0x32, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x41, 0x70, 0x70, - 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x69, 0x74, 0x52, 0x65, 0x71, 0x56, 0x32, - 0x52, 0x13, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x69, 0x74, - 0x52, 0x65, 0x71, 0x56, 0x32, 0x12, 0x46, 0x0a, 0x13, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, - 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x69, 0x74, 0x52, 0x65, 0x71, 0x56, 0x33, 0x18, 0x15, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, - 0x48, 0x69, 0x74, 0x52, 0x65, 0x71, 0x56, 0x33, 0x52, 0x13, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x55, - 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x69, 0x74, 0x52, 0x65, 0x71, 0x56, 0x33, 0x12, 0x1e, 0x0a, - 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x64, 0x18, 0x65, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x64, 0x12, 0x1e, 0x0a, - 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x66, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x39, 0x0a, - 0x0e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x43, 0x6f, 0x70, 0x79, 0x54, 0x6f, 0x52, 0x65, 0x71, 0x18, - 0x90, 0xbf, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x43, - 0x6f, 0x70, 0x79, 0x54, 0x6f, 0x52, 0x65, 0x71, 0x52, 0x0e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x43, - 0x6f, 0x70, 0x79, 0x54, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x45, 0x0a, 0x12, 0x61, 0x70, 0x70, 0x6c, - 0x79, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x52, 0x65, 0x71, 0x18, 0x92, - 0xbf, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x47, 0x65, - 0x74, 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x52, 0x65, 0x71, 0x52, 0x12, 0x61, 0x70, 0x70, - 0x6c, 0x79, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x52, 0x65, 0x71, 0x12, - 0x33, 0x0a, 0x0c, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x18, - 0x9f, 0x8d, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, - 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x52, 0x0c, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, - 0x6e, 0x52, 0x65, 0x71, 0x22, 0x99, 0x0c, 0x0a, 0x0b, 0x43, 0x33, 0x34, 0x36, 0x52, 0x73, 0x70, - 0x42, 0x6f, 0x64, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x03, 0x63, 0x6d, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x71, 0x12, 0x3d, 0x0a, 0x10, 0x72, 0x65, 0x63, 0x76, - 0x4c, 0x69, 0x73, 0x74, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x73, 0x70, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x52, 0x65, 0x63, 0x76, 0x4c, 0x69, 0x73, 0x74, 0x51, 0x75, 0x65, - 0x72, 0x79, 0x52, 0x73, 0x70, 0x52, 0x10, 0x72, 0x65, 0x63, 0x76, 0x4c, 0x69, 0x73, 0x74, 0x51, - 0x75, 0x65, 0x72, 0x79, 0x52, 0x73, 0x70, 0x12, 0x3d, 0x0a, 0x10, 0x73, 0x65, 0x6e, 0x64, 0x4c, - 0x69, 0x73, 0x74, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x73, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x11, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x51, 0x75, 0x65, 0x72, - 0x79, 0x52, 0x73, 0x70, 0x52, 0x10, 0x73, 0x65, 0x6e, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x51, 0x75, - 0x65, 0x72, 0x79, 0x52, 0x73, 0x70, 0x12, 0x31, 0x0a, 0x0c, 0x72, 0x65, 0x6e, 0x65, 0x77, 0x46, - 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x52, - 0x65, 0x6e, 0x65, 0x77, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x52, 0x0c, 0x72, 0x65, 0x6e, - 0x65, 0x77, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x12, 0x34, 0x0a, 0x0d, 0x72, 0x65, 0x63, - 0x61, 0x6c, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x0e, 0x2e, 0x52, 0x65, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, - 0x52, 0x0d, 0x72, 0x65, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x12, - 0x37, 0x0a, 0x0e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, - 0x70, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, - 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x52, 0x0e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x55, - 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x12, 0x40, 0x0a, 0x11, 0x61, 0x70, 0x70, 0x6c, - 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x69, 0x74, 0x52, 0x73, 0x70, 0x18, 0x08, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, - 0x64, 0x48, 0x69, 0x74, 0x52, 0x73, 0x70, 0x52, 0x11, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, - 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x69, 0x74, 0x52, 0x73, 0x70, 0x12, 0x46, 0x0a, 0x13, 0x61, 0x70, - 0x70, 0x6c, 0x79, 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, - 0x70, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x46, - 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x52, 0x13, 0x61, - 0x70, 0x70, 0x6c, 0x79, 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, - 0x73, 0x70, 0x12, 0x34, 0x0a, 0x0d, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x75, 0x63, 0x63, - 0x52, 0x73, 0x70, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x55, 0x70, 0x6c, 0x6f, - 0x61, 0x64, 0x53, 0x75, 0x63, 0x63, 0x52, 0x73, 0x70, 0x52, 0x0d, 0x75, 0x70, 0x6c, 0x6f, 0x61, - 0x64, 0x53, 0x75, 0x63, 0x63, 0x52, 0x73, 0x70, 0x12, 0x34, 0x0a, 0x0d, 0x64, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x0e, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x52, - 0x0d, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x12, 0x3a, - 0x0a, 0x0f, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x75, 0x63, 0x63, 0x52, 0x73, - 0x70, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, - 0x61, 0x64, 0x53, 0x75, 0x63, 0x63, 0x52, 0x73, 0x70, 0x52, 0x0f, 0x64, 0x6f, 0x77, 0x6e, 0x6c, - 0x6f, 0x61, 0x64, 0x53, 0x75, 0x63, 0x63, 0x52, 0x73, 0x70, 0x12, 0x46, 0x0a, 0x13, 0x61, 0x70, - 0x70, 0x6c, 0x79, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x41, 0x62, 0x73, 0x52, 0x73, - 0x70, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x44, - 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x41, 0x62, 0x73, 0x52, 0x73, 0x70, 0x52, 0x13, 0x61, - 0x70, 0x70, 0x6c, 0x79, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x41, 0x62, 0x73, 0x52, - 0x73, 0x70, 0x12, 0x3d, 0x0a, 0x10, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x44, 0x6f, 0x77, 0x6e, 0x6c, - 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x41, - 0x70, 0x70, 0x6c, 0x79, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x52, - 0x10, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, - 0x70, 0x12, 0x49, 0x0a, 0x14, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x6f, - 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x15, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x6f, 0x77, 0x6e, 0x6c, - 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x52, 0x14, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73, - 0x74, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x12, 0x31, 0x0a, 0x0c, - 0x66, 0x69, 0x6c, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x73, 0x70, 0x18, 0x10, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x73, - 0x70, 0x52, 0x0c, 0x66, 0x69, 0x6c, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x73, 0x70, 0x12, - 0x3d, 0x0a, 0x10, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x43, 0x6f, 0x70, 0x79, 0x46, 0x72, 0x6f, 0x6d, - 0x52, 0x73, 0x70, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x41, 0x70, 0x70, 0x6c, - 0x79, 0x43, 0x6f, 0x70, 0x79, 0x46, 0x72, 0x6f, 0x6d, 0x52, 0x73, 0x70, 0x52, 0x10, 0x61, 0x70, - 0x70, 0x6c, 0x79, 0x43, 0x6f, 0x70, 0x79, 0x46, 0x72, 0x6f, 0x6d, 0x52, 0x73, 0x70, 0x12, 0x3d, - 0x0a, 0x10, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, - 0x56, 0x32, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, - 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x56, 0x32, 0x52, 0x10, 0x61, 0x70, 0x70, - 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x56, 0x32, 0x12, 0x3d, 0x0a, - 0x10, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x56, - 0x33, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, - 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x56, 0x33, 0x52, 0x10, 0x61, 0x70, 0x70, 0x6c, - 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x56, 0x33, 0x12, 0x46, 0x0a, 0x13, - 0x61, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x69, 0x74, 0x52, 0x73, - 0x70, 0x56, 0x32, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x41, 0x70, 0x70, 0x6c, - 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x69, 0x74, 0x52, 0x73, 0x70, 0x56, 0x32, 0x52, - 0x13, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x69, 0x74, 0x52, - 0x73, 0x70, 0x56, 0x32, 0x12, 0x46, 0x0a, 0x13, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, - 0x6f, 0x61, 0x64, 0x48, 0x69, 0x74, 0x52, 0x73, 0x70, 0x56, 0x33, 0x18, 0x15, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x14, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, - 0x69, 0x74, 0x52, 0x73, 0x70, 0x56, 0x33, 0x52, 0x13, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, - 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x69, 0x74, 0x52, 0x73, 0x70, 0x56, 0x33, 0x12, 0x1e, 0x0a, 0x0a, - 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x64, 0x18, 0x65, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, - 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x66, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x39, 0x0a, 0x0e, - 0x61, 0x70, 0x70, 0x6c, 0x79, 0x43, 0x6f, 0x70, 0x79, 0x54, 0x6f, 0x52, 0x73, 0x70, 0x18, 0x90, - 0xbf, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x43, 0x6f, - 0x70, 0x79, 0x54, 0x6f, 0x52, 0x73, 0x70, 0x52, 0x0e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x43, 0x6f, - 0x70, 0x79, 0x54, 0x6f, 0x52, 0x73, 0x70, 0x12, 0x4b, 0x0a, 0x14, 0x61, 0x70, 0x70, 0x6c, 0x79, - 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x52, 0x73, 0x70, 0x18, - 0x91, 0xbf, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x43, - 0x6c, 0x65, 0x61, 0x6e, 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x52, 0x73, 0x70, 0x52, 0x14, - 0x61, 0x70, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, - 0x63, 0x52, 0x73, 0x70, 0x12, 0x45, 0x0a, 0x12, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x47, 0x65, 0x74, - 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x52, 0x73, 0x70, 0x18, 0x92, 0xbf, 0x05, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, - 0x66, 0x66, 0x69, 0x63, 0x52, 0x73, 0x70, 0x52, 0x12, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x47, 0x65, - 0x74, 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x52, 0x73, 0x70, 0x12, 0x33, 0x0a, 0x0c, 0x65, - 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x73, 0x70, 0x18, 0x9f, 0x8d, 0x06, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x52, - 0x73, 0x70, 0x52, 0x0c, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x73, 0x70, - 0x22, 0x60, 0x0a, 0x10, 0x53, 0x65, 0x6e, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x51, 0x75, 0x65, 0x72, - 0x79, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x03, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x62, 0x65, 0x67, 0x69, - 0x6e, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x43, 0x6f, 0x75, - 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x65, 0x71, 0x43, 0x6f, 0x75, - 0x6e, 0x74, 0x22, 0xa3, 0x02, 0x0a, 0x10, 0x53, 0x65, 0x6e, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x51, - 0x75, 0x65, 0x72, 0x79, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, - 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, - 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x6c, - 0x65, 0x54, 0x6f, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x0c, 0x66, 0x69, 0x6c, 0x65, 0x54, 0x6f, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1e, 0x0a, - 0x0a, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0a, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x22, 0x0a, - 0x0c, 0x72, 0x73, 0x70, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x0c, 0x72, 0x73, 0x70, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, - 0x74, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x45, 0x6e, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x05, 0x69, 0x73, 0x45, 0x6e, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x74, 0x6f, 0x74, 0x4c, 0x69, - 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x74, 0x6f, 0x74, 0x4c, 0x69, - 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, - 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x75, 0x73, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, - 0x74, 0x12, 0x25, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x09, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, - 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x5f, 0x0a, 0x0d, 0x55, 0x70, 0x6c, 0x6f, - 0x61, 0x64, 0x53, 0x75, 0x63, 0x63, 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x6e, - 0x64, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x65, - 0x6e, 0x64, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x63, 0x76, 0x65, - 0x72, 0x55, 0x69, 0x6e, 0x18, 0x14, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x72, 0x65, 0x63, 0x76, - 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x1e, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x22, 0x68, 0x0a, 0x0d, 0x55, 0x70, 0x6c, - 0x6f, 0x61, 0x64, 0x53, 0x75, 0x63, 0x63, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, - 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, - 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x14, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x25, 0x0a, 0x08, - 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, - 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x49, - 0x6e, 0x66, 0x6f, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x63, 0x6d, 0x64, 0x30, 0x78, 0x33, - 0x34, 0x36, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_cmd0x346_proto_rawDescOnce sync.Once - file_cmd0x346_proto_rawDescData = file_cmd0x346_proto_rawDesc -) - -func file_cmd0x346_proto_rawDescGZIP() []byte { - file_cmd0x346_proto_rawDescOnce.Do(func() { - file_cmd0x346_proto_rawDescData = protoimpl.X.CompressGZIP(file_cmd0x346_proto_rawDescData) - }) - return file_cmd0x346_proto_rawDescData -} - -var file_cmd0x346_proto_msgTypes = make([]protoimpl.MessageInfo, 50) -var file_cmd0x346_proto_goTypes = []interface{}{ - (*ApplyCleanTrafficRsp)(nil), // 0: ApplyCleanTrafficRsp - (*ApplyCopyFromReq)(nil), // 1: ApplyCopyFromReq - (*ApplyCopyFromRsp)(nil), // 2: ApplyCopyFromRsp - (*ApplyCopyToReq)(nil), // 3: ApplyCopyToReq - (*ApplyCopyToRsp)(nil), // 4: ApplyCopyToRsp - (*ApplyDownloadAbsReq)(nil), // 5: ApplyDownloadAbsReq - (*ApplyDownloadAbsRsp)(nil), // 6: ApplyDownloadAbsRsp - (*ApplyDownloadReq)(nil), // 7: ApplyDownloadReq - (*ApplyDownloadRsp)(nil), // 8: ApplyDownloadRsp - (*ApplyForwardFileReq)(nil), // 9: ApplyForwardFileReq - (*ApplyForwardFileRsp)(nil), // 10: ApplyForwardFileRsp - (*ApplyGetTrafficReq)(nil), // 11: ApplyGetTrafficReq - (*ApplyGetTrafficRsp)(nil), // 12: ApplyGetTrafficRsp - (*ApplyListDownloadReq)(nil), // 13: ApplyListDownloadReq - (*ApplyListDownloadRsp)(nil), // 14: ApplyListDownloadRsp - (*ApplyUploadHitReq)(nil), // 15: ApplyUploadHitReq - (*ApplyUploadHitReqV2)(nil), // 16: ApplyUploadHitReqV2 - (*ApplyUploadHitReqV3)(nil), // 17: ApplyUploadHitReqV3 - (*ApplyUploadHitRsp)(nil), // 18: ApplyUploadHitRsp - (*ApplyUploadHitRspV2)(nil), // 19: ApplyUploadHitRspV2 - (*ApplyUploadHitRspV3)(nil), // 20: ApplyUploadHitRspV3 - (*ApplyUploadReq)(nil), // 21: ApplyUploadReq - (*ApplyUploadReqV2)(nil), // 22: ApplyUploadReqV2 - (*ApplyUploadReqV3)(nil), // 23: ApplyUploadReqV3 - (*ApplyUploadRsp)(nil), // 24: ApplyUploadRsp - (*ApplyUploadRspV2)(nil), // 25: ApplyUploadRspV2 - (*ApplyUploadRspV3)(nil), // 26: ApplyUploadRspV3 - (*DelMessageReq)(nil), // 27: DelMessageReq - (*DeleteFileReq)(nil), // 28: DeleteFileReq - (*DeleteFileRsp)(nil), // 29: DeleteFileRsp - (*DownloadInfo)(nil), // 30: DownloadInfo - (*DownloadSuccReq)(nil), // 31: DownloadSuccReq - (*DownloadSuccRsp)(nil), // 32: DownloadSuccRsp - (*ExtensionReq)(nil), // 33: ExtensionReq - (*ExtensionRsp)(nil), // 34: ExtensionRsp - (*FileInfo)(nil), // 35: FileInfo - (*FileQueryReq)(nil), // 36: FileQueryReq - (*FileQueryRsp)(nil), // 37: FileQueryRsp - (*RecallFileReq)(nil), // 38: RecallFileReq - (*RecallFileRsp)(nil), // 39: RecallFileRsp - (*RecvListQueryReq)(nil), // 40: RecvListQueryReq - (*RecvListQueryRsp)(nil), // 41: RecvListQueryRsp - (*RenewFileReq)(nil), // 42: RenewFileReq - (*RenewFileRsp)(nil), // 43: RenewFileRsp - (*C346ReqBody)(nil), // 44: C346ReqBody - (*C346RspBody)(nil), // 45: C346RspBody - (*SendListQueryReq)(nil), // 46: SendListQueryReq - (*SendListQueryRsp)(nil), // 47: SendListQueryRsp - (*UploadSuccReq)(nil), // 48: UploadSuccReq - (*UploadSuccRsp)(nil), // 49: UploadSuccRsp -} -var file_cmd0x346_proto_depIdxs = []int32{ - 30, // 0: ApplyDownloadAbsRsp.downloadInfo:type_name -> DownloadInfo - 30, // 1: ApplyDownloadRsp.downloadInfo:type_name -> DownloadInfo - 35, // 2: ApplyDownloadRsp.fileInfo:type_name -> FileInfo - 35, // 3: ApplyListDownloadRsp.fileList:type_name -> FileInfo - 27, // 4: ExtensionReq.delMessageReq:type_name -> DelMessageReq - 35, // 5: FileQueryRsp.fileInfo:type_name -> FileInfo - 35, // 6: RecvListQueryRsp.fileList:type_name -> FileInfo - 40, // 7: C346ReqBody.recvListQueryReq:type_name -> RecvListQueryReq - 46, // 8: C346ReqBody.sendListQueryReq:type_name -> SendListQueryReq - 42, // 9: C346ReqBody.renewFileReq:type_name -> RenewFileReq - 38, // 10: C346ReqBody.recallFileReq:type_name -> RecallFileReq - 21, // 11: C346ReqBody.applyUploadReq:type_name -> ApplyUploadReq - 15, // 12: C346ReqBody.applyUploadHitReq:type_name -> ApplyUploadHitReq - 9, // 13: C346ReqBody.applyForwardFileReq:type_name -> ApplyForwardFileReq - 48, // 14: C346ReqBody.uploadSuccReq:type_name -> UploadSuccReq - 28, // 15: C346ReqBody.deleteFileReq:type_name -> DeleteFileReq - 31, // 16: C346ReqBody.downloadSuccReq:type_name -> DownloadSuccReq - 5, // 17: C346ReqBody.applyDownloadAbsReq:type_name -> ApplyDownloadAbsReq - 7, // 18: C346ReqBody.applyDownloadReq:type_name -> ApplyDownloadReq - 13, // 19: C346ReqBody.applyListDownloadReq:type_name -> ApplyListDownloadReq - 36, // 20: C346ReqBody.fileQueryReq:type_name -> FileQueryReq - 1, // 21: C346ReqBody.applyCopyFromReq:type_name -> ApplyCopyFromReq - 22, // 22: C346ReqBody.applyUploadReqV2:type_name -> ApplyUploadReqV2 - 23, // 23: C346ReqBody.applyUploadReqV3:type_name -> ApplyUploadReqV3 - 16, // 24: C346ReqBody.applyUploadHitReqV2:type_name -> ApplyUploadHitReqV2 - 17, // 25: C346ReqBody.applyUploadHitReqV3:type_name -> ApplyUploadHitReqV3 - 3, // 26: C346ReqBody.applyCopyToReq:type_name -> ApplyCopyToReq - 11, // 27: C346ReqBody.applyGetTrafficReq:type_name -> ApplyGetTrafficReq - 33, // 28: C346ReqBody.extensionReq:type_name -> ExtensionReq - 41, // 29: C346RspBody.recvListQueryRsp:type_name -> RecvListQueryRsp - 47, // 30: C346RspBody.sendListQueryRsp:type_name -> SendListQueryRsp - 43, // 31: C346RspBody.renewFileRsp:type_name -> RenewFileRsp - 39, // 32: C346RspBody.recallFileRsp:type_name -> RecallFileRsp - 24, // 33: C346RspBody.applyUploadRsp:type_name -> ApplyUploadRsp - 18, // 34: C346RspBody.applyUploadHitRsp:type_name -> ApplyUploadHitRsp - 10, // 35: C346RspBody.applyForwardFileRsp:type_name -> ApplyForwardFileRsp - 49, // 36: C346RspBody.uploadSuccRsp:type_name -> UploadSuccRsp - 29, // 37: C346RspBody.deleteFileRsp:type_name -> DeleteFileRsp - 32, // 38: C346RspBody.downloadSuccRsp:type_name -> DownloadSuccRsp - 6, // 39: C346RspBody.applyDownloadAbsRsp:type_name -> ApplyDownloadAbsRsp - 8, // 40: C346RspBody.applyDownloadRsp:type_name -> ApplyDownloadRsp - 14, // 41: C346RspBody.applyListDownloadRsp:type_name -> ApplyListDownloadRsp - 37, // 42: C346RspBody.fileQueryRsp:type_name -> FileQueryRsp - 2, // 43: C346RspBody.applyCopyFromRsp:type_name -> ApplyCopyFromRsp - 25, // 44: C346RspBody.applyUploadRspV2:type_name -> ApplyUploadRspV2 - 26, // 45: C346RspBody.applyUploadRspV3:type_name -> ApplyUploadRspV3 - 19, // 46: C346RspBody.applyUploadHitRspV2:type_name -> ApplyUploadHitRspV2 - 20, // 47: C346RspBody.applyUploadHitRspV3:type_name -> ApplyUploadHitRspV3 - 4, // 48: C346RspBody.applyCopyToRsp:type_name -> ApplyCopyToRsp - 0, // 49: C346RspBody.applyCleanTrafficRsp:type_name -> ApplyCleanTrafficRsp - 12, // 50: C346RspBody.applyGetTrafficRsp:type_name -> ApplyGetTrafficRsp - 34, // 51: C346RspBody.extensionRsp:type_name -> ExtensionRsp - 35, // 52: SendListQueryRsp.fileList:type_name -> FileInfo - 35, // 53: UploadSuccRsp.fileInfo:type_name -> FileInfo - 54, // [54:54] is the sub-list for method output_type - 54, // [54:54] is the sub-list for method input_type - 54, // [54:54] is the sub-list for extension type_name - 54, // [54:54] is the sub-list for extension extendee - 0, // [0:54] is the sub-list for field type_name -} - -func init() { file_cmd0x346_proto_init() } -func file_cmd0x346_proto_init() { - if File_cmd0x346_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_cmd0x346_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyCleanTrafficRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyCopyFromReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyCopyFromRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyCopyToReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyCopyToRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyDownloadAbsReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyDownloadAbsRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyDownloadReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyDownloadRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyForwardFileReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyForwardFileRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyGetTrafficReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyGetTrafficRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyListDownloadReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyListDownloadRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyUploadHitReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyUploadHitReqV2); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyUploadHitReqV3); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyUploadHitRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyUploadHitRspV2); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyUploadHitRspV3); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyUploadReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyUploadReqV2); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyUploadReqV3); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyUploadRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyUploadRspV2); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplyUploadRspV3); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DelMessageReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteFileReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteFileRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DownloadInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DownloadSuccReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DownloadSuccRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExtensionReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExtensionRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FileInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FileQueryReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FileQueryRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RecallFileReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RecallFileRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RecvListQueryReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RecvListQueryRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RenewFileReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RenewFileRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*C346ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*C346RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SendListQueryReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SendListQueryRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UploadSuccReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x346_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UploadSuccRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_cmd0x346_proto_rawDesc, - NumEnums: 0, - NumMessages: 50, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_cmd0x346_proto_goTypes, - DependencyIndexes: file_cmd0x346_proto_depIdxs, - MessageInfos: file_cmd0x346_proto_msgTypes, - }.Build() - File_cmd0x346_proto = out.File - file_cmd0x346_proto_rawDesc = nil - file_cmd0x346_proto_goTypes = nil - file_cmd0x346_proto_depIdxs = nil -} diff --git a/client/pb/cmd0x352/cmd0x352.pb.go b/client/pb/cmd0x352/cmd0x352.pb.go index 64f12654..8192b036 100644 --- a/client/pb/cmd0x352/cmd0x352.pb.go +++ b/client/pb/cmd0x352/cmd0x352.pb.go @@ -1,68 +1,14 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: cmd0x352.proto package cmd0x352 -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Subcmd *uint32 `protobuf:"varint,1,opt,name=subcmd" json:"subcmd,omitempty"` - TryupImgReq []*D352TryUpImgReq `protobuf:"bytes,2,rep,name=tryupImgReq" json:"tryupImgReq,omitempty"` + Subcmd *uint32 `protobuf:"varint,1,opt"` + TryupImgReq []*D352TryUpImgReq `protobuf:"bytes,2,rep"` // repeated GetImgUrlReq getimgUrlReq = 3; // repeated DelImgReq delImgReq = 4; - NetType *uint32 `protobuf:"varint,10,opt,name=netType" json:"netType,omitempty"` -} - -func (x *ReqBody) Reset() { - *x = ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x352_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ReqBody) ProtoMessage() {} - -func (x *ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x352_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ReqBody.ProtoReflect.Descriptor instead. -func (*ReqBody) Descriptor() ([]byte, []int) { - return file_cmd0x352_proto_rawDescGZIP(), []int{0} + NetType *uint32 `protobuf:"varint,10,opt"` } func (x *ReqBody) GetSubcmd() uint32 { @@ -87,48 +33,12 @@ func (x *ReqBody) GetNetType() uint32 { } type RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Subcmd *uint32 `protobuf:"varint,1,opt,name=subcmd" json:"subcmd,omitempty"` - TryupImgRsp []*TryUpImgRsp `protobuf:"bytes,2,rep,name=tryupImgRsp" json:"tryupImgRsp,omitempty"` + Subcmd *uint32 `protobuf:"varint,1,opt"` + TryupImgRsp []*TryUpImgRsp `protobuf:"bytes,2,rep"` // repeated GetImgUrlRsp getimgUrlRsp = 3; - NewBigchan *bool `protobuf:"varint,4,opt,name=newBigchan" json:"newBigchan,omitempty"` + NewBigchan *bool `protobuf:"varint,4,opt"` // repeated DelImgRsp delImgRsp = 5; - FailMsg []byte `protobuf:"bytes,10,opt,name=failMsg" json:"failMsg,omitempty"` -} - -func (x *RspBody) Reset() { - *x = RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x352_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RspBody) ProtoMessage() {} - -func (x *RspBody) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x352_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RspBody.ProtoReflect.Descriptor instead. -func (*RspBody) Descriptor() ([]byte, []int) { - return file_cmd0x352_proto_rawDescGZIP(), []int{1} + FailMsg []byte `protobuf:"bytes,10,opt"` } func (x *RspBody) GetSubcmd() uint32 { @@ -160,65 +70,29 @@ func (x *RspBody) GetFailMsg() []byte { } type D352TryUpImgReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SrcUin *uint64 `protobuf:"varint,1,opt,name=srcUin" json:"srcUin,omitempty"` - DstUin *uint64 `protobuf:"varint,2,opt,name=dstUin" json:"dstUin,omitempty"` - FileId *uint64 `protobuf:"varint,3,opt,name=fileId" json:"fileId,omitempty"` - FileMd5 []byte `protobuf:"bytes,4,opt,name=fileMd5" json:"fileMd5,omitempty"` - FileSize *uint64 `protobuf:"varint,5,opt,name=fileSize" json:"fileSize,omitempty"` - FileName []byte `protobuf:"bytes,6,opt,name=fileName" json:"fileName,omitempty"` - SrcTerm *uint32 `protobuf:"varint,7,opt,name=srcTerm" json:"srcTerm,omitempty"` - PlatformType *uint32 `protobuf:"varint,8,opt,name=platformType" json:"platformType,omitempty"` - InnerIp *uint32 `protobuf:"varint,9,opt,name=innerIp" json:"innerIp,omitempty"` - AddressBook *bool `protobuf:"varint,10,opt,name=addressBook" json:"addressBook,omitempty"` - Retry *uint32 `protobuf:"varint,11,opt,name=retry" json:"retry,omitempty"` - BuType *uint32 `protobuf:"varint,12,opt,name=buType" json:"buType,omitempty"` - PicOriginal *bool `protobuf:"varint,13,opt,name=picOriginal" json:"picOriginal,omitempty"` - PicWidth *uint32 `protobuf:"varint,14,opt,name=picWidth" json:"picWidth,omitempty"` - PicHeight *uint32 `protobuf:"varint,15,opt,name=picHeight" json:"picHeight,omitempty"` - PicType *uint32 `protobuf:"varint,16,opt,name=picType" json:"picType,omitempty"` - BuildVer []byte `protobuf:"bytes,17,opt,name=buildVer" json:"buildVer,omitempty"` - FileIndex []byte `protobuf:"bytes,18,opt,name=fileIndex" json:"fileIndex,omitempty"` - StoreDays *uint32 `protobuf:"varint,19,opt,name=storeDays" json:"storeDays,omitempty"` - TryupStepflag *uint32 `protobuf:"varint,20,opt,name=tryupStepflag" json:"tryupStepflag,omitempty"` - RejectTryfast *bool `protobuf:"varint,21,opt,name=rejectTryfast" json:"rejectTryfast,omitempty"` - SrvUpload *uint32 `protobuf:"varint,22,opt,name=srvUpload" json:"srvUpload,omitempty"` - TransferUrl []byte `protobuf:"bytes,23,opt,name=transferUrl" json:"transferUrl,omitempty"` -} - -func (x *D352TryUpImgReq) Reset() { - *x = D352TryUpImgReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x352_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D352TryUpImgReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D352TryUpImgReq) ProtoMessage() {} - -func (x *D352TryUpImgReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x352_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D352TryUpImgReq.ProtoReflect.Descriptor instead. -func (*D352TryUpImgReq) Descriptor() ([]byte, []int) { - return file_cmd0x352_proto_rawDescGZIP(), []int{2} + SrcUin *uint64 `protobuf:"varint,1,opt"` + DstUin *uint64 `protobuf:"varint,2,opt"` + FileId *uint64 `protobuf:"varint,3,opt"` + FileMd5 []byte `protobuf:"bytes,4,opt"` + FileSize *uint64 `protobuf:"varint,5,opt"` + FileName []byte `protobuf:"bytes,6,opt"` + SrcTerm *uint32 `protobuf:"varint,7,opt"` + PlatformType *uint32 `protobuf:"varint,8,opt"` + InnerIp *uint32 `protobuf:"varint,9,opt"` + AddressBook *bool `protobuf:"varint,10,opt"` + Retry *uint32 `protobuf:"varint,11,opt"` + BuType *uint32 `protobuf:"varint,12,opt"` + PicOriginal *bool `protobuf:"varint,13,opt"` + PicWidth *uint32 `protobuf:"varint,14,opt"` + PicHeight *uint32 `protobuf:"varint,15,opt"` + PicType *uint32 `protobuf:"varint,16,opt"` + BuildVer []byte `protobuf:"bytes,17,opt"` + FileIndex []byte `protobuf:"bytes,18,opt"` + StoreDays *uint32 `protobuf:"varint,19,opt"` + TryupStepflag *uint32 `protobuf:"varint,20,opt"` + RejectTryfast *bool `protobuf:"varint,21,opt"` + SrvUpload *uint32 `protobuf:"varint,22,opt"` + TransferUrl []byte `protobuf:"bytes,23,opt"` } func (x *D352TryUpImgReq) GetSrcUin() uint64 { @@ -383,65 +257,29 @@ func (x *D352TryUpImgReq) GetTransferUrl() []byte { } type TryUpImgRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FileId *uint64 `protobuf:"varint,1,opt,name=fileId" json:"fileId,omitempty"` - ClientIp *uint32 `protobuf:"varint,2,opt,name=clientIp" json:"clientIp,omitempty"` - Result *uint32 `protobuf:"varint,3,opt,name=result" json:"result,omitempty"` - FailMsg []byte `protobuf:"bytes,4,opt,name=failMsg" json:"failMsg,omitempty"` - FileExit *bool `protobuf:"varint,5,opt,name=fileExit" json:"fileExit,omitempty"` + FileId *uint64 `protobuf:"varint,1,opt"` + ClientIp *uint32 `protobuf:"varint,2,opt"` + Result *uint32 `protobuf:"varint,3,opt"` + FailMsg []byte `protobuf:"bytes,4,opt"` + FileExit *bool `protobuf:"varint,5,opt"` // optional ImgInfo imgInfo = 6; - UpIp []uint32 `protobuf:"varint,7,rep,name=upIp" json:"upIp,omitempty"` - UpPort []uint32 `protobuf:"varint,8,rep,name=upPort" json:"upPort,omitempty"` - UpUkey []byte `protobuf:"bytes,9,opt,name=upUkey" json:"upUkey,omitempty"` - UpResid []byte `protobuf:"bytes,10,opt,name=upResid" json:"upResid,omitempty"` - UpUuid []byte `protobuf:"bytes,11,opt,name=upUuid" json:"upUuid,omitempty"` - UpOffset *uint64 `protobuf:"varint,12,opt,name=upOffset" json:"upOffset,omitempty"` - BlockSize *uint64 `protobuf:"varint,13,opt,name=blockSize" json:"blockSize,omitempty"` - EncryptDstip []byte `protobuf:"bytes,14,opt,name=encryptDstip" json:"encryptDstip,omitempty"` - Roamdays *uint32 `protobuf:"varint,15,opt,name=roamdays" json:"roamdays,omitempty"` + UpIp []uint32 `protobuf:"varint,7,rep"` + UpPort []uint32 `protobuf:"varint,8,rep"` + UpUkey []byte `protobuf:"bytes,9,opt"` + UpResid []byte `protobuf:"bytes,10,opt"` + UpUuid []byte `protobuf:"bytes,11,opt"` + UpOffset *uint64 `protobuf:"varint,12,opt"` + BlockSize *uint64 `protobuf:"varint,13,opt"` + EncryptDstip []byte `protobuf:"bytes,14,opt"` + Roamdays *uint32 `protobuf:"varint,15,opt"` // repeated IPv6Info upIp6 = 26; - ClientIp6 []byte `protobuf:"bytes,27,opt,name=clientIp6" json:"clientIp6,omitempty"` - ThumbDownPara []byte `protobuf:"bytes,60,opt,name=thumbDownPara" json:"thumbDownPara,omitempty"` - OriginalDownPara []byte `protobuf:"bytes,61,opt,name=originalDownPara" json:"originalDownPara,omitempty"` - DownDomain []byte `protobuf:"bytes,62,opt,name=downDomain" json:"downDomain,omitempty"` - BigDownPara []byte `protobuf:"bytes,64,opt,name=bigDownPara" json:"bigDownPara,omitempty"` - BigThumbDownPara []byte `protobuf:"bytes,65,opt,name=bigThumbDownPara" json:"bigThumbDownPara,omitempty"` - HttpsUrlFlag *uint32 `protobuf:"varint,66,opt,name=httpsUrlFlag" json:"httpsUrlFlag,omitempty"` // optional TryUpInfo4Busi info4Busi = 1001; -} - -func (x *TryUpImgRsp) Reset() { - *x = TryUpImgRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x352_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TryUpImgRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TryUpImgRsp) ProtoMessage() {} - -func (x *TryUpImgRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x352_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TryUpImgRsp.ProtoReflect.Descriptor instead. -func (*TryUpImgRsp) Descriptor() ([]byte, []int) { - return file_cmd0x352_proto_rawDescGZIP(), []int{3} + ClientIp6 []byte `protobuf:"bytes,27,opt"` + ThumbDownPara []byte `protobuf:"bytes,60,opt"` + OriginalDownPara []byte `protobuf:"bytes,61,opt"` + DownDomain []byte `protobuf:"bytes,62,opt"` + BigDownPara []byte `protobuf:"bytes,64,opt"` + BigThumbDownPara []byte `protobuf:"bytes,65,opt"` + HttpsUrlFlag *uint32 `protobuf:"varint,66,opt"` // optional TryUpInfo4Busi info4Busi = 1001; } func (x *TryUpImgRsp) GetFileId() uint64 { @@ -590,214 +428,3 @@ func (x *TryUpImgRsp) GetHttpsUrlFlag() uint32 { } return 0 } - -var File_cmd0x352_proto protoreflect.FileDescriptor - -var file_cmd0x352_proto_rawDesc = []byte{ - 0x0a, 0x0e, 0x63, 0x6d, 0x64, 0x30, 0x78, 0x33, 0x35, 0x32, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x22, 0x6f, 0x0a, 0x07, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x73, - 0x75, 0x62, 0x63, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x73, 0x75, 0x62, - 0x63, 0x6d, 0x64, 0x12, 0x32, 0x0a, 0x0b, 0x74, 0x72, 0x79, 0x75, 0x70, 0x49, 0x6d, 0x67, 0x52, - 0x65, 0x71, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x44, 0x33, 0x35, 0x32, 0x54, - 0x72, 0x79, 0x55, 0x70, 0x49, 0x6d, 0x67, 0x52, 0x65, 0x71, 0x52, 0x0b, 0x74, 0x72, 0x79, 0x75, - 0x70, 0x49, 0x6d, 0x67, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x6e, 0x65, 0x74, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x6e, 0x65, 0x74, 0x54, 0x79, 0x70, - 0x65, 0x22, 0x8b, 0x01, 0x0a, 0x07, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, - 0x06, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x73, - 0x75, 0x62, 0x63, 0x6d, 0x64, 0x12, 0x2e, 0x0a, 0x0b, 0x74, 0x72, 0x79, 0x75, 0x70, 0x49, 0x6d, - 0x67, 0x52, 0x73, 0x70, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x54, 0x72, 0x79, - 0x55, 0x70, 0x49, 0x6d, 0x67, 0x52, 0x73, 0x70, 0x52, 0x0b, 0x74, 0x72, 0x79, 0x75, 0x70, 0x49, - 0x6d, 0x67, 0x52, 0x73, 0x70, 0x12, 0x1e, 0x0a, 0x0a, 0x6e, 0x65, 0x77, 0x42, 0x69, 0x67, 0x63, - 0x68, 0x61, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x6e, 0x65, 0x77, 0x42, 0x69, - 0x67, 0x63, 0x68, 0x61, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x61, 0x69, 0x6c, 0x4d, 0x73, 0x67, - 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, 0x61, 0x69, 0x6c, 0x4d, 0x73, 0x67, 0x22, - 0xad, 0x05, 0x0a, 0x0f, 0x44, 0x33, 0x35, 0x32, 0x54, 0x72, 0x79, 0x55, 0x70, 0x49, 0x6d, 0x67, - 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x72, 0x63, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x06, 0x73, 0x72, 0x63, 0x55, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x64, - 0x73, 0x74, 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x64, 0x73, 0x74, - 0x55, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x66, - 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, 0x69, - 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, - 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, - 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, - 0x07, 0x73, 0x72, 0x63, 0x54, 0x65, 0x72, 0x6d, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, - 0x73, 0x72, 0x63, 0x54, 0x65, 0x72, 0x6d, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x6c, 0x61, 0x74, 0x66, - 0x6f, 0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x70, - 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x69, - 0x6e, 0x6e, 0x65, 0x72, 0x49, 0x70, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x69, 0x6e, - 0x6e, 0x65, 0x72, 0x49, 0x70, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x42, 0x6f, 0x6f, 0x6b, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x42, 0x6f, 0x6f, 0x6b, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x65, 0x74, 0x72, 0x79, - 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x72, 0x65, 0x74, 0x72, 0x79, 0x12, 0x16, 0x0a, - 0x06, 0x62, 0x75, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x62, - 0x75, 0x54, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x69, 0x63, 0x4f, 0x72, 0x69, 0x67, - 0x69, 0x6e, 0x61, 0x6c, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x70, 0x69, 0x63, 0x4f, - 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x69, 0x63, 0x57, 0x69, - 0x64, 0x74, 0x68, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x70, 0x69, 0x63, 0x57, 0x69, - 0x64, 0x74, 0x68, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x69, 0x63, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, - 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x70, 0x69, 0x63, 0x48, 0x65, 0x69, 0x67, 0x68, - 0x74, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x69, 0x63, 0x54, 0x79, 0x70, 0x65, 0x18, 0x10, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x07, 0x70, 0x69, 0x63, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x62, - 0x75, 0x69, 0x6c, 0x64, 0x56, 0x65, 0x72, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x62, - 0x75, 0x69, 0x6c, 0x64, 0x56, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x66, 0x69, 0x6c, 0x65, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x44, 0x61, - 0x79, 0x73, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x44, - 0x61, 0x79, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x74, 0x72, 0x79, 0x75, 0x70, 0x53, 0x74, 0x65, 0x70, - 0x66, 0x6c, 0x61, 0x67, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x74, 0x72, 0x79, 0x75, - 0x70, 0x53, 0x74, 0x65, 0x70, 0x66, 0x6c, 0x61, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x65, 0x6a, - 0x65, 0x63, 0x74, 0x54, 0x72, 0x79, 0x66, 0x61, 0x73, 0x74, 0x18, 0x15, 0x20, 0x01, 0x28, 0x08, - 0x52, 0x0d, 0x72, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x54, 0x72, 0x79, 0x66, 0x61, 0x73, 0x74, 0x12, - 0x1c, 0x0a, 0x09, 0x73, 0x72, 0x76, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x16, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x09, 0x73, 0x72, 0x76, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x20, 0x0a, - 0x0b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x17, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x0b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x55, 0x72, 0x6c, 0x22, - 0x81, 0x05, 0x0a, 0x0b, 0x54, 0x72, 0x79, 0x55, 0x70, 0x49, 0x6d, 0x67, 0x52, 0x73, 0x70, 0x12, - 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, - 0x74, 0x49, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, - 0x74, 0x49, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x66, - 0x61, 0x69, 0x6c, 0x4d, 0x73, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, 0x61, - 0x69, 0x6c, 0x4d, 0x73, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, - 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, - 0x74, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x70, 0x49, 0x70, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0d, 0x52, - 0x04, 0x75, 0x70, 0x49, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x70, 0x50, 0x6f, 0x72, 0x74, 0x18, - 0x08, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x06, 0x75, 0x70, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x16, 0x0a, - 0x06, 0x75, 0x70, 0x55, 0x6b, 0x65, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x75, - 0x70, 0x55, 0x6b, 0x65, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x70, 0x52, 0x65, 0x73, 0x69, 0x64, - 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x75, 0x70, 0x52, 0x65, 0x73, 0x69, 0x64, 0x12, - 0x16, 0x0a, 0x06, 0x75, 0x70, 0x55, 0x75, 0x69, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x06, 0x75, 0x70, 0x55, 0x75, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x70, 0x4f, 0x66, 0x66, - 0x73, 0x65, 0x74, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x75, 0x70, 0x4f, 0x66, 0x66, - 0x73, 0x65, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x69, 0x7a, 0x65, - 0x18, 0x0d, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x69, 0x7a, - 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x44, 0x73, 0x74, 0x69, - 0x70, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, - 0x44, 0x73, 0x74, 0x69, 0x70, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x6f, 0x61, 0x6d, 0x64, 0x61, 0x79, - 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x72, 0x6f, 0x61, 0x6d, 0x64, 0x61, 0x79, - 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x36, 0x18, 0x1b, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x36, 0x12, - 0x24, 0x0a, 0x0d, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x61, 0x72, 0x61, - 0x18, 0x3c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x44, 0x6f, 0x77, - 0x6e, 0x50, 0x61, 0x72, 0x61, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, - 0x6c, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x61, 0x72, 0x61, 0x18, 0x3d, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x10, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x61, 0x72, - 0x61, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x6f, 0x77, 0x6e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, - 0x3e, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x64, 0x6f, 0x77, 0x6e, 0x44, 0x6f, 0x6d, 0x61, 0x69, - 0x6e, 0x12, 0x20, 0x0a, 0x0b, 0x62, 0x69, 0x67, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x61, 0x72, 0x61, - 0x18, 0x40, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x62, 0x69, 0x67, 0x44, 0x6f, 0x77, 0x6e, 0x50, - 0x61, 0x72, 0x61, 0x12, 0x2a, 0x0a, 0x10, 0x62, 0x69, 0x67, 0x54, 0x68, 0x75, 0x6d, 0x62, 0x44, - 0x6f, 0x77, 0x6e, 0x50, 0x61, 0x72, 0x61, 0x18, 0x41, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x10, 0x62, - 0x69, 0x67, 0x54, 0x68, 0x75, 0x6d, 0x62, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x61, 0x72, 0x61, 0x12, - 0x22, 0x0a, 0x0c, 0x68, 0x74, 0x74, 0x70, 0x73, 0x55, 0x72, 0x6c, 0x46, 0x6c, 0x61, 0x67, 0x18, - 0x42, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x68, 0x74, 0x74, 0x70, 0x73, 0x55, 0x72, 0x6c, 0x46, - 0x6c, 0x61, 0x67, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x63, 0x6d, 0x64, 0x30, 0x78, 0x33, - 0x35, 0x32, -} - -var ( - file_cmd0x352_proto_rawDescOnce sync.Once - file_cmd0x352_proto_rawDescData = file_cmd0x352_proto_rawDesc -) - -func file_cmd0x352_proto_rawDescGZIP() []byte { - file_cmd0x352_proto_rawDescOnce.Do(func() { - file_cmd0x352_proto_rawDescData = protoimpl.X.CompressGZIP(file_cmd0x352_proto_rawDescData) - }) - return file_cmd0x352_proto_rawDescData -} - -var file_cmd0x352_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_cmd0x352_proto_goTypes = []interface{}{ - (*ReqBody)(nil), // 0: ReqBody - (*RspBody)(nil), // 1: RspBody - (*D352TryUpImgReq)(nil), // 2: D352TryUpImgReq - (*TryUpImgRsp)(nil), // 3: TryUpImgRsp -} -var file_cmd0x352_proto_depIdxs = []int32{ - 2, // 0: ReqBody.tryupImgReq:type_name -> D352TryUpImgReq - 3, // 1: RspBody.tryupImgRsp:type_name -> TryUpImgRsp - 2, // [2:2] is the sub-list for method output_type - 2, // [2:2] is the sub-list for method input_type - 2, // [2:2] is the sub-list for extension type_name - 2, // [2:2] is the sub-list for extension extendee - 0, // [0:2] is the sub-list for field type_name -} - -func init() { file_cmd0x352_proto_init() } -func file_cmd0x352_proto_init() { - if File_cmd0x352_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_cmd0x352_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x352_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x352_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D352TryUpImgReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x352_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TryUpImgRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_cmd0x352_proto_rawDesc, - NumEnums: 0, - NumMessages: 4, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_cmd0x352_proto_goTypes, - DependencyIndexes: file_cmd0x352_proto_depIdxs, - MessageInfos: file_cmd0x352_proto_msgTypes, - }.Build() - File_cmd0x352_proto = out.File - file_cmd0x352_proto_rawDesc = nil - file_cmd0x352_proto_goTypes = nil - file_cmd0x352_proto_depIdxs = nil -} diff --git a/client/pb/cmd0x388/cmd0x388.pb.go b/client/pb/cmd0x388/cmd0x388.pb.go index bb545791..d8881ed1 100644 --- a/client/pb/cmd0x388/cmd0x388.pb.go +++ b/client/pb/cmd0x388/cmd0x388.pb.go @@ -1,72 +1,18 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.27.1 -// protoc v3.14.0 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: cmd0x388.proto package cmd0x388 -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type DelImgReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SrcUin *uint64 `protobuf:"varint,1,opt,name=srcUin" json:"srcUin,omitempty"` - DstUin *uint64 `protobuf:"varint,2,opt,name=dstUin" json:"dstUin,omitempty"` - ReqTerm *uint32 `protobuf:"varint,3,opt,name=reqTerm" json:"reqTerm,omitempty"` - ReqPlatformType *uint32 `protobuf:"varint,4,opt,name=reqPlatformType" json:"reqPlatformType,omitempty"` - BuType *uint32 `protobuf:"varint,5,opt,name=buType" json:"buType,omitempty"` - BuildVer []byte `protobuf:"bytes,6,opt,name=buildVer" json:"buildVer,omitempty"` - FileResid []byte `protobuf:"bytes,7,opt,name=fileResid" json:"fileResid,omitempty"` - PicWidth *uint32 `protobuf:"varint,8,opt,name=picWidth" json:"picWidth,omitempty"` - PicHeight *uint32 `protobuf:"varint,9,opt,name=picHeight" json:"picHeight,omitempty"` -} - -func (x *DelImgReq) Reset() { - *x = DelImgReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DelImgReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DelImgReq) ProtoMessage() {} - -func (x *DelImgReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DelImgReq.ProtoReflect.Descriptor instead. -func (*DelImgReq) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{0} + SrcUin *uint64 `protobuf:"varint,1,opt"` + DstUin *uint64 `protobuf:"varint,2,opt"` + ReqTerm *uint32 `protobuf:"varint,3,opt"` + ReqPlatformType *uint32 `protobuf:"varint,4,opt"` + BuType *uint32 `protobuf:"varint,5,opt"` + BuildVer []byte `protobuf:"bytes,6,opt"` + FileResid []byte `protobuf:"bytes,7,opt"` + PicWidth *uint32 `protobuf:"varint,8,opt"` + PicHeight *uint32 `protobuf:"varint,9,opt"` } func (x *DelImgReq) GetSrcUin() uint64 { @@ -133,45 +79,9 @@ func (x *DelImgReq) GetPicHeight() uint32 { } type DelImgRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` - FailMsg []byte `protobuf:"bytes,2,opt,name=failMsg" json:"failMsg,omitempty"` - FileResid []byte `protobuf:"bytes,3,opt,name=fileResid" json:"fileResid,omitempty"` -} - -func (x *DelImgRsp) Reset() { - *x = DelImgRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DelImgRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DelImgRsp) ProtoMessage() {} - -func (x *DelImgRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DelImgRsp.ProtoReflect.Descriptor instead. -func (*DelImgRsp) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{1} + Result *uint32 `protobuf:"varint,1,opt"` + FailMsg []byte `protobuf:"bytes,2,opt"` + FileResid []byte `protobuf:"bytes,3,opt"` } func (x *DelImgRsp) GetResult() uint32 { @@ -196,43 +106,7 @@ func (x *DelImgRsp) GetFileResid() []byte { } type ExpRoamExtendInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Resid []byte `protobuf:"bytes,1,opt,name=resid" json:"resid,omitempty"` -} - -func (x *ExpRoamExtendInfo) Reset() { - *x = ExpRoamExtendInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ExpRoamExtendInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ExpRoamExtendInfo) ProtoMessage() {} - -func (x *ExpRoamExtendInfo) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ExpRoamExtendInfo.ProtoReflect.Descriptor instead. -func (*ExpRoamExtendInfo) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{2} + Resid []byte `protobuf:"bytes,1,opt"` } func (x *ExpRoamExtendInfo) GetResid() []byte { @@ -243,45 +117,9 @@ func (x *ExpRoamExtendInfo) GetResid() []byte { } type ExpRoamPicInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ShopFlag *uint32 `protobuf:"varint,1,opt,name=shopFlag" json:"shopFlag,omitempty"` - PkgId *uint32 `protobuf:"varint,2,opt,name=pkgId" json:"pkgId,omitempty"` - PicId []byte `protobuf:"bytes,3,opt,name=picId" json:"picId,omitempty"` -} - -func (x *ExpRoamPicInfo) Reset() { - *x = ExpRoamPicInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ExpRoamPicInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ExpRoamPicInfo) ProtoMessage() {} - -func (x *ExpRoamPicInfo) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ExpRoamPicInfo.ProtoReflect.Descriptor instead. -func (*ExpRoamPicInfo) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{3} + ShopFlag *uint32 `protobuf:"varint,1,opt"` + PkgId *uint32 `protobuf:"varint,2,opt"` + PicId []byte `protobuf:"bytes,3,opt"` } func (x *ExpRoamPicInfo) GetShopFlag() uint32 { @@ -306,43 +144,7 @@ func (x *ExpRoamPicInfo) GetPicId() []byte { } type ExtensionCommPicTryUp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Extinfo [][]byte `protobuf:"bytes,1,rep,name=extinfo" json:"extinfo,omitempty"` -} - -func (x *ExtensionCommPicTryUp) Reset() { - *x = ExtensionCommPicTryUp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ExtensionCommPicTryUp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ExtensionCommPicTryUp) ProtoMessage() {} - -func (x *ExtensionCommPicTryUp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ExtensionCommPicTryUp.ProtoReflect.Descriptor instead. -func (*ExtensionCommPicTryUp) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{4} + Extinfo [][]byte `protobuf:"bytes,1,rep"` } func (x *ExtensionCommPicTryUp) GetExtinfo() [][]byte { @@ -353,43 +155,7 @@ func (x *ExtensionCommPicTryUp) GetExtinfo() [][]byte { } type ExtensionExpRoamTryUp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ExproamPicInfo []*ExpRoamPicInfo `protobuf:"bytes,1,rep,name=exproamPicInfo" json:"exproamPicInfo,omitempty"` -} - -func (x *ExtensionExpRoamTryUp) Reset() { - *x = ExtensionExpRoamTryUp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ExtensionExpRoamTryUp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ExtensionExpRoamTryUp) ProtoMessage() {} - -func (x *ExtensionExpRoamTryUp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ExtensionExpRoamTryUp.ProtoReflect.Descriptor instead. -func (*ExtensionExpRoamTryUp) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{5} + ExproamPicInfo []*ExpRoamPicInfo `protobuf:"bytes,1,rep"` } func (x *ExtensionExpRoamTryUp) GetExproamPicInfo() []*ExpRoamPicInfo { @@ -400,65 +166,29 @@ func (x *ExtensionExpRoamTryUp) GetExproamPicInfo() []*ExpRoamPicInfo { } type GetImgUrlReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - DstUin *uint64 `protobuf:"varint,2,opt,name=dstUin" json:"dstUin,omitempty"` - Fileid *uint64 `protobuf:"varint,3,opt,name=fileid" json:"fileid,omitempty"` - FileMd5 []byte `protobuf:"bytes,4,opt,name=fileMd5" json:"fileMd5,omitempty"` - UrlFlag *uint32 `protobuf:"varint,5,opt,name=urlFlag" json:"urlFlag,omitempty"` - UrlType *uint32 `protobuf:"varint,6,opt,name=urlType" json:"urlType,omitempty"` - ReqTerm *uint32 `protobuf:"varint,7,opt,name=reqTerm" json:"reqTerm,omitempty"` - ReqPlatformType *uint32 `protobuf:"varint,8,opt,name=reqPlatformType" json:"reqPlatformType,omitempty"` - InnerIp *uint32 `protobuf:"varint,9,opt,name=innerIp" json:"innerIp,omitempty"` - BuType *uint32 `protobuf:"varint,10,opt,name=buType" json:"buType,omitempty"` - BuildVer []byte `protobuf:"bytes,11,opt,name=buildVer" json:"buildVer,omitempty"` - FileId *uint64 `protobuf:"varint,12,opt,name=fileId" json:"fileId,omitempty"` - FileSize *uint64 `protobuf:"varint,13,opt,name=fileSize" json:"fileSize,omitempty"` - OriginalPic *uint32 `protobuf:"varint,14,opt,name=originalPic" json:"originalPic,omitempty"` - RetryReq *uint32 `protobuf:"varint,15,opt,name=retryReq" json:"retryReq,omitempty"` - FileHeight *uint32 `protobuf:"varint,16,opt,name=fileHeight" json:"fileHeight,omitempty"` - FileWidth *uint32 `protobuf:"varint,17,opt,name=fileWidth" json:"fileWidth,omitempty"` - PicType *uint32 `protobuf:"varint,18,opt,name=picType" json:"picType,omitempty"` - PicUpTimestamp *uint32 `protobuf:"varint,19,opt,name=picUpTimestamp" json:"picUpTimestamp,omitempty"` - ReqTransferType *uint32 `protobuf:"varint,20,opt,name=reqTransferType" json:"reqTransferType,omitempty"` - QqmeetGuildId *uint64 `protobuf:"varint,21,opt,name=qqmeetGuildId" json:"qqmeetGuildId,omitempty"` - QqmeetChannelId *uint64 `protobuf:"varint,22,opt,name=qqmeetChannelId" json:"qqmeetChannelId,omitempty"` - DownloadIndex []byte `protobuf:"bytes,23,opt,name=downloadIndex" json:"downloadIndex,omitempty"` -} - -func (x *GetImgUrlReq) Reset() { - *x = GetImgUrlReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetImgUrlReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetImgUrlReq) ProtoMessage() {} - -func (x *GetImgUrlReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetImgUrlReq.ProtoReflect.Descriptor instead. -func (*GetImgUrlReq) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{6} + GroupCode *uint64 `protobuf:"varint,1,opt"` + DstUin *uint64 `protobuf:"varint,2,opt"` + Fileid *uint64 `protobuf:"varint,3,opt"` + FileMd5 []byte `protobuf:"bytes,4,opt"` + UrlFlag *uint32 `protobuf:"varint,5,opt"` + UrlType *uint32 `protobuf:"varint,6,opt"` + ReqTerm *uint32 `protobuf:"varint,7,opt"` + ReqPlatformType *uint32 `protobuf:"varint,8,opt"` + InnerIp *uint32 `protobuf:"varint,9,opt"` + BuType *uint32 `protobuf:"varint,10,opt"` + BuildVer []byte `protobuf:"bytes,11,opt"` + FileId *uint64 `protobuf:"varint,12,opt"` + FileSize *uint64 `protobuf:"varint,13,opt"` + OriginalPic *uint32 `protobuf:"varint,14,opt"` + RetryReq *uint32 `protobuf:"varint,15,opt"` + FileHeight *uint32 `protobuf:"varint,16,opt"` + FileWidth *uint32 `protobuf:"varint,17,opt"` + PicType *uint32 `protobuf:"varint,18,opt"` + PicUpTimestamp *uint32 `protobuf:"varint,19,opt"` + ReqTransferType *uint32 `protobuf:"varint,20,opt"` + QqmeetGuildId *uint64 `protobuf:"varint,21,opt"` + QqmeetChannelId *uint64 `protobuf:"varint,22,opt"` + DownloadIndex []byte `protobuf:"bytes,23,opt"` } func (x *GetImgUrlReq) GetGroupCode() uint64 { @@ -623,63 +353,27 @@ func (x *GetImgUrlReq) GetDownloadIndex() []byte { } type GetImgUrlRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Fileid *uint64 `protobuf:"varint,1,opt,name=fileid" json:"fileid,omitempty"` - FileMd5 []byte `protobuf:"bytes,2,opt,name=fileMd5" json:"fileMd5,omitempty"` - Result *uint32 `protobuf:"varint,3,opt,name=result" json:"result,omitempty"` - FailMsg []byte `protobuf:"bytes,4,opt,name=failMsg" json:"failMsg,omitempty"` - ImgInfo *ImgInfo `protobuf:"bytes,5,opt,name=imgInfo" json:"imgInfo,omitempty"` - ThumbDownUrl [][]byte `protobuf:"bytes,6,rep,name=thumbDownUrl" json:"thumbDownUrl,omitempty"` - OriginalDownUrl [][]byte `protobuf:"bytes,7,rep,name=originalDownUrl" json:"originalDownUrl,omitempty"` - BigDownUrl [][]byte `protobuf:"bytes,8,rep,name=bigDownUrl" json:"bigDownUrl,omitempty"` - DownIp []uint32 `protobuf:"varint,9,rep,name=downIp" json:"downIp,omitempty"` - DownPort []uint32 `protobuf:"varint,10,rep,name=downPort" json:"downPort,omitempty"` - DownDomain []byte `protobuf:"bytes,11,opt,name=downDomain" json:"downDomain,omitempty"` - ThumbDownPara []byte `protobuf:"bytes,12,opt,name=thumbDownPara" json:"thumbDownPara,omitempty"` - OriginalDownPara []byte `protobuf:"bytes,13,opt,name=originalDownPara" json:"originalDownPara,omitempty"` - BigDownPara []byte `protobuf:"bytes,14,opt,name=bigDownPara" json:"bigDownPara,omitempty"` - FileId *uint64 `protobuf:"varint,15,opt,name=fileId" json:"fileId,omitempty"` - AutoDownType *uint32 `protobuf:"varint,16,opt,name=autoDownType" json:"autoDownType,omitempty"` - OrderDownType []uint32 `protobuf:"varint,17,rep,name=orderDownType" json:"orderDownType,omitempty"` - BigThumbDownPara []byte `protobuf:"bytes,19,opt,name=bigThumbDownPara" json:"bigThumbDownPara,omitempty"` - HttpsUrlFlag *uint32 `protobuf:"varint,20,opt,name=httpsUrlFlag" json:"httpsUrlFlag,omitempty"` - DownIp6 []*IPv6Info `protobuf:"bytes,26,rep,name=downIp6" json:"downIp6,omitempty"` - ClientIp6 []byte `protobuf:"bytes,27,opt,name=clientIp6" json:"clientIp6,omitempty"` -} - -func (x *GetImgUrlRsp) Reset() { - *x = GetImgUrlRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetImgUrlRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetImgUrlRsp) ProtoMessage() {} - -func (x *GetImgUrlRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetImgUrlRsp.ProtoReflect.Descriptor instead. -func (*GetImgUrlRsp) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{7} + Fileid *uint64 `protobuf:"varint,1,opt"` + FileMd5 []byte `protobuf:"bytes,2,opt"` + Result *uint32 `protobuf:"varint,3,opt"` + FailMsg []byte `protobuf:"bytes,4,opt"` + ImgInfo *ImgInfo `protobuf:"bytes,5,opt"` + ThumbDownUrl [][]byte `protobuf:"bytes,6,rep"` + OriginalDownUrl [][]byte `protobuf:"bytes,7,rep"` + BigDownUrl [][]byte `protobuf:"bytes,8,rep"` + DownIp []uint32 `protobuf:"varint,9,rep"` + DownPort []uint32 `protobuf:"varint,10,rep"` + DownDomain []byte `protobuf:"bytes,11,opt"` + ThumbDownPara []byte `protobuf:"bytes,12,opt"` + OriginalDownPara []byte `protobuf:"bytes,13,opt"` + BigDownPara []byte `protobuf:"bytes,14,opt"` + FileId *uint64 `protobuf:"varint,15,opt"` + AutoDownType *uint32 `protobuf:"varint,16,opt"` + OrderDownType []uint32 `protobuf:"varint,17,rep"` + BigThumbDownPara []byte `protobuf:"bytes,19,opt"` + HttpsUrlFlag *uint32 `protobuf:"varint,20,opt"` + DownIp6 []*IPv6Info `protobuf:"bytes,26,rep"` + ClientIp6 []byte `protobuf:"bytes,27,opt"` } func (x *GetImgUrlRsp) GetFileid() uint64 { @@ -830,57 +524,21 @@ func (x *GetImgUrlRsp) GetClientIp6() []byte { } type GetPttUrlReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - DstUin *uint64 `protobuf:"varint,2,opt,name=dstUin" json:"dstUin,omitempty"` - Fileid *uint64 `protobuf:"varint,3,opt,name=fileid" json:"fileid,omitempty"` - FileMd5 []byte `protobuf:"bytes,4,opt,name=fileMd5" json:"fileMd5,omitempty"` - ReqTerm *uint32 `protobuf:"varint,5,opt,name=reqTerm" json:"reqTerm,omitempty"` - ReqPlatformType *uint32 `protobuf:"varint,6,opt,name=reqPlatformType" json:"reqPlatformType,omitempty"` - InnerIp *uint32 `protobuf:"varint,7,opt,name=innerIp" json:"innerIp,omitempty"` - BuType *uint32 `protobuf:"varint,8,opt,name=buType" json:"buType,omitempty"` - BuildVer []byte `protobuf:"bytes,9,opt,name=buildVer" json:"buildVer,omitempty"` - FileId *uint64 `protobuf:"varint,10,opt,name=fileId" json:"fileId,omitempty"` - FileKey []byte `protobuf:"bytes,11,opt,name=fileKey" json:"fileKey,omitempty"` - Codec *uint32 `protobuf:"varint,12,opt,name=codec" json:"codec,omitempty"` - BuId *uint32 `protobuf:"varint,13,opt,name=buId" json:"buId,omitempty"` - ReqTransferType *uint32 `protobuf:"varint,14,opt,name=reqTransferType" json:"reqTransferType,omitempty"` - IsAuto *uint32 `protobuf:"varint,15,opt,name=isAuto" json:"isAuto,omitempty"` -} - -func (x *GetPttUrlReq) Reset() { - *x = GetPttUrlReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetPttUrlReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetPttUrlReq) ProtoMessage() {} - -func (x *GetPttUrlReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetPttUrlReq.ProtoReflect.Descriptor instead. -func (*GetPttUrlReq) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{8} + GroupCode *uint64 `protobuf:"varint,1,opt"` + DstUin *uint64 `protobuf:"varint,2,opt"` + Fileid *uint64 `protobuf:"varint,3,opt"` + FileMd5 []byte `protobuf:"bytes,4,opt"` + ReqTerm *uint32 `protobuf:"varint,5,opt"` + ReqPlatformType *uint32 `protobuf:"varint,6,opt"` + InnerIp *uint32 `protobuf:"varint,7,opt"` + BuType *uint32 `protobuf:"varint,8,opt"` + BuildVer []byte `protobuf:"bytes,9,opt"` + FileId *uint64 `protobuf:"varint,10,opt"` + FileKey []byte `protobuf:"bytes,11,opt"` + Codec *uint32 `protobuf:"varint,12,opt"` + BuId *uint32 `protobuf:"varint,13,opt"` + ReqTransferType *uint32 `protobuf:"varint,14,opt"` + IsAuto *uint32 `protobuf:"varint,15,opt"` } func (x *GetPttUrlReq) GetGroupCode() uint64 { @@ -989,57 +647,21 @@ func (x *GetPttUrlReq) GetIsAuto() uint32 { } type GetPttUrlRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Fileid *uint64 `protobuf:"varint,1,opt,name=fileid" json:"fileid,omitempty"` - FileMd5 []byte `protobuf:"bytes,2,opt,name=fileMd5" json:"fileMd5,omitempty"` - Result *uint32 `protobuf:"varint,3,opt,name=result" json:"result,omitempty"` - FailMsg []byte `protobuf:"bytes,4,opt,name=failMsg" json:"failMsg,omitempty"` - DownUrl [][]byte `protobuf:"bytes,5,rep,name=downUrl" json:"downUrl,omitempty"` - DownIp []uint32 `protobuf:"varint,6,rep,name=downIp" json:"downIp,omitempty"` - DownPort []uint32 `protobuf:"varint,7,rep,name=downPort" json:"downPort,omitempty"` - DownDomain []byte `protobuf:"bytes,8,opt,name=downDomain" json:"downDomain,omitempty"` - DownPara []byte `protobuf:"bytes,9,opt,name=downPara" json:"downPara,omitempty"` - FileId *uint64 `protobuf:"varint,10,opt,name=fileId" json:"fileId,omitempty"` - TransferType *uint32 `protobuf:"varint,11,opt,name=transferType" json:"transferType,omitempty"` - AllowRetry *uint32 `protobuf:"varint,12,opt,name=allowRetry" json:"allowRetry,omitempty"` - DownIp6 []*IPv6Info `protobuf:"bytes,26,rep,name=downIp6" json:"downIp6,omitempty"` - ClientIp6 []byte `protobuf:"bytes,27,opt,name=clientIp6" json:"clientIp6,omitempty"` - Domain *string `protobuf:"bytes,28,opt,name=domain" json:"domain,omitempty"` -} - -func (x *GetPttUrlRsp) Reset() { - *x = GetPttUrlRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetPttUrlRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetPttUrlRsp) ProtoMessage() {} - -func (x *GetPttUrlRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetPttUrlRsp.ProtoReflect.Descriptor instead. -func (*GetPttUrlRsp) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{9} + Fileid *uint64 `protobuf:"varint,1,opt"` + FileMd5 []byte `protobuf:"bytes,2,opt"` + Result *uint32 `protobuf:"varint,3,opt"` + FailMsg []byte `protobuf:"bytes,4,opt"` + DownUrl [][]byte `protobuf:"bytes,5,rep"` + DownIp []uint32 `protobuf:"varint,6,rep"` + DownPort []uint32 `protobuf:"varint,7,rep"` + DownDomain []byte `protobuf:"bytes,8,opt"` + DownPara []byte `protobuf:"bytes,9,opt"` + FileId *uint64 `protobuf:"varint,10,opt"` + TransferType *uint32 `protobuf:"varint,11,opt"` + AllowRetry *uint32 `protobuf:"varint,12,opt"` + DownIp6 []*IPv6Info `protobuf:"bytes,26,rep"` + ClientIp6 []byte `protobuf:"bytes,27,opt"` + Domain *string `protobuf:"bytes,28,opt"` } func (x *GetPttUrlRsp) GetFileid() uint64 { @@ -1148,44 +770,8 @@ func (x *GetPttUrlRsp) GetDomain() string { } type IPv6Info struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Ip6 []byte `protobuf:"bytes,1,opt,name=ip6" json:"ip6,omitempty"` - Port *uint32 `protobuf:"varint,2,opt,name=port" json:"port,omitempty"` -} - -func (x *IPv6Info) Reset() { - *x = IPv6Info{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *IPv6Info) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*IPv6Info) ProtoMessage() {} - -func (x *IPv6Info) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use IPv6Info.ProtoReflect.Descriptor instead. -func (*IPv6Info) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{10} + Ip6 []byte `protobuf:"bytes,1,opt"` + Port *uint32 `protobuf:"varint,2,opt"` } func (x *IPv6Info) GetIp6() []byte { @@ -1203,47 +789,11 @@ func (x *IPv6Info) GetPort() uint32 { } type ImgInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FileMd5 []byte `protobuf:"bytes,1,opt,name=fileMd5" json:"fileMd5,omitempty"` - FileType *uint32 `protobuf:"varint,2,opt,name=fileType" json:"fileType,omitempty"` - FileSize *uint64 `protobuf:"varint,3,opt,name=fileSize" json:"fileSize,omitempty"` - FileWidth *uint32 `protobuf:"varint,4,opt,name=fileWidth" json:"fileWidth,omitempty"` - FileHeight *uint32 `protobuf:"varint,5,opt,name=fileHeight" json:"fileHeight,omitempty"` -} - -func (x *ImgInfo) Reset() { - *x = ImgInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ImgInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ImgInfo) ProtoMessage() {} - -func (x *ImgInfo) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ImgInfo.ProtoReflect.Descriptor instead. -func (*ImgInfo) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{11} + FileMd5 []byte `protobuf:"bytes,1,opt"` + FileType *uint32 `protobuf:"varint,2,opt"` + FileSize *uint64 `protobuf:"varint,3,opt"` + FileWidth *uint32 `protobuf:"varint,4,opt"` + FileHeight *uint32 `protobuf:"varint,5,opt"` } func (x *ImgInfo) GetFileMd5() []byte { @@ -1282,45 +832,9 @@ func (x *ImgInfo) GetFileHeight() uint32 { } type PicSize struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Original *uint32 `protobuf:"varint,1,opt,name=original" json:"original,omitempty"` - Thumb *uint32 `protobuf:"varint,2,opt,name=thumb" json:"thumb,omitempty"` - High *uint32 `protobuf:"varint,3,opt,name=high" json:"high,omitempty"` -} - -func (x *PicSize) Reset() { - *x = PicSize{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PicSize) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PicSize) ProtoMessage() {} - -func (x *PicSize) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PicSize.ProtoReflect.Descriptor instead. -func (*PicSize) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{12} + Original *uint32 `protobuf:"varint,1,opt"` + Thumb *uint32 `protobuf:"varint,2,opt"` + High *uint32 `protobuf:"varint,3,opt"` } func (x *PicSize) GetOriginal() uint32 { @@ -1345,51 +859,15 @@ func (x *PicSize) GetHigh() uint32 { } type D388ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - NetType *uint32 `protobuf:"varint,1,opt,name=netType" json:"netType,omitempty"` - Subcmd *uint32 `protobuf:"varint,2,opt,name=subcmd" json:"subcmd,omitempty"` - TryupImgReq []*TryUpImgReq `protobuf:"bytes,3,rep,name=tryupImgReq" json:"tryupImgReq,omitempty"` - GetimgUrlReq []*GetImgUrlReq `protobuf:"bytes,4,rep,name=getimgUrlReq" json:"getimgUrlReq,omitempty"` - TryupPttReq []*TryUpPttReq `protobuf:"bytes,5,rep,name=tryupPttReq" json:"tryupPttReq,omitempty"` - GetpttUrlReq []*GetPttUrlReq `protobuf:"bytes,6,rep,name=getpttUrlReq" json:"getpttUrlReq,omitempty"` - CommandId *uint32 `protobuf:"varint,7,opt,name=commandId" json:"commandId,omitempty"` - DelImgReq []*DelImgReq `protobuf:"bytes,8,rep,name=delImgReq" json:"delImgReq,omitempty"` - Extension []byte `protobuf:"bytes,1001,opt,name=extension" json:"extension,omitempty"` -} - -func (x *D388ReqBody) Reset() { - *x = D388ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D388ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D388ReqBody) ProtoMessage() {} - -func (x *D388ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D388ReqBody.ProtoReflect.Descriptor instead. -func (*D388ReqBody) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{13} + NetType *uint32 `protobuf:"varint,1,opt"` + Subcmd *uint32 `protobuf:"varint,2,opt"` + TryupImgReq []*TryUpImgReq `protobuf:"bytes,3,rep"` + GetimgUrlReq []*GetImgUrlReq `protobuf:"bytes,4,rep"` + TryupPttReq []*TryUpPttReq `protobuf:"bytes,5,rep"` + GetpttUrlReq []*GetPttUrlReq `protobuf:"bytes,6,rep"` + CommandId *uint32 `protobuf:"varint,7,opt"` + DelImgReq []*DelImgReq `protobuf:"bytes,8,rep"` + Extension []byte `protobuf:"bytes,1001,opt"` } func (x *D388ReqBody) GetNetType() uint32 { @@ -1456,49 +934,13 @@ func (x *D388ReqBody) GetExtension() []byte { } type D388RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ClientIp *uint32 `protobuf:"varint,1,opt,name=clientIp" json:"clientIp,omitempty"` - Subcmd *uint32 `protobuf:"varint,2,opt,name=subcmd" json:"subcmd,omitempty"` - TryupImgRsp []*D388TryUpImgRsp `protobuf:"bytes,3,rep,name=tryupImgRsp" json:"tryupImgRsp,omitempty"` - GetimgUrlRsp []*GetImgUrlRsp `protobuf:"bytes,4,rep,name=getimgUrlRsp" json:"getimgUrlRsp,omitempty"` - TryupPttRsp []*TryUpPttRsp `protobuf:"bytes,5,rep,name=tryupPttRsp" json:"tryupPttRsp,omitempty"` - GetpttUrlRsp []*GetPttUrlRsp `protobuf:"bytes,6,rep,name=getpttUrlRsp" json:"getpttUrlRsp,omitempty"` - DelImgRsp []*DelImgRsp `protobuf:"bytes,7,rep,name=delImgRsp" json:"delImgRsp,omitempty"` -} - -func (x *D388RspBody) Reset() { - *x = D388RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D388RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D388RspBody) ProtoMessage() {} - -func (x *D388RspBody) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D388RspBody.ProtoReflect.Descriptor instead. -func (*D388RspBody) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{14} + ClientIp *uint32 `protobuf:"varint,1,opt"` + Subcmd *uint32 `protobuf:"varint,2,opt"` + TryupImgRsp []*D388TryUpImgRsp `protobuf:"bytes,3,rep"` + GetimgUrlRsp []*GetImgUrlRsp `protobuf:"bytes,4,rep"` + TryupPttRsp []*TryUpPttRsp `protobuf:"bytes,5,rep"` + GetpttUrlRsp []*GetPttUrlRsp `protobuf:"bytes,6,rep"` + DelImgRsp []*DelImgRsp `protobuf:"bytes,7,rep"` } func (x *D388RspBody) GetClientIp() uint32 { @@ -1551,64 +993,28 @@ func (x *D388RspBody) GetDelImgRsp() []*DelImgRsp { } type TryUpImgReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - SrcUin *uint64 `protobuf:"varint,2,opt,name=srcUin" json:"srcUin,omitempty"` - FileId *uint64 `protobuf:"varint,3,opt,name=fileId" json:"fileId,omitempty"` - FileMd5 []byte `protobuf:"bytes,4,opt,name=fileMd5" json:"fileMd5,omitempty"` - FileSize *uint64 `protobuf:"varint,5,opt,name=fileSize" json:"fileSize,omitempty"` - FileName []byte `protobuf:"bytes,6,opt,name=fileName" json:"fileName,omitempty"` - SrcTerm *uint32 `protobuf:"varint,7,opt,name=srcTerm" json:"srcTerm,omitempty"` - PlatformType *uint32 `protobuf:"varint,8,opt,name=platformType" json:"platformType,omitempty"` - BuType *uint32 `protobuf:"varint,9,opt,name=buType" json:"buType,omitempty"` - PicWidth *uint32 `protobuf:"varint,10,opt,name=picWidth" json:"picWidth,omitempty"` - PicHeight *uint32 `protobuf:"varint,11,opt,name=picHeight" json:"picHeight,omitempty"` - PicType *uint32 `protobuf:"varint,12,opt,name=picType" json:"picType,omitempty"` - BuildVer []byte `protobuf:"bytes,13,opt,name=buildVer" json:"buildVer,omitempty"` - InnerIp *uint32 `protobuf:"varint,14,opt,name=innerIp" json:"innerIp,omitempty"` - AppPicType *uint32 `protobuf:"varint,15,opt,name=appPicType" json:"appPicType,omitempty"` - OriginalPic *uint32 `protobuf:"varint,16,opt,name=originalPic" json:"originalPic,omitempty"` - FileIndex []byte `protobuf:"bytes,17,opt,name=fileIndex" json:"fileIndex,omitempty"` - DstUin *uint64 `protobuf:"varint,18,opt,name=dstUin" json:"dstUin,omitempty"` - SrvUpload *uint32 `protobuf:"varint,19,opt,name=srvUpload" json:"srvUpload,omitempty"` - TransferUrl []byte `protobuf:"bytes,20,opt,name=transferUrl" json:"transferUrl,omitempty"` - QqmeetGuildId *uint64 `protobuf:"varint,21,opt,name=qqmeetGuildId" json:"qqmeetGuildId,omitempty"` - QqmeetChannelId *uint64 `protobuf:"varint,22,opt,name=qqmeetChannelId" json:"qqmeetChannelId,omitempty"` -} - -func (x *TryUpImgReq) Reset() { - *x = TryUpImgReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TryUpImgReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TryUpImgReq) ProtoMessage() {} - -func (x *TryUpImgReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TryUpImgReq.ProtoReflect.Descriptor instead. -func (*TryUpImgReq) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{15} + GroupCode *uint64 `protobuf:"varint,1,opt"` + SrcUin *uint64 `protobuf:"varint,2,opt"` + FileId *uint64 `protobuf:"varint,3,opt"` + FileMd5 []byte `protobuf:"bytes,4,opt"` + FileSize *uint64 `protobuf:"varint,5,opt"` + FileName []byte `protobuf:"bytes,6,opt"` + SrcTerm *uint32 `protobuf:"varint,7,opt"` + PlatformType *uint32 `protobuf:"varint,8,opt"` + BuType *uint32 `protobuf:"varint,9,opt"` + PicWidth *uint32 `protobuf:"varint,10,opt"` + PicHeight *uint32 `protobuf:"varint,11,opt"` + PicType *uint32 `protobuf:"varint,12,opt"` + BuildVer []byte `protobuf:"bytes,13,opt"` + InnerIp *uint32 `protobuf:"varint,14,opt"` + AppPicType *uint32 `protobuf:"varint,15,opt"` + OriginalPic *uint32 `protobuf:"varint,16,opt"` + FileIndex []byte `protobuf:"bytes,17,opt"` + DstUin *uint64 `protobuf:"varint,18,opt"` + SrvUpload *uint32 `protobuf:"varint,19,opt"` + TransferUrl []byte `protobuf:"bytes,20,opt"` + QqmeetGuildId *uint64 `protobuf:"varint,21,opt"` + QqmeetChannelId *uint64 `protobuf:"varint,22,opt"` } func (x *TryUpImgReq) GetGroupCode() uint64 { @@ -1766,58 +1172,22 @@ func (x *TryUpImgReq) GetQqmeetChannelId() uint64 { } type D388TryUpImgRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FileId *uint64 `protobuf:"varint,1,opt,name=fileId" json:"fileId,omitempty"` - Result *uint32 `protobuf:"varint,2,opt,name=result" json:"result,omitempty"` - FailMsg []byte `protobuf:"bytes,3,opt,name=failMsg" json:"failMsg,omitempty"` - FileExit *bool `protobuf:"varint,4,opt,name=fileExit" json:"fileExit,omitempty"` - ImgInfo *ImgInfo `protobuf:"bytes,5,opt,name=imgInfo" json:"imgInfo,omitempty"` - UpIp []uint32 `protobuf:"varint,6,rep,name=upIp" json:"upIp,omitempty"` - UpPort []uint32 `protobuf:"varint,7,rep,name=upPort" json:"upPort,omitempty"` - UpUkey []byte `protobuf:"bytes,8,opt,name=upUkey" json:"upUkey,omitempty"` - Fileid *uint64 `protobuf:"varint,9,opt,name=fileid" json:"fileid,omitempty"` - UpOffset *uint64 `protobuf:"varint,10,opt,name=upOffset" json:"upOffset,omitempty"` - BlockSize *uint64 `protobuf:"varint,11,opt,name=blockSize" json:"blockSize,omitempty"` - NewBigChan *bool `protobuf:"varint,12,opt,name=newBigChan" json:"newBigChan,omitempty"` - UpIp6 []*IPv6Info `protobuf:"bytes,26,rep,name=upIp6" json:"upIp6,omitempty"` - ClientIp6 []byte `protobuf:"bytes,27,opt,name=clientIp6" json:"clientIp6,omitempty"` - DownloadIndex []byte `protobuf:"bytes,28,opt,name=downloadIndex" json:"downloadIndex,omitempty"` - Info4Busi *TryUpInfo4Busi `protobuf:"bytes,1001,opt,name=info4Busi" json:"info4Busi,omitempty"` -} - -func (x *D388TryUpImgRsp) Reset() { - *x = D388TryUpImgRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[16] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D388TryUpImgRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D388TryUpImgRsp) ProtoMessage() {} - -func (x *D388TryUpImgRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[16] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D388TryUpImgRsp.ProtoReflect.Descriptor instead. -func (*D388TryUpImgRsp) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{16} + FileId *uint64 `protobuf:"varint,1,opt"` + Result *uint32 `protobuf:"varint,2,opt"` + FailMsg []byte `protobuf:"bytes,3,opt"` + FileExit *bool `protobuf:"varint,4,opt"` + ImgInfo *ImgInfo `protobuf:"bytes,5,opt"` + UpIp []uint32 `protobuf:"varint,6,rep"` + UpPort []uint32 `protobuf:"varint,7,rep"` + UpUkey []byte `protobuf:"bytes,8,opt"` + Fileid *uint64 `protobuf:"varint,9,opt"` + UpOffset *uint64 `protobuf:"varint,10,opt"` + BlockSize *uint64 `protobuf:"varint,11,opt"` + NewBigChan *bool `protobuf:"varint,12,opt"` + UpIp6 []*IPv6Info `protobuf:"bytes,26,rep"` + ClientIp6 []byte `protobuf:"bytes,27,opt"` + DownloadIndex []byte `protobuf:"bytes,28,opt"` + Info4Busi *TryUpInfo4Busi `protobuf:"bytes,1001,opt"` } func (x *D388TryUpImgRsp) GetFileId() uint64 { @@ -1933,47 +1303,11 @@ func (x *D388TryUpImgRsp) GetInfo4Busi() *TryUpInfo4Busi { } type TryUpInfo4Busi struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - DownDomain []byte `protobuf:"bytes,1,opt,name=downDomain" json:"downDomain,omitempty"` - ThumbDownUrl []byte `protobuf:"bytes,2,opt,name=thumbDownUrl" json:"thumbDownUrl,omitempty"` - OriginalDownUrl []byte `protobuf:"bytes,3,opt,name=originalDownUrl" json:"originalDownUrl,omitempty"` - BigDownUrl []byte `protobuf:"bytes,4,opt,name=bigDownUrl" json:"bigDownUrl,omitempty"` - FileResid []byte `protobuf:"bytes,5,opt,name=fileResid" json:"fileResid,omitempty"` -} - -func (x *TryUpInfo4Busi) Reset() { - *x = TryUpInfo4Busi{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[17] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TryUpInfo4Busi) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TryUpInfo4Busi) ProtoMessage() {} - -func (x *TryUpInfo4Busi) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[17] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TryUpInfo4Busi.ProtoReflect.Descriptor instead. -func (*TryUpInfo4Busi) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{17} + DownDomain []byte `protobuf:"bytes,1,opt"` + ThumbDownUrl []byte `protobuf:"bytes,2,opt"` + OriginalDownUrl []byte `protobuf:"bytes,3,opt"` + BigDownUrl []byte `protobuf:"bytes,4,opt"` + FileResid []byte `protobuf:"bytes,5,opt"` } func (x *TryUpInfo4Busi) GetDownDomain() []byte { @@ -2012,58 +1346,22 @@ func (x *TryUpInfo4Busi) GetFileResid() []byte { } type TryUpPttReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - SrcUin *uint64 `protobuf:"varint,2,opt,name=srcUin" json:"srcUin,omitempty"` - FileId *uint64 `protobuf:"varint,3,opt,name=fileId" json:"fileId,omitempty"` - FileMd5 []byte `protobuf:"bytes,4,opt,name=fileMd5" json:"fileMd5,omitempty"` - FileSize *uint64 `protobuf:"varint,5,opt,name=fileSize" json:"fileSize,omitempty"` - FileName []byte `protobuf:"bytes,6,opt,name=fileName" json:"fileName,omitempty"` - SrcTerm *uint32 `protobuf:"varint,7,opt,name=srcTerm" json:"srcTerm,omitempty"` - PlatformType *uint32 `protobuf:"varint,8,opt,name=platformType" json:"platformType,omitempty"` - BuType *uint32 `protobuf:"varint,9,opt,name=buType" json:"buType,omitempty"` - BuildVer []byte `protobuf:"bytes,10,opt,name=buildVer" json:"buildVer,omitempty"` - InnerIp *uint32 `protobuf:"varint,11,opt,name=innerIp" json:"innerIp,omitempty"` - VoiceLength *uint32 `protobuf:"varint,12,opt,name=voiceLength" json:"voiceLength,omitempty"` - NewUpChan *bool `protobuf:"varint,13,opt,name=newUpChan" json:"newUpChan,omitempty"` - Codec *uint32 `protobuf:"varint,14,opt,name=codec" json:"codec,omitempty"` - VoiceType *uint32 `protobuf:"varint,15,opt,name=voiceType" json:"voiceType,omitempty"` - BuId *uint32 `protobuf:"varint,16,opt,name=buId" json:"buId,omitempty"` -} - -func (x *TryUpPttReq) Reset() { - *x = TryUpPttReq{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[18] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TryUpPttReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TryUpPttReq) ProtoMessage() {} - -func (x *TryUpPttReq) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[18] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TryUpPttReq.ProtoReflect.Descriptor instead. -func (*TryUpPttReq) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{18} + GroupCode *uint64 `protobuf:"varint,1,opt"` + SrcUin *uint64 `protobuf:"varint,2,opt"` + FileId *uint64 `protobuf:"varint,3,opt"` + FileMd5 []byte `protobuf:"bytes,4,opt"` + FileSize *uint64 `protobuf:"varint,5,opt"` + FileName []byte `protobuf:"bytes,6,opt"` + SrcTerm *uint32 `protobuf:"varint,7,opt"` + PlatformType *uint32 `protobuf:"varint,8,opt"` + BuType *uint32 `protobuf:"varint,9,opt"` + BuildVer []byte `protobuf:"bytes,10,opt"` + InnerIp *uint32 `protobuf:"varint,11,opt"` + VoiceLength *uint32 `protobuf:"varint,12,opt"` + NewUpChan *bool `protobuf:"varint,13,opt"` + Codec *uint32 `protobuf:"varint,14,opt"` + VoiceType *uint32 `protobuf:"varint,15,opt"` + BuId *uint32 `protobuf:"varint,16,opt"` } func (x *TryUpPttReq) GetGroupCode() uint64 { @@ -2179,56 +1477,20 @@ func (x *TryUpPttReq) GetBuId() uint32 { } type TryUpPttRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FileId *uint64 `protobuf:"varint,1,opt,name=fileId" json:"fileId,omitempty"` - Result *uint32 `protobuf:"varint,2,opt,name=result" json:"result,omitempty"` - FailMsg []byte `protobuf:"bytes,3,opt,name=failMsg" json:"failMsg,omitempty"` - FileExit *bool `protobuf:"varint,4,opt,name=fileExit" json:"fileExit,omitempty"` - UpIp []uint32 `protobuf:"varint,5,rep,name=upIp" json:"upIp,omitempty"` - UpPort []uint32 `protobuf:"varint,6,rep,name=upPort" json:"upPort,omitempty"` - UpUkey []byte `protobuf:"bytes,7,opt,name=upUkey" json:"upUkey,omitempty"` - Fileid *uint64 `protobuf:"varint,8,opt,name=fileid" json:"fileid,omitempty"` - UpOffset *uint64 `protobuf:"varint,9,opt,name=upOffset" json:"upOffset,omitempty"` - BlockSize *uint64 `protobuf:"varint,10,opt,name=blockSize" json:"blockSize,omitempty"` - FileKey []byte `protobuf:"bytes,11,opt,name=fileKey" json:"fileKey,omitempty"` - ChannelType *uint32 `protobuf:"varint,12,opt,name=channelType" json:"channelType,omitempty"` - UpIp6 []*IPv6Info `protobuf:"bytes,26,rep,name=upIp6" json:"upIp6,omitempty"` - ClientIp6 []byte `protobuf:"bytes,27,opt,name=clientIp6" json:"clientIp6,omitempty"` -} - -func (x *TryUpPttRsp) Reset() { - *x = TryUpPttRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x388_proto_msgTypes[19] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TryUpPttRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TryUpPttRsp) ProtoMessage() {} - -func (x *TryUpPttRsp) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x388_proto_msgTypes[19] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TryUpPttRsp.ProtoReflect.Descriptor instead. -func (*TryUpPttRsp) Descriptor() ([]byte, []int) { - return file_cmd0x388_proto_rawDescGZIP(), []int{19} + FileId *uint64 `protobuf:"varint,1,opt"` + Result *uint32 `protobuf:"varint,2,opt"` + FailMsg []byte `protobuf:"bytes,3,opt"` + FileExit *bool `protobuf:"varint,4,opt"` + UpIp []uint32 `protobuf:"varint,5,rep"` + UpPort []uint32 `protobuf:"varint,6,rep"` + UpUkey []byte `protobuf:"bytes,7,opt"` + Fileid *uint64 `protobuf:"varint,8,opt"` + UpOffset *uint64 `protobuf:"varint,9,opt"` + BlockSize *uint64 `protobuf:"varint,10,opt"` + FileKey []byte `protobuf:"bytes,11,opt"` + ChannelType *uint32 `protobuf:"varint,12,opt"` + UpIp6 []*IPv6Info `protobuf:"bytes,26,rep"` + ClientIp6 []byte `protobuf:"bytes,27,opt"` } func (x *TryUpPttRsp) GetFileId() uint64 { @@ -2328,718 +1590,3 @@ func (x *TryUpPttRsp) GetClientIp6() []byte { } return nil } - -var File_cmd0x388_proto protoreflect.FileDescriptor - -var file_cmd0x388_proto_rawDesc = []byte{ - 0x0a, 0x0e, 0x63, 0x6d, 0x64, 0x30, 0x78, 0x33, 0x38, 0x38, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x22, 0x8b, 0x02, 0x0a, 0x09, 0x44, 0x65, 0x6c, 0x49, 0x6d, 0x67, 0x52, 0x65, 0x71, 0x12, 0x16, - 0x0a, 0x06, 0x73, 0x72, 0x63, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, - 0x73, 0x72, 0x63, 0x55, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, 0x6e, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x12, 0x18, - 0x0a, 0x07, 0x72, 0x65, 0x71, 0x54, 0x65, 0x72, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x07, 0x72, 0x65, 0x71, 0x54, 0x65, 0x72, 0x6d, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x71, 0x50, - 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x0f, 0x72, 0x65, 0x71, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x75, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x06, 0x62, 0x75, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x75, - 0x69, 0x6c, 0x64, 0x56, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x62, 0x75, - 0x69, 0x6c, 0x64, 0x56, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, - 0x73, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x52, - 0x65, 0x73, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x69, 0x63, 0x57, 0x69, 0x64, 0x74, 0x68, - 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x70, 0x69, 0x63, 0x57, 0x69, 0x64, 0x74, 0x68, - 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x69, 0x63, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x09, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x09, 0x70, 0x69, 0x63, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x22, 0x5b, - 0x0a, 0x09, 0x44, 0x65, 0x6c, 0x49, 0x6d, 0x67, 0x52, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x72, - 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, - 0x75, 0x6c, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x61, 0x69, 0x6c, 0x4d, 0x73, 0x67, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, 0x61, 0x69, 0x6c, 0x4d, 0x73, 0x67, 0x12, 0x1c, 0x0a, - 0x09, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x69, 0x64, 0x22, 0x29, 0x0a, 0x11, 0x45, - 0x78, 0x70, 0x52, 0x6f, 0x61, 0x6d, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x66, 0x6f, - 0x12, 0x14, 0x0a, 0x05, 0x72, 0x65, 0x73, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x05, 0x72, 0x65, 0x73, 0x69, 0x64, 0x22, 0x58, 0x0a, 0x0e, 0x45, 0x78, 0x70, 0x52, 0x6f, 0x61, - 0x6d, 0x50, 0x69, 0x63, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x68, 0x6f, 0x70, - 0x46, 0x6c, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x73, 0x68, 0x6f, 0x70, - 0x46, 0x6c, 0x61, 0x67, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x6b, 0x67, 0x49, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x05, 0x70, 0x6b, 0x67, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x69, - 0x63, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x70, 0x69, 0x63, 0x49, 0x64, - 0x22, 0x31, 0x0a, 0x15, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6d, - 0x6d, 0x50, 0x69, 0x63, 0x54, 0x72, 0x79, 0x55, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x78, 0x74, - 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x07, 0x65, 0x78, 0x74, 0x69, - 0x6e, 0x66, 0x6f, 0x22, 0x50, 0x0a, 0x15, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, - 0x45, 0x78, 0x70, 0x52, 0x6f, 0x61, 0x6d, 0x54, 0x72, 0x79, 0x55, 0x70, 0x12, 0x37, 0x0a, 0x0e, - 0x65, 0x78, 0x70, 0x72, 0x6f, 0x61, 0x6d, 0x50, 0x69, 0x63, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x01, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x45, 0x78, 0x70, 0x52, 0x6f, 0x61, 0x6d, 0x50, 0x69, - 0x63, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0e, 0x65, 0x78, 0x70, 0x72, 0x6f, 0x61, 0x6d, 0x50, 0x69, - 0x63, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0xce, 0x05, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x49, 0x6d, 0x67, - 0x55, 0x72, 0x6c, 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, - 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, - 0x66, 0x69, 0x6c, 0x65, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x66, 0x69, - 0x6c, 0x65, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x12, 0x18, - 0x0a, 0x07, 0x75, 0x72, 0x6c, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x07, 0x75, 0x72, 0x6c, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x72, 0x6c, 0x54, - 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x75, 0x72, 0x6c, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x71, 0x54, 0x65, 0x72, 0x6d, 0x18, 0x07, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x07, 0x72, 0x65, 0x71, 0x54, 0x65, 0x72, 0x6d, 0x12, 0x28, 0x0a, 0x0f, - 0x72, 0x65, 0x71, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x18, - 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x72, 0x65, 0x71, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, - 0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x49, - 0x70, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x49, 0x70, - 0x12, 0x16, 0x0a, 0x06, 0x62, 0x75, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x06, 0x62, 0x75, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x75, 0x69, 0x6c, - 0x64, 0x56, 0x65, 0x72, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x62, 0x75, 0x69, 0x6c, - 0x64, 0x56, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x0c, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, - 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, - 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x6f, 0x72, 0x69, 0x67, - 0x69, 0x6e, 0x61, 0x6c, 0x50, 0x69, 0x63, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x6f, - 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x50, 0x69, 0x63, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, - 0x74, 0x72, 0x79, 0x52, 0x65, 0x71, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x72, 0x65, - 0x74, 0x72, 0x79, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x6c, 0x65, 0x48, 0x65, - 0x69, 0x67, 0x68, 0x74, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x66, 0x69, 0x6c, 0x65, - 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x57, 0x69, - 0x64, 0x74, 0x68, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x57, - 0x69, 0x64, 0x74, 0x68, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x69, 0x63, 0x54, 0x79, 0x70, 0x65, 0x18, - 0x12, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x70, 0x69, 0x63, 0x54, 0x79, 0x70, 0x65, 0x12, 0x26, - 0x0a, 0x0e, 0x70, 0x69, 0x63, 0x55, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, - 0x18, 0x13, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x70, 0x69, 0x63, 0x55, 0x70, 0x54, 0x69, 0x6d, - 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x71, 0x54, 0x72, 0x61, - 0x6e, 0x73, 0x66, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0f, 0x72, 0x65, 0x71, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, - 0x12, 0x24, 0x0a, 0x0d, 0x71, 0x71, 0x6d, 0x65, 0x65, 0x74, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x49, - 0x64, 0x18, 0x15, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x71, 0x71, 0x6d, 0x65, 0x65, 0x74, 0x47, - 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x71, 0x71, 0x6d, 0x65, 0x65, 0x74, - 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x18, 0x16, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x0f, 0x71, 0x71, 0x6d, 0x65, 0x65, 0x74, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, - 0x12, 0x24, 0x0a, 0x0d, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, - 0x64, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x22, 0xc1, 0x05, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x49, 0x6d, - 0x67, 0x55, 0x72, 0x6c, 0x52, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x69, 0x64, 0x12, - 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, - 0x75, 0x6c, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, - 0x74, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x61, 0x69, 0x6c, 0x4d, 0x73, 0x67, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x07, 0x66, 0x61, 0x69, 0x6c, 0x4d, 0x73, 0x67, 0x12, 0x22, 0x0a, 0x07, 0x69, - 0x6d, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x49, - 0x6d, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x69, 0x6d, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x12, - 0x22, 0x0a, 0x0c, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x44, 0x6f, 0x77, 0x6e, 0x55, 0x72, 0x6c, 0x18, - 0x06, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0c, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x44, 0x6f, 0x77, 0x6e, - 0x55, 0x72, 0x6c, 0x12, 0x28, 0x0a, 0x0f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x44, - 0x6f, 0x77, 0x6e, 0x55, 0x72, 0x6c, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0f, 0x6f, 0x72, - 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x44, 0x6f, 0x77, 0x6e, 0x55, 0x72, 0x6c, 0x12, 0x1e, 0x0a, - 0x0a, 0x62, 0x69, 0x67, 0x44, 0x6f, 0x77, 0x6e, 0x55, 0x72, 0x6c, 0x18, 0x08, 0x20, 0x03, 0x28, - 0x0c, 0x52, 0x0a, 0x62, 0x69, 0x67, 0x44, 0x6f, 0x77, 0x6e, 0x55, 0x72, 0x6c, 0x12, 0x16, 0x0a, - 0x06, 0x64, 0x6f, 0x77, 0x6e, 0x49, 0x70, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x06, 0x64, - 0x6f, 0x77, 0x6e, 0x49, 0x70, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x6f, 0x77, 0x6e, 0x50, 0x6f, 0x72, - 0x74, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x08, 0x64, 0x6f, 0x77, 0x6e, 0x50, 0x6f, 0x72, - 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x6f, 0x77, 0x6e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, - 0x0b, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x64, 0x6f, 0x77, 0x6e, 0x44, 0x6f, 0x6d, 0x61, 0x69, - 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x61, - 0x72, 0x61, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x44, - 0x6f, 0x77, 0x6e, 0x50, 0x61, 0x72, 0x61, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x69, 0x67, 0x69, - 0x6e, 0x61, 0x6c, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x61, 0x72, 0x61, 0x18, 0x0d, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x10, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x44, 0x6f, 0x77, 0x6e, 0x50, - 0x61, 0x72, 0x61, 0x12, 0x20, 0x0a, 0x0b, 0x62, 0x69, 0x67, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x61, - 0x72, 0x61, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x62, 0x69, 0x67, 0x44, 0x6f, 0x77, - 0x6e, 0x50, 0x61, 0x72, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, - 0x0f, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x22, 0x0a, - 0x0c, 0x61, 0x75, 0x74, 0x6f, 0x44, 0x6f, 0x77, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x10, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x61, 0x75, 0x74, 0x6f, 0x44, 0x6f, 0x77, 0x6e, 0x54, 0x79, 0x70, - 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x44, 0x6f, 0x77, 0x6e, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x11, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x0d, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x44, - 0x6f, 0x77, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x62, 0x69, 0x67, 0x54, 0x68, - 0x75, 0x6d, 0x62, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x61, 0x72, 0x61, 0x18, 0x13, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x10, 0x62, 0x69, 0x67, 0x54, 0x68, 0x75, 0x6d, 0x62, 0x44, 0x6f, 0x77, 0x6e, 0x50, - 0x61, 0x72, 0x61, 0x12, 0x22, 0x0a, 0x0c, 0x68, 0x74, 0x74, 0x70, 0x73, 0x55, 0x72, 0x6c, 0x46, - 0x6c, 0x61, 0x67, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x68, 0x74, 0x74, 0x70, 0x73, - 0x55, 0x72, 0x6c, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x23, 0x0a, 0x07, 0x64, 0x6f, 0x77, 0x6e, 0x49, - 0x70, 0x36, 0x18, 0x1a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x49, 0x50, 0x76, 0x36, 0x49, - 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x64, 0x6f, 0x77, 0x6e, 0x49, 0x70, 0x36, 0x12, 0x1c, 0x0a, 0x09, - 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x36, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x36, 0x22, 0xa6, 0x03, 0x0a, 0x0c, 0x47, - 0x65, 0x74, 0x50, 0x74, 0x74, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x73, 0x74, - 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, - 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, - 0x65, 0x4d, 0x64, 0x35, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, - 0x4d, 0x64, 0x35, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x71, 0x54, 0x65, 0x72, 0x6d, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x72, 0x65, 0x71, 0x54, 0x65, 0x72, 0x6d, 0x12, 0x28, 0x0a, - 0x0f, 0x72, 0x65, 0x71, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x72, 0x65, 0x71, 0x50, 0x6c, 0x61, 0x74, 0x66, - 0x6f, 0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x69, 0x6e, 0x6e, 0x65, 0x72, - 0x49, 0x70, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x49, - 0x70, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x75, 0x54, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x06, 0x62, 0x75, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x75, 0x69, - 0x6c, 0x64, 0x56, 0x65, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x62, 0x75, 0x69, - 0x6c, 0x64, 0x56, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, - 0x0a, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x18, 0x0a, - 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4b, 0x65, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, - 0x66, 0x69, 0x6c, 0x65, 0x4b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x64, 0x65, 0x63, - 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x63, 0x6f, 0x64, 0x65, 0x63, 0x12, 0x12, 0x0a, - 0x04, 0x62, 0x75, 0x49, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x62, 0x75, 0x49, - 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x71, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, - 0x54, 0x79, 0x70, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x72, 0x65, 0x71, 0x54, - 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x69, - 0x73, 0x41, 0x75, 0x74, 0x6f, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x69, 0x73, 0x41, - 0x75, 0x74, 0x6f, 0x22, 0xb3, 0x03, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x50, 0x74, 0x74, 0x55, 0x72, - 0x6c, 0x52, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x69, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, - 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, - 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x18, - 0x0a, 0x07, 0x66, 0x61, 0x69, 0x6c, 0x4d, 0x73, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x07, 0x66, 0x61, 0x69, 0x6c, 0x4d, 0x73, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x6f, 0x77, 0x6e, - 0x55, 0x72, 0x6c, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x07, 0x64, 0x6f, 0x77, 0x6e, 0x55, - 0x72, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x77, 0x6e, 0x49, 0x70, 0x18, 0x06, 0x20, 0x03, - 0x28, 0x0d, 0x52, 0x06, 0x64, 0x6f, 0x77, 0x6e, 0x49, 0x70, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x6f, - 0x77, 0x6e, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x08, 0x64, 0x6f, - 0x77, 0x6e, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x6f, 0x77, 0x6e, 0x44, 0x6f, - 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x64, 0x6f, 0x77, 0x6e, - 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x6f, 0x77, 0x6e, 0x50, 0x61, - 0x72, 0x61, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x64, 0x6f, 0x77, 0x6e, 0x50, 0x61, - 0x72, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x74, 0x72, - 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, - 0x0a, 0x0a, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x74, 0x72, 0x79, 0x18, 0x0c, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0a, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x74, 0x72, 0x79, 0x12, 0x23, - 0x0a, 0x07, 0x64, 0x6f, 0x77, 0x6e, 0x49, 0x70, 0x36, 0x18, 0x1a, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x09, 0x2e, 0x49, 0x50, 0x76, 0x36, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x64, 0x6f, 0x77, 0x6e, - 0x49, 0x70, 0x36, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x36, - 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, - 0x36, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x1c, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x22, 0x30, 0x0a, 0x08, 0x49, 0x50, 0x76, - 0x36, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x69, 0x70, 0x36, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x03, 0x69, 0x70, 0x36, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x22, 0x99, 0x01, 0x0a, 0x07, - 0x49, 0x6d, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, - 0x64, 0x35, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, - 0x35, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, - 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x6c, - 0x65, 0x57, 0x69, 0x64, 0x74, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x66, 0x69, - 0x6c, 0x65, 0x57, 0x69, 0x64, 0x74, 0x68, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x6c, 0x65, 0x48, - 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x66, 0x69, 0x6c, - 0x65, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x22, 0x4f, 0x0a, 0x07, 0x50, 0x69, 0x63, 0x53, 0x69, - 0x7a, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x12, 0x14, - 0x0a, 0x05, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x74, - 0x68, 0x75, 0x6d, 0x62, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x69, 0x67, 0x68, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x04, 0x68, 0x69, 0x67, 0x68, 0x22, 0xec, 0x02, 0x0a, 0x0b, 0x44, 0x33, 0x38, - 0x38, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x6e, 0x65, 0x74, 0x54, - 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x6e, 0x65, 0x74, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x06, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x12, 0x2e, 0x0a, 0x0b, 0x74, 0x72, - 0x79, 0x75, 0x70, 0x49, 0x6d, 0x67, 0x52, 0x65, 0x71, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x0c, 0x2e, 0x54, 0x72, 0x79, 0x55, 0x70, 0x49, 0x6d, 0x67, 0x52, 0x65, 0x71, 0x52, 0x0b, 0x74, - 0x72, 0x79, 0x75, 0x70, 0x49, 0x6d, 0x67, 0x52, 0x65, 0x71, 0x12, 0x31, 0x0a, 0x0c, 0x67, 0x65, - 0x74, 0x69, 0x6d, 0x67, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x71, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x0d, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6d, 0x67, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x71, 0x52, - 0x0c, 0x67, 0x65, 0x74, 0x69, 0x6d, 0x67, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x71, 0x12, 0x2e, 0x0a, - 0x0b, 0x74, 0x72, 0x79, 0x75, 0x70, 0x50, 0x74, 0x74, 0x52, 0x65, 0x71, 0x18, 0x05, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x54, 0x72, 0x79, 0x55, 0x70, 0x50, 0x74, 0x74, 0x52, 0x65, 0x71, - 0x52, 0x0b, 0x74, 0x72, 0x79, 0x75, 0x70, 0x50, 0x74, 0x74, 0x52, 0x65, 0x71, 0x12, 0x31, 0x0a, - 0x0c, 0x67, 0x65, 0x74, 0x70, 0x74, 0x74, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x71, 0x18, 0x06, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x74, 0x74, 0x55, 0x72, 0x6c, 0x52, - 0x65, 0x71, 0x52, 0x0c, 0x67, 0x65, 0x74, 0x70, 0x74, 0x74, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x71, - 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x49, 0x64, 0x18, 0x07, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x49, 0x64, 0x12, 0x28, - 0x0a, 0x09, 0x64, 0x65, 0x6c, 0x49, 0x6d, 0x67, 0x52, 0x65, 0x71, 0x18, 0x08, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x65, 0x6c, 0x49, 0x6d, 0x67, 0x52, 0x65, 0x71, 0x52, 0x09, 0x64, - 0x65, 0x6c, 0x49, 0x6d, 0x67, 0x52, 0x65, 0x71, 0x12, 0x1d, 0x0a, 0x09, 0x65, 0x78, 0x74, 0x65, - 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0xe9, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x65, 0x78, - 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0xb5, 0x02, 0x0a, 0x0b, 0x44, 0x33, 0x38, 0x38, - 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, - 0x74, 0x49, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, - 0x74, 0x49, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x06, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x12, 0x32, 0x0a, 0x0b, 0x74, - 0x72, 0x79, 0x75, 0x70, 0x49, 0x6d, 0x67, 0x52, 0x73, 0x70, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x10, 0x2e, 0x44, 0x33, 0x38, 0x38, 0x54, 0x72, 0x79, 0x55, 0x70, 0x49, 0x6d, 0x67, 0x52, - 0x73, 0x70, 0x52, 0x0b, 0x74, 0x72, 0x79, 0x75, 0x70, 0x49, 0x6d, 0x67, 0x52, 0x73, 0x70, 0x12, - 0x31, 0x0a, 0x0c, 0x67, 0x65, 0x74, 0x69, 0x6d, 0x67, 0x55, 0x72, 0x6c, 0x52, 0x73, 0x70, 0x18, - 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6d, 0x67, 0x55, 0x72, - 0x6c, 0x52, 0x73, 0x70, 0x52, 0x0c, 0x67, 0x65, 0x74, 0x69, 0x6d, 0x67, 0x55, 0x72, 0x6c, 0x52, - 0x73, 0x70, 0x12, 0x2e, 0x0a, 0x0b, 0x74, 0x72, 0x79, 0x75, 0x70, 0x50, 0x74, 0x74, 0x52, 0x73, - 0x70, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x54, 0x72, 0x79, 0x55, 0x70, 0x50, - 0x74, 0x74, 0x52, 0x73, 0x70, 0x52, 0x0b, 0x74, 0x72, 0x79, 0x75, 0x70, 0x50, 0x74, 0x74, 0x52, - 0x73, 0x70, 0x12, 0x31, 0x0a, 0x0c, 0x67, 0x65, 0x74, 0x70, 0x74, 0x74, 0x55, 0x72, 0x6c, 0x52, - 0x73, 0x70, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x74, - 0x74, 0x55, 0x72, 0x6c, 0x52, 0x73, 0x70, 0x52, 0x0c, 0x67, 0x65, 0x74, 0x70, 0x74, 0x74, 0x55, - 0x72, 0x6c, 0x52, 0x73, 0x70, 0x12, 0x28, 0x0a, 0x09, 0x64, 0x65, 0x6c, 0x49, 0x6d, 0x67, 0x52, - 0x73, 0x70, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x65, 0x6c, 0x49, 0x6d, - 0x67, 0x52, 0x73, 0x70, 0x52, 0x09, 0x64, 0x65, 0x6c, 0x49, 0x6d, 0x67, 0x52, 0x73, 0x70, 0x22, - 0x95, 0x05, 0x0a, 0x0b, 0x54, 0x72, 0x79, 0x55, 0x70, 0x49, 0x6d, 0x67, 0x52, 0x65, 0x71, 0x12, - 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, - 0x06, 0x73, 0x72, 0x63, 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x73, - 0x72, 0x63, 0x55, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x18, 0x0a, - 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, - 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, - 0x69, 0x7a, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, - 0x69, 0x7a, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, - 0x18, 0x0a, 0x07, 0x73, 0x72, 0x63, 0x54, 0x65, 0x72, 0x6d, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x07, 0x73, 0x72, 0x63, 0x54, 0x65, 0x72, 0x6d, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x6c, 0x61, - 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0c, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, - 0x06, 0x62, 0x75, 0x54, 0x79, 0x70, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x62, - 0x75, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x69, 0x63, 0x57, 0x69, 0x64, 0x74, - 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x70, 0x69, 0x63, 0x57, 0x69, 0x64, 0x74, - 0x68, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x69, 0x63, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x0b, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x70, 0x69, 0x63, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, - 0x18, 0x0a, 0x07, 0x70, 0x69, 0x63, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x07, 0x70, 0x69, 0x63, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x75, 0x69, - 0x6c, 0x64, 0x56, 0x65, 0x72, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x62, 0x75, 0x69, - 0x6c, 0x64, 0x56, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x49, 0x70, - 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x49, 0x70, 0x12, - 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x70, 0x50, 0x69, 0x63, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0f, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x61, 0x70, 0x70, 0x50, 0x69, 0x63, 0x54, 0x79, 0x70, 0x65, 0x12, - 0x20, 0x0a, 0x0b, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x50, 0x69, 0x63, 0x18, 0x10, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x50, 0x69, - 0x63, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x11, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, - 0x16, 0x0a, 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x18, 0x12, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x72, 0x76, 0x55, 0x70, - 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x73, 0x72, 0x76, 0x55, - 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, - 0x72, 0x55, 0x72, 0x6c, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x74, 0x72, 0x61, 0x6e, - 0x73, 0x66, 0x65, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x24, 0x0a, 0x0d, 0x71, 0x71, 0x6d, 0x65, 0x65, - 0x74, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x15, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, - 0x71, 0x71, 0x6d, 0x65, 0x65, 0x74, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x28, 0x0a, - 0x0f, 0x71, 0x71, 0x6d, 0x65, 0x65, 0x74, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, - 0x18, 0x16, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0f, 0x71, 0x71, 0x6d, 0x65, 0x65, 0x74, 0x43, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x22, 0xe6, 0x03, 0x0a, 0x0f, 0x44, 0x33, 0x38, 0x38, - 0x54, 0x72, 0x79, 0x55, 0x70, 0x49, 0x6d, 0x67, 0x52, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x66, - 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x66, 0x69, 0x6c, - 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x66, - 0x61, 0x69, 0x6c, 0x4d, 0x73, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, 0x61, - 0x69, 0x6c, 0x4d, 0x73, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, - 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, - 0x74, 0x12, 0x22, 0x0a, 0x07, 0x69, 0x6d, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x49, 0x6d, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x69, 0x6d, - 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x70, 0x49, 0x70, 0x18, 0x06, 0x20, - 0x03, 0x28, 0x0d, 0x52, 0x04, 0x75, 0x70, 0x49, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x70, 0x50, - 0x6f, 0x72, 0x74, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x06, 0x75, 0x70, 0x50, 0x6f, 0x72, - 0x74, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x70, 0x55, 0x6b, 0x65, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x06, 0x75, 0x70, 0x55, 0x6b, 0x65, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, - 0x65, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x69, - 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x70, 0x4f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x08, 0x75, 0x70, 0x4f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x1c, 0x0a, - 0x09, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x09, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x6e, - 0x65, 0x77, 0x42, 0x69, 0x67, 0x43, 0x68, 0x61, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, - 0x0a, 0x6e, 0x65, 0x77, 0x42, 0x69, 0x67, 0x43, 0x68, 0x61, 0x6e, 0x12, 0x1f, 0x0a, 0x05, 0x75, - 0x70, 0x49, 0x70, 0x36, 0x18, 0x1a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x49, 0x50, 0x76, - 0x36, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x75, 0x70, 0x49, 0x70, 0x36, 0x12, 0x1c, 0x0a, 0x09, - 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x36, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x36, 0x12, 0x24, 0x0a, 0x0d, 0x64, 0x6f, - 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x1c, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x0d, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x6e, 0x64, 0x65, 0x78, - 0x12, 0x2e, 0x0a, 0x09, 0x69, 0x6e, 0x66, 0x6f, 0x34, 0x42, 0x75, 0x73, 0x69, 0x18, 0xe9, 0x07, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x54, 0x72, 0x79, 0x55, 0x70, 0x49, 0x6e, 0x66, 0x6f, - 0x34, 0x42, 0x75, 0x73, 0x69, 0x52, 0x09, 0x69, 0x6e, 0x66, 0x6f, 0x34, 0x42, 0x75, 0x73, 0x69, - 0x22, 0xbc, 0x01, 0x0a, 0x0e, 0x54, 0x72, 0x79, 0x55, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x34, 0x42, - 0x75, 0x73, 0x69, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x6f, 0x77, 0x6e, 0x44, 0x6f, 0x6d, 0x61, 0x69, - 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x64, 0x6f, 0x77, 0x6e, 0x44, 0x6f, 0x6d, - 0x61, 0x69, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x44, 0x6f, 0x77, 0x6e, - 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x74, 0x68, 0x75, 0x6d, 0x62, - 0x44, 0x6f, 0x77, 0x6e, 0x55, 0x72, 0x6c, 0x12, 0x28, 0x0a, 0x0f, 0x6f, 0x72, 0x69, 0x67, 0x69, - 0x6e, 0x61, 0x6c, 0x44, 0x6f, 0x77, 0x6e, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x0f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x44, 0x6f, 0x77, 0x6e, 0x55, 0x72, - 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x69, 0x67, 0x44, 0x6f, 0x77, 0x6e, 0x55, 0x72, 0x6c, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x62, 0x69, 0x67, 0x44, 0x6f, 0x77, 0x6e, 0x55, 0x72, - 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x69, 0x64, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x69, 0x64, 0x22, - 0xc1, 0x03, 0x0a, 0x0b, 0x54, 0x72, 0x79, 0x55, 0x70, 0x50, 0x74, 0x74, 0x52, 0x65, 0x71, 0x12, - 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, - 0x06, 0x73, 0x72, 0x63, 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x73, - 0x72, 0x63, 0x55, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x18, 0x0a, - 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, - 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, - 0x69, 0x7a, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, - 0x69, 0x7a, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, - 0x18, 0x0a, 0x07, 0x73, 0x72, 0x63, 0x54, 0x65, 0x72, 0x6d, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x07, 0x73, 0x72, 0x63, 0x54, 0x65, 0x72, 0x6d, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x6c, 0x61, - 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0c, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, - 0x06, 0x62, 0x75, 0x54, 0x79, 0x70, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x62, - 0x75, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x56, 0x65, - 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x56, 0x65, - 0x72, 0x12, 0x18, 0x0a, 0x07, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x49, 0x70, 0x18, 0x0b, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x07, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x49, 0x70, 0x12, 0x20, 0x0a, 0x0b, 0x76, - 0x6f, 0x69, 0x63, 0x65, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x0b, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x12, 0x1c, 0x0a, - 0x09, 0x6e, 0x65, 0x77, 0x55, 0x70, 0x43, 0x68, 0x61, 0x6e, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, - 0x52, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x70, 0x43, 0x68, 0x61, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, - 0x6f, 0x64, 0x65, 0x63, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x63, 0x6f, 0x64, 0x65, - 0x63, 0x12, 0x1c, 0x0a, 0x09, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0f, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, - 0x12, 0x0a, 0x04, 0x62, 0x75, 0x49, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x62, - 0x75, 0x49, 0x64, 0x22, 0x84, 0x03, 0x0a, 0x0b, 0x54, 0x72, 0x79, 0x55, 0x70, 0x50, 0x74, 0x74, - 0x52, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x72, - 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, - 0x75, 0x6c, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x61, 0x69, 0x6c, 0x4d, 0x73, 0x67, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, 0x61, 0x69, 0x6c, 0x4d, 0x73, 0x67, 0x12, 0x1a, 0x0a, - 0x08, 0x66, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, - 0x08, 0x66, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x70, 0x49, - 0x70, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x04, 0x75, 0x70, 0x49, 0x70, 0x12, 0x16, 0x0a, - 0x06, 0x75, 0x70, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x06, 0x75, - 0x70, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x70, 0x55, 0x6b, 0x65, 0x79, 0x18, - 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x75, 0x70, 0x55, 0x6b, 0x65, 0x79, 0x12, 0x16, 0x0a, - 0x06, 0x66, 0x69, 0x6c, 0x65, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x66, - 0x69, 0x6c, 0x65, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x70, 0x4f, 0x66, 0x66, 0x73, 0x65, - 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x75, 0x70, 0x4f, 0x66, 0x66, 0x73, 0x65, - 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x0a, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x12, - 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4b, 0x65, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4b, 0x65, 0x79, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, - 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1f, 0x0a, 0x05, 0x75, - 0x70, 0x49, 0x70, 0x36, 0x18, 0x1a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x49, 0x50, 0x76, - 0x36, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x75, 0x70, 0x49, 0x70, 0x36, 0x12, 0x1c, 0x0a, 0x09, - 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x36, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x36, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, - 0x3b, 0x63, 0x6d, 0x64, 0x30, 0x78, 0x33, 0x38, 0x38, -} - -var ( - file_cmd0x388_proto_rawDescOnce sync.Once - file_cmd0x388_proto_rawDescData = file_cmd0x388_proto_rawDesc -) - -func file_cmd0x388_proto_rawDescGZIP() []byte { - file_cmd0x388_proto_rawDescOnce.Do(func() { - file_cmd0x388_proto_rawDescData = protoimpl.X.CompressGZIP(file_cmd0x388_proto_rawDescData) - }) - return file_cmd0x388_proto_rawDescData -} - -var file_cmd0x388_proto_msgTypes = make([]protoimpl.MessageInfo, 20) -var file_cmd0x388_proto_goTypes = []interface{}{ - (*DelImgReq)(nil), // 0: DelImgReq - (*DelImgRsp)(nil), // 1: DelImgRsp - (*ExpRoamExtendInfo)(nil), // 2: ExpRoamExtendInfo - (*ExpRoamPicInfo)(nil), // 3: ExpRoamPicInfo - (*ExtensionCommPicTryUp)(nil), // 4: ExtensionCommPicTryUp - (*ExtensionExpRoamTryUp)(nil), // 5: ExtensionExpRoamTryUp - (*GetImgUrlReq)(nil), // 6: GetImgUrlReq - (*GetImgUrlRsp)(nil), // 7: GetImgUrlRsp - (*GetPttUrlReq)(nil), // 8: GetPttUrlReq - (*GetPttUrlRsp)(nil), // 9: GetPttUrlRsp - (*IPv6Info)(nil), // 10: IPv6Info - (*ImgInfo)(nil), // 11: ImgInfo - (*PicSize)(nil), // 12: PicSize - (*D388ReqBody)(nil), // 13: D388ReqBody - (*D388RspBody)(nil), // 14: D388RspBody - (*TryUpImgReq)(nil), // 15: TryUpImgReq - (*D388TryUpImgRsp)(nil), // 16: D388TryUpImgRsp - (*TryUpInfo4Busi)(nil), // 17: TryUpInfo4Busi - (*TryUpPttReq)(nil), // 18: TryUpPttReq - (*TryUpPttRsp)(nil), // 19: TryUpPttRsp -} -var file_cmd0x388_proto_depIdxs = []int32{ - 3, // 0: ExtensionExpRoamTryUp.exproamPicInfo:type_name -> ExpRoamPicInfo - 11, // 1: GetImgUrlRsp.imgInfo:type_name -> ImgInfo - 10, // 2: GetImgUrlRsp.downIp6:type_name -> IPv6Info - 10, // 3: GetPttUrlRsp.downIp6:type_name -> IPv6Info - 15, // 4: D388ReqBody.tryupImgReq:type_name -> TryUpImgReq - 6, // 5: D388ReqBody.getimgUrlReq:type_name -> GetImgUrlReq - 18, // 6: D388ReqBody.tryupPttReq:type_name -> TryUpPttReq - 8, // 7: D388ReqBody.getpttUrlReq:type_name -> GetPttUrlReq - 0, // 8: D388ReqBody.delImgReq:type_name -> DelImgReq - 16, // 9: D388RspBody.tryupImgRsp:type_name -> D388TryUpImgRsp - 7, // 10: D388RspBody.getimgUrlRsp:type_name -> GetImgUrlRsp - 19, // 11: D388RspBody.tryupPttRsp:type_name -> TryUpPttRsp - 9, // 12: D388RspBody.getpttUrlRsp:type_name -> GetPttUrlRsp - 1, // 13: D388RspBody.delImgRsp:type_name -> DelImgRsp - 11, // 14: D388TryUpImgRsp.imgInfo:type_name -> ImgInfo - 10, // 15: D388TryUpImgRsp.upIp6:type_name -> IPv6Info - 17, // 16: D388TryUpImgRsp.info4Busi:type_name -> TryUpInfo4Busi - 10, // 17: TryUpPttRsp.upIp6:type_name -> IPv6Info - 18, // [18:18] is the sub-list for method output_type - 18, // [18:18] is the sub-list for method input_type - 18, // [18:18] is the sub-list for extension type_name - 18, // [18:18] is the sub-list for extension extendee - 0, // [0:18] is the sub-list for field type_name -} - -func init() { file_cmd0x388_proto_init() } -func file_cmd0x388_proto_init() { - if File_cmd0x388_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_cmd0x388_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DelImgReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DelImgRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExpRoamExtendInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExpRoamPicInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExtensionCommPicTryUp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExtensionExpRoamTryUp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetImgUrlReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetImgUrlRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetPttUrlReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetPttUrlRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*IPv6Info); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ImgInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PicSize); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D388ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D388RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TryUpImgReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D388TryUpImgRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TryUpInfo4Busi); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TryUpPttReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x388_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TryUpPttRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_cmd0x388_proto_rawDesc, - NumEnums: 0, - NumMessages: 20, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_cmd0x388_proto_goTypes, - DependencyIndexes: file_cmd0x388_proto_depIdxs, - MessageInfos: file_cmd0x388_proto_msgTypes, - }.Build() - File_cmd0x388_proto = out.File - file_cmd0x388_proto_rawDesc = nil - file_cmd0x388_proto_goTypes = nil - file_cmd0x388_proto_depIdxs = nil -} diff --git a/client/pb/cmd0x3f6/cmd0x3f6.pb.go b/client/pb/cmd0x3f6/cmd0x3f6.pb.go index 93e86cf4..ab87fe0c 100644 --- a/client/pb/cmd0x3f6/cmd0x3f6.pb.go +++ b/client/pb/cmd0x3f6/cmd0x3f6.pb.go @@ -1,66 +1,12 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: cmd0x3f6.proto package cmd0x3f6 -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type C3F6ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SubCmd *uint32 `protobuf:"varint,1,opt,name=subCmd" json:"subCmd,omitempty"` - CrmCommonHead *C3F6CRMMsgHead `protobuf:"bytes,2,opt,name=crmCommonHead" json:"crmCommonHead,omitempty"` - SubcmdLoginProcessCompleteReqBody *QDUserLoginProcessCompleteReqBody `protobuf:"bytes,42,opt,name=subcmdLoginProcessCompleteReqBody" json:"subcmdLoginProcessCompleteReqBody,omitempty"` -} - -func (x *C3F6ReqBody) Reset() { - *x = C3F6ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x3f6_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *C3F6ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*C3F6ReqBody) ProtoMessage() {} - -func (x *C3F6ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x3f6_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use C3F6ReqBody.ProtoReflect.Descriptor instead. -func (*C3F6ReqBody) Descriptor() ([]byte, []int) { - return file_cmd0x3f6_proto_rawDescGZIP(), []int{0} + SubCmd *uint32 `protobuf:"varint,1,opt"` + CrmCommonHead *C3F6CRMMsgHead `protobuf:"bytes,2,opt"` + SubcmdLoginProcessCompleteReqBody *QDUserLoginProcessCompleteReqBody `protobuf:"bytes,42,opt"` } func (x *C3F6ReqBody) GetSubCmd() uint32 { @@ -85,45 +31,9 @@ func (x *C3F6ReqBody) GetSubcmdLoginProcessCompleteReqBody() *QDUserLoginProcess } type C3F6RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SubCmd *uint32 `protobuf:"varint,1,opt,name=subCmd" json:"subCmd,omitempty"` - CrmCommonHead *C3F6CRMMsgHead `protobuf:"bytes,2,opt,name=crmCommonHead" json:"crmCommonHead,omitempty"` - SubcmdLoginProcessCompleteRspBody *QDUserLoginProcessCompleteRspBody `protobuf:"bytes,42,opt,name=subcmdLoginProcessCompleteRspBody" json:"subcmdLoginProcessCompleteRspBody,omitempty"` -} - -func (x *C3F6RspBody) Reset() { - *x = C3F6RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x3f6_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *C3F6RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*C3F6RspBody) ProtoMessage() {} - -func (x *C3F6RspBody) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x3f6_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use C3F6RspBody.ProtoReflect.Descriptor instead. -func (*C3F6RspBody) Descriptor() ([]byte, []int) { - return file_cmd0x3f6_proto_rawDescGZIP(), []int{1} + SubCmd *uint32 `protobuf:"varint,1,opt"` + CrmCommonHead *C3F6CRMMsgHead `protobuf:"bytes,2,opt"` + SubcmdLoginProcessCompleteRspBody *QDUserLoginProcessCompleteRspBody `protobuf:"bytes,42,opt"` } func (x *C3F6RspBody) GetSubCmd() uint32 { @@ -148,53 +58,17 @@ func (x *C3F6RspBody) GetSubcmdLoginProcessCompleteRspBody() *QDUserLoginProcess } type QDUserLoginProcessCompleteReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Kfext *uint64 `protobuf:"varint,1,opt,name=kfext" json:"kfext,omitempty"` - Pubno *uint32 `protobuf:"varint,2,opt,name=pubno" json:"pubno,omitempty"` - Buildno *uint32 `protobuf:"varint,3,opt,name=buildno" json:"buildno,omitempty"` - TerminalType *uint32 `protobuf:"varint,4,opt,name=terminalType" json:"terminalType,omitempty"` - Status *uint32 `protobuf:"varint,5,opt,name=status" json:"status,omitempty"` - LoginTime *uint32 `protobuf:"varint,6,opt,name=loginTime" json:"loginTime,omitempty"` - HardwareInfo *string `protobuf:"bytes,7,opt,name=hardwareInfo" json:"hardwareInfo,omitempty"` - SoftwareInfo *string `protobuf:"bytes,8,opt,name=softwareInfo" json:"softwareInfo,omitempty"` - Guid []byte `protobuf:"bytes,9,opt,name=guid" json:"guid,omitempty"` - AppName *string `protobuf:"bytes,10,opt,name=appName" json:"appName,omitempty"` - SubAppId *uint32 `protobuf:"varint,11,opt,name=subAppId" json:"subAppId,omitempty"` -} - -func (x *QDUserLoginProcessCompleteReqBody) Reset() { - *x = QDUserLoginProcessCompleteReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x3f6_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *QDUserLoginProcessCompleteReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*QDUserLoginProcessCompleteReqBody) ProtoMessage() {} - -func (x *QDUserLoginProcessCompleteReqBody) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x3f6_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use QDUserLoginProcessCompleteReqBody.ProtoReflect.Descriptor instead. -func (*QDUserLoginProcessCompleteReqBody) Descriptor() ([]byte, []int) { - return file_cmd0x3f6_proto_rawDescGZIP(), []int{2} + Kfext *uint64 `protobuf:"varint,1,opt"` + Pubno *uint32 `protobuf:"varint,2,opt"` + Buildno *uint32 `protobuf:"varint,3,opt"` + TerminalType *uint32 `protobuf:"varint,4,opt"` + Status *uint32 `protobuf:"varint,5,opt"` + LoginTime *uint32 `protobuf:"varint,6,opt"` + HardwareInfo *string `protobuf:"bytes,7,opt"` + SoftwareInfo *string `protobuf:"bytes,8,opt"` + Guid []byte `protobuf:"bytes,9,opt"` + AppName *string `protobuf:"bytes,10,opt"` + SubAppId *uint32 `protobuf:"varint,11,opt"` } func (x *QDUserLoginProcessCompleteReqBody) GetKfext() uint64 { @@ -275,62 +149,26 @@ func (x *QDUserLoginProcessCompleteReqBody) GetSubAppId() uint32 { } type QDUserLoginProcessCompleteRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Ret *RetInfo `protobuf:"bytes,1,opt,name=ret" json:"ret,omitempty"` - Url *string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"` - Mobile *string `protobuf:"bytes,3,opt,name=mobile" json:"mobile,omitempty"` - ExternalMobile *string `protobuf:"bytes,4,opt,name=externalMobile" json:"externalMobile,omitempty"` - DataAnalysisPriv *bool `protobuf:"varint,5,opt,name=dataAnalysisPriv" json:"dataAnalysisPriv,omitempty"` - DeviceLock *bool `protobuf:"varint,6,opt,name=deviceLock" json:"deviceLock,omitempty"` - ModulePrivilege *uint64 `protobuf:"varint,7,opt,name=modulePrivilege" json:"modulePrivilege,omitempty"` - ModuleSubPrivilege []uint32 `protobuf:"varint,8,rep,name=moduleSubPrivilege" json:"moduleSubPrivilege,omitempty"` - MasterSet *uint32 `protobuf:"varint,9,opt,name=masterSet" json:"masterSet,omitempty"` - ExtSet *uint32 `protobuf:"varint,10,opt,name=extSet" json:"extSet,omitempty"` - CorpConfProperty *uint64 `protobuf:"varint,11,opt,name=corpConfProperty" json:"corpConfProperty,omitempty"` - Corpuin *uint64 `protobuf:"varint,12,opt,name=corpuin" json:"corpuin,omitempty"` - Kfaccount *uint64 `protobuf:"varint,13,opt,name=kfaccount" json:"kfaccount,omitempty"` - SecurityLevel *uint32 `protobuf:"varint,14,opt,name=securityLevel" json:"securityLevel,omitempty"` - MsgTitle *string `protobuf:"bytes,15,opt,name=msgTitle" json:"msgTitle,omitempty"` - SuccNoticeMsg *string `protobuf:"bytes,16,opt,name=succNoticeMsg" json:"succNoticeMsg,omitempty"` - NameAccount *uint64 `protobuf:"varint,17,opt,name=nameAccount" json:"nameAccount,omitempty"` - CrmMigrateFlag *uint32 `protobuf:"varint,18,opt,name=crmMigrateFlag" json:"crmMigrateFlag,omitempty"` - ExtuinName *string `protobuf:"bytes,19,opt,name=extuinName" json:"extuinName,omitempty"` - OpenAccountTime *uint32 `protobuf:"varint,20,opt,name=openAccountTime" json:"openAccountTime,omitempty"` -} - -func (x *QDUserLoginProcessCompleteRspBody) Reset() { - *x = QDUserLoginProcessCompleteRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x3f6_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *QDUserLoginProcessCompleteRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*QDUserLoginProcessCompleteRspBody) ProtoMessage() {} - -func (x *QDUserLoginProcessCompleteRspBody) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x3f6_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use QDUserLoginProcessCompleteRspBody.ProtoReflect.Descriptor instead. -func (*QDUserLoginProcessCompleteRspBody) Descriptor() ([]byte, []int) { - return file_cmd0x3f6_proto_rawDescGZIP(), []int{3} + Ret *RetInfo `protobuf:"bytes,1,opt"` + Url *string `protobuf:"bytes,2,opt"` + Mobile *string `protobuf:"bytes,3,opt"` + ExternalMobile *string `protobuf:"bytes,4,opt"` + DataAnalysisPriv *bool `protobuf:"varint,5,opt"` + DeviceLock *bool `protobuf:"varint,6,opt"` + ModulePrivilege *uint64 `protobuf:"varint,7,opt"` + ModuleSubPrivilege []uint32 `protobuf:"varint,8,rep"` + MasterSet *uint32 `protobuf:"varint,9,opt"` + ExtSet *uint32 `protobuf:"varint,10,opt"` + CorpConfProperty *uint64 `protobuf:"varint,11,opt"` + Corpuin *uint64 `protobuf:"varint,12,opt"` + Kfaccount *uint64 `protobuf:"varint,13,opt"` + SecurityLevel *uint32 `protobuf:"varint,14,opt"` + MsgTitle *string `protobuf:"bytes,15,opt"` + SuccNoticeMsg *string `protobuf:"bytes,16,opt"` + NameAccount *uint64 `protobuf:"varint,17,opt"` + CrmMigrateFlag *uint32 `protobuf:"varint,18,opt"` + ExtuinName *string `protobuf:"bytes,19,opt"` + OpenAccountTime *uint32 `protobuf:"varint,20,opt"` } func (x *QDUserLoginProcessCompleteRspBody) GetRet() *RetInfo { @@ -474,44 +312,8 @@ func (x *QDUserLoginProcessCompleteRspBody) GetOpenAccountTime() uint32 { } type RetInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode *uint32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"` - ErrorMsg *string `protobuf:"bytes,2,opt,name=errorMsg" json:"errorMsg,omitempty"` -} - -func (x *RetInfo) Reset() { - *x = RetInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x3f6_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RetInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RetInfo) ProtoMessage() {} - -func (x *RetInfo) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x3f6_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RetInfo.ProtoReflect.Descriptor instead. -func (*RetInfo) Descriptor() ([]byte, []int) { - return file_cmd0x3f6_proto_rawDescGZIP(), []int{4} + RetCode *uint32 `protobuf:"varint,1,opt"` + ErrorMsg *string `protobuf:"bytes,2,opt"` } func (x *RetInfo) GetRetCode() uint32 { @@ -529,56 +331,20 @@ func (x *RetInfo) GetErrorMsg() string { } type C3F6CRMMsgHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CrmSubCmd *uint32 `protobuf:"varint,1,opt,name=crmSubCmd" json:"crmSubCmd,omitempty"` - HeadLen *uint32 `protobuf:"varint,2,opt,name=headLen" json:"headLen,omitempty"` - VerNo *uint32 `protobuf:"varint,3,opt,name=verNo" json:"verNo,omitempty"` - KfUin *uint64 `protobuf:"varint,4,opt,name=kfUin" json:"kfUin,omitempty"` - Seq *uint32 `protobuf:"varint,5,opt,name=seq" json:"seq,omitempty"` - PackNum *uint32 `protobuf:"varint,6,opt,name=packNum" json:"packNum,omitempty"` - CurPack *uint32 `protobuf:"varint,7,opt,name=curPack" json:"curPack,omitempty"` - BufSig *string `protobuf:"bytes,8,opt,name=bufSig" json:"bufSig,omitempty"` - Clienttype *uint32 `protobuf:"varint,9,opt,name=clienttype" json:"clienttype,omitempty"` - LaborUin *uint64 `protobuf:"varint,10,opt,name=laborUin" json:"laborUin,omitempty"` - LaborName *string `protobuf:"bytes,11,opt,name=laborName" json:"laborName,omitempty"` - Kfaccount *uint64 `protobuf:"varint,12,opt,name=kfaccount" json:"kfaccount,omitempty"` - TraceId *string `protobuf:"bytes,13,opt,name=traceId" json:"traceId,omitempty"` - AppId *uint32 `protobuf:"varint,14,opt,name=appId" json:"appId,omitempty"` -} - -func (x *C3F6CRMMsgHead) Reset() { - *x = C3F6CRMMsgHead{} - if protoimpl.UnsafeEnabled { - mi := &file_cmd0x3f6_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *C3F6CRMMsgHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*C3F6CRMMsgHead) ProtoMessage() {} - -func (x *C3F6CRMMsgHead) ProtoReflect() protoreflect.Message { - mi := &file_cmd0x3f6_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use C3F6CRMMsgHead.ProtoReflect.Descriptor instead. -func (*C3F6CRMMsgHead) Descriptor() ([]byte, []int) { - return file_cmd0x3f6_proto_rawDescGZIP(), []int{5} + CrmSubCmd *uint32 `protobuf:"varint,1,opt"` + HeadLen *uint32 `protobuf:"varint,2,opt"` + VerNo *uint32 `protobuf:"varint,3,opt"` + KfUin *uint64 `protobuf:"varint,4,opt"` + Seq *uint32 `protobuf:"varint,5,opt"` + PackNum *uint32 `protobuf:"varint,6,opt"` + CurPack *uint32 `protobuf:"varint,7,opt"` + BufSig *string `protobuf:"bytes,8,opt"` + Clienttype *uint32 `protobuf:"varint,9,opt"` + LaborUin *uint64 `protobuf:"varint,10,opt"` + LaborName *string `protobuf:"bytes,11,opt"` + Kfaccount *uint64 `protobuf:"varint,12,opt"` + TraceId *string `protobuf:"bytes,13,opt"` + AppId *uint32 `protobuf:"varint,14,opt"` } func (x *C3F6CRMMsgHead) GetCrmSubCmd() uint32 { @@ -678,264 +444,3 @@ func (x *C3F6CRMMsgHead) GetAppId() uint32 { } return 0 } - -var File_cmd0x3f6_proto protoreflect.FileDescriptor - -var file_cmd0x3f6_proto_rawDesc = []byte{ - 0x0a, 0x0e, 0x63, 0x6d, 0x64, 0x30, 0x78, 0x33, 0x66, 0x36, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x22, 0xce, 0x01, 0x0a, 0x0b, 0x43, 0x33, 0x46, 0x36, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, - 0x12, 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x12, 0x35, 0x0a, 0x0d, 0x63, 0x72, 0x6d, 0x43, - 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x48, 0x65, 0x61, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x0f, 0x2e, 0x43, 0x33, 0x46, 0x36, 0x43, 0x52, 0x4d, 0x4d, 0x73, 0x67, 0x48, 0x65, 0x61, 0x64, - 0x52, 0x0d, 0x63, 0x72, 0x6d, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x48, 0x65, 0x61, 0x64, 0x12, - 0x70, 0x0a, 0x21, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x50, 0x72, - 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, - 0x42, 0x6f, 0x64, 0x79, 0x18, 0x2a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x51, 0x44, 0x55, - 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, - 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x21, - 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x63, 0x65, - 0x73, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, - 0x79, 0x22, 0xce, 0x01, 0x0a, 0x0b, 0x43, 0x33, 0x46, 0x36, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, - 0x79, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x12, 0x35, 0x0a, 0x0d, 0x63, 0x72, 0x6d, - 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x48, 0x65, 0x61, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x0f, 0x2e, 0x43, 0x33, 0x46, 0x36, 0x43, 0x52, 0x4d, 0x4d, 0x73, 0x67, 0x48, 0x65, 0x61, - 0x64, 0x52, 0x0d, 0x63, 0x72, 0x6d, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x48, 0x65, 0x61, 0x64, - 0x12, 0x70, 0x0a, 0x21, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x50, - 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x73, - 0x70, 0x42, 0x6f, 0x64, 0x79, 0x18, 0x2a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x51, 0x44, - 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, - 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, - 0x21, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x63, - 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f, - 0x64, 0x79, 0x22, 0xd5, 0x02, 0x0a, 0x21, 0x51, 0x44, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x67, - 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, - 0x65, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x6b, 0x66, 0x65, 0x78, - 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x6b, 0x66, 0x65, 0x78, 0x74, 0x12, 0x14, - 0x0a, 0x05, 0x70, 0x75, 0x62, 0x6e, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x70, - 0x75, 0x62, 0x6e, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x6e, 0x6f, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x6e, 0x6f, 0x12, 0x22, - 0x0a, 0x0c, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x6f, - 0x67, 0x69, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x6c, - 0x6f, 0x67, 0x69, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x68, 0x61, 0x72, 0x64, - 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, - 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x22, 0x0a, 0x0c, - 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x08, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0c, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x66, 0x6f, - 0x12, 0x12, 0x0a, 0x04, 0x67, 0x75, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, - 0x67, 0x75, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x18, - 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x70, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, - 0x0a, 0x08, 0x73, 0x75, 0x62, 0x41, 0x70, 0x70, 0x49, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x08, 0x73, 0x75, 0x62, 0x41, 0x70, 0x70, 0x49, 0x64, 0x22, 0xcd, 0x05, 0x0a, 0x21, 0x51, - 0x44, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, - 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, - 0x12, 0x1a, 0x0a, 0x03, 0x72, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, - 0x52, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x03, 0x72, 0x65, 0x74, 0x12, 0x10, 0x0a, 0x03, - 0x75, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x16, - 0x0a, 0x06, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, - 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, - 0x61, 0x6c, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, - 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x12, 0x2a, - 0x0a, 0x10, 0x64, 0x61, 0x74, 0x61, 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x50, 0x72, - 0x69, 0x76, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x64, 0x61, 0x74, 0x61, 0x41, 0x6e, - 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x50, 0x72, 0x69, 0x76, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x65, - 0x76, 0x69, 0x63, 0x65, 0x4c, 0x6f, 0x63, 0x6b, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, - 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x6f, 0x63, 0x6b, 0x12, 0x28, 0x0a, 0x0f, 0x6d, 0x6f, - 0x64, 0x75, 0x6c, 0x65, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x18, 0x07, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x0f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x50, 0x72, 0x69, 0x76, 0x69, - 0x6c, 0x65, 0x67, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x53, 0x75, - 0x62, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0d, - 0x52, 0x12, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x53, 0x75, 0x62, 0x50, 0x72, 0x69, 0x76, 0x69, - 0x6c, 0x65, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x53, 0x65, - 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x6d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x53, - 0x65, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x78, 0x74, 0x53, 0x65, 0x74, 0x18, 0x0a, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x06, 0x65, 0x78, 0x74, 0x53, 0x65, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x63, 0x6f, - 0x72, 0x70, 0x43, 0x6f, 0x6e, 0x66, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x18, 0x0b, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x10, 0x63, 0x6f, 0x72, 0x70, 0x43, 0x6f, 0x6e, 0x66, 0x50, 0x72, - 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x72, 0x70, 0x75, 0x69, - 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x63, 0x6f, 0x72, 0x70, 0x75, 0x69, 0x6e, - 0x12, 0x1c, 0x0a, 0x09, 0x6b, 0x66, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0d, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x09, 0x6b, 0x66, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x24, - 0x0a, 0x0d, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, - 0x0e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x4c, - 0x65, 0x76, 0x65, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x73, 0x67, 0x54, 0x69, 0x74, 0x6c, 0x65, - 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x73, 0x67, 0x54, 0x69, 0x74, 0x6c, 0x65, - 0x12, 0x24, 0x0a, 0x0d, 0x73, 0x75, 0x63, 0x63, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x4d, 0x73, - 0x67, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x73, 0x75, 0x63, 0x63, 0x4e, 0x6f, 0x74, - 0x69, 0x63, 0x65, 0x4d, 0x73, 0x67, 0x12, 0x20, 0x0a, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x41, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x11, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x6e, 0x61, 0x6d, - 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x72, 0x6d, 0x4d, - 0x69, 0x67, 0x72, 0x61, 0x74, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x0e, 0x63, 0x72, 0x6d, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65, 0x46, 0x6c, 0x61, 0x67, - 0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x78, 0x74, 0x75, 0x69, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x13, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x65, 0x78, 0x74, 0x75, 0x69, 0x6e, 0x4e, 0x61, 0x6d, 0x65, - 0x12, 0x28, 0x0a, 0x0f, 0x6f, 0x70, 0x65, 0x6e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, - 0x69, 0x6d, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x6f, 0x70, 0x65, 0x6e, 0x41, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x3f, 0x0a, 0x07, 0x52, 0x65, - 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, - 0x1a, 0x0a, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x22, 0xfa, 0x02, 0x0a, 0x0e, - 0x43, 0x33, 0x46, 0x36, 0x43, 0x52, 0x4d, 0x4d, 0x73, 0x67, 0x48, 0x65, 0x61, 0x64, 0x12, 0x1c, - 0x0a, 0x09, 0x63, 0x72, 0x6d, 0x53, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x09, 0x63, 0x72, 0x6d, 0x53, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x12, 0x18, 0x0a, 0x07, - 0x68, 0x65, 0x61, 0x64, 0x4c, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x68, - 0x65, 0x61, 0x64, 0x4c, 0x65, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x65, 0x72, 0x4e, 0x6f, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x76, 0x65, 0x72, 0x4e, 0x6f, 0x12, 0x14, 0x0a, 0x05, - 0x6b, 0x66, 0x55, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x6b, 0x66, 0x55, - 0x69, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x03, 0x73, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x12, 0x18, - 0x0a, 0x07, 0x63, 0x75, 0x72, 0x50, 0x61, 0x63, 0x6b, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x07, 0x63, 0x75, 0x72, 0x50, 0x61, 0x63, 0x6b, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x75, 0x66, 0x53, - 0x69, 0x67, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x62, 0x75, 0x66, 0x53, 0x69, 0x67, - 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x74, 0x79, 0x70, 0x65, 0x18, 0x09, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x74, 0x79, 0x70, 0x65, - 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x62, 0x6f, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x08, 0x6c, 0x61, 0x62, 0x6f, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, - 0x6c, 0x61, 0x62, 0x6f, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x09, 0x6c, 0x61, 0x62, 0x6f, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6b, 0x66, - 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x6b, - 0x66, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x72, 0x61, 0x63, - 0x65, 0x49, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x72, 0x61, 0x63, 0x65, - 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x63, - 0x6d, 0x64, 0x30, 0x78, 0x33, 0x66, 0x36, -} - -var ( - file_cmd0x3f6_proto_rawDescOnce sync.Once - file_cmd0x3f6_proto_rawDescData = file_cmd0x3f6_proto_rawDesc -) - -func file_cmd0x3f6_proto_rawDescGZIP() []byte { - file_cmd0x3f6_proto_rawDescOnce.Do(func() { - file_cmd0x3f6_proto_rawDescData = protoimpl.X.CompressGZIP(file_cmd0x3f6_proto_rawDescData) - }) - return file_cmd0x3f6_proto_rawDescData -} - -var file_cmd0x3f6_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_cmd0x3f6_proto_goTypes = []interface{}{ - (*C3F6ReqBody)(nil), // 0: C3F6ReqBody - (*C3F6RspBody)(nil), // 1: C3F6RspBody - (*QDUserLoginProcessCompleteReqBody)(nil), // 2: QDUserLoginProcessCompleteReqBody - (*QDUserLoginProcessCompleteRspBody)(nil), // 3: QDUserLoginProcessCompleteRspBody - (*RetInfo)(nil), // 4: RetInfo - (*C3F6CRMMsgHead)(nil), // 5: C3F6CRMMsgHead -} -var file_cmd0x3f6_proto_depIdxs = []int32{ - 5, // 0: C3F6ReqBody.crmCommonHead:type_name -> C3F6CRMMsgHead - 2, // 1: C3F6ReqBody.subcmdLoginProcessCompleteReqBody:type_name -> QDUserLoginProcessCompleteReqBody - 5, // 2: C3F6RspBody.crmCommonHead:type_name -> C3F6CRMMsgHead - 3, // 3: C3F6RspBody.subcmdLoginProcessCompleteRspBody:type_name -> QDUserLoginProcessCompleteRspBody - 4, // 4: QDUserLoginProcessCompleteRspBody.ret:type_name -> RetInfo - 5, // [5:5] is the sub-list for method output_type - 5, // [5:5] is the sub-list for method input_type - 5, // [5:5] is the sub-list for extension type_name - 5, // [5:5] is the sub-list for extension extendee - 0, // [0:5] is the sub-list for field type_name -} - -func init() { file_cmd0x3f6_proto_init() } -func file_cmd0x3f6_proto_init() { - if File_cmd0x3f6_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_cmd0x3f6_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*C3F6ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x3f6_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*C3F6RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x3f6_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*QDUserLoginProcessCompleteReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x3f6_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*QDUserLoginProcessCompleteRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x3f6_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RetInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_cmd0x3f6_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*C3F6CRMMsgHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_cmd0x3f6_proto_rawDesc, - NumEnums: 0, - NumMessages: 6, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_cmd0x3f6_proto_goTypes, - DependencyIndexes: file_cmd0x3f6_proto_depIdxs, - MessageInfos: file_cmd0x3f6_proto_msgTypes, - }.Build() - File_cmd0x3f6_proto = out.File - file_cmd0x3f6_proto_rawDesc = nil - file_cmd0x3f6_proto_goTypes = nil - file_cmd0x3f6_proto_depIdxs = nil -} diff --git a/client/pb/cmd0x6ff/smbcmd0x519.pb.go b/client/pb/cmd0x6ff/smbcmd0x519.pb.go index 8568f89b..465b0fbc 100644 --- a/client/pb/cmd0x6ff/smbcmd0x519.pb.go +++ b/client/pb/cmd0x6ff/smbcmd0x519.pb.go @@ -1,76 +1,22 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: smbcmd0x519.proto package cmd0x6ff -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type C519CRMMsgHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CrmSubCmd *uint32 `protobuf:"varint,1,opt,name=crmSubCmd" json:"crmSubCmd,omitempty"` - HeadLen *uint32 `protobuf:"varint,2,opt,name=headLen" json:"headLen,omitempty"` - VerNo *uint32 `protobuf:"varint,3,opt,name=verNo" json:"verNo,omitempty"` - KfUin *uint64 `protobuf:"varint,4,opt,name=kfUin" json:"kfUin,omitempty"` - Seq *uint32 `protobuf:"varint,5,opt,name=seq" json:"seq,omitempty"` - PackNum *uint32 `protobuf:"varint,6,opt,name=packNum" json:"packNum,omitempty"` - CurPack *uint32 `protobuf:"varint,7,opt,name=curPack" json:"curPack,omitempty"` - BufSig *string `protobuf:"bytes,8,opt,name=bufSig" json:"bufSig,omitempty"` - PubQq *uint64 `protobuf:"varint,9,opt,name=pubQq" json:"pubQq,omitempty"` - Clienttype *uint32 `protobuf:"varint,10,opt,name=clienttype" json:"clienttype,omitempty"` - LaborUin *uint64 `protobuf:"varint,11,opt,name=laborUin" json:"laborUin,omitempty"` - LaborName *string `protobuf:"bytes,12,opt,name=laborName" json:"laborName,omitempty"` - Puin *uint64 `protobuf:"varint,13,opt,name=puin" json:"puin,omitempty"` -} - -func (x *C519CRMMsgHead) Reset() { - *x = C519CRMMsgHead{} - if protoimpl.UnsafeEnabled { - mi := &file_smbcmd0x519_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *C519CRMMsgHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*C519CRMMsgHead) ProtoMessage() {} - -func (x *C519CRMMsgHead) ProtoReflect() protoreflect.Message { - mi := &file_smbcmd0x519_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use C519CRMMsgHead.ProtoReflect.Descriptor instead. -func (*C519CRMMsgHead) Descriptor() ([]byte, []int) { - return file_smbcmd0x519_proto_rawDescGZIP(), []int{0} + CrmSubCmd *uint32 `protobuf:"varint,1,opt"` + HeadLen *uint32 `protobuf:"varint,2,opt"` + VerNo *uint32 `protobuf:"varint,3,opt"` + KfUin *uint64 `protobuf:"varint,4,opt"` + Seq *uint32 `protobuf:"varint,5,opt"` + PackNum *uint32 `protobuf:"varint,6,opt"` + CurPack *uint32 `protobuf:"varint,7,opt"` + BufSig *string `protobuf:"bytes,8,opt"` + PubQq *uint64 `protobuf:"varint,9,opt"` + Clienttype *uint32 `protobuf:"varint,10,opt"` + LaborUin *uint64 `protobuf:"varint,11,opt"` + LaborName *string `protobuf:"bytes,12,opt"` + Puin *uint64 `protobuf:"varint,13,opt"` } func (x *C519CRMMsgHead) GetCrmSubCmd() uint32 { @@ -165,45 +111,9 @@ func (x *C519CRMMsgHead) GetPuin() uint64 { } type GetNavigationMenuReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Puin *uint64 `protobuf:"varint,1,opt,name=puin" json:"puin,omitempty"` - Uin *uint64 `protobuf:"varint,2,opt,name=uin" json:"uin,omitempty"` - VerNo *uint32 `protobuf:"varint,3,opt,name=verNo" json:"verNo,omitempty"` -} - -func (x *GetNavigationMenuReqBody) Reset() { - *x = GetNavigationMenuReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_smbcmd0x519_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetNavigationMenuReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetNavigationMenuReqBody) ProtoMessage() {} - -func (x *GetNavigationMenuReqBody) ProtoReflect() protoreflect.Message { - mi := &file_smbcmd0x519_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetNavigationMenuReqBody.ProtoReflect.Descriptor instead. -func (*GetNavigationMenuReqBody) Descriptor() ([]byte, []int) { - return file_smbcmd0x519_proto_rawDescGZIP(), []int{1} + Puin *uint64 `protobuf:"varint,1,opt"` + Uin *uint64 `protobuf:"varint,2,opt"` + VerNo *uint32 `protobuf:"varint,3,opt"` } func (x *GetNavigationMenuReqBody) GetPuin() uint64 { @@ -228,46 +138,10 @@ func (x *GetNavigationMenuReqBody) GetVerNo() uint32 { } type GetNavigationMenuRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Ret *C519RetInfo `protobuf:"bytes,1,opt,name=ret" json:"ret,omitempty"` - IsShow *int32 `protobuf:"varint,2,opt,name=isShow" json:"isShow,omitempty"` - UctMsg *string `protobuf:"bytes,3,opt,name=uctMsg" json:"uctMsg,omitempty"` - VerNo *uint32 `protobuf:"varint,4,opt,name=verNo" json:"verNo,omitempty"` -} - -func (x *GetNavigationMenuRspBody) Reset() { - *x = GetNavigationMenuRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_smbcmd0x519_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetNavigationMenuRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetNavigationMenuRspBody) ProtoMessage() {} - -func (x *GetNavigationMenuRspBody) ProtoReflect() protoreflect.Message { - mi := &file_smbcmd0x519_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetNavigationMenuRspBody.ProtoReflect.Descriptor instead. -func (*GetNavigationMenuRspBody) Descriptor() ([]byte, []int) { - return file_smbcmd0x519_proto_rawDescGZIP(), []int{2} + Ret *C519RetInfo `protobuf:"bytes,1,opt"` + IsShow *int32 `protobuf:"varint,2,opt"` + UctMsg *string `protobuf:"bytes,3,opt"` + VerNo *uint32 `protobuf:"varint,4,opt"` } func (x *GetNavigationMenuRspBody) GetRet() *C519RetInfo { @@ -299,46 +173,10 @@ func (x *GetNavigationMenuRspBody) GetVerNo() uint32 { } type C519ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SubCmd *uint32 `protobuf:"varint,1,opt,name=subCmd" json:"subCmd,omitempty"` - CrmCommonHead *C519CRMMsgHead `protobuf:"bytes,2,opt,name=crmCommonHead" json:"crmCommonHead,omitempty"` - GetAddressDetailListReqBody *GetAddressDetailListReqBody `protobuf:"bytes,33,opt,name=getAddressDetailListReqBody" json:"getAddressDetailListReqBody,omitempty"` - GetNavigationMenuReq *GetNavigationMenuReqBody `protobuf:"bytes,35,opt,name=getNavigationMenuReq" json:"getNavigationMenuReq,omitempty"` -} - -func (x *C519ReqBody) Reset() { - *x = C519ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_smbcmd0x519_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *C519ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*C519ReqBody) ProtoMessage() {} - -func (x *C519ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_smbcmd0x519_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use C519ReqBody.ProtoReflect.Descriptor instead. -func (*C519ReqBody) Descriptor() ([]byte, []int) { - return file_smbcmd0x519_proto_rawDescGZIP(), []int{3} + SubCmd *uint32 `protobuf:"varint,1,opt"` + CrmCommonHead *C519CRMMsgHead `protobuf:"bytes,2,opt"` + GetAddressDetailListReqBody *GetAddressDetailListReqBody `protobuf:"bytes,33,opt"` + GetNavigationMenuReq *GetNavigationMenuReqBody `protobuf:"bytes,35,opt"` } func (x *C519ReqBody) GetSubCmd() uint32 { @@ -370,44 +208,8 @@ func (x *C519ReqBody) GetGetNavigationMenuReq() *GetNavigationMenuReqBody { } type C519RetInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode *uint32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"` - ErrorMsg *string `protobuf:"bytes,2,opt,name=errorMsg" json:"errorMsg,omitempty"` -} - -func (x *C519RetInfo) Reset() { - *x = C519RetInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_smbcmd0x519_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *C519RetInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*C519RetInfo) ProtoMessage() {} - -func (x *C519RetInfo) ProtoReflect() protoreflect.Message { - mi := &file_smbcmd0x519_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use C519RetInfo.ProtoReflect.Descriptor instead. -func (*C519RetInfo) Descriptor() ([]byte, []int) { - return file_smbcmd0x519_proto_rawDescGZIP(), []int{4} + RetCode *uint32 `protobuf:"varint,1,opt"` + ErrorMsg *string `protobuf:"bytes,2,opt"` } func (x *C519RetInfo) GetRetCode() uint32 { @@ -425,46 +227,10 @@ func (x *C519RetInfo) GetErrorMsg() string { } type C519RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SubCmd *uint32 `protobuf:"varint,1,opt,name=subCmd" json:"subCmd,omitempty"` - CrmCommonHead *C519CRMMsgHead `protobuf:"bytes,2,opt,name=crmCommonHead" json:"crmCommonHead,omitempty"` - GetAddressDetailListRspBody *GetAddressDetailListRspBody `protobuf:"bytes,33,opt,name=getAddressDetailListRspBody" json:"getAddressDetailListRspBody,omitempty"` - GetNavigationMenuRsp *GetNavigationMenuRspBody `protobuf:"bytes,35,opt,name=getNavigationMenuRsp" json:"getNavigationMenuRsp,omitempty"` -} - -func (x *C519RspBody) Reset() { - *x = C519RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_smbcmd0x519_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *C519RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*C519RspBody) ProtoMessage() {} - -func (x *C519RspBody) ProtoReflect() protoreflect.Message { - mi := &file_smbcmd0x519_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use C519RspBody.ProtoReflect.Descriptor instead. -func (*C519RspBody) Descriptor() ([]byte, []int) { - return file_smbcmd0x519_proto_rawDescGZIP(), []int{5} + SubCmd *uint32 `protobuf:"varint,1,opt"` + CrmCommonHead *C519CRMMsgHead `protobuf:"bytes,2,opt"` + GetAddressDetailListRspBody *GetAddressDetailListRspBody `protobuf:"bytes,33,opt"` + GetNavigationMenuRsp *GetNavigationMenuRspBody `protobuf:"bytes,35,opt"` } func (x *C519RspBody) GetSubCmd() uint32 { @@ -496,44 +262,8 @@ func (x *C519RspBody) GetGetNavigationMenuRsp() *GetNavigationMenuRspBody { } type GetAddressDetailListReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Timestamp *uint32 `protobuf:"fixed32,1,opt,name=timestamp" json:"timestamp,omitempty"` - Timestamp2 *uint64 `protobuf:"fixed64,2,opt,name=timestamp2" json:"timestamp2,omitempty"` -} - -func (x *GetAddressDetailListReqBody) Reset() { - *x = GetAddressDetailListReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_smbcmd0x519_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetAddressDetailListReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetAddressDetailListReqBody) ProtoMessage() {} - -func (x *GetAddressDetailListReqBody) ProtoReflect() protoreflect.Message { - mi := &file_smbcmd0x519_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetAddressDetailListReqBody.ProtoReflect.Descriptor instead. -func (*GetAddressDetailListReqBody) Descriptor() ([]byte, []int) { - return file_smbcmd0x519_proto_rawDescGZIP(), []int{6} + Timestamp *uint32 `protobuf:"fixed32,1,opt"` + Timestamp2 *uint64 `protobuf:"fixed64,2,opt"` } func (x *GetAddressDetailListReqBody) GetTimestamp() uint32 { @@ -551,47 +281,11 @@ func (x *GetAddressDetailListReqBody) GetTimestamp2() uint64 { } type GetAddressDetailListRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Ret *C519RetInfo `protobuf:"bytes,1,opt,name=ret" json:"ret,omitempty"` - Timestamp *uint32 `protobuf:"fixed32,2,opt,name=timestamp" json:"timestamp,omitempty"` - Full *bool `protobuf:"varint,3,opt,name=full" json:"full,omitempty"` - AddressDetail []*AddressDetail `protobuf:"bytes,4,rep,name=addressDetail" json:"addressDetail,omitempty"` - Timestamp2 *uint64 `protobuf:"fixed64,5,opt,name=timestamp2" json:"timestamp2,omitempty"` -} - -func (x *GetAddressDetailListRspBody) Reset() { - *x = GetAddressDetailListRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_smbcmd0x519_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetAddressDetailListRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetAddressDetailListRspBody) ProtoMessage() {} - -func (x *GetAddressDetailListRspBody) ProtoReflect() protoreflect.Message { - mi := &file_smbcmd0x519_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetAddressDetailListRspBody.ProtoReflect.Descriptor instead. -func (*GetAddressDetailListRspBody) Descriptor() ([]byte, []int) { - return file_smbcmd0x519_proto_rawDescGZIP(), []int{7} + Ret *C519RetInfo `protobuf:"bytes,1,opt"` + Timestamp *uint32 `protobuf:"fixed32,2,opt"` + Full *bool `protobuf:"varint,3,opt"` + AddressDetail []*AddressDetail `protobuf:"bytes,4,rep"` + Timestamp2 *uint64 `protobuf:"fixed64,5,opt"` } func (x *GetAddressDetailListRspBody) GetRet() *C519RetInfo { @@ -630,70 +324,34 @@ func (x *GetAddressDetailListRspBody) GetTimestamp2() uint64 { } type AddressDetail struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Aid *uint32 `protobuf:"varint,1,opt,name=aid" json:"aid,omitempty"` - ModifyTime *uint32 `protobuf:"fixed32,2,opt,name=modifyTime" json:"modifyTime,omitempty"` - CreateTime *uint32 `protobuf:"fixed32,3,opt,name=createTime" json:"createTime,omitempty"` - Status *uint32 `protobuf:"varint,4,opt,name=status" json:"status,omitempty"` - Groupid *uint32 `protobuf:"varint,5,opt,name=groupid" json:"groupid,omitempty"` - AddGroupName []byte `protobuf:"bytes,6,opt,name=addGroupName" json:"addGroupName,omitempty"` - Name []byte `protobuf:"bytes,7,opt,name=name" json:"name,omitempty"` - Gender *uint32 `protobuf:"varint,8,opt,name=gender" json:"gender,omitempty"` - Birthday *uint32 `protobuf:"fixed32,9,opt,name=birthday" json:"birthday,omitempty"` - Company0 []byte `protobuf:"bytes,10,opt,name=company0" json:"company0,omitempty"` - CompanyPosition0 []byte `protobuf:"bytes,11,opt,name=companyPosition0" json:"companyPosition0,omitempty"` - Company1 []byte `protobuf:"bytes,12,opt,name=company1" json:"company1,omitempty"` - CompanyPosition1 []byte `protobuf:"bytes,13,opt,name=companyPosition1" json:"companyPosition1,omitempty"` - FixedPhone0 []byte `protobuf:"bytes,14,opt,name=fixedPhone0" json:"fixedPhone0,omitempty"` - FixedPhone1 []byte `protobuf:"bytes,15,opt,name=fixedPhone1" json:"fixedPhone1,omitempty"` - Email0 []byte `protobuf:"bytes,16,opt,name=email0" json:"email0,omitempty"` - Email1 []byte `protobuf:"bytes,17,opt,name=email1" json:"email1,omitempty"` - Fax0 []byte `protobuf:"bytes,18,opt,name=fax0" json:"fax0,omitempty"` - Fax1 []byte `protobuf:"bytes,19,opt,name=fax1" json:"fax1,omitempty"` - Comment []byte `protobuf:"bytes,20,opt,name=comment" json:"comment,omitempty"` - HeadUrl []byte `protobuf:"bytes,21,opt,name=headUrl" json:"headUrl,omitempty"` - MobilePhone []*AddressMobileInfo `protobuf:"bytes,22,rep,name=mobilePhone" json:"mobilePhone,omitempty"` - MobilePhoneUpdated *bool `protobuf:"varint,23,opt,name=mobilePhoneUpdated" json:"mobilePhoneUpdated,omitempty"` - Qq []*AddressQQinfo `protobuf:"bytes,24,rep,name=qq" json:"qq,omitempty"` - QqPhoneUpdated *bool `protobuf:"varint,25,opt,name=qqPhoneUpdated" json:"qqPhoneUpdated,omitempty"` - ModifyTime2 *uint64 `protobuf:"fixed64,26,opt,name=modifyTime2" json:"modifyTime2,omitempty"` - ClientRegion *NewBizClientRegion `protobuf:"bytes,27,opt,name=clientRegion" json:"clientRegion,omitempty"` - ClientRegionCode *NewBizClientRegionCode `protobuf:"bytes,28,opt,name=clientRegionCode" json:"clientRegionCode,omitempty"` -} - -func (x *AddressDetail) Reset() { - *x = AddressDetail{} - if protoimpl.UnsafeEnabled { - mi := &file_smbcmd0x519_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AddressDetail) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AddressDetail) ProtoMessage() {} - -func (x *AddressDetail) ProtoReflect() protoreflect.Message { - mi := &file_smbcmd0x519_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AddressDetail.ProtoReflect.Descriptor instead. -func (*AddressDetail) Descriptor() ([]byte, []int) { - return file_smbcmd0x519_proto_rawDescGZIP(), []int{8} + Aid *uint32 `protobuf:"varint,1,opt"` + ModifyTime *uint32 `protobuf:"fixed32,2,opt"` + CreateTime *uint32 `protobuf:"fixed32,3,opt"` + Status *uint32 `protobuf:"varint,4,opt"` + Groupid *uint32 `protobuf:"varint,5,opt"` + AddGroupName []byte `protobuf:"bytes,6,opt"` + Name []byte `protobuf:"bytes,7,opt"` + Gender *uint32 `protobuf:"varint,8,opt"` + Birthday *uint32 `protobuf:"fixed32,9,opt"` + Company0 []byte `protobuf:"bytes,10,opt"` + CompanyPosition0 []byte `protobuf:"bytes,11,opt"` + Company1 []byte `protobuf:"bytes,12,opt"` + CompanyPosition1 []byte `protobuf:"bytes,13,opt"` + FixedPhone0 []byte `protobuf:"bytes,14,opt"` + FixedPhone1 []byte `protobuf:"bytes,15,opt"` + Email0 []byte `protobuf:"bytes,16,opt"` + Email1 []byte `protobuf:"bytes,17,opt"` + Fax0 []byte `protobuf:"bytes,18,opt"` + Fax1 []byte `protobuf:"bytes,19,opt"` + Comment []byte `protobuf:"bytes,20,opt"` + HeadUrl []byte `protobuf:"bytes,21,opt"` + MobilePhone []*AddressMobileInfo `protobuf:"bytes,22,rep"` + MobilePhoneUpdated *bool `protobuf:"varint,23,opt"` + Qq []*AddressQQinfo `protobuf:"bytes,24,rep"` + QqPhoneUpdated *bool `protobuf:"varint,25,opt"` + ModifyTime2 *uint64 `protobuf:"fixed64,26,opt"` + ClientRegion *NewBizClientRegion `protobuf:"bytes,27,opt"` + ClientRegionCode *NewBizClientRegionCode `protobuf:"bytes,28,opt"` } func (x *AddressDetail) GetAid() uint32 { @@ -893,45 +551,9 @@ func (x *AddressDetail) GetClientRegionCode() *NewBizClientRegionCode { } type AddressMobileInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index *uint32 `protobuf:"varint,1,opt,name=index" json:"index,omitempty"` - Account []byte `protobuf:"bytes,2,opt,name=account" json:"account,omitempty"` - FormattedAccount []byte `protobuf:"bytes,5,opt,name=formattedAccount" json:"formattedAccount,omitempty"` -} - -func (x *AddressMobileInfo) Reset() { - *x = AddressMobileInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_smbcmd0x519_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AddressMobileInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AddressMobileInfo) ProtoMessage() {} - -func (x *AddressMobileInfo) ProtoReflect() protoreflect.Message { - mi := &file_smbcmd0x519_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AddressMobileInfo.ProtoReflect.Descriptor instead. -func (*AddressMobileInfo) Descriptor() ([]byte, []int) { - return file_smbcmd0x519_proto_rawDescGZIP(), []int{9} + Index *uint32 `protobuf:"varint,1,opt"` + Account []byte `protobuf:"bytes,2,opt"` + FormattedAccount []byte `protobuf:"bytes,5,opt"` } func (x *AddressMobileInfo) GetIndex() uint32 { @@ -956,44 +578,8 @@ func (x *AddressMobileInfo) GetFormattedAccount() []byte { } type AddressQQinfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index *uint32 `protobuf:"varint,1,opt,name=index" json:"index,omitempty"` - Account *uint64 `protobuf:"varint,2,opt,name=account" json:"account,omitempty"` -} - -func (x *AddressQQinfo) Reset() { - *x = AddressQQinfo{} - if protoimpl.UnsafeEnabled { - mi := &file_smbcmd0x519_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AddressQQinfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AddressQQinfo) ProtoMessage() {} - -func (x *AddressQQinfo) ProtoReflect() protoreflect.Message { - mi := &file_smbcmd0x519_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AddressQQinfo.ProtoReflect.Descriptor instead. -func (*AddressQQinfo) Descriptor() ([]byte, []int) { - return file_smbcmd0x519_proto_rawDescGZIP(), []int{10} + Index *uint32 `protobuf:"varint,1,opt"` + Account *uint64 `protobuf:"varint,2,opt"` } func (x *AddressQQinfo) GetIndex() uint32 { @@ -1011,46 +597,10 @@ func (x *AddressQQinfo) GetAccount() uint64 { } type NewBizClientRegion struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ClientNation *string `protobuf:"bytes,1,opt,name=clientNation" json:"clientNation,omitempty"` - ClientProvince *string `protobuf:"bytes,2,opt,name=clientProvince" json:"clientProvince,omitempty"` - ClientCity *string `protobuf:"bytes,3,opt,name=clientCity" json:"clientCity,omitempty"` - ClientRegion *string `protobuf:"bytes,4,opt,name=clientRegion" json:"clientRegion,omitempty"` -} - -func (x *NewBizClientRegion) Reset() { - *x = NewBizClientRegion{} - if protoimpl.UnsafeEnabled { - mi := &file_smbcmd0x519_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NewBizClientRegion) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NewBizClientRegion) ProtoMessage() {} - -func (x *NewBizClientRegion) ProtoReflect() protoreflect.Message { - mi := &file_smbcmd0x519_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NewBizClientRegion.ProtoReflect.Descriptor instead. -func (*NewBizClientRegion) Descriptor() ([]byte, []int) { - return file_smbcmd0x519_proto_rawDescGZIP(), []int{11} + ClientNation *string `protobuf:"bytes,1,opt"` + ClientProvince *string `protobuf:"bytes,2,opt"` + ClientCity *string `protobuf:"bytes,3,opt"` + ClientRegion *string `protobuf:"bytes,4,opt"` } func (x *NewBizClientRegion) GetClientNation() string { @@ -1082,46 +632,10 @@ func (x *NewBizClientRegion) GetClientRegion() string { } type NewBizClientRegionCode struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Nationid *uint64 `protobuf:"varint,1,opt,name=nationid" json:"nationid,omitempty"` - Provinceid *uint64 `protobuf:"varint,2,opt,name=provinceid" json:"provinceid,omitempty"` - Cityid *uint64 `protobuf:"varint,3,opt,name=cityid" json:"cityid,omitempty"` - Regionid *uint64 `protobuf:"varint,4,opt,name=regionid" json:"regionid,omitempty"` -} - -func (x *NewBizClientRegionCode) Reset() { - *x = NewBizClientRegionCode{} - if protoimpl.UnsafeEnabled { - mi := &file_smbcmd0x519_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NewBizClientRegionCode) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NewBizClientRegionCode) ProtoMessage() {} - -func (x *NewBizClientRegionCode) ProtoReflect() protoreflect.Message { - mi := &file_smbcmd0x519_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NewBizClientRegionCode.ProtoReflect.Descriptor instead. -func (*NewBizClientRegionCode) Descriptor() ([]byte, []int) { - return file_smbcmd0x519_proto_rawDescGZIP(), []int{12} + Nationid *uint64 `protobuf:"varint,1,opt"` + Provinceid *uint64 `protobuf:"varint,2,opt"` + Cityid *uint64 `protobuf:"varint,3,opt"` + Regionid *uint64 `protobuf:"varint,4,opt"` } func (x *NewBizClientRegionCode) GetNationid() uint64 { @@ -1151,423 +665,3 @@ func (x *NewBizClientRegionCode) GetRegionid() uint64 { } return 0 } - -var File_smbcmd0x519_proto protoreflect.FileDescriptor - -var file_smbcmd0x519_proto_rawDesc = []byte{ - 0x0a, 0x11, 0x73, 0x6d, 0x62, 0x63, 0x6d, 0x64, 0x30, 0x78, 0x35, 0x31, 0x39, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x22, 0xd6, 0x02, 0x0a, 0x0e, 0x43, 0x35, 0x31, 0x39, 0x43, 0x52, 0x4d, 0x4d, - 0x73, 0x67, 0x48, 0x65, 0x61, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72, 0x6d, 0x53, 0x75, 0x62, - 0x43, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x63, 0x72, 0x6d, 0x53, 0x75, - 0x62, 0x43, 0x6d, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x68, 0x65, 0x61, 0x64, 0x4c, 0x65, 0x6e, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x68, 0x65, 0x61, 0x64, 0x4c, 0x65, 0x6e, 0x12, 0x14, - 0x0a, 0x05, 0x76, 0x65, 0x72, 0x4e, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x76, - 0x65, 0x72, 0x4e, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x6b, 0x66, 0x55, 0x69, 0x6e, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x05, 0x6b, 0x66, 0x55, 0x69, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, - 0x71, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x73, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, - 0x70, 0x61, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x70, - 0x61, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x75, 0x72, 0x50, 0x61, 0x63, - 0x6b, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x63, 0x75, 0x72, 0x50, 0x61, 0x63, 0x6b, - 0x12, 0x16, 0x0a, 0x06, 0x62, 0x75, 0x66, 0x53, 0x69, 0x67, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x06, 0x62, 0x75, 0x66, 0x53, 0x69, 0x67, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x75, 0x62, 0x51, - 0x71, 0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x70, 0x75, 0x62, 0x51, 0x71, 0x12, 0x1e, - 0x0a, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x74, 0x79, 0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1a, - 0x0a, 0x08, 0x6c, 0x61, 0x62, 0x6f, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x08, 0x6c, 0x61, 0x62, 0x6f, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x61, - 0x62, 0x6f, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6c, - 0x61, 0x62, 0x6f, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x75, 0x69, 0x6e, - 0x18, 0x0d, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x70, 0x75, 0x69, 0x6e, 0x22, 0x56, 0x0a, 0x18, - 0x47, 0x65, 0x74, 0x4e, 0x61, 0x76, 0x69, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x6e, - 0x75, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x75, 0x69, 0x6e, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x70, 0x75, 0x69, 0x6e, 0x12, 0x10, 0x0a, 0x03, - 0x75, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x14, - 0x0a, 0x05, 0x76, 0x65, 0x72, 0x4e, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x76, - 0x65, 0x72, 0x4e, 0x6f, 0x22, 0x80, 0x01, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x76, 0x69, - 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, - 0x79, 0x12, 0x1e, 0x0a, 0x03, 0x72, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, - 0x2e, 0x43, 0x35, 0x31, 0x39, 0x52, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x03, 0x72, 0x65, - 0x74, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x06, 0x69, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x63, 0x74, - 0x4d, 0x73, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x63, 0x74, 0x4d, 0x73, - 0x67, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x65, 0x72, 0x4e, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x05, 0x76, 0x65, 0x72, 0x4e, 0x6f, 0x22, 0x8b, 0x02, 0x0a, 0x0b, 0x43, 0x35, 0x31, 0x39, - 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x12, - 0x35, 0x0a, 0x0d, 0x63, 0x72, 0x6d, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x48, 0x65, 0x61, 0x64, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x43, 0x35, 0x31, 0x39, 0x43, 0x52, 0x4d, - 0x4d, 0x73, 0x67, 0x48, 0x65, 0x61, 0x64, 0x52, 0x0d, 0x63, 0x72, 0x6d, 0x43, 0x6f, 0x6d, 0x6d, - 0x6f, 0x6e, 0x48, 0x65, 0x61, 0x64, 0x12, 0x5e, 0x0a, 0x1b, 0x67, 0x65, 0x74, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, - 0x71, 0x42, 0x6f, 0x64, 0x79, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x47, 0x65, - 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, - 0x73, 0x74, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x1b, 0x67, 0x65, 0x74, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, - 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x4d, 0x0a, 0x14, 0x67, 0x65, 0x74, 0x4e, 0x61, 0x76, - 0x69, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x65, 0x71, 0x18, 0x23, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x76, 0x69, 0x67, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, - 0x14, 0x67, 0x65, 0x74, 0x4e, 0x61, 0x76, 0x69, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, - 0x6e, 0x75, 0x52, 0x65, 0x71, 0x22, 0x43, 0x0a, 0x0b, 0x43, 0x35, 0x31, 0x39, 0x52, 0x65, 0x74, - 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1a, - 0x0a, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x22, 0x8b, 0x02, 0x0a, 0x0b, 0x43, - 0x35, 0x31, 0x39, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x75, - 0x62, 0x43, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x73, 0x75, 0x62, 0x43, - 0x6d, 0x64, 0x12, 0x35, 0x0a, 0x0d, 0x63, 0x72, 0x6d, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x48, - 0x65, 0x61, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x43, 0x35, 0x31, 0x39, - 0x43, 0x52, 0x4d, 0x4d, 0x73, 0x67, 0x48, 0x65, 0x61, 0x64, 0x52, 0x0d, 0x63, 0x72, 0x6d, 0x43, - 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x48, 0x65, 0x61, 0x64, 0x12, 0x5e, 0x0a, 0x1b, 0x67, 0x65, 0x74, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, - 0x74, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, - 0x2e, 0x47, 0x65, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, - 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x1b, 0x67, 0x65, - 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, - 0x73, 0x74, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x4d, 0x0a, 0x14, 0x67, 0x65, 0x74, - 0x4e, 0x61, 0x76, 0x69, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x73, - 0x70, 0x18, 0x23, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x76, - 0x69, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x73, 0x70, 0x42, 0x6f, - 0x64, 0x79, 0x52, 0x14, 0x67, 0x65, 0x74, 0x4e, 0x61, 0x76, 0x69, 0x67, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x73, 0x70, 0x22, 0x5b, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, - 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, - 0x74, 0x61, 0x6d, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x07, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, - 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, - 0x6d, 0x70, 0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x06, 0x52, 0x0a, 0x74, 0x69, 0x6d, 0x65, 0x73, - 0x74, 0x61, 0x6d, 0x70, 0x32, 0x22, 0xc5, 0x01, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, - 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1e, 0x0a, 0x03, 0x72, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x43, 0x35, 0x31, 0x39, 0x52, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, - 0x52, 0x03, 0x72, 0x65, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, - 0x6d, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x07, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, - 0x61, 0x6d, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x75, 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x08, 0x52, 0x04, 0x66, 0x75, 0x6c, 0x6c, 0x12, 0x34, 0x0a, 0x0d, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, - 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x0d, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x1e, 0x0a, - 0x0a, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x32, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x06, 0x52, 0x0a, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x32, 0x22, 0xad, 0x07, - 0x0a, 0x0d, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, - 0x10, 0x0a, 0x03, 0x61, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x61, 0x69, - 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x07, 0x52, 0x0a, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x54, 0x69, 0x6d, - 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x07, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, - 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x69, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x61, 0x64, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e, - 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x61, 0x64, 0x64, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, - 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x67, - 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x67, 0x65, 0x6e, - 0x64, 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x69, 0x72, 0x74, 0x68, 0x64, 0x61, 0x79, 0x18, - 0x09, 0x20, 0x01, 0x28, 0x07, 0x52, 0x08, 0x62, 0x69, 0x72, 0x74, 0x68, 0x64, 0x61, 0x79, 0x12, - 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x30, 0x18, 0x0a, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x08, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x30, 0x12, 0x2a, 0x0a, 0x10, 0x63, - 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x30, 0x18, - 0x0b, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x10, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x50, 0x6f, - 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x30, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6d, 0x70, 0x61, - 0x6e, 0x79, 0x31, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x63, 0x6f, 0x6d, 0x70, 0x61, - 0x6e, 0x79, 0x31, 0x12, 0x2a, 0x0a, 0x10, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x50, 0x6f, - 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x10, 0x63, - 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x12, - 0x20, 0x0a, 0x0b, 0x66, 0x69, 0x78, 0x65, 0x64, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x30, 0x18, 0x0e, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x66, 0x69, 0x78, 0x65, 0x64, 0x50, 0x68, 0x6f, 0x6e, 0x65, - 0x30, 0x12, 0x20, 0x0a, 0x0b, 0x66, 0x69, 0x78, 0x65, 0x64, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x31, - 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x66, 0x69, 0x78, 0x65, 0x64, 0x50, 0x68, 0x6f, - 0x6e, 0x65, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x30, 0x18, 0x10, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x06, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x30, 0x12, 0x16, 0x0a, 0x06, 0x65, - 0x6d, 0x61, 0x69, 0x6c, 0x31, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x65, 0x6d, 0x61, - 0x69, 0x6c, 0x31, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x61, 0x78, 0x30, 0x18, 0x12, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x04, 0x66, 0x61, 0x78, 0x30, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x61, 0x78, 0x31, 0x18, - 0x13, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x66, 0x61, 0x78, 0x31, 0x12, 0x18, 0x0a, 0x07, 0x63, - 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x63, 0x6f, - 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x68, 0x65, 0x61, 0x64, 0x55, 0x72, 0x6c, - 0x18, 0x15, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x68, 0x65, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x12, - 0x34, 0x0a, 0x0b, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x16, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x4d, 0x6f, - 0x62, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0b, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, - 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x50, - 0x68, 0x6f, 0x6e, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x18, 0x17, 0x20, 0x01, 0x28, - 0x08, 0x52, 0x12, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x55, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x64, 0x12, 0x1e, 0x0a, 0x02, 0x71, 0x71, 0x18, 0x18, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x0e, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x51, 0x51, 0x69, 0x6e, 0x66, - 0x6f, 0x52, 0x02, 0x71, 0x71, 0x12, 0x26, 0x0a, 0x0e, 0x71, 0x71, 0x50, 0x68, 0x6f, 0x6e, 0x65, - 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x18, 0x19, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x71, - 0x71, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x12, 0x20, 0x0a, - 0x0b, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x18, 0x1a, 0x20, 0x01, - 0x28, 0x06, 0x52, 0x0b, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x12, - 0x37, 0x0a, 0x0c, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x18, - 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x4e, 0x65, 0x77, 0x42, 0x69, 0x7a, 0x43, 0x6c, - 0x69, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x52, 0x0c, 0x63, 0x6c, 0x69, 0x65, - 0x6e, 0x74, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x12, 0x43, 0x0a, 0x10, 0x63, 0x6c, 0x69, 0x65, - 0x6e, 0x74, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x1c, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x4e, 0x65, 0x77, 0x42, 0x69, 0x7a, 0x43, 0x6c, 0x69, 0x65, 0x6e, - 0x74, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x10, 0x63, 0x6c, 0x69, - 0x65, 0x6e, 0x74, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x64, 0x65, 0x22, 0x6f, 0x0a, - 0x11, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x49, 0x6e, - 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, - 0x6e, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x74, 0x65, 0x64, 0x41, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x10, 0x66, 0x6f, - 0x72, 0x6d, 0x61, 0x74, 0x74, 0x65, 0x64, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x3f, - 0x0a, 0x0d, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x51, 0x51, 0x69, 0x6e, 0x66, 0x6f, 0x12, - 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, - 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, - 0xa4, 0x01, 0x0a, 0x12, 0x4e, 0x65, 0x77, 0x42, 0x69, 0x7a, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, - 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, - 0x4e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6c, - 0x69, 0x65, 0x6e, 0x74, 0x4e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x6c, - 0x69, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0e, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x6e, - 0x63, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x69, 0x74, 0x79, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x69, - 0x74, 0x79, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x67, 0x69, - 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, - 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x22, 0x88, 0x01, 0x0a, 0x16, 0x4e, 0x65, 0x77, 0x42, 0x69, - 0x7a, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x64, - 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x08, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x69, 0x64, 0x12, 0x1e, 0x0a, - 0x0a, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x69, 0x64, 0x12, 0x16, 0x0a, - 0x06, 0x63, 0x69, 0x74, 0x79, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x63, - 0x69, 0x74, 0x79, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x69, - 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x69, - 0x64, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x63, 0x6d, 0x64, 0x30, 0x78, 0x36, 0x66, 0x66, -} - -var ( - file_smbcmd0x519_proto_rawDescOnce sync.Once - file_smbcmd0x519_proto_rawDescData = file_smbcmd0x519_proto_rawDesc -) - -func file_smbcmd0x519_proto_rawDescGZIP() []byte { - file_smbcmd0x519_proto_rawDescOnce.Do(func() { - file_smbcmd0x519_proto_rawDescData = protoimpl.X.CompressGZIP(file_smbcmd0x519_proto_rawDescData) - }) - return file_smbcmd0x519_proto_rawDescData -} - -var file_smbcmd0x519_proto_msgTypes = make([]protoimpl.MessageInfo, 13) -var file_smbcmd0x519_proto_goTypes = []interface{}{ - (*C519CRMMsgHead)(nil), // 0: C519CRMMsgHead - (*GetNavigationMenuReqBody)(nil), // 1: GetNavigationMenuReqBody - (*GetNavigationMenuRspBody)(nil), // 2: GetNavigationMenuRspBody - (*C519ReqBody)(nil), // 3: C519ReqBody - (*C519RetInfo)(nil), // 4: C519RetInfo - (*C519RspBody)(nil), // 5: C519RspBody - (*GetAddressDetailListReqBody)(nil), // 6: GetAddressDetailListReqBody - (*GetAddressDetailListRspBody)(nil), // 7: GetAddressDetailListRspBody - (*AddressDetail)(nil), // 8: AddressDetail - (*AddressMobileInfo)(nil), // 9: AddressMobileInfo - (*AddressQQinfo)(nil), // 10: AddressQQinfo - (*NewBizClientRegion)(nil), // 11: NewBizClientRegion - (*NewBizClientRegionCode)(nil), // 12: NewBizClientRegionCode -} -var file_smbcmd0x519_proto_depIdxs = []int32{ - 4, // 0: GetNavigationMenuRspBody.ret:type_name -> C519RetInfo - 0, // 1: C519ReqBody.crmCommonHead:type_name -> C519CRMMsgHead - 6, // 2: C519ReqBody.getAddressDetailListReqBody:type_name -> GetAddressDetailListReqBody - 1, // 3: C519ReqBody.getNavigationMenuReq:type_name -> GetNavigationMenuReqBody - 0, // 4: C519RspBody.crmCommonHead:type_name -> C519CRMMsgHead - 7, // 5: C519RspBody.getAddressDetailListRspBody:type_name -> GetAddressDetailListRspBody - 2, // 6: C519RspBody.getNavigationMenuRsp:type_name -> GetNavigationMenuRspBody - 4, // 7: GetAddressDetailListRspBody.ret:type_name -> C519RetInfo - 8, // 8: GetAddressDetailListRspBody.addressDetail:type_name -> AddressDetail - 9, // 9: AddressDetail.mobilePhone:type_name -> AddressMobileInfo - 10, // 10: AddressDetail.qq:type_name -> AddressQQinfo - 11, // 11: AddressDetail.clientRegion:type_name -> NewBizClientRegion - 12, // 12: AddressDetail.clientRegionCode:type_name -> NewBizClientRegionCode - 13, // [13:13] is the sub-list for method output_type - 13, // [13:13] is the sub-list for method input_type - 13, // [13:13] is the sub-list for extension type_name - 13, // [13:13] is the sub-list for extension extendee - 0, // [0:13] is the sub-list for field type_name -} - -func init() { file_smbcmd0x519_proto_init() } -func file_smbcmd0x519_proto_init() { - if File_smbcmd0x519_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_smbcmd0x519_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*C519CRMMsgHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_smbcmd0x519_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetNavigationMenuReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_smbcmd0x519_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetNavigationMenuRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_smbcmd0x519_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*C519ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_smbcmd0x519_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*C519RetInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_smbcmd0x519_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*C519RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_smbcmd0x519_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetAddressDetailListReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_smbcmd0x519_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetAddressDetailListRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_smbcmd0x519_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AddressDetail); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_smbcmd0x519_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AddressMobileInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_smbcmd0x519_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AddressQQinfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_smbcmd0x519_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NewBizClientRegion); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_smbcmd0x519_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NewBizClientRegionCode); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_smbcmd0x519_proto_rawDesc, - NumEnums: 0, - NumMessages: 13, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_smbcmd0x519_proto_goTypes, - DependencyIndexes: file_smbcmd0x519_proto_depIdxs, - MessageInfos: file_smbcmd0x519_proto_msgTypes, - }.Build() - File_smbcmd0x519_proto = out.File - file_smbcmd0x519_proto_rawDesc = nil - file_smbcmd0x519_proto_goTypes = nil - file_smbcmd0x519_proto_depIdxs = nil -} diff --git a/client/pb/cmd0x6ff/subcmd0x501.pb.go b/client/pb/cmd0x6ff/subcmd0x501.pb.go index 820210c4..ec2ed637 100644 --- a/client/pb/cmd0x6ff/subcmd0x501.pb.go +++ b/client/pb/cmd0x6ff/subcmd0x501.pb.go @@ -1,64 +1,10 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: subcmd0x501.proto package cmd0x6ff -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type C501ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ReqBody *SubCmd0X501ReqBody `protobuf:"bytes,1281,opt,name=ReqBody" json:"ReqBody,omitempty"` -} - -func (x *C501ReqBody) Reset() { - *x = C501ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_subcmd0x501_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *C501ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*C501ReqBody) ProtoMessage() {} - -func (x *C501ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_subcmd0x501_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use C501ReqBody.ProtoReflect.Descriptor instead. -func (*C501ReqBody) Descriptor() ([]byte, []int) { - return file_subcmd0x501_proto_rawDescGZIP(), []int{0} + ReqBody *SubCmd0X501ReqBody `protobuf:"bytes,1281,opt"` } func (x *C501ReqBody) GetReqBody() *SubCmd0X501ReqBody { @@ -69,43 +15,7 @@ func (x *C501ReqBody) GetReqBody() *SubCmd0X501ReqBody { } type C501RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RspBody *SubCmd0X501RspBody `protobuf:"bytes,1281,opt,name=RspBody" json:"RspBody,omitempty"` -} - -func (x *C501RspBody) Reset() { - *x = C501RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_subcmd0x501_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *C501RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*C501RspBody) ProtoMessage() {} - -func (x *C501RspBody) ProtoReflect() protoreflect.Message { - mi := &file_subcmd0x501_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use C501RspBody.ProtoReflect.Descriptor instead. -func (*C501RspBody) Descriptor() ([]byte, []int) { - return file_subcmd0x501_proto_rawDescGZIP(), []int{1} + RspBody *SubCmd0X501RspBody `protobuf:"bytes,1281,opt"` } func (x *C501RspBody) GetRspBody() *SubCmd0X501RspBody { @@ -116,50 +26,14 @@ func (x *C501RspBody) GetRspBody() *SubCmd0X501RspBody { } type SubCmd0X501ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *uint64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` - IdcId *uint32 `protobuf:"varint,2,opt,name=idcId" json:"idcId,omitempty"` - Appid *uint32 `protobuf:"varint,3,opt,name=appid" json:"appid,omitempty"` - LoginSigType *uint32 `protobuf:"varint,4,opt,name=loginSigType" json:"loginSigType,omitempty"` - LoginSigTicket []byte `protobuf:"bytes,5,opt,name=loginSigTicket" json:"loginSigTicket,omitempty"` - RequestFlag *uint32 `protobuf:"varint,6,opt,name=requestFlag" json:"requestFlag,omitempty"` - ServiceTypes []uint32 `protobuf:"varint,7,rep,name=serviceTypes" json:"serviceTypes,omitempty"` - Bid *uint32 `protobuf:"varint,8,opt,name=bid" json:"bid,omitempty"` -} - -func (x *SubCmd0X501ReqBody) Reset() { - *x = SubCmd0X501ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_subcmd0x501_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SubCmd0X501ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SubCmd0X501ReqBody) ProtoMessage() {} - -func (x *SubCmd0X501ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_subcmd0x501_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SubCmd0X501ReqBody.ProtoReflect.Descriptor instead. -func (*SubCmd0X501ReqBody) Descriptor() ([]byte, []int) { - return file_subcmd0x501_proto_rawDescGZIP(), []int{2} + Uin *uint64 `protobuf:"varint,1,opt"` + IdcId *uint32 `protobuf:"varint,2,opt"` + Appid *uint32 `protobuf:"varint,3,opt"` + LoginSigType *uint32 `protobuf:"varint,4,opt"` + LoginSigTicket []byte `protobuf:"bytes,5,opt"` + RequestFlag *uint32 `protobuf:"varint,6,opt"` + ServiceTypes []uint32 `protobuf:"varint,7,rep"` + Bid *uint32 `protobuf:"varint,8,opt"` } func (x *SubCmd0X501ReqBody) GetUin() uint64 { @@ -219,45 +93,9 @@ func (x *SubCmd0X501ReqBody) GetBid() uint32 { } type SubCmd0X501RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SigSession []byte `protobuf:"bytes,1,opt,name=sigSession" json:"sigSession,omitempty"` - SessionKey []byte `protobuf:"bytes,2,opt,name=sessionKey" json:"sessionKey,omitempty"` - Addrs []*SrvAddrs `protobuf:"bytes,3,rep,name=addrs" json:"addrs,omitempty"` -} - -func (x *SubCmd0X501RspBody) Reset() { - *x = SubCmd0X501RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_subcmd0x501_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SubCmd0X501RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SubCmd0X501RspBody) ProtoMessage() {} - -func (x *SubCmd0X501RspBody) ProtoReflect() protoreflect.Message { - mi := &file_subcmd0x501_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SubCmd0X501RspBody.ProtoReflect.Descriptor instead. -func (*SubCmd0X501RspBody) Descriptor() ([]byte, []int) { - return file_subcmd0x501_proto_rawDescGZIP(), []int{3} + SigSession []byte `protobuf:"bytes,1,opt"` + SessionKey []byte `protobuf:"bytes,2,opt"` + Addrs []*SrvAddrs `protobuf:"bytes,3,rep"` } func (x *SubCmd0X501RspBody) GetSigSession() []byte { @@ -282,44 +120,8 @@ func (x *SubCmd0X501RspBody) GetAddrs() []*SrvAddrs { } type SrvAddrs struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ServiceType *uint32 `protobuf:"varint,1,opt,name=serviceType" json:"serviceType,omitempty"` - Addrs []*IpAddr `protobuf:"bytes,2,rep,name=addrs" json:"addrs,omitempty"` -} - -func (x *SrvAddrs) Reset() { - *x = SrvAddrs{} - if protoimpl.UnsafeEnabled { - mi := &file_subcmd0x501_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SrvAddrs) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SrvAddrs) ProtoMessage() {} - -func (x *SrvAddrs) ProtoReflect() protoreflect.Message { - mi := &file_subcmd0x501_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SrvAddrs.ProtoReflect.Descriptor instead. -func (*SrvAddrs) Descriptor() ([]byte, []int) { - return file_subcmd0x501_proto_rawDescGZIP(), []int{4} + ServiceType *uint32 `protobuf:"varint,1,opt"` + Addrs []*IpAddr `protobuf:"bytes,2,rep"` } func (x *SrvAddrs) GetServiceType() uint32 { @@ -337,46 +139,10 @@ func (x *SrvAddrs) GetAddrs() []*IpAddr { } type IpAddr struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"` - Ip *uint32 `protobuf:"fixed32,2,opt,name=ip" json:"ip,omitempty"` - Port *uint32 `protobuf:"varint,3,opt,name=port" json:"port,omitempty"` - Area *uint32 `protobuf:"varint,4,opt,name=area" json:"area,omitempty"` -} - -func (x *IpAddr) Reset() { - *x = IpAddr{} - if protoimpl.UnsafeEnabled { - mi := &file_subcmd0x501_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *IpAddr) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*IpAddr) ProtoMessage() {} - -func (x *IpAddr) ProtoReflect() protoreflect.Message { - mi := &file_subcmd0x501_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use IpAddr.ProtoReflect.Descriptor instead. -func (*IpAddr) Descriptor() ([]byte, []int) { - return file_subcmd0x501_proto_rawDescGZIP(), []int{5} + Type *uint32 `protobuf:"varint,1,opt"` + Ip *uint32 `protobuf:"fixed32,2,opt"` + Port *uint32 `protobuf:"varint,3,opt"` + Area *uint32 `protobuf:"varint,4,opt"` } func (x *IpAddr) GetType() uint32 { @@ -406,184 +172,3 @@ func (x *IpAddr) GetArea() uint32 { } return 0 } - -var File_subcmd0x501_proto protoreflect.FileDescriptor - -var file_subcmd0x501_proto_rawDesc = []byte{ - 0x0a, 0x11, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x30, 0x78, 0x35, 0x30, 0x31, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x22, 0x3d, 0x0a, 0x0b, 0x43, 0x35, 0x30, 0x31, 0x52, 0x65, 0x71, 0x42, 0x6f, - 0x64, 0x79, 0x12, 0x2e, 0x0a, 0x07, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x18, 0x81, 0x0a, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x53, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x30, 0x78, 0x35, - 0x30, 0x31, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x07, 0x52, 0x65, 0x71, 0x42, 0x6f, - 0x64, 0x79, 0x22, 0x3d, 0x0a, 0x0b, 0x43, 0x35, 0x30, 0x31, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, - 0x79, 0x12, 0x2e, 0x0a, 0x07, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x18, 0x81, 0x0a, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x53, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x30, 0x78, 0x35, 0x30, - 0x31, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x07, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, - 0x79, 0x22, 0xf6, 0x01, 0x0a, 0x12, 0x53, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x30, 0x78, 0x35, 0x30, - 0x31, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x64, - 0x63, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x64, 0x63, 0x49, 0x64, - 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x53, - 0x69, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x6c, 0x6f, - 0x67, 0x69, 0x6e, 0x53, 0x69, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x6c, 0x6f, - 0x67, 0x69, 0x6e, 0x53, 0x69, 0x67, 0x54, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x0e, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x53, 0x69, 0x67, 0x54, 0x69, 0x63, 0x6b, - 0x65, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x46, 0x6c, 0x61, - 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x46, 0x6c, 0x61, 0x67, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, - 0x79, 0x70, 0x65, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x0c, 0x73, 0x65, 0x72, 0x76, - 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x62, 0x69, 0x64, 0x18, - 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x62, 0x69, 0x64, 0x22, 0x75, 0x0a, 0x12, 0x53, 0x75, - 0x62, 0x43, 0x6d, 0x64, 0x30, 0x78, 0x35, 0x30, 0x31, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, - 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x69, 0x67, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x69, 0x67, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x4b, 0x65, 0x79, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x4b, 0x65, 0x79, - 0x12, 0x1f, 0x0a, 0x05, 0x61, 0x64, 0x64, 0x72, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x09, 0x2e, 0x53, 0x72, 0x76, 0x41, 0x64, 0x64, 0x72, 0x73, 0x52, 0x05, 0x61, 0x64, 0x64, 0x72, - 0x73, 0x22, 0x4b, 0x0a, 0x08, 0x53, 0x72, 0x76, 0x41, 0x64, 0x64, 0x72, 0x73, 0x12, 0x20, 0x0a, - 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, - 0x1d, 0x0a, 0x05, 0x61, 0x64, 0x64, 0x72, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x07, - 0x2e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x52, 0x05, 0x61, 0x64, 0x64, 0x72, 0x73, 0x22, 0x54, - 0x0a, 0x06, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x0e, 0x0a, 0x02, - 0x69, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x07, 0x52, 0x02, 0x69, 0x70, 0x12, 0x12, 0x0a, 0x04, - 0x70, 0x6f, 0x72, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, - 0x12, 0x12, 0x0a, 0x04, 0x61, 0x72, 0x65, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, - 0x61, 0x72, 0x65, 0x61, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x63, 0x6d, 0x64, 0x30, 0x78, - 0x36, 0x66, 0x66, -} - -var ( - file_subcmd0x501_proto_rawDescOnce sync.Once - file_subcmd0x501_proto_rawDescData = file_subcmd0x501_proto_rawDesc -) - -func file_subcmd0x501_proto_rawDescGZIP() []byte { - file_subcmd0x501_proto_rawDescOnce.Do(func() { - file_subcmd0x501_proto_rawDescData = protoimpl.X.CompressGZIP(file_subcmd0x501_proto_rawDescData) - }) - return file_subcmd0x501_proto_rawDescData -} - -var file_subcmd0x501_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_subcmd0x501_proto_goTypes = []interface{}{ - (*C501ReqBody)(nil), // 0: C501ReqBody - (*C501RspBody)(nil), // 1: C501RspBody - (*SubCmd0X501ReqBody)(nil), // 2: SubCmd0x501ReqBody - (*SubCmd0X501RspBody)(nil), // 3: SubCmd0x501RspBody - (*SrvAddrs)(nil), // 4: SrvAddrs - (*IpAddr)(nil), // 5: IpAddr -} -var file_subcmd0x501_proto_depIdxs = []int32{ - 2, // 0: C501ReqBody.ReqBody:type_name -> SubCmd0x501ReqBody - 3, // 1: C501RspBody.RspBody:type_name -> SubCmd0x501RspBody - 4, // 2: SubCmd0x501RspBody.addrs:type_name -> SrvAddrs - 5, // 3: SrvAddrs.addrs:type_name -> IpAddr - 4, // [4:4] is the sub-list for method output_type - 4, // [4:4] is the sub-list for method input_type - 4, // [4:4] is the sub-list for extension type_name - 4, // [4:4] is the sub-list for extension extendee - 0, // [0:4] is the sub-list for field type_name -} - -func init() { file_subcmd0x501_proto_init() } -func file_subcmd0x501_proto_init() { - if File_subcmd0x501_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_subcmd0x501_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*C501ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subcmd0x501_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*C501RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subcmd0x501_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SubCmd0X501ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subcmd0x501_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SubCmd0X501RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subcmd0x501_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SrvAddrs); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subcmd0x501_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*IpAddr); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_subcmd0x501_proto_rawDesc, - NumEnums: 0, - NumMessages: 6, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_subcmd0x501_proto_goTypes, - DependencyIndexes: file_subcmd0x501_proto_depIdxs, - MessageInfos: file_subcmd0x501_proto_msgTypes, - }.Build() - File_subcmd0x501_proto = out.File - file_subcmd0x501_proto_rawDesc = nil - file_subcmd0x501_proto_goTypes = nil - file_subcmd0x501_proto_depIdxs = nil -} diff --git a/client/pb/data.pb.go b/client/pb/data.pb.go index 21b7dee3..98c807fb 100644 --- a/client/pb/data.pb.go +++ b/client/pb/data.pb.go @@ -1,72 +1,18 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.27.1 -// protoc v3.14.0 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: data.proto package pb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type DeviceInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Bootloader string `protobuf:"bytes,1,opt,name=bootloader,proto3" json:"bootloader,omitempty"` - ProcVersion string `protobuf:"bytes,2,opt,name=procVersion,proto3" json:"procVersion,omitempty"` - Codename string `protobuf:"bytes,3,opt,name=codename,proto3" json:"codename,omitempty"` - Incremental string `protobuf:"bytes,4,opt,name=incremental,proto3" json:"incremental,omitempty"` - Fingerprint string `protobuf:"bytes,5,opt,name=fingerprint,proto3" json:"fingerprint,omitempty"` - BootId string `protobuf:"bytes,6,opt,name=bootId,proto3" json:"bootId,omitempty"` - AndroidId string `protobuf:"bytes,7,opt,name=androidId,proto3" json:"androidId,omitempty"` - BaseBand string `protobuf:"bytes,8,opt,name=baseBand,proto3" json:"baseBand,omitempty"` - InnerVersion string `protobuf:"bytes,9,opt,name=innerVersion,proto3" json:"innerVersion,omitempty"` -} - -func (x *DeviceInfo) Reset() { - *x = DeviceInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DeviceInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DeviceInfo) ProtoMessage() {} - -func (x *DeviceInfo) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DeviceInfo.ProtoReflect.Descriptor instead. -func (*DeviceInfo) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{0} + Bootloader string `protobuf:"bytes,1,opt"` + ProcVersion string `protobuf:"bytes,2,opt"` + Codename string `protobuf:"bytes,3,opt"` + Incremental string `protobuf:"bytes,4,opt"` + Fingerprint string `protobuf:"bytes,5,opt"` + BootId string `protobuf:"bytes,6,opt"` + AndroidId string `protobuf:"bytes,7,opt"` + BaseBand string `protobuf:"bytes,8,opt"` + InnerVersion string `protobuf:"bytes,9,opt"` } func (x *DeviceInfo) GetBootloader() string { @@ -133,43 +79,7 @@ func (x *DeviceInfo) GetInnerVersion() string { } type RequestBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RptConfigList []*ConfigSeq `protobuf:"bytes,1,rep,name=rpt_config_list,json=rptConfigList,proto3" json:"rpt_config_list,omitempty"` -} - -func (x *RequestBody) Reset() { - *x = RequestBody{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RequestBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RequestBody) ProtoMessage() {} - -func (x *RequestBody) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RequestBody.ProtoReflect.Descriptor instead. -func (*RequestBody) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{1} + RptConfigList []*ConfigSeq `protobuf:"bytes,1,rep"` } func (x *RequestBody) GetRptConfigList() []*ConfigSeq { @@ -180,44 +90,8 @@ func (x *RequestBody) GetRptConfigList() []*ConfigSeq { } type ConfigSeq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type int32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"` - Version int32 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` -} - -func (x *ConfigSeq) Reset() { - *x = ConfigSeq{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConfigSeq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConfigSeq) ProtoMessage() {} - -func (x *ConfigSeq) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConfigSeq.ProtoReflect.Descriptor instead. -func (*ConfigSeq) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{2} + Type int32 `protobuf:"varint,1,opt"` + Version int32 `protobuf:"varint,2,opt"` } func (x *ConfigSeq) GetType() int32 { @@ -235,53 +109,17 @@ func (x *ConfigSeq) GetVersion() int32 { } type D50ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Appid int64 `protobuf:"varint,1,opt,name=appid,proto3" json:"appid,omitempty"` - MaxPkgSize int32 `protobuf:"varint,2,opt,name=maxPkgSize,proto3" json:"maxPkgSize,omitempty"` - StartTime int32 `protobuf:"varint,3,opt,name=startTime,proto3" json:"startTime,omitempty"` - StartIndex int32 `protobuf:"varint,4,opt,name=startIndex,proto3" json:"startIndex,omitempty"` - ReqNum int32 `protobuf:"varint,5,opt,name=reqNum,proto3" json:"reqNum,omitempty"` - UinList []int64 `protobuf:"varint,6,rep,packed,name=uinList,proto3" json:"uinList,omitempty"` - ReqMusicSwitch int32 `protobuf:"varint,91001,opt,name=reqMusicSwitch,proto3" json:"reqMusicSwitch,omitempty"` - ReqMutualmarkAlienation int32 `protobuf:"varint,101001,opt,name=reqMutualmarkAlienation,proto3" json:"reqMutualmarkAlienation,omitempty"` - ReqMutualmarkScore int32 `protobuf:"varint,141001,opt,name=reqMutualmarkScore,proto3" json:"reqMutualmarkScore,omitempty"` - ReqKsingSwitch int32 `protobuf:"varint,151001,opt,name=reqKsingSwitch,proto3" json:"reqKsingSwitch,omitempty"` - ReqMutualmarkLbsshare int32 `protobuf:"varint,181001,opt,name=reqMutualmarkLbsshare,proto3" json:"reqMutualmarkLbsshare,omitempty"` -} - -func (x *D50ReqBody) Reset() { - *x = D50ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D50ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D50ReqBody) ProtoMessage() {} - -func (x *D50ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D50ReqBody.ProtoReflect.Descriptor instead. -func (*D50ReqBody) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{3} + Appid int64 `protobuf:"varint,1,opt"` + MaxPkgSize int32 `protobuf:"varint,2,opt"` + StartTime int32 `protobuf:"varint,3,opt"` + StartIndex int32 `protobuf:"varint,4,opt"` + ReqNum int32 `protobuf:"varint,5,opt"` + UinList []int64 `protobuf:"varint,6,rep"` + ReqMusicSwitch int32 `protobuf:"varint,91001,opt"` + ReqMutualmarkAlienation int32 `protobuf:"varint,101001,opt"` + ReqMutualmarkScore int32 `protobuf:"varint,141001,opt"` + ReqKsingSwitch int32 `protobuf:"varint,151001,opt"` + ReqMutualmarkLbsshare int32 `protobuf:"varint,181001,opt"` } func (x *D50ReqBody) GetAppid() int64 { @@ -362,46 +200,10 @@ func (x *D50ReqBody) GetReqMutualmarkLbsshare() int32 { } type ReqDataHighwayHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgBasehead *DataHighwayHead `protobuf:"bytes,1,opt,name=msgBasehead,proto3" json:"msgBasehead,omitempty"` - MsgSeghead *SegHead `protobuf:"bytes,2,opt,name=msgSeghead,proto3" json:"msgSeghead,omitempty"` - ReqExtendinfo []byte `protobuf:"bytes,3,opt,name=reqExtendinfo,proto3" json:"reqExtendinfo,omitempty"` - Timestamp int64 `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` //LoginSigHead? msgLoginSigHead = 5; -} - -func (x *ReqDataHighwayHead) Reset() { - *x = ReqDataHighwayHead{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ReqDataHighwayHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ReqDataHighwayHead) ProtoMessage() {} - -func (x *ReqDataHighwayHead) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ReqDataHighwayHead.ProtoReflect.Descriptor instead. -func (*ReqDataHighwayHead) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{4} + MsgBasehead *DataHighwayHead `protobuf:"bytes,1,opt"` + MsgSeghead *SegHead `protobuf:"bytes,2,opt"` + ReqExtendinfo []byte `protobuf:"bytes,3,opt"` + Timestamp int64 `protobuf:"varint,4,opt"` //LoginSigHead? msgLoginSigHead = 5; } func (x *ReqDataHighwayHead) GetMsgBasehead() *DataHighwayHead { @@ -433,52 +235,16 @@ func (x *ReqDataHighwayHead) GetTimestamp() int64 { } type RspDataHighwayHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgBasehead *DataHighwayHead `protobuf:"bytes,1,opt,name=msgBasehead,proto3" json:"msgBasehead,omitempty"` - MsgSeghead *SegHead `protobuf:"bytes,2,opt,name=msgSeghead,proto3" json:"msgSeghead,omitempty"` - ErrorCode int32 `protobuf:"varint,3,opt,name=errorCode,proto3" json:"errorCode,omitempty"` - AllowRetry int32 `protobuf:"varint,4,opt,name=allowRetry,proto3" json:"allowRetry,omitempty"` - Cachecost int32 `protobuf:"varint,5,opt,name=cachecost,proto3" json:"cachecost,omitempty"` - Htcost int32 `protobuf:"varint,6,opt,name=htcost,proto3" json:"htcost,omitempty"` - RspExtendinfo []byte `protobuf:"bytes,7,opt,name=rspExtendinfo,proto3" json:"rspExtendinfo,omitempty"` - Timestamp int64 `protobuf:"varint,8,opt,name=timestamp,proto3" json:"timestamp,omitempty"` - Range int64 `protobuf:"varint,9,opt,name=range,proto3" json:"range,omitempty"` - IsReset int32 `protobuf:"varint,10,opt,name=isReset,proto3" json:"isReset,omitempty"` -} - -func (x *RspDataHighwayHead) Reset() { - *x = RspDataHighwayHead{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RspDataHighwayHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RspDataHighwayHead) ProtoMessage() {} - -func (x *RspDataHighwayHead) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RspDataHighwayHead.ProtoReflect.Descriptor instead. -func (*RspDataHighwayHead) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{5} + MsgBasehead *DataHighwayHead `protobuf:"bytes,1,opt"` + MsgSeghead *SegHead `protobuf:"bytes,2,opt"` + ErrorCode int32 `protobuf:"varint,3,opt"` + AllowRetry int32 `protobuf:"varint,4,opt"` + Cachecost int32 `protobuf:"varint,5,opt"` + Htcost int32 `protobuf:"varint,6,opt"` + RspExtendinfo []byte `protobuf:"bytes,7,opt"` + Timestamp int64 `protobuf:"varint,8,opt"` + Range int64 `protobuf:"varint,9,opt"` + IsReset int32 `protobuf:"varint,10,opt"` } func (x *RspDataHighwayHead) GetMsgBasehead() *DataHighwayHead { @@ -552,52 +318,16 @@ func (x *RspDataHighwayHead) GetIsReset() int32 { } type DataHighwayHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Version int32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` - Uin string `protobuf:"bytes,2,opt,name=uin,proto3" json:"uin,omitempty"` - Command string `protobuf:"bytes,3,opt,name=command,proto3" json:"command,omitempty"` - Seq int32 `protobuf:"varint,4,opt,name=seq,proto3" json:"seq,omitempty"` - RetryTimes int32 `protobuf:"varint,5,opt,name=retryTimes,proto3" json:"retryTimes,omitempty"` - Appid int32 `protobuf:"varint,6,opt,name=appid,proto3" json:"appid,omitempty"` - Dataflag int32 `protobuf:"varint,7,opt,name=dataflag,proto3" json:"dataflag,omitempty"` - CommandId int32 `protobuf:"varint,8,opt,name=commandId,proto3" json:"commandId,omitempty"` - BuildVer string `protobuf:"bytes,9,opt,name=buildVer,proto3" json:"buildVer,omitempty"` - LocaleId int32 `protobuf:"varint,10,opt,name=localeId,proto3" json:"localeId,omitempty"` -} - -func (x *DataHighwayHead) Reset() { - *x = DataHighwayHead{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DataHighwayHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DataHighwayHead) ProtoMessage() {} - -func (x *DataHighwayHead) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DataHighwayHead.ProtoReflect.Descriptor instead. -func (*DataHighwayHead) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{6} + Version int32 `protobuf:"varint,1,opt"` + Uin string `protobuf:"bytes,2,opt"` + Command string `protobuf:"bytes,3,opt"` + Seq int32 `protobuf:"varint,4,opt"` + RetryTimes int32 `protobuf:"varint,5,opt"` + Appid int32 `protobuf:"varint,6,opt"` + Dataflag int32 `protobuf:"varint,7,opt"` + CommandId int32 `protobuf:"varint,8,opt"` + BuildVer string `protobuf:"bytes,9,opt"` + LocaleId int32 `protobuf:"varint,10,opt"` } func (x *DataHighwayHead) GetVersion() int32 { @@ -671,54 +401,18 @@ func (x *DataHighwayHead) GetLocaleId() int32 { } type SegHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Serviceid int32 `protobuf:"varint,1,opt,name=serviceid,proto3" json:"serviceid,omitempty"` - Filesize int64 `protobuf:"varint,2,opt,name=filesize,proto3" json:"filesize,omitempty"` - Dataoffset int64 `protobuf:"varint,3,opt,name=dataoffset,proto3" json:"dataoffset,omitempty"` - Datalength int32 `protobuf:"varint,4,opt,name=datalength,proto3" json:"datalength,omitempty"` - Rtcode int32 `protobuf:"varint,5,opt,name=rtcode,proto3" json:"rtcode,omitempty"` - Serviceticket []byte `protobuf:"bytes,6,opt,name=serviceticket,proto3" json:"serviceticket,omitempty"` - Flag int32 `protobuf:"varint,7,opt,name=flag,proto3" json:"flag,omitempty"` - Md5 []byte `protobuf:"bytes,8,opt,name=md5,proto3" json:"md5,omitempty"` - FileMd5 []byte `protobuf:"bytes,9,opt,name=fileMd5,proto3" json:"fileMd5,omitempty"` - CacheAddr int32 `protobuf:"varint,10,opt,name=cacheAddr,proto3" json:"cacheAddr,omitempty"` - QueryTimes int32 `protobuf:"varint,11,opt,name=queryTimes,proto3" json:"queryTimes,omitempty"` - UpdateCacheip int32 `protobuf:"varint,12,opt,name=updateCacheip,proto3" json:"updateCacheip,omitempty"` -} - -func (x *SegHead) Reset() { - *x = SegHead{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SegHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SegHead) ProtoMessage() {} - -func (x *SegHead) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SegHead.ProtoReflect.Descriptor instead. -func (*SegHead) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{7} + Serviceid int32 `protobuf:"varint,1,opt"` + Filesize int64 `protobuf:"varint,2,opt"` + Dataoffset int64 `protobuf:"varint,3,opt"` + Datalength int32 `protobuf:"varint,4,opt"` + Rtcode int32 `protobuf:"varint,5,opt"` + Serviceticket []byte `protobuf:"bytes,6,opt"` + Flag int32 `protobuf:"varint,7,opt"` + Md5 []byte `protobuf:"bytes,8,opt"` + FileMd5 []byte `protobuf:"bytes,9,opt"` + CacheAddr int32 `protobuf:"varint,10,opt"` + QueryTimes int32 `protobuf:"varint,11,opt"` + UpdateCacheip int32 `protobuf:"varint,12,opt"` } func (x *SegHead) GetServiceid() int32 { @@ -806,43 +500,7 @@ func (x *SegHead) GetUpdateCacheip() int32 { } type DeleteMessageRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Items []*MessageItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` -} - -func (x *DeleteMessageRequest) Reset() { - *x = DeleteMessageRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DeleteMessageRequest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DeleteMessageRequest) ProtoMessage() {} - -func (x *DeleteMessageRequest) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DeleteMessageRequest.ProtoReflect.Descriptor instead. -func (*DeleteMessageRequest) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{8} + Items []*MessageItem `protobuf:"bytes,1,rep"` } func (x *DeleteMessageRequest) GetItems() []*MessageItem { @@ -853,48 +511,12 @@ func (x *DeleteMessageRequest) GetItems() []*MessageItem { } type MessageItem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FromUin int64 `protobuf:"varint,1,opt,name=fromUin,proto3" json:"fromUin,omitempty"` - ToUin int64 `protobuf:"varint,2,opt,name=toUin,proto3" json:"toUin,omitempty"` - MsgType int32 `protobuf:"varint,3,opt,name=msgType,proto3" json:"msgType,omitempty"` - MsgSeq int32 `protobuf:"varint,4,opt,name=msgSeq,proto3" json:"msgSeq,omitempty"` - MsgUid int64 `protobuf:"varint,5,opt,name=msgUid,proto3" json:"msgUid,omitempty"` - Sig []byte `protobuf:"bytes,7,opt,name=sig,proto3" json:"sig,omitempty"` -} - -func (x *MessageItem) Reset() { - *x = MessageItem{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MessageItem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MessageItem) ProtoMessage() {} - -func (x *MessageItem) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MessageItem.ProtoReflect.Descriptor instead. -func (*MessageItem) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{9} + FromUin int64 `protobuf:"varint,1,opt"` + ToUin int64 `protobuf:"varint,2,opt"` + MsgType int32 `protobuf:"varint,3,opt"` + MsgSeq int32 `protobuf:"varint,4,opt"` + MsgUid int64 `protobuf:"varint,5,opt"` + Sig []byte `protobuf:"bytes,7,opt"` } func (x *MessageItem) GetFromUin() int64 { @@ -940,43 +562,7 @@ func (x *MessageItem) GetSig() []byte { } type SubD4 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin int64 `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"` -} - -func (x *SubD4) Reset() { - *x = SubD4{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SubD4) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SubD4) ProtoMessage() {} - -func (x *SubD4) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SubD4.ProtoReflect.Descriptor instead. -func (*SubD4) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{10} + Uin int64 `protobuf:"varint,1,opt"` } func (x *SubD4) GetUin() int64 { @@ -987,47 +573,11 @@ func (x *SubD4) GetUin() int64 { } type Sub8A struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgInfo []*Sub8AMsgInfo `protobuf:"bytes,1,rep,name=msg_info,json=msgInfo,proto3" json:"msg_info,omitempty"` - AppId int32 `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"` - InstId int32 `protobuf:"varint,3,opt,name=instId,proto3" json:"instId,omitempty"` - LongMessageFlag int32 `protobuf:"varint,4,opt,name=longMessageFlag,proto3" json:"longMessageFlag,omitempty"` - Reserved []byte `protobuf:"bytes,5,opt,name=reserved,proto3" json:"reserved,omitempty"` -} - -func (x *Sub8A) Reset() { - *x = Sub8A{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Sub8A) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Sub8A) ProtoMessage() {} - -func (x *Sub8A) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Sub8A.ProtoReflect.Descriptor instead. -func (*Sub8A) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{11} + MsgInfo []*Sub8AMsgInfo `protobuf:"bytes,1,rep"` + AppId int32 `protobuf:"varint,2,opt"` + InstId int32 `protobuf:"varint,3,opt"` + LongMessageFlag int32 `protobuf:"varint,4,opt"` + Reserved []byte `protobuf:"bytes,5,opt"` } func (x *Sub8A) GetMsgInfo() []*Sub8AMsgInfo { @@ -1066,51 +616,15 @@ func (x *Sub8A) GetReserved() []byte { } type Sub8AMsgInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FromUin int64 `protobuf:"varint,1,opt,name=fromUin,proto3" json:"fromUin,omitempty"` - ToUin int64 `protobuf:"varint,2,opt,name=toUin,proto3" json:"toUin,omitempty"` - MsgSeq int32 `protobuf:"varint,3,opt,name=msgSeq,proto3" json:"msgSeq,omitempty"` - MsgUid int64 `protobuf:"varint,4,opt,name=msgUid,proto3" json:"msgUid,omitempty"` - MsgTime int64 `protobuf:"varint,5,opt,name=msgTime,proto3" json:"msgTime,omitempty"` - MsgRandom int32 `protobuf:"varint,6,opt,name=msgRandom,proto3" json:"msgRandom,omitempty"` - PkgNum int32 `protobuf:"varint,7,opt,name=pkgNum,proto3" json:"pkgNum,omitempty"` - PkgIndex int32 `protobuf:"varint,8,opt,name=pkgIndex,proto3" json:"pkgIndex,omitempty"` - DevSeq int32 `protobuf:"varint,9,opt,name=devSeq,proto3" json:"devSeq,omitempty"` -} - -func (x *Sub8AMsgInfo) Reset() { - *x = Sub8AMsgInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Sub8AMsgInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Sub8AMsgInfo) ProtoMessage() {} - -func (x *Sub8AMsgInfo) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Sub8AMsgInfo.ProtoReflect.Descriptor instead. -func (*Sub8AMsgInfo) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{12} + FromUin int64 `protobuf:"varint,1,opt"` + ToUin int64 `protobuf:"varint,2,opt"` + MsgSeq int32 `protobuf:"varint,3,opt"` + MsgUid int64 `protobuf:"varint,4,opt"` + MsgTime int64 `protobuf:"varint,5,opt"` + MsgRandom int32 `protobuf:"varint,6,opt"` + PkgNum int32 `protobuf:"varint,7,opt"` + PkgIndex int32 `protobuf:"varint,8,opt"` + DevSeq int32 `protobuf:"varint,9,opt"` } func (x *Sub8AMsgInfo) GetFromUin() int64 { @@ -1177,44 +691,8 @@ func (x *Sub8AMsgInfo) GetDevSeq() int32 { } type SubB3 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type int32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"` - MsgAddFrdNotify *SubB3AddFrdNotify `protobuf:"bytes,2,opt,name=msgAddFrdNotify,proto3" json:"msgAddFrdNotify,omitempty"` -} - -func (x *SubB3) Reset() { - *x = SubB3{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SubB3) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SubB3) ProtoMessage() {} - -func (x *SubB3) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SubB3.ProtoReflect.Descriptor instead. -func (*SubB3) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{13} + Type int32 `protobuf:"varint,1,opt"` + MsgAddFrdNotify *SubB3AddFrdNotify `protobuf:"bytes,2,opt"` } func (x *SubB3) GetType() int32 { @@ -1232,44 +710,8 @@ func (x *SubB3) GetMsgAddFrdNotify() *SubB3AddFrdNotify { } type SubB3AddFrdNotify struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin int64 `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"` - Nick string `protobuf:"bytes,5,opt,name=nick,proto3" json:"nick,omitempty"` -} - -func (x *SubB3AddFrdNotify) Reset() { - *x = SubB3AddFrdNotify{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SubB3AddFrdNotify) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SubB3AddFrdNotify) ProtoMessage() {} - -func (x *SubB3AddFrdNotify) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SubB3AddFrdNotify.ProtoReflect.Descriptor instead. -func (*SubB3AddFrdNotify) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{14} + Uin int64 `protobuf:"varint,1,opt"` + Nick string `protobuf:"bytes,5,opt"` } func (x *SubB3AddFrdNotify) GetUin() int64 { @@ -1287,44 +729,8 @@ func (x *SubB3AddFrdNotify) GetNick() string { } type Sub44 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FriendSyncMsg *Sub44FriendSyncMsg `protobuf:"bytes,1,opt,name=friendSyncMsg,proto3" json:"friendSyncMsg,omitempty"` - GroupSyncMsg *Sub44GroupSyncMsg `protobuf:"bytes,2,opt,name=groupSyncMsg,proto3" json:"groupSyncMsg,omitempty"` -} - -func (x *Sub44) Reset() { - *x = Sub44{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Sub44) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Sub44) ProtoMessage() {} - -func (x *Sub44) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Sub44.ProtoReflect.Descriptor instead. -func (*Sub44) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{15} + FriendSyncMsg *Sub44FriendSyncMsg `protobuf:"bytes,1,opt"` + GroupSyncMsg *Sub44GroupSyncMsg `protobuf:"bytes,2,opt"` } func (x *Sub44) GetFriendSyncMsg() *Sub44FriendSyncMsg { @@ -1342,50 +748,14 @@ func (x *Sub44) GetGroupSyncMsg() *Sub44GroupSyncMsg { } type Sub44FriendSyncMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin int64 `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"` - FUin int64 `protobuf:"varint,2,opt,name=fUin,proto3" json:"fUin,omitempty"` - ProcessType int32 `protobuf:"varint,3,opt,name=processType,proto3" json:"processType,omitempty"` - Time int32 `protobuf:"varint,4,opt,name=time,proto3" json:"time,omitempty"` - ProcessFlag int32 `protobuf:"varint,5,opt,name=processFlag,proto3" json:"processFlag,omitempty"` - SourceId int32 `protobuf:"varint,6,opt,name=sourceId,proto3" json:"sourceId,omitempty"` - SourceSubId int32 `protobuf:"varint,7,opt,name=sourceSubId,proto3" json:"sourceSubId,omitempty"` - StrWording []string `protobuf:"bytes,8,rep,name=strWording,proto3" json:"strWording,omitempty"` -} - -func (x *Sub44FriendSyncMsg) Reset() { - *x = Sub44FriendSyncMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[16] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Sub44FriendSyncMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Sub44FriendSyncMsg) ProtoMessage() {} - -func (x *Sub44FriendSyncMsg) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[16] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Sub44FriendSyncMsg.ProtoReflect.Descriptor instead. -func (*Sub44FriendSyncMsg) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{16} + Uin int64 `protobuf:"varint,1,opt"` + FUin int64 `protobuf:"varint,2,opt"` + ProcessType int32 `protobuf:"varint,3,opt"` + Time int32 `protobuf:"varint,4,opt"` + ProcessFlag int32 `protobuf:"varint,5,opt"` + SourceId int32 `protobuf:"varint,6,opt"` + SourceSubId int32 `protobuf:"varint,7,opt"` + StrWording []string `protobuf:"bytes,8,rep"` } func (x *Sub44FriendSyncMsg) GetUin() int64 { @@ -1445,61 +815,25 @@ func (x *Sub44FriendSyncMsg) GetStrWording() []string { } type Sub44GroupSyncMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgType int32 `protobuf:"varint,1,opt,name=msgType,proto3" json:"msgType,omitempty"` - MsgSeq int64 `protobuf:"varint,2,opt,name=msgSeq,proto3" json:"msgSeq,omitempty"` - GrpCode int64 `protobuf:"varint,3,opt,name=grpCode,proto3" json:"grpCode,omitempty"` - GaCode int64 `protobuf:"varint,4,opt,name=gaCode,proto3" json:"gaCode,omitempty"` - OptUin1 int64 `protobuf:"varint,5,opt,name=optUin1,proto3" json:"optUin1,omitempty"` - OptUin2 int64 `protobuf:"varint,6,opt,name=optUin2,proto3" json:"optUin2,omitempty"` - MsgBuf []byte `protobuf:"bytes,7,opt,name=msgBuf,proto3" json:"msgBuf,omitempty"` - AuthKey []byte `protobuf:"bytes,8,opt,name=authKey,proto3" json:"authKey,omitempty"` - MsgStatus int32 `protobuf:"varint,9,opt,name=msgStatus,proto3" json:"msgStatus,omitempty"` - ActionUin int64 `protobuf:"varint,10,opt,name=actionUin,proto3" json:"actionUin,omitempty"` - ActionTime int64 `protobuf:"varint,11,opt,name=actionTime,proto3" json:"actionTime,omitempty"` - CurMaxMemCount int32 `protobuf:"varint,12,opt,name=curMaxMemCount,proto3" json:"curMaxMemCount,omitempty"` - NextMaxMemCount int32 `protobuf:"varint,13,opt,name=nextMaxMemCount,proto3" json:"nextMaxMemCount,omitempty"` - CurMemCount int32 `protobuf:"varint,14,opt,name=curMemCount,proto3" json:"curMemCount,omitempty"` - ReqSrcId int32 `protobuf:"varint,15,opt,name=reqSrcId,proto3" json:"reqSrcId,omitempty"` - ReqSrcSubId int32 `protobuf:"varint,16,opt,name=reqSrcSubId,proto3" json:"reqSrcSubId,omitempty"` - InviterRole int32 `protobuf:"varint,17,opt,name=inviterRole,proto3" json:"inviterRole,omitempty"` - ExtAdminNum int32 `protobuf:"varint,18,opt,name=extAdminNum,proto3" json:"extAdminNum,omitempty"` - ProcessFlag int32 `protobuf:"varint,19,opt,name=processFlag,proto3" json:"processFlag,omitempty"` -} - -func (x *Sub44GroupSyncMsg) Reset() { - *x = Sub44GroupSyncMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[17] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Sub44GroupSyncMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Sub44GroupSyncMsg) ProtoMessage() {} - -func (x *Sub44GroupSyncMsg) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[17] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Sub44GroupSyncMsg.ProtoReflect.Descriptor instead. -func (*Sub44GroupSyncMsg) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{17} + MsgType int32 `protobuf:"varint,1,opt"` + MsgSeq int64 `protobuf:"varint,2,opt"` + GrpCode int64 `protobuf:"varint,3,opt"` + GaCode int64 `protobuf:"varint,4,opt"` + OptUin1 int64 `protobuf:"varint,5,opt"` + OptUin2 int64 `protobuf:"varint,6,opt"` + MsgBuf []byte `protobuf:"bytes,7,opt"` + AuthKey []byte `protobuf:"bytes,8,opt"` + MsgStatus int32 `protobuf:"varint,9,opt"` + ActionUin int64 `protobuf:"varint,10,opt"` + ActionTime int64 `protobuf:"varint,11,opt"` + CurMaxMemCount int32 `protobuf:"varint,12,opt"` + NextMaxMemCount int32 `protobuf:"varint,13,opt"` + CurMemCount int32 `protobuf:"varint,14,opt"` + ReqSrcId int32 `protobuf:"varint,15,opt"` + ReqSrcSubId int32 `protobuf:"varint,16,opt"` + InviterRole int32 `protobuf:"varint,17,opt"` + ExtAdminNum int32 `protobuf:"varint,18,opt"` + ProcessFlag int32 `protobuf:"varint,19,opt"` } func (x *Sub44GroupSyncMsg) GetMsgType() int32 { @@ -1636,47 +970,11 @@ func (x *Sub44GroupSyncMsg) GetProcessFlag() int32 { } type GroupMemberReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode int64 `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"` - Uin int64 `protobuf:"varint,2,opt,name=uin,proto3" json:"uin,omitempty"` - NewClient bool `protobuf:"varint,3,opt,name=newClient,proto3" json:"newClient,omitempty"` - ClientType int32 `protobuf:"varint,4,opt,name=clientType,proto3" json:"clientType,omitempty"` - RichCardNameVer int32 `protobuf:"varint,5,opt,name=richCardNameVer,proto3" json:"richCardNameVer,omitempty"` -} - -func (x *GroupMemberReqBody) Reset() { - *x = GroupMemberReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[18] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupMemberReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupMemberReqBody) ProtoMessage() {} - -func (x *GroupMemberReqBody) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[18] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupMemberReqBody.ProtoReflect.Descriptor instead. -func (*GroupMemberReqBody) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{18} + GroupCode int64 `protobuf:"varint,1,opt"` + Uin int64 `protobuf:"varint,2,opt"` + NewClient bool `protobuf:"varint,3,opt"` + ClientType int32 `protobuf:"varint,4,opt"` + RichCardNameVer int32 `protobuf:"varint,5,opt"` } func (x *GroupMemberReqBody) GetGroupCode() int64 { @@ -1715,47 +1013,11 @@ func (x *GroupMemberReqBody) GetRichCardNameVer() int32 { } type GroupMemberRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode int64 `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"` - SelfRole int32 `protobuf:"varint,2,opt,name=selfRole,proto3" json:"selfRole,omitempty"` - MemInfo *GroupMemberInfo `protobuf:"bytes,3,opt,name=memInfo,proto3" json:"memInfo,omitempty"` - BoolSelfLocationShared bool `protobuf:"varint,4,opt,name=boolSelfLocationShared,proto3" json:"boolSelfLocationShared,omitempty"` - GroupType int32 `protobuf:"varint,5,opt,name=groupType,proto3" json:"groupType,omitempty"` -} - -func (x *GroupMemberRspBody) Reset() { - *x = GroupMemberRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[19] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupMemberRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupMemberRspBody) ProtoMessage() {} - -func (x *GroupMemberRspBody) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[19] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupMemberRspBody.ProtoReflect.Descriptor instead. -func (*GroupMemberRspBody) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{19} + GroupCode int64 `protobuf:"varint,1,opt"` + SelfRole int32 `protobuf:"varint,2,opt"` + MemInfo *GroupMemberInfo `protobuf:"bytes,3,opt"` + BoolSelfLocationShared bool `protobuf:"varint,4,opt"` + GroupType int32 `protobuf:"varint,5,opt"` } func (x *GroupMemberRspBody) GetGroupCode() int64 { @@ -1794,81 +1056,45 @@ func (x *GroupMemberRspBody) GetGroupType() int32 { } type GroupMemberInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin int64 `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"` - Result int32 `protobuf:"varint,2,opt,name=result,proto3" json:"result,omitempty"` - Errmsg []byte `protobuf:"bytes,3,opt,name=errmsg,proto3" json:"errmsg,omitempty"` - IsFriend bool `protobuf:"varint,4,opt,name=IsFriend,proto3" json:"IsFriend,omitempty"` - Remark []byte `protobuf:"bytes,5,opt,name=remark,proto3" json:"remark,omitempty"` - IsConcerned bool `protobuf:"varint,6,opt,name=IsConcerned,proto3" json:"IsConcerned,omitempty"` - Credit int32 `protobuf:"varint,7,opt,name=credit,proto3" json:"credit,omitempty"` - Card []byte `protobuf:"bytes,8,opt,name=card,proto3" json:"card,omitempty"` - Sex int32 `protobuf:"varint,9,opt,name=sex,proto3" json:"sex,omitempty"` - Location []byte `protobuf:"bytes,10,opt,name=location,proto3" json:"location,omitempty"` - Nick []byte `protobuf:"bytes,11,opt,name=nick,proto3" json:"nick,omitempty"` - Age int32 `protobuf:"varint,12,opt,name=age,proto3" json:"age,omitempty"` - Lev []byte `protobuf:"bytes,13,opt,name=lev,proto3" json:"lev,omitempty"` - Join int64 `protobuf:"varint,14,opt,name=join,proto3" json:"join,omitempty"` - LastSpeak int64 `protobuf:"varint,15,opt,name=lastSpeak,proto3" json:"lastSpeak,omitempty"` + Uin int64 `protobuf:"varint,1,opt"` + Result int32 `protobuf:"varint,2,opt"` + Errmsg []byte `protobuf:"bytes,3,opt"` + IsFriend bool `protobuf:"varint,4,opt"` + Remark []byte `protobuf:"bytes,5,opt"` + IsConcerned bool `protobuf:"varint,6,opt"` + Credit int32 `protobuf:"varint,7,opt"` + Card []byte `protobuf:"bytes,8,opt"` + Sex int32 `protobuf:"varint,9,opt"` + Location []byte `protobuf:"bytes,10,opt"` + Nick []byte `protobuf:"bytes,11,opt"` + Age int32 `protobuf:"varint,12,opt"` + Lev []byte `protobuf:"bytes,13,opt"` + Join int64 `protobuf:"varint,14,opt"` + LastSpeak int64 `protobuf:"varint,15,opt"` //repeated CustomEntry customEnties = 16; //repeated GBarInfo gbarConcerned = 17; - GbarTitle []byte `protobuf:"bytes,18,opt,name=gbarTitle,proto3" json:"gbarTitle,omitempty"` - GbarUrl []byte `protobuf:"bytes,19,opt,name=gbarUrl,proto3" json:"gbarUrl,omitempty"` - GbarCnt int32 `protobuf:"varint,20,opt,name=gbarCnt,proto3" json:"gbarCnt,omitempty"` - IsAllowModCard bool `protobuf:"varint,21,opt,name=isAllowModCard,proto3" json:"isAllowModCard,omitempty"` - IsVip bool `protobuf:"varint,22,opt,name=isVip,proto3" json:"isVip,omitempty"` - IsYearVip bool `protobuf:"varint,23,opt,name=isYearVip,proto3" json:"isYearVip,omitempty"` - IsSuperVip bool `protobuf:"varint,24,opt,name=isSuperVip,proto3" json:"isSuperVip,omitempty"` - IsSuperQq bool `protobuf:"varint,25,opt,name=isSuperQq,proto3" json:"isSuperQq,omitempty"` - VipLev int32 `protobuf:"varint,26,opt,name=vipLev,proto3" json:"vipLev,omitempty"` - Role int32 `protobuf:"varint,27,opt,name=role,proto3" json:"role,omitempty"` - LocationShared bool `protobuf:"varint,28,opt,name=locationShared,proto3" json:"locationShared,omitempty"` - Int64Distance int64 `protobuf:"varint,29,opt,name=int64Distance,proto3" json:"int64Distance,omitempty"` - ConcernType int32 `protobuf:"varint,30,opt,name=concernType,proto3" json:"concernType,omitempty"` - SpecialTitle []byte `protobuf:"bytes,31,opt,name=specialTitle,proto3" json:"specialTitle,omitempty"` - SpecialTitleExpireTime int32 `protobuf:"varint,32,opt,name=specialTitleExpireTime,proto3" json:"specialTitleExpireTime,omitempty"` + GbarTitle []byte `protobuf:"bytes,18,opt"` + GbarUrl []byte `protobuf:"bytes,19,opt"` + GbarCnt int32 `protobuf:"varint,20,opt"` + IsAllowModCard bool `protobuf:"varint,21,opt"` + IsVip bool `protobuf:"varint,22,opt"` + IsYearVip bool `protobuf:"varint,23,opt"` + IsSuperVip bool `protobuf:"varint,24,opt"` + IsSuperQq bool `protobuf:"varint,25,opt"` + VipLev int32 `protobuf:"varint,26,opt"` + Role int32 `protobuf:"varint,27,opt"` + LocationShared bool `protobuf:"varint,28,opt"` + Int64Distance int64 `protobuf:"varint,29,opt"` + ConcernType int32 `protobuf:"varint,30,opt"` + SpecialTitle []byte `protobuf:"bytes,31,opt"` + SpecialTitleExpireTime int32 `protobuf:"varint,32,opt"` //FlowersEntry flowerEntry = 33; //TeamEntry teamEntry = 34; - PhoneNum []byte `protobuf:"bytes,35,opt,name=phoneNum,proto3" json:"phoneNum,omitempty"` - Job []byte `protobuf:"bytes,36,opt,name=job,proto3" json:"job,omitempty"` - MedalId int32 `protobuf:"varint,37,opt,name=medalId,proto3" json:"medalId,omitempty"` - Level int32 `protobuf:"varint,39,opt,name=level,proto3" json:"level,omitempty"` - Honor string `protobuf:"bytes,41,opt,name=honor,proto3" json:"honor,omitempty"` -} - -func (x *GroupMemberInfo) Reset() { - *x = GroupMemberInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_data_proto_msgTypes[20] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupMemberInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupMemberInfo) ProtoMessage() {} - -func (x *GroupMemberInfo) ProtoReflect() protoreflect.Message { - mi := &file_data_proto_msgTypes[20] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupMemberInfo.ProtoReflect.Descriptor instead. -func (*GroupMemberInfo) Descriptor() ([]byte, []int) { - return file_data_proto_rawDescGZIP(), []int{20} + PhoneNum []byte `protobuf:"bytes,35,opt"` + Job []byte `protobuf:"bytes,36,opt"` + MedalId int32 `protobuf:"varint,37,opt"` + Level int32 `protobuf:"varint,39,opt"` + Honor string `protobuf:"bytes,41,opt"` } func (x *GroupMemberInfo) GetUin() int64 { @@ -2115,666 +1341,3 @@ func (x *GroupMemberInfo) GetHonor() string { } return "" } - -var File_data_proto protoreflect.FileDescriptor - -var file_data_proto_rawDesc = []byte{ - 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xa4, 0x02, 0x0a, - 0x0a, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x62, - 0x6f, 0x6f, 0x74, 0x6c, 0x6f, 0x61, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x0a, 0x62, 0x6f, 0x6f, 0x74, 0x6c, 0x6f, 0x61, 0x64, 0x65, 0x72, 0x12, 0x20, 0x0a, 0x0b, 0x70, - 0x72, 0x6f, 0x63, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x63, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, - 0x08, 0x63, 0x6f, 0x64, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x08, 0x63, 0x6f, 0x64, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x63, - 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, - 0x69, 0x6e, 0x63, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x12, 0x20, 0x0a, 0x0b, 0x66, - 0x69, 0x6e, 0x67, 0x65, 0x72, 0x70, 0x72, 0x69, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x0b, 0x66, 0x69, 0x6e, 0x67, 0x65, 0x72, 0x70, 0x72, 0x69, 0x6e, 0x74, 0x12, 0x16, 0x0a, - 0x06, 0x62, 0x6f, 0x6f, 0x74, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x62, - 0x6f, 0x6f, 0x74, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x6e, 0x64, 0x72, 0x6f, 0x69, 0x64, - 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x6e, 0x64, 0x72, 0x6f, 0x69, - 0x64, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x61, 0x73, 0x65, 0x42, 0x61, 0x6e, 0x64, 0x18, - 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x62, 0x61, 0x73, 0x65, 0x42, 0x61, 0x6e, 0x64, 0x12, - 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, - 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x56, 0x65, 0x72, 0x73, - 0x69, 0x6f, 0x6e, 0x22, 0x41, 0x0a, 0x0b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x6f, - 0x64, 0x79, 0x12, 0x32, 0x0a, 0x0f, 0x72, 0x70, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x43, 0x6f, - 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x71, 0x52, 0x0d, 0x72, 0x70, 0x74, 0x43, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x39, 0x0a, 0x09, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x53, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, - 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, - 0x6e, 0x22, 0xac, 0x03, 0x0a, 0x0a, 0x44, 0x35, 0x30, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, - 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, - 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x61, 0x78, 0x50, 0x6b, 0x67, - 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6d, 0x61, 0x78, 0x50, - 0x6b, 0x67, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, - 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, - 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x71, 0x4e, 0x75, 0x6d, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x65, 0x71, 0x4e, 0x75, 0x6d, 0x12, 0x18, 0x0a, 0x07, - 0x75, 0x69, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x06, 0x20, 0x03, 0x28, 0x03, 0x52, 0x07, 0x75, - 0x69, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x28, 0x0a, 0x0e, 0x72, 0x65, 0x71, 0x4d, 0x75, 0x73, - 0x69, 0x63, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x18, 0xf9, 0xc6, 0x05, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x0e, 0x72, 0x65, 0x71, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, - 0x12, 0x3a, 0x0a, 0x17, 0x72, 0x65, 0x71, 0x4d, 0x75, 0x74, 0x75, 0x61, 0x6c, 0x6d, 0x61, 0x72, - 0x6b, 0x41, 0x6c, 0x69, 0x65, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x89, 0x95, 0x06, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x17, 0x72, 0x65, 0x71, 0x4d, 0x75, 0x74, 0x75, 0x61, 0x6c, 0x6d, 0x61, - 0x72, 0x6b, 0x41, 0x6c, 0x69, 0x65, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x30, 0x0a, 0x12, - 0x72, 0x65, 0x71, 0x4d, 0x75, 0x74, 0x75, 0x61, 0x6c, 0x6d, 0x61, 0x72, 0x6b, 0x53, 0x63, 0x6f, - 0x72, 0x65, 0x18, 0xc9, 0xcd, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x72, 0x65, 0x71, 0x4d, - 0x75, 0x74, 0x75, 0x61, 0x6c, 0x6d, 0x61, 0x72, 0x6b, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x28, - 0x0a, 0x0e, 0x72, 0x65, 0x71, 0x4b, 0x73, 0x69, 0x6e, 0x67, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, - 0x18, 0xd9, 0x9b, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x72, 0x65, 0x71, 0x4b, 0x73, 0x69, - 0x6e, 0x67, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x12, 0x36, 0x0a, 0x15, 0x72, 0x65, 0x71, 0x4d, - 0x75, 0x74, 0x75, 0x61, 0x6c, 0x6d, 0x61, 0x72, 0x6b, 0x4c, 0x62, 0x73, 0x73, 0x68, 0x61, 0x72, - 0x65, 0x18, 0x89, 0x86, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x15, 0x72, 0x65, 0x71, 0x4d, 0x75, - 0x74, 0x75, 0x61, 0x6c, 0x6d, 0x61, 0x72, 0x6b, 0x4c, 0x62, 0x73, 0x73, 0x68, 0x61, 0x72, 0x65, - 0x22, 0xb6, 0x01, 0x0a, 0x12, 0x52, 0x65, 0x71, 0x44, 0x61, 0x74, 0x61, 0x48, 0x69, 0x67, 0x68, - 0x77, 0x61, 0x79, 0x48, 0x65, 0x61, 0x64, 0x12, 0x32, 0x0a, 0x0b, 0x6d, 0x73, 0x67, 0x42, 0x61, - 0x73, 0x65, 0x68, 0x65, 0x61, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x44, - 0x61, 0x74, 0x61, 0x48, 0x69, 0x67, 0x68, 0x77, 0x61, 0x79, 0x48, 0x65, 0x61, 0x64, 0x52, 0x0b, - 0x6d, 0x73, 0x67, 0x42, 0x61, 0x73, 0x65, 0x68, 0x65, 0x61, 0x64, 0x12, 0x28, 0x0a, 0x0a, 0x6d, - 0x73, 0x67, 0x53, 0x65, 0x67, 0x68, 0x65, 0x61, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x08, 0x2e, 0x53, 0x65, 0x67, 0x48, 0x65, 0x61, 0x64, 0x52, 0x0a, 0x6d, 0x73, 0x67, 0x53, 0x65, - 0x67, 0x68, 0x65, 0x61, 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x65, 0x71, 0x45, 0x78, 0x74, 0x65, - 0x6e, 0x64, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x72, 0x65, - 0x71, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x74, - 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, - 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x22, 0xda, 0x02, 0x0a, 0x12, 0x52, 0x73, - 0x70, 0x44, 0x61, 0x74, 0x61, 0x48, 0x69, 0x67, 0x68, 0x77, 0x61, 0x79, 0x48, 0x65, 0x61, 0x64, - 0x12, 0x32, 0x0a, 0x0b, 0x6d, 0x73, 0x67, 0x42, 0x61, 0x73, 0x65, 0x68, 0x65, 0x61, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x48, 0x69, 0x67, 0x68, - 0x77, 0x61, 0x79, 0x48, 0x65, 0x61, 0x64, 0x52, 0x0b, 0x6d, 0x73, 0x67, 0x42, 0x61, 0x73, 0x65, - 0x68, 0x65, 0x61, 0x64, 0x12, 0x28, 0x0a, 0x0a, 0x6d, 0x73, 0x67, 0x53, 0x65, 0x67, 0x68, 0x65, - 0x61, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x53, 0x65, 0x67, 0x48, 0x65, - 0x61, 0x64, 0x52, 0x0a, 0x6d, 0x73, 0x67, 0x53, 0x65, 0x67, 0x68, 0x65, 0x61, 0x64, 0x12, 0x1c, - 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1e, 0x0a, 0x0a, - 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x74, 0x72, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x0a, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x74, 0x72, 0x79, 0x12, 0x1c, 0x0a, 0x09, - 0x63, 0x61, 0x63, 0x68, 0x65, 0x63, 0x6f, 0x73, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x09, 0x63, 0x61, 0x63, 0x68, 0x65, 0x63, 0x6f, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x74, - 0x63, 0x6f, 0x73, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x68, 0x74, 0x63, 0x6f, - 0x73, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x73, 0x70, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x69, - 0x6e, 0x66, 0x6f, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x72, 0x73, 0x70, 0x45, 0x78, - 0x74, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, - 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x69, 0x6d, - 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x18, - 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07, - 0x69, 0x73, 0x52, 0x65, 0x73, 0x65, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x69, - 0x73, 0x52, 0x65, 0x73, 0x65, 0x74, 0x22, 0x91, 0x02, 0x0a, 0x0f, 0x44, 0x61, 0x74, 0x61, 0x48, - 0x69, 0x67, 0x68, 0x77, 0x61, 0x79, 0x48, 0x65, 0x61, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, - 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x76, 0x65, 0x72, - 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, - 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, - 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x73, - 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x74, 0x72, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x73, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x65, 0x74, 0x72, 0x79, 0x54, 0x69, 0x6d, - 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x61, 0x74, 0x61, - 0x66, 0x6c, 0x61, 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, - 0x66, 0x6c, 0x61, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x49, - 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, - 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x56, 0x65, 0x72, 0x18, 0x09, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x56, 0x65, 0x72, 0x12, 0x1a, - 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x65, 0x49, 0x64, 0x22, 0xe5, 0x02, 0x0a, 0x07, 0x53, - 0x65, 0x67, 0x48, 0x65, 0x61, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x69, 0x7a, 0x65, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x69, 0x7a, 0x65, - 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, - 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, - 0x12, 0x16, 0x0a, 0x06, 0x72, 0x74, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x06, 0x72, 0x74, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x76, - 0x69, 0x63, 0x65, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x0d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x12, 0x12, - 0x0a, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x66, 0x6c, - 0x61, 0x67, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x64, 0x35, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x03, 0x6d, 0x64, 0x35, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x18, - 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x12, 0x1c, - 0x0a, 0x09, 0x63, 0x61, 0x63, 0x68, 0x65, 0x41, 0x64, 0x64, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x09, 0x63, 0x61, 0x63, 0x68, 0x65, 0x41, 0x64, 0x64, 0x72, 0x12, 0x1e, 0x0a, 0x0a, - 0x71, 0x75, 0x65, 0x72, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x0a, 0x71, 0x75, 0x65, 0x72, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x12, 0x24, 0x0a, 0x0d, - 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x61, 0x63, 0x68, 0x65, 0x69, 0x70, 0x18, 0x0c, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x0d, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x61, 0x63, 0x68, 0x65, - 0x69, 0x70, 0x22, 0x3a, 0x0a, 0x14, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x22, 0x0a, 0x05, 0x69, 0x74, - 0x65, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x4d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x99, - 0x01, 0x0a, 0x0b, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x18, - 0x0a, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, - 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x55, 0x69, - 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x12, 0x18, - 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, 0x67, 0x53, - 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x53, 0x65, 0x71, - 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, 0x67, 0x55, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, - 0x52, 0x06, 0x6d, 0x73, 0x67, 0x55, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x69, 0x67, 0x18, - 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x73, 0x69, 0x67, 0x22, 0x19, 0x0a, 0x05, 0x53, 0x75, - 0x62, 0x44, 0x34, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, - 0x52, 0x03, 0x75, 0x69, 0x6e, 0x22, 0xa5, 0x01, 0x0a, 0x05, 0x53, 0x75, 0x62, 0x38, 0x41, 0x12, - 0x28, 0x0a, 0x08, 0x6d, 0x73, 0x67, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x0d, 0x2e, 0x53, 0x75, 0x62, 0x38, 0x41, 0x4d, 0x73, 0x67, 0x49, 0x6e, 0x66, 0x6f, - 0x52, 0x07, 0x6d, 0x73, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, - 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, - 0x16, 0x0a, 0x06, 0x69, 0x6e, 0x73, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x06, 0x69, 0x6e, 0x73, 0x74, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x6c, 0x6f, 0x6e, 0x67, 0x4d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x0f, 0x6c, 0x6f, 0x6e, 0x67, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x46, 0x6c, 0x61, - 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x08, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x22, 0xf2, 0x01, - 0x0a, 0x0c, 0x53, 0x75, 0x62, 0x38, 0x41, 0x4d, 0x73, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, - 0x0a, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, - 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x55, 0x69, - 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x12, 0x16, - 0x0a, 0x06, 0x6d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, - 0x6d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, 0x67, 0x55, 0x69, 0x64, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x55, 0x69, 0x64, 0x12, 0x18, - 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, - 0x07, 0x6d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x73, 0x67, 0x52, - 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x6d, 0x73, 0x67, - 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x6b, 0x67, 0x4e, 0x75, 0x6d, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x70, 0x6b, 0x67, 0x4e, 0x75, 0x6d, 0x12, 0x1a, - 0x0a, 0x08, 0x70, 0x6b, 0x67, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x08, 0x70, 0x6b, 0x67, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x65, - 0x76, 0x53, 0x65, 0x71, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x64, 0x65, 0x76, 0x53, - 0x65, 0x71, 0x22, 0x59, 0x0a, 0x05, 0x53, 0x75, 0x62, 0x42, 0x33, 0x12, 0x12, 0x0a, 0x04, 0x74, - 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, - 0x3c, 0x0a, 0x0f, 0x6d, 0x73, 0x67, 0x41, 0x64, 0x64, 0x46, 0x72, 0x64, 0x4e, 0x6f, 0x74, 0x69, - 0x66, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x53, 0x75, 0x62, 0x42, 0x33, - 0x41, 0x64, 0x64, 0x46, 0x72, 0x64, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x0f, 0x6d, 0x73, - 0x67, 0x41, 0x64, 0x64, 0x46, 0x72, 0x64, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x22, 0x39, 0x0a, - 0x11, 0x53, 0x75, 0x62, 0x42, 0x33, 0x41, 0x64, 0x64, 0x46, 0x72, 0x64, 0x4e, 0x6f, 0x74, 0x69, - 0x66, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, - 0x03, 0x75, 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x69, 0x63, 0x6b, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x04, 0x6e, 0x69, 0x63, 0x6b, 0x22, 0x7a, 0x0a, 0x05, 0x53, 0x75, 0x62, 0x34, - 0x34, 0x12, 0x39, 0x0a, 0x0d, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x53, 0x79, 0x6e, 0x63, 0x4d, - 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x53, 0x75, 0x62, 0x34, 0x34, - 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x53, 0x79, 0x6e, 0x63, 0x4d, 0x73, 0x67, 0x52, 0x0d, 0x66, - 0x72, 0x69, 0x65, 0x6e, 0x64, 0x53, 0x79, 0x6e, 0x63, 0x4d, 0x73, 0x67, 0x12, 0x36, 0x0a, 0x0c, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x79, 0x6e, 0x63, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x53, 0x75, 0x62, 0x34, 0x34, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, - 0x79, 0x6e, 0x63, 0x4d, 0x73, 0x67, 0x52, 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x79, 0x6e, - 0x63, 0x4d, 0x73, 0x67, 0x22, 0xf0, 0x01, 0x0a, 0x12, 0x53, 0x75, 0x62, 0x34, 0x34, 0x46, 0x72, - 0x69, 0x65, 0x6e, 0x64, 0x53, 0x79, 0x6e, 0x63, 0x4d, 0x73, 0x67, 0x12, 0x10, 0x0a, 0x03, 0x75, - 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x12, 0x0a, - 0x04, 0x66, 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x66, 0x55, 0x69, - 0x6e, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x54, - 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x63, 0x65, - 0x73, 0x73, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x70, 0x72, - 0x6f, 0x63, 0x65, 0x73, 0x73, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x6f, 0x75, - 0x72, 0x63, 0x65, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x73, 0x6f, 0x75, - 0x72, 0x63, 0x65, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x53, - 0x75, 0x62, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x73, 0x6f, 0x75, 0x72, - 0x63, 0x65, 0x53, 0x75, 0x62, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x74, 0x72, 0x57, 0x6f, - 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x74, 0x72, - 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x22, 0xd1, 0x04, 0x0a, 0x11, 0x53, 0x75, 0x62, 0x34, - 0x34, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x79, 0x6e, 0x63, 0x4d, 0x73, 0x67, 0x12, 0x18, 0x0a, - 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, - 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, 0x67, 0x53, 0x65, - 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, - 0x18, 0x0a, 0x07, 0x67, 0x72, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, - 0x52, 0x07, 0x67, 0x72, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x67, 0x61, 0x43, - 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x67, 0x61, 0x43, 0x6f, 0x64, - 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x55, 0x69, 0x6e, 0x31, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x55, 0x69, 0x6e, 0x31, 0x12, 0x18, 0x0a, 0x07, 0x6f, - 0x70, 0x74, 0x55, 0x69, 0x6e, 0x32, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6f, 0x70, - 0x74, 0x55, 0x69, 0x6e, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, 0x67, 0x42, 0x75, 0x66, 0x18, - 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x42, 0x75, 0x66, 0x12, 0x18, 0x0a, - 0x07, 0x61, 0x75, 0x74, 0x68, 0x4b, 0x65, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, - 0x61, 0x75, 0x74, 0x68, 0x4b, 0x65, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x73, 0x67, 0x53, 0x74, - 0x61, 0x74, 0x75, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x6d, 0x73, 0x67, 0x53, - 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x55, - 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x55, 0x69, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, - 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, - 0x69, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x75, 0x72, 0x4d, 0x61, 0x78, 0x4d, 0x65, 0x6d, - 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x63, 0x75, 0x72, - 0x4d, 0x61, 0x78, 0x4d, 0x65, 0x6d, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x6e, - 0x65, 0x78, 0x74, 0x4d, 0x61, 0x78, 0x4d, 0x65, 0x6d, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0d, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x4d, 0x61, 0x78, 0x4d, 0x65, 0x6d, - 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x75, 0x72, 0x4d, 0x65, 0x6d, 0x43, - 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x63, 0x75, 0x72, 0x4d, - 0x65, 0x6d, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x53, 0x72, - 0x63, 0x49, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x65, 0x71, 0x53, 0x72, - 0x63, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x71, 0x53, 0x72, 0x63, 0x53, 0x75, 0x62, - 0x49, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x72, 0x65, 0x71, 0x53, 0x72, 0x63, - 0x53, 0x75, 0x62, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, - 0x52, 0x6f, 0x6c, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x69, 0x6e, 0x76, 0x69, - 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x65, 0x78, 0x74, 0x41, 0x64, - 0x6d, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x18, 0x12, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x65, 0x78, - 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x72, 0x6f, - 0x63, 0x65, 0x73, 0x73, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x13, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, - 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x46, 0x6c, 0x61, 0x67, 0x22, 0xac, 0x01, 0x0a, 0x12, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x42, 0x6f, - 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, - 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, - 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x77, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, - 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, - 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x69, 0x63, 0x68, 0x43, 0x61, 0x72, 0x64, 0x4e, 0x61, 0x6d, 0x65, - 0x56, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x72, 0x69, 0x63, 0x68, 0x43, - 0x61, 0x72, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x56, 0x65, 0x72, 0x22, 0xd0, 0x01, 0x0a, 0x12, 0x47, - 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, - 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, - 0x1a, 0x0a, 0x08, 0x73, 0x65, 0x6c, 0x66, 0x52, 0x6f, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x08, 0x73, 0x65, 0x6c, 0x66, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x2a, 0x0a, 0x07, 0x6d, - 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x47, - 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, - 0x6d, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x36, 0x0a, 0x16, 0x62, 0x6f, 0x6f, 0x6c, 0x53, - 0x65, 0x6c, 0x66, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x68, 0x61, 0x72, 0x65, - 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x16, 0x62, 0x6f, 0x6f, 0x6c, 0x53, 0x65, 0x6c, - 0x66, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x12, - 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x22, 0xc5, 0x07, - 0x0a, 0x0f, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x6e, 0x66, - 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, - 0x75, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, - 0x72, 0x72, 0x6d, 0x73, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x65, 0x72, 0x72, - 0x6d, 0x73, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x49, 0x73, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x49, 0x73, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x12, - 0x16, 0x0a, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x20, 0x0a, 0x0b, 0x49, 0x73, 0x43, 0x6f, 0x6e, - 0x63, 0x65, 0x72, 0x6e, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x49, 0x73, - 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x72, 0x6e, 0x65, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x72, 0x65, - 0x64, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, - 0x74, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x61, 0x72, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x04, 0x63, 0x61, 0x72, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x09, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x69, 0x63, 0x6b, 0x18, 0x0b, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x04, 0x6e, 0x69, 0x63, 0x6b, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x0c, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6c, 0x65, 0x76, - 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6c, 0x65, 0x76, 0x12, 0x12, 0x0a, 0x04, 0x6a, - 0x6f, 0x69, 0x6e, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x6a, 0x6f, 0x69, 0x6e, 0x12, - 0x1c, 0x0a, 0x09, 0x6c, 0x61, 0x73, 0x74, 0x53, 0x70, 0x65, 0x61, 0x6b, 0x18, 0x0f, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x09, 0x6c, 0x61, 0x73, 0x74, 0x53, 0x70, 0x65, 0x61, 0x6b, 0x12, 0x1c, 0x0a, - 0x09, 0x67, 0x62, 0x61, 0x72, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x09, 0x67, 0x62, 0x61, 0x72, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x67, - 0x62, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x67, 0x62, - 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x62, 0x61, 0x72, 0x43, 0x6e, 0x74, - 0x18, 0x14, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x67, 0x62, 0x61, 0x72, 0x43, 0x6e, 0x74, 0x12, - 0x26, 0x0a, 0x0e, 0x69, 0x73, 0x41, 0x6c, 0x6c, 0x6f, 0x77, 0x4d, 0x6f, 0x64, 0x43, 0x61, 0x72, - 0x64, 0x18, 0x15, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x69, 0x73, 0x41, 0x6c, 0x6c, 0x6f, 0x77, - 0x4d, 0x6f, 0x64, 0x43, 0x61, 0x72, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x56, 0x69, 0x70, - 0x18, 0x16, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x69, 0x73, 0x56, 0x69, 0x70, 0x12, 0x1c, 0x0a, - 0x09, 0x69, 0x73, 0x59, 0x65, 0x61, 0x72, 0x56, 0x69, 0x70, 0x18, 0x17, 0x20, 0x01, 0x28, 0x08, - 0x52, 0x09, 0x69, 0x73, 0x59, 0x65, 0x61, 0x72, 0x56, 0x69, 0x70, 0x12, 0x1e, 0x0a, 0x0a, 0x69, - 0x73, 0x53, 0x75, 0x70, 0x65, 0x72, 0x56, 0x69, 0x70, 0x18, 0x18, 0x20, 0x01, 0x28, 0x08, 0x52, - 0x0a, 0x69, 0x73, 0x53, 0x75, 0x70, 0x65, 0x72, 0x56, 0x69, 0x70, 0x12, 0x1c, 0x0a, 0x09, 0x69, - 0x73, 0x53, 0x75, 0x70, 0x65, 0x72, 0x51, 0x71, 0x18, 0x19, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, - 0x69, 0x73, 0x53, 0x75, 0x70, 0x65, 0x72, 0x51, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x69, 0x70, - 0x4c, 0x65, 0x76, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x76, 0x69, 0x70, 0x4c, 0x65, - 0x76, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x6f, 0x6c, 0x65, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x04, 0x72, 0x6f, 0x6c, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x6c, - 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x12, 0x24, 0x0a, - 0x0d, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x1d, - 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x44, 0x69, 0x73, 0x74, 0x61, - 0x6e, 0x63, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6f, 0x6e, 0x63, 0x65, 0x72, 0x6e, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x63, 0x65, 0x72, - 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, - 0x54, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x73, 0x70, 0x65, - 0x63, 0x69, 0x61, 0x6c, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x36, 0x0a, 0x16, 0x73, 0x70, 0x65, - 0x63, 0x69, 0x61, 0x6c, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x45, 0x78, 0x70, 0x69, 0x72, 0x65, 0x54, - 0x69, 0x6d, 0x65, 0x18, 0x20, 0x20, 0x01, 0x28, 0x05, 0x52, 0x16, 0x73, 0x70, 0x65, 0x63, 0x69, - 0x61, 0x6c, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x45, 0x78, 0x70, 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, - 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x23, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x08, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x10, 0x0a, - 0x03, 0x6a, 0x6f, 0x62, 0x18, 0x24, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6a, 0x6f, 0x62, 0x12, - 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x64, 0x61, 0x6c, 0x49, 0x64, 0x18, 0x25, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x07, 0x6d, 0x65, 0x64, 0x61, 0x6c, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, - 0x65, 0x6c, 0x18, 0x27, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x12, - 0x14, 0x0a, 0x05, 0x68, 0x6f, 0x6e, 0x6f, 0x72, 0x18, 0x29, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, - 0x68, 0x6f, 0x6e, 0x6f, 0x72, 0x42, 0x07, 0x5a, 0x05, 0x2e, 0x2f, 0x3b, 0x70, 0x62, 0x62, 0x06, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_data_proto_rawDescOnce sync.Once - file_data_proto_rawDescData = file_data_proto_rawDesc -) - -func file_data_proto_rawDescGZIP() []byte { - file_data_proto_rawDescOnce.Do(func() { - file_data_proto_rawDescData = protoimpl.X.CompressGZIP(file_data_proto_rawDescData) - }) - return file_data_proto_rawDescData -} - -var file_data_proto_msgTypes = make([]protoimpl.MessageInfo, 21) -var file_data_proto_goTypes = []interface{}{ - (*DeviceInfo)(nil), // 0: DeviceInfo - (*RequestBody)(nil), // 1: RequestBody - (*ConfigSeq)(nil), // 2: ConfigSeq - (*D50ReqBody)(nil), // 3: D50ReqBody - (*ReqDataHighwayHead)(nil), // 4: ReqDataHighwayHead - (*RspDataHighwayHead)(nil), // 5: RspDataHighwayHead - (*DataHighwayHead)(nil), // 6: DataHighwayHead - (*SegHead)(nil), // 7: SegHead - (*DeleteMessageRequest)(nil), // 8: DeleteMessageRequest - (*MessageItem)(nil), // 9: MessageItem - (*SubD4)(nil), // 10: SubD4 - (*Sub8A)(nil), // 11: Sub8A - (*Sub8AMsgInfo)(nil), // 12: Sub8AMsgInfo - (*SubB3)(nil), // 13: SubB3 - (*SubB3AddFrdNotify)(nil), // 14: SubB3AddFrdNotify - (*Sub44)(nil), // 15: Sub44 - (*Sub44FriendSyncMsg)(nil), // 16: Sub44FriendSyncMsg - (*Sub44GroupSyncMsg)(nil), // 17: Sub44GroupSyncMsg - (*GroupMemberReqBody)(nil), // 18: GroupMemberReqBody - (*GroupMemberRspBody)(nil), // 19: GroupMemberRspBody - (*GroupMemberInfo)(nil), // 20: GroupMemberInfo -} -var file_data_proto_depIdxs = []int32{ - 2, // 0: RequestBody.rpt_config_list:type_name -> ConfigSeq - 6, // 1: ReqDataHighwayHead.msgBasehead:type_name -> DataHighwayHead - 7, // 2: ReqDataHighwayHead.msgSeghead:type_name -> SegHead - 6, // 3: RspDataHighwayHead.msgBasehead:type_name -> DataHighwayHead - 7, // 4: RspDataHighwayHead.msgSeghead:type_name -> SegHead - 9, // 5: DeleteMessageRequest.items:type_name -> MessageItem - 12, // 6: Sub8A.msg_info:type_name -> Sub8AMsgInfo - 14, // 7: SubB3.msgAddFrdNotify:type_name -> SubB3AddFrdNotify - 16, // 8: Sub44.friendSyncMsg:type_name -> Sub44FriendSyncMsg - 17, // 9: Sub44.groupSyncMsg:type_name -> Sub44GroupSyncMsg - 20, // 10: GroupMemberRspBody.memInfo:type_name -> GroupMemberInfo - 11, // [11:11] is the sub-list for method output_type - 11, // [11:11] is the sub-list for method input_type - 11, // [11:11] is the sub-list for extension type_name - 11, // [11:11] is the sub-list for extension extendee - 0, // [0:11] is the sub-list for field type_name -} - -func init() { file_data_proto_init() } -func file_data_proto_init() { - if File_data_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_data_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeviceInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RequestBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConfigSeq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D50ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ReqDataHighwayHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RspDataHighwayHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DataHighwayHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SegHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteMessageRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MessageItem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SubD4); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Sub8A); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Sub8AMsgInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SubB3); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SubB3AddFrdNotify); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Sub44); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Sub44FriendSyncMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Sub44GroupSyncMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupMemberReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupMemberRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_data_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupMemberInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_data_proto_rawDesc, - NumEnums: 0, - NumMessages: 21, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_data_proto_goTypes, - DependencyIndexes: file_data_proto_depIdxs, - MessageInfos: file_data_proto_msgTypes, - }.Build() - File_data_proto = out.File - file_data_proto_rawDesc = nil - file_data_proto_goTypes = nil - file_data_proto_depIdxs = nil -} diff --git a/client/pb/data.proto b/client/pb/data.proto index 7536e190..9a2fa4d4 100644 --- a/client/pb/data.proto +++ b/client/pb/data.proto @@ -2,7 +2,6 @@ syntax = "proto3"; option go_package = "./;pb"; - message DeviceInfo { string bootloader = 1; string procVersion = 2; diff --git a/client/pb/exciting/group.pb.go b/client/pb/exciting/group.pb.go index 065d0ed9..665e1a61 100644 --- a/client/pb/exciting/group.pb.go +++ b/client/pb/exciting/group.pb.go @@ -1,67 +1,13 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: group.proto package exciting -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type GroupFileUploadExt struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Unknown1 *int32 `protobuf:"varint,1,opt,name=unknown1" json:"unknown1,omitempty"` - Unknown2 *int32 `protobuf:"varint,2,opt,name=unknown2" json:"unknown2,omitempty"` - Entry *GroupFileUploadEntry `protobuf:"bytes,100,opt,name=entry" json:"entry,omitempty"` - Unknown3 *int32 `protobuf:"varint,3,opt,name=unknown3" json:"unknown3,omitempty"` -} - -func (x *GroupFileUploadExt) Reset() { - *x = GroupFileUploadExt{} - if protoimpl.UnsafeEnabled { - mi := &file_group_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupFileUploadExt) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupFileUploadExt) ProtoMessage() {} - -func (x *GroupFileUploadExt) ProtoReflect() protoreflect.Message { - mi := &file_group_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupFileUploadExt.ProtoReflect.Descriptor instead. -func (*GroupFileUploadExt) Descriptor() ([]byte, []int) { - return file_group_proto_rawDescGZIP(), []int{0} + Unknown1 *int32 `protobuf:"varint,1,opt"` + Unknown2 *int32 `protobuf:"varint,2,opt"` + Entry *GroupFileUploadEntry `protobuf:"bytes,100,opt"` + Unknown3 *int32 `protobuf:"varint,3,opt"` } func (x *GroupFileUploadExt) GetUnknown1() int32 { @@ -93,47 +39,11 @@ func (x *GroupFileUploadExt) GetUnknown3() int32 { } type GroupFileUploadEntry struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BusiBuff *ExcitingBusiInfo `protobuf:"bytes,100,opt,name=busiBuff" json:"busiBuff,omitempty"` - FileEntry *ExcitingFileEntry `protobuf:"bytes,200,opt,name=fileEntry" json:"fileEntry,omitempty"` - ClientInfo *ExcitingClientInfo `protobuf:"bytes,300,opt,name=clientInfo" json:"clientInfo,omitempty"` - FileNameInfo *ExcitingFileNameInfo `protobuf:"bytes,400,opt,name=fileNameInfo" json:"fileNameInfo,omitempty"` - Host *ExcitingHostConfig `protobuf:"bytes,500,opt,name=host" json:"host,omitempty"` -} - -func (x *GroupFileUploadEntry) Reset() { - *x = GroupFileUploadEntry{} - if protoimpl.UnsafeEnabled { - mi := &file_group_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupFileUploadEntry) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupFileUploadEntry) ProtoMessage() {} - -func (x *GroupFileUploadEntry) ProtoReflect() protoreflect.Message { - mi := &file_group_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupFileUploadEntry.ProtoReflect.Descriptor instead. -func (*GroupFileUploadEntry) Descriptor() ([]byte, []int) { - return file_group_proto_rawDescGZIP(), []int{1} + BusiBuff *ExcitingBusiInfo `protobuf:"bytes,100,opt"` + FileEntry *ExcitingFileEntry `protobuf:"bytes,200,opt"` + ClientInfo *ExcitingClientInfo `protobuf:"bytes,300,opt"` + FileNameInfo *ExcitingFileNameInfo `protobuf:"bytes,400,opt"` + Host *ExcitingHostConfig `protobuf:"bytes,500,opt"` } func (x *GroupFileUploadEntry) GetBusiBuff() *ExcitingBusiInfo { @@ -172,46 +82,10 @@ func (x *GroupFileUploadEntry) GetHost() *ExcitingHostConfig { } type ExcitingBusiInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BusId *int32 `protobuf:"varint,1,opt,name=busId" json:"busId,omitempty"` - SenderUin *int64 `protobuf:"varint,100,opt,name=senderUin" json:"senderUin,omitempty"` - ReceiverUin *int64 `protobuf:"varint,200,opt,name=receiverUin" json:"receiverUin,omitempty"` // probable - GroupCode *int64 `protobuf:"varint,400,opt,name=groupCode" json:"groupCode,omitempty"` // probable -} - -func (x *ExcitingBusiInfo) Reset() { - *x = ExcitingBusiInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_group_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ExcitingBusiInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ExcitingBusiInfo) ProtoMessage() {} - -func (x *ExcitingBusiInfo) ProtoReflect() protoreflect.Message { - mi := &file_group_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ExcitingBusiInfo.ProtoReflect.Descriptor instead. -func (*ExcitingBusiInfo) Descriptor() ([]byte, []int) { - return file_group_proto_rawDescGZIP(), []int{2} + BusId *int32 `protobuf:"varint,1,opt"` + SenderUin *int64 `protobuf:"varint,100,opt"` + ReceiverUin *int64 `protobuf:"varint,200,opt"` // probable + GroupCode *int64 `protobuf:"varint,400,opt"` // probable } func (x *ExcitingBusiInfo) GetBusId() int32 { @@ -243,47 +117,11 @@ func (x *ExcitingBusiInfo) GetGroupCode() int64 { } type ExcitingFileEntry struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FileSize *int64 `protobuf:"varint,100,opt,name=fileSize" json:"fileSize,omitempty"` - Md5 []byte `protobuf:"bytes,200,opt,name=md5" json:"md5,omitempty"` - Sha1 []byte `protobuf:"bytes,300,opt,name=sha1" json:"sha1,omitempty"` - FileId []byte `protobuf:"bytes,600,opt,name=fileId" json:"fileId,omitempty"` - UploadKey []byte `protobuf:"bytes,700,opt,name=uploadKey" json:"uploadKey,omitempty"` -} - -func (x *ExcitingFileEntry) Reset() { - *x = ExcitingFileEntry{} - if protoimpl.UnsafeEnabled { - mi := &file_group_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ExcitingFileEntry) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ExcitingFileEntry) ProtoMessage() {} - -func (x *ExcitingFileEntry) ProtoReflect() protoreflect.Message { - mi := &file_group_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ExcitingFileEntry.ProtoReflect.Descriptor instead. -func (*ExcitingFileEntry) Descriptor() ([]byte, []int) { - return file_group_proto_rawDescGZIP(), []int{3} + FileSize *int64 `protobuf:"varint,100,opt"` + Md5 []byte `protobuf:"bytes,200,opt"` + Sha1 []byte `protobuf:"bytes,300,opt"` + FileId []byte `protobuf:"bytes,600,opt"` + UploadKey []byte `protobuf:"bytes,700,opt"` } func (x *ExcitingFileEntry) GetFileSize() int64 { @@ -322,47 +160,11 @@ func (x *ExcitingFileEntry) GetUploadKey() []byte { } type ExcitingClientInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ClientType *int32 `protobuf:"varint,100,opt,name=clientType" json:"clientType,omitempty"` // probable - AppId *string `protobuf:"bytes,200,opt,name=appId" json:"appId,omitempty"` - TerminalType *int32 `protobuf:"varint,300,opt,name=terminalType" json:"terminalType,omitempty"` // probable - ClientVer *string `protobuf:"bytes,400,opt,name=clientVer" json:"clientVer,omitempty"` - Unknown *int32 `protobuf:"varint,600,opt,name=unknown" json:"unknown,omitempty"` -} - -func (x *ExcitingClientInfo) Reset() { - *x = ExcitingClientInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_group_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ExcitingClientInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ExcitingClientInfo) ProtoMessage() {} - -func (x *ExcitingClientInfo) ProtoReflect() protoreflect.Message { - mi := &file_group_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ExcitingClientInfo.ProtoReflect.Descriptor instead. -func (*ExcitingClientInfo) Descriptor() ([]byte, []int) { - return file_group_proto_rawDescGZIP(), []int{4} + ClientType *int32 `protobuf:"varint,100,opt"` // probable + AppId *string `protobuf:"bytes,200,opt"` + TerminalType *int32 `protobuf:"varint,300,opt"` // probable + ClientVer *string `protobuf:"bytes,400,opt"` + Unknown *int32 `protobuf:"varint,600,opt"` } func (x *ExcitingClientInfo) GetClientType() int32 { @@ -401,43 +203,7 @@ func (x *ExcitingClientInfo) GetUnknown() int32 { } type ExcitingFileNameInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FileName *string `protobuf:"bytes,100,opt,name=fileName" json:"fileName,omitempty"` -} - -func (x *ExcitingFileNameInfo) Reset() { - *x = ExcitingFileNameInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_group_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ExcitingFileNameInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ExcitingFileNameInfo) ProtoMessage() {} - -func (x *ExcitingFileNameInfo) ProtoReflect() protoreflect.Message { - mi := &file_group_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ExcitingFileNameInfo.ProtoReflect.Descriptor instead. -func (*ExcitingFileNameInfo) Descriptor() ([]byte, []int) { - return file_group_proto_rawDescGZIP(), []int{5} + FileName *string `protobuf:"bytes,100,opt"` } func (x *ExcitingFileNameInfo) GetFileName() string { @@ -448,43 +214,7 @@ func (x *ExcitingFileNameInfo) GetFileName() string { } type ExcitingHostConfig struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Hosts []*ExcitingHostInfo `protobuf:"bytes,200,rep,name=hosts" json:"hosts,omitempty"` -} - -func (x *ExcitingHostConfig) Reset() { - *x = ExcitingHostConfig{} - if protoimpl.UnsafeEnabled { - mi := &file_group_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ExcitingHostConfig) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ExcitingHostConfig) ProtoMessage() {} - -func (x *ExcitingHostConfig) ProtoReflect() protoreflect.Message { - mi := &file_group_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ExcitingHostConfig.ProtoReflect.Descriptor instead. -func (*ExcitingHostConfig) Descriptor() ([]byte, []int) { - return file_group_proto_rawDescGZIP(), []int{6} + Hosts []*ExcitingHostInfo `protobuf:"bytes,200,rep"` } func (x *ExcitingHostConfig) GetHosts() []*ExcitingHostInfo { @@ -495,44 +225,8 @@ func (x *ExcitingHostConfig) GetHosts() []*ExcitingHostInfo { } type ExcitingHostInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Url *ExcitingUrlInfo `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"` - Port *int32 `protobuf:"varint,2,opt,name=port" json:"port,omitempty"` -} - -func (x *ExcitingHostInfo) Reset() { - *x = ExcitingHostInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_group_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ExcitingHostInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ExcitingHostInfo) ProtoMessage() {} - -func (x *ExcitingHostInfo) ProtoReflect() protoreflect.Message { - mi := &file_group_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ExcitingHostInfo.ProtoReflect.Descriptor instead. -func (*ExcitingHostInfo) Descriptor() ([]byte, []int) { - return file_group_proto_rawDescGZIP(), []int{7} + Url *ExcitingUrlInfo `protobuf:"bytes,1,opt"` + Port *int32 `protobuf:"varint,2,opt"` } func (x *ExcitingHostInfo) GetUrl() *ExcitingUrlInfo { @@ -550,44 +244,8 @@ func (x *ExcitingHostInfo) GetPort() int32 { } type ExcitingUrlInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Unknown *int32 `protobuf:"varint,1,opt,name=unknown" json:"unknown,omitempty"` // not https? - Host *string `protobuf:"bytes,2,opt,name=host" json:"host,omitempty"` -} - -func (x *ExcitingUrlInfo) Reset() { - *x = ExcitingUrlInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_group_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ExcitingUrlInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ExcitingUrlInfo) ProtoMessage() {} - -func (x *ExcitingUrlInfo) ProtoReflect() protoreflect.Message { - mi := &file_group_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ExcitingUrlInfo.ProtoReflect.Descriptor instead. -func (*ExcitingUrlInfo) Descriptor() ([]byte, []int) { - return file_group_proto_rawDescGZIP(), []int{8} + Unknown *int32 `protobuf:"varint,1,opt"` // not https? + Host *string `protobuf:"bytes,2,opt"` } func (x *ExcitingUrlInfo) GetUnknown() int32 { @@ -603,257 +261,3 @@ func (x *ExcitingUrlInfo) GetHost() string { } return "" } - -var File_group_proto protoreflect.FileDescriptor - -var file_group_proto_rawDesc = []byte{ - 0x0a, 0x0b, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x95, 0x01, - 0x0a, 0x12, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6c, 0x65, 0x55, 0x70, 0x6c, 0x6f, 0x61, - 0x64, 0x45, 0x78, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x31, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x75, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x31, - 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x32, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x08, 0x75, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x32, 0x12, 0x2b, 0x0a, 0x05, - 0x65, 0x6e, 0x74, 0x72, 0x79, 0x18, 0x64, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6c, 0x65, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x45, 0x6e, 0x74, - 0x72, 0x79, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x6e, 0x6b, - 0x6e, 0x6f, 0x77, 0x6e, 0x33, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x75, 0x6e, 0x6b, - 0x6e, 0x6f, 0x77, 0x6e, 0x33, 0x22, 0x94, 0x02, 0x0a, 0x14, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, - 0x69, 0x6c, 0x65, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x2d, - 0x0a, 0x08, 0x62, 0x75, 0x73, 0x69, 0x42, 0x75, 0x66, 0x66, 0x18, 0x64, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x11, 0x2e, 0x45, 0x78, 0x63, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x42, 0x75, 0x73, 0x69, 0x49, - 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x62, 0x75, 0x73, 0x69, 0x42, 0x75, 0x66, 0x66, 0x12, 0x31, 0x0a, - 0x09, 0x66, 0x69, 0x6c, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x18, 0xc8, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x12, 0x2e, 0x45, 0x78, 0x63, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x46, 0x69, 0x6c, 0x65, - 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x79, - 0x12, 0x34, 0x0a, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0xac, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x45, 0x78, 0x63, 0x69, 0x74, 0x69, 0x6e, 0x67, - 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x63, 0x6c, 0x69, 0x65, - 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x3a, 0x0a, 0x0c, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, - 0x6d, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x90, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, - 0x45, 0x78, 0x63, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x46, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0c, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x49, 0x6e, - 0x66, 0x6f, 0x12, 0x28, 0x0a, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x18, 0xf4, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x13, 0x2e, 0x45, 0x78, 0x63, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x48, 0x6f, 0x73, 0x74, - 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x22, 0x88, 0x01, 0x0a, - 0x10, 0x45, 0x78, 0x63, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x42, 0x75, 0x73, 0x69, 0x49, 0x6e, 0x66, - 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x6e, 0x64, 0x65, - 0x72, 0x55, 0x69, 0x6e, 0x18, 0x64, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x65, 0x6e, 0x64, - 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x21, 0x0a, 0x0b, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, - 0x72, 0x55, 0x69, 0x6e, 0x18, 0xc8, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x72, 0x65, 0x63, - 0x65, 0x69, 0x76, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1d, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x90, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x22, 0x8f, 0x01, 0x0a, 0x11, 0x45, 0x78, 0x63, 0x69, - 0x74, 0x69, 0x6e, 0x67, 0x46, 0x69, 0x6c, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x1a, 0x0a, - 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x64, 0x20, 0x01, 0x28, 0x03, 0x52, - 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x11, 0x0a, 0x03, 0x6d, 0x64, 0x35, - 0x18, 0xc8, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6d, 0x64, 0x35, 0x12, 0x13, 0x0a, 0x04, - 0x73, 0x68, 0x61, 0x31, 0x18, 0xac, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x73, 0x68, 0x61, - 0x31, 0x12, 0x17, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0xd8, 0x04, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x09, 0x75, 0x70, - 0x6c, 0x6f, 0x61, 0x64, 0x4b, 0x65, 0x79, 0x18, 0xbc, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, - 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x4b, 0x65, 0x79, 0x22, 0xaa, 0x01, 0x0a, 0x12, 0x45, 0x78, - 0x63, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, - 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x64, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, - 0x12, 0x15, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0xc8, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x0c, 0x74, 0x65, 0x72, 0x6d, 0x69, - 0x6e, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, 0xac, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, - 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1d, 0x0a, 0x09, - 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x56, 0x65, 0x72, 0x18, 0x90, 0x03, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x56, 0x65, 0x72, 0x12, 0x19, 0x0a, 0x07, 0x75, - 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x18, 0xd8, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x75, - 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x22, 0x32, 0x0a, 0x14, 0x45, 0x78, 0x63, 0x69, 0x74, 0x69, - 0x6e, 0x67, 0x46, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, - 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x64, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x3e, 0x0a, 0x12, 0x45, 0x78, - 0x63, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x48, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x12, 0x28, 0x0a, 0x05, 0x68, 0x6f, 0x73, 0x74, 0x73, 0x18, 0xc8, 0x01, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x11, 0x2e, 0x45, 0x78, 0x63, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x48, 0x6f, 0x73, 0x74, 0x49, - 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x68, 0x6f, 0x73, 0x74, 0x73, 0x22, 0x4a, 0x0a, 0x10, 0x45, 0x78, - 0x63, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x48, 0x6f, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x22, - 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x45, 0x78, - 0x63, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x55, 0x72, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x03, 0x75, - 0x72, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x22, 0x3f, 0x0a, 0x0f, 0x45, 0x78, 0x63, 0x69, 0x74, 0x69, - 0x6e, 0x67, 0x55, 0x72, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x6e, 0x6b, - 0x6e, 0x6f, 0x77, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x75, 0x6e, 0x6b, 0x6e, - 0x6f, 0x77, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x65, 0x78, - 0x63, 0x69, 0x74, 0x69, 0x6e, 0x67, -} - -var ( - file_group_proto_rawDescOnce sync.Once - file_group_proto_rawDescData = file_group_proto_rawDesc -) - -func file_group_proto_rawDescGZIP() []byte { - file_group_proto_rawDescOnce.Do(func() { - file_group_proto_rawDescData = protoimpl.X.CompressGZIP(file_group_proto_rawDescData) - }) - return file_group_proto_rawDescData -} - -var file_group_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_group_proto_goTypes = []interface{}{ - (*GroupFileUploadExt)(nil), // 0: GroupFileUploadExt - (*GroupFileUploadEntry)(nil), // 1: GroupFileUploadEntry - (*ExcitingBusiInfo)(nil), // 2: ExcitingBusiInfo - (*ExcitingFileEntry)(nil), // 3: ExcitingFileEntry - (*ExcitingClientInfo)(nil), // 4: ExcitingClientInfo - (*ExcitingFileNameInfo)(nil), // 5: ExcitingFileNameInfo - (*ExcitingHostConfig)(nil), // 6: ExcitingHostConfig - (*ExcitingHostInfo)(nil), // 7: ExcitingHostInfo - (*ExcitingUrlInfo)(nil), // 8: ExcitingUrlInfo -} -var file_group_proto_depIdxs = []int32{ - 1, // 0: GroupFileUploadExt.entry:type_name -> GroupFileUploadEntry - 2, // 1: GroupFileUploadEntry.busiBuff:type_name -> ExcitingBusiInfo - 3, // 2: GroupFileUploadEntry.fileEntry:type_name -> ExcitingFileEntry - 4, // 3: GroupFileUploadEntry.clientInfo:type_name -> ExcitingClientInfo - 5, // 4: GroupFileUploadEntry.fileNameInfo:type_name -> ExcitingFileNameInfo - 6, // 5: GroupFileUploadEntry.host:type_name -> ExcitingHostConfig - 7, // 6: ExcitingHostConfig.hosts:type_name -> ExcitingHostInfo - 8, // 7: ExcitingHostInfo.url:type_name -> ExcitingUrlInfo - 8, // [8:8] is the sub-list for method output_type - 8, // [8:8] is the sub-list for method input_type - 8, // [8:8] is the sub-list for extension type_name - 8, // [8:8] is the sub-list for extension extendee - 0, // [0:8] is the sub-list for field type_name -} - -func init() { file_group_proto_init() } -func file_group_proto_init() { - if File_group_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_group_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupFileUploadExt); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_group_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupFileUploadEntry); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_group_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExcitingBusiInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_group_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExcitingFileEntry); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_group_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExcitingClientInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_group_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExcitingFileNameInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_group_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExcitingHostConfig); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_group_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExcitingHostInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_group_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExcitingUrlInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_group_proto_rawDesc, - NumEnums: 0, - NumMessages: 9, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_group_proto_goTypes, - DependencyIndexes: file_group_proto_depIdxs, - MessageInfos: file_group_proto_msgTypes, - }.Build() - File_group_proto = out.File - file_group_proto_rawDesc = nil - file_group_proto_goTypes = nil - file_group_proto_depIdxs = nil -} diff --git a/client/pb/faceroam/faceroam.pb.go b/client/pb/faceroam/faceroam.pb.go index b00fc74c..7ea2ccf8 100644 --- a/client/pb/faceroam/faceroam.pb.go +++ b/client/pb/faceroam/faceroam.pb.go @@ -1,66 +1,12 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: faceroam.proto package faceroam -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type PlatInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Implat *int64 `protobuf:"varint,1,opt,name=implat" json:"implat,omitempty"` - Osver *string `protobuf:"bytes,2,opt,name=osver" json:"osver,omitempty"` - Mqqver *string `protobuf:"bytes,3,opt,name=mqqver" json:"mqqver,omitempty"` -} - -func (x *PlatInfo) Reset() { - *x = PlatInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_faceroam_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PlatInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PlatInfo) ProtoMessage() {} - -func (x *PlatInfo) ProtoReflect() protoreflect.Message { - mi := &file_faceroam_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PlatInfo.ProtoReflect.Descriptor instead. -func (*PlatInfo) Descriptor() ([]byte, []int) { - return file_faceroam_proto_rawDescGZIP(), []int{0} + Implat *int64 `protobuf:"varint,1,opt"` + Osver *string `protobuf:"bytes,2,opt"` + Mqqver *string `protobuf:"bytes,3,opt"` } func (x *PlatInfo) GetImplat() int64 { @@ -85,47 +31,11 @@ func (x *PlatInfo) GetMqqver() string { } type FaceroamReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Comm *PlatInfo `protobuf:"bytes,1,opt,name=comm" json:"comm,omitempty"` - Uin *uint64 `protobuf:"varint,2,opt,name=uin" json:"uin,omitempty"` - SubCmd *uint32 `protobuf:"varint,3,opt,name=subCmd" json:"subCmd,omitempty"` - ReqUserInfo *ReqUserInfo `protobuf:"bytes,4,opt,name=reqUserInfo" json:"reqUserInfo,omitempty"` - ReqDeleteItem *ReqDeleteItem `protobuf:"bytes,5,opt,name=reqDeleteItem" json:"reqDeleteItem,omitempty"` -} - -func (x *FaceroamReqBody) Reset() { - *x = FaceroamReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_faceroam_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FaceroamReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FaceroamReqBody) ProtoMessage() {} - -func (x *FaceroamReqBody) ProtoReflect() protoreflect.Message { - mi := &file_faceroam_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FaceroamReqBody.ProtoReflect.Descriptor instead. -func (*FaceroamReqBody) Descriptor() ([]byte, []int) { - return file_faceroam_proto_rawDescGZIP(), []int{1} + Comm *PlatInfo `protobuf:"bytes,1,opt"` + Uin *uint64 `protobuf:"varint,2,opt"` + SubCmd *uint32 `protobuf:"varint,3,opt"` + ReqUserInfo *ReqUserInfo `protobuf:"bytes,4,opt"` + ReqDeleteItem *ReqDeleteItem `protobuf:"bytes,5,opt"` } func (x *FaceroamReqBody) GetComm() *PlatInfo { @@ -164,43 +74,7 @@ func (x *FaceroamReqBody) GetReqDeleteItem() *ReqDeleteItem { } type ReqDeleteItem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Filename []string `protobuf:"bytes,1,rep,name=filename" json:"filename,omitempty"` -} - -func (x *ReqDeleteItem) Reset() { - *x = ReqDeleteItem{} - if protoimpl.UnsafeEnabled { - mi := &file_faceroam_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ReqDeleteItem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ReqDeleteItem) ProtoMessage() {} - -func (x *ReqDeleteItem) ProtoReflect() protoreflect.Message { - mi := &file_faceroam_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ReqDeleteItem.ProtoReflect.Descriptor instead. -func (*ReqDeleteItem) Descriptor() ([]byte, []int) { - return file_faceroam_proto_rawDescGZIP(), []int{2} + Filename []string `protobuf:"bytes,1,rep"` } func (x *ReqDeleteItem) GetFilename() []string { @@ -211,85 +85,14 @@ func (x *ReqDeleteItem) GetFilename() []string { } type ReqUserInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *ReqUserInfo) Reset() { - *x = ReqUserInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_faceroam_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ReqUserInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ReqUserInfo) ProtoMessage() {} - -func (x *ReqUserInfo) ProtoReflect() protoreflect.Message { - mi := &file_faceroam_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ReqUserInfo.ProtoReflect.Descriptor instead. -func (*ReqUserInfo) Descriptor() ([]byte, []int) { - return file_faceroam_proto_rawDescGZIP(), []int{3} } type FaceroamRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Ret *int64 `protobuf:"varint,1,opt,name=ret" json:"ret,omitempty"` - Errmsg *string `protobuf:"bytes,2,opt,name=errmsg" json:"errmsg,omitempty"` - SubCmd *uint32 `protobuf:"varint,3,opt,name=subCmd" json:"subCmd,omitempty"` - RspUserInfo *RspUserInfo `protobuf:"bytes,4,opt,name=rspUserInfo" json:"rspUserInfo,omitempty"` - RspDeleteItem *RspDeleteItem `protobuf:"bytes,5,opt,name=rspDeleteItem" json:"rspDeleteItem,omitempty"` -} - -func (x *FaceroamRspBody) Reset() { - *x = FaceroamRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_faceroam_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FaceroamRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FaceroamRspBody) ProtoMessage() {} - -func (x *FaceroamRspBody) ProtoReflect() protoreflect.Message { - mi := &file_faceroam_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FaceroamRspBody.ProtoReflect.Descriptor instead. -func (*FaceroamRspBody) Descriptor() ([]byte, []int) { - return file_faceroam_proto_rawDescGZIP(), []int{4} + Ret *int64 `protobuf:"varint,1,opt"` + Errmsg *string `protobuf:"bytes,2,opt"` + SubCmd *uint32 `protobuf:"varint,3,opt"` + RspUserInfo *RspUserInfo `protobuf:"bytes,4,opt"` + RspDeleteItem *RspDeleteItem `protobuf:"bytes,5,opt"` } func (x *FaceroamRspBody) GetRet() int64 { @@ -328,44 +131,8 @@ func (x *FaceroamRspBody) GetRspDeleteItem() *RspDeleteItem { } type RspDeleteItem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Filename []string `protobuf:"bytes,1,rep,name=filename" json:"filename,omitempty"` - Ret []int64 `protobuf:"varint,2,rep,name=ret" json:"ret,omitempty"` -} - -func (x *RspDeleteItem) Reset() { - *x = RspDeleteItem{} - if protoimpl.UnsafeEnabled { - mi := &file_faceroam_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RspDeleteItem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RspDeleteItem) ProtoMessage() {} - -func (x *RspDeleteItem) ProtoReflect() protoreflect.Message { - mi := &file_faceroam_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RspDeleteItem.ProtoReflect.Descriptor instead. -func (*RspDeleteItem) Descriptor() ([]byte, []int) { - return file_faceroam_proto_rawDescGZIP(), []int{5} + Filename []string `protobuf:"bytes,1,rep"` + Ret []int64 `protobuf:"varint,2,rep"` } func (x *RspDeleteItem) GetFilename() []string { @@ -383,47 +150,11 @@ func (x *RspDeleteItem) GetRet() []int64 { } type RspUserInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Filename []string `protobuf:"bytes,1,rep,name=filename" json:"filename,omitempty"` - DeleteFile []string `protobuf:"bytes,2,rep,name=deleteFile" json:"deleteFile,omitempty"` - Bid *string `protobuf:"bytes,3,opt,name=bid" json:"bid,omitempty"` - MaxRoamSize *uint32 `protobuf:"varint,4,opt,name=maxRoamSize" json:"maxRoamSize,omitempty"` - EmojiType []uint32 `protobuf:"varint,5,rep,name=emojiType" json:"emojiType,omitempty"` -} - -func (x *RspUserInfo) Reset() { - *x = RspUserInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_faceroam_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RspUserInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RspUserInfo) ProtoMessage() {} - -func (x *RspUserInfo) ProtoReflect() protoreflect.Message { - mi := &file_faceroam_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RspUserInfo.ProtoReflect.Descriptor instead. -func (*RspUserInfo) Descriptor() ([]byte, []int) { - return file_faceroam_proto_rawDescGZIP(), []int{6} + Filename []string `protobuf:"bytes,1,rep"` + DeleteFile []string `protobuf:"bytes,2,rep"` + Bid *string `protobuf:"bytes,3,opt"` + MaxRoamSize *uint32 `protobuf:"varint,4,opt"` + EmojiType []uint32 `protobuf:"varint,5,rep"` } func (x *RspUserInfo) GetFilename() []string { @@ -460,203 +191,3 @@ func (x *RspUserInfo) GetEmojiType() []uint32 { } return nil } - -var File_faceroam_proto protoreflect.FileDescriptor - -var file_faceroam_proto_rawDesc = []byte{ - 0x0a, 0x0e, 0x66, 0x61, 0x63, 0x65, 0x72, 0x6f, 0x61, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x22, 0x50, 0x0a, 0x08, 0x50, 0x6c, 0x61, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x0a, 0x06, - 0x69, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x69, 0x6d, - 0x70, 0x6c, 0x61, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x73, 0x76, 0x65, 0x72, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x05, 0x6f, 0x73, 0x76, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x71, - 0x71, 0x76, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6d, 0x71, 0x71, 0x76, - 0x65, 0x72, 0x22, 0xc0, 0x01, 0x0a, 0x0f, 0x46, 0x61, 0x63, 0x65, 0x72, 0x6f, 0x61, 0x6d, 0x52, - 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1d, 0x0a, 0x04, 0x63, 0x6f, 0x6d, 0x6d, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x50, 0x6c, 0x61, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, - 0x04, 0x63, 0x6f, 0x6d, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, - 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x12, - 0x2e, 0x0a, 0x0b, 0x72, 0x65, 0x71, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x52, 0x65, 0x71, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, - 0x66, 0x6f, 0x52, 0x0b, 0x72, 0x65, 0x71, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, - 0x34, 0x0a, 0x0d, 0x72, 0x65, 0x71, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x74, 0x65, 0x6d, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x52, 0x65, 0x71, 0x44, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x0d, 0x72, 0x65, 0x71, 0x44, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x49, 0x74, 0x65, 0x6d, 0x22, 0x2b, 0x0a, 0x0d, 0x52, 0x65, 0x71, 0x44, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x6e, 0x61, - 0x6d, 0x65, 0x22, 0x0d, 0x0a, 0x0b, 0x52, 0x65, 0x71, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, - 0x6f, 0x22, 0xb9, 0x01, 0x0a, 0x0f, 0x46, 0x61, 0x63, 0x65, 0x72, 0x6f, 0x61, 0x6d, 0x52, 0x73, - 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x03, 0x72, 0x65, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x6d, 0x73, - 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x6d, 0x73, 0x67, 0x12, - 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x12, 0x2e, 0x0a, 0x0b, 0x72, 0x73, 0x70, 0x55, 0x73, - 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x52, - 0x73, 0x70, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0b, 0x72, 0x73, 0x70, 0x55, - 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x34, 0x0a, 0x0d, 0x72, 0x73, 0x70, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, - 0x2e, 0x52, 0x73, 0x70, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x0d, - 0x72, 0x73, 0x70, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x22, 0x3d, 0x0a, - 0x0d, 0x52, 0x73, 0x70, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x1a, - 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, - 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x65, - 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x03, 0x52, 0x03, 0x72, 0x65, 0x74, 0x22, 0x9b, 0x01, 0x0a, - 0x0b, 0x52, 0x73, 0x70, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, - 0x66, 0x69, 0x6c, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, - 0x66, 0x69, 0x6c, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x64, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x62, 0x69, 0x64, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x62, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x6d, 0x61, - 0x78, 0x52, 0x6f, 0x61, 0x6d, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0b, 0x6d, 0x61, 0x78, 0x52, 0x6f, 0x61, 0x6d, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1c, 0x0a, 0x09, - 0x65, 0x6d, 0x6f, 0x6a, 0x69, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0d, 0x52, - 0x09, 0x65, 0x6d, 0x6f, 0x6a, 0x69, 0x54, 0x79, 0x70, 0x65, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, - 0x3b, 0x66, 0x61, 0x63, 0x65, 0x72, 0x6f, 0x61, 0x6d, -} - -var ( - file_faceroam_proto_rawDescOnce sync.Once - file_faceroam_proto_rawDescData = file_faceroam_proto_rawDesc -) - -func file_faceroam_proto_rawDescGZIP() []byte { - file_faceroam_proto_rawDescOnce.Do(func() { - file_faceroam_proto_rawDescData = protoimpl.X.CompressGZIP(file_faceroam_proto_rawDescData) - }) - return file_faceroam_proto_rawDescData -} - -var file_faceroam_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_faceroam_proto_goTypes = []interface{}{ - (*PlatInfo)(nil), // 0: PlatInfo - (*FaceroamReqBody)(nil), // 1: FaceroamReqBody - (*ReqDeleteItem)(nil), // 2: ReqDeleteItem - (*ReqUserInfo)(nil), // 3: ReqUserInfo - (*FaceroamRspBody)(nil), // 4: FaceroamRspBody - (*RspDeleteItem)(nil), // 5: RspDeleteItem - (*RspUserInfo)(nil), // 6: RspUserInfo -} -var file_faceroam_proto_depIdxs = []int32{ - 0, // 0: FaceroamReqBody.comm:type_name -> PlatInfo - 3, // 1: FaceroamReqBody.reqUserInfo:type_name -> ReqUserInfo - 2, // 2: FaceroamReqBody.reqDeleteItem:type_name -> ReqDeleteItem - 6, // 3: FaceroamRspBody.rspUserInfo:type_name -> RspUserInfo - 5, // 4: FaceroamRspBody.rspDeleteItem:type_name -> RspDeleteItem - 5, // [5:5] is the sub-list for method output_type - 5, // [5:5] is the sub-list for method input_type - 5, // [5:5] is the sub-list for extension type_name - 5, // [5:5] is the sub-list for extension extendee - 0, // [0:5] is the sub-list for field type_name -} - -func init() { file_faceroam_proto_init() } -func file_faceroam_proto_init() { - if File_faceroam_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_faceroam_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PlatInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_faceroam_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FaceroamReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_faceroam_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ReqDeleteItem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_faceroam_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ReqUserInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_faceroam_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FaceroamRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_faceroam_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RspDeleteItem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_faceroam_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RspUserInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_faceroam_proto_rawDesc, - NumEnums: 0, - NumMessages: 7, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_faceroam_proto_goTypes, - DependencyIndexes: file_faceroam_proto_depIdxs, - MessageInfos: file_faceroam_proto_msgTypes, - }.Build() - File_faceroam_proto = out.File - file_faceroam_proto_rawDesc = nil - file_faceroam_proto_goTypes = nil - file_faceroam_proto_depIdxs = nil -} diff --git a/client/pb/highway/bdhExtInfo.pb.go b/client/pb/highway/bdhExtInfo.pb.go index 59564181..eaa1ed55 100644 --- a/client/pb/highway/bdhExtInfo.pb.go +++ b/client/pb/highway/bdhExtInfo.pb.go @@ -1,65 +1,11 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: bdhExtInfo.proto package highway -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type CommFileExtReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ActionType *uint32 `protobuf:"varint,1,opt,name=actionType" json:"actionType,omitempty"` - Uuid []byte `protobuf:"bytes,2,opt,name=uuid" json:"uuid,omitempty"` -} - -func (x *CommFileExtReq) Reset() { - *x = CommFileExtReq{} - if protoimpl.UnsafeEnabled { - mi := &file_bdhExtInfo_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommFileExtReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommFileExtReq) ProtoMessage() {} - -func (x *CommFileExtReq) ProtoReflect() protoreflect.Message { - mi := &file_bdhExtInfo_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommFileExtReq.ProtoReflect.Descriptor instead. -func (*CommFileExtReq) Descriptor() ([]byte, []int) { - return file_bdhExtInfo_proto_rawDescGZIP(), []int{0} + ActionType *uint32 `protobuf:"varint,1,opt"` + Uuid []byte `protobuf:"bytes,2,opt"` } func (x *CommFileExtReq) GetActionType() uint32 { @@ -77,44 +23,8 @@ func (x *CommFileExtReq) GetUuid() []byte { } type CommFileExtRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Retcode *int32 `protobuf:"varint,1,opt,name=retcode" json:"retcode,omitempty"` - DownloadUrl []byte `protobuf:"bytes,2,opt,name=downloadUrl" json:"downloadUrl,omitempty"` -} - -func (x *CommFileExtRsp) Reset() { - *x = CommFileExtRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_bdhExtInfo_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommFileExtRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommFileExtRsp) ProtoMessage() {} - -func (x *CommFileExtRsp) ProtoReflect() protoreflect.Message { - mi := &file_bdhExtInfo_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommFileExtRsp.ProtoReflect.Descriptor instead. -func (*CommFileExtRsp) Descriptor() ([]byte, []int) { - return file_bdhExtInfo_proto_rawDescGZIP(), []int{1} + Retcode *int32 `protobuf:"varint,1,opt"` + DownloadUrl []byte `protobuf:"bytes,2,opt"` } func (x *CommFileExtRsp) GetRetcode() int32 { @@ -132,46 +42,10 @@ func (x *CommFileExtRsp) GetDownloadUrl() []byte { } type PicInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Idx *uint32 `protobuf:"varint,1,opt,name=idx" json:"idx,omitempty"` - Size *uint32 `protobuf:"varint,2,opt,name=size" json:"size,omitempty"` - BinMd5 []byte `protobuf:"bytes,3,opt,name=binMd5" json:"binMd5,omitempty"` - Type *uint32 `protobuf:"varint,4,opt,name=type" json:"type,omitempty"` -} - -func (x *PicInfo) Reset() { - *x = PicInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_bdhExtInfo_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PicInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PicInfo) ProtoMessage() {} - -func (x *PicInfo) ProtoReflect() protoreflect.Message { - mi := &file_bdhExtInfo_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PicInfo.ProtoReflect.Descriptor instead. -func (*PicInfo) Descriptor() ([]byte, []int) { - return file_bdhExtInfo_proto_rawDescGZIP(), []int{2} + Idx *uint32 `protobuf:"varint,1,opt"` + Size *uint32 `protobuf:"varint,2,opt"` + BinMd5 []byte `protobuf:"bytes,3,opt"` + Type *uint32 `protobuf:"varint,4,opt"` } func (x *PicInfo) GetIdx() uint32 { @@ -203,48 +77,12 @@ func (x *PicInfo) GetType() uint32 { } type QQVoiceExtReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Qid []byte `protobuf:"bytes,1,opt,name=qid" json:"qid,omitempty"` - Fmt *uint32 `protobuf:"varint,2,opt,name=fmt" json:"fmt,omitempty"` - Rate *uint32 `protobuf:"varint,3,opt,name=rate" json:"rate,omitempty"` - Bits *uint32 `protobuf:"varint,4,opt,name=bits" json:"bits,omitempty"` - Channel *uint32 `protobuf:"varint,5,opt,name=channel" json:"channel,omitempty"` - Pinyin *uint32 `protobuf:"varint,6,opt,name=pinyin" json:"pinyin,omitempty"` -} - -func (x *QQVoiceExtReq) Reset() { - *x = QQVoiceExtReq{} - if protoimpl.UnsafeEnabled { - mi := &file_bdhExtInfo_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *QQVoiceExtReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*QQVoiceExtReq) ProtoMessage() {} - -func (x *QQVoiceExtReq) ProtoReflect() protoreflect.Message { - mi := &file_bdhExtInfo_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use QQVoiceExtReq.ProtoReflect.Descriptor instead. -func (*QQVoiceExtReq) Descriptor() ([]byte, []int) { - return file_bdhExtInfo_proto_rawDescGZIP(), []int{3} + Qid []byte `protobuf:"bytes,1,opt"` + Fmt *uint32 `protobuf:"varint,2,opt"` + Rate *uint32 `protobuf:"varint,3,opt"` + Bits *uint32 `protobuf:"varint,4,opt"` + Channel *uint32 `protobuf:"varint,5,opt"` + Pinyin *uint32 `protobuf:"varint,6,opt"` } func (x *QQVoiceExtReq) GetQid() []byte { @@ -290,45 +128,9 @@ func (x *QQVoiceExtReq) GetPinyin() uint32 { } type QQVoiceExtRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Qid []byte `protobuf:"bytes,1,opt,name=qid" json:"qid,omitempty"` - Retcode *int32 `protobuf:"varint,2,opt,name=retcode" json:"retcode,omitempty"` - Result []*QQVoiceResult `protobuf:"bytes,3,rep,name=result" json:"result,omitempty"` -} - -func (x *QQVoiceExtRsp) Reset() { - *x = QQVoiceExtRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_bdhExtInfo_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *QQVoiceExtRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*QQVoiceExtRsp) ProtoMessage() {} - -func (x *QQVoiceExtRsp) ProtoReflect() protoreflect.Message { - mi := &file_bdhExtInfo_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use QQVoiceExtRsp.ProtoReflect.Descriptor instead. -func (*QQVoiceExtRsp) Descriptor() ([]byte, []int) { - return file_bdhExtInfo_proto_rawDescGZIP(), []int{4} + Qid []byte `protobuf:"bytes,1,opt"` + Retcode *int32 `protobuf:"varint,2,opt"` + Result []*QQVoiceResult `protobuf:"bytes,3,rep"` } func (x *QQVoiceExtRsp) GetQid() []byte { @@ -353,45 +155,9 @@ func (x *QQVoiceExtRsp) GetResult() []*QQVoiceResult { } type QQVoiceResult struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Text []byte `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"` - Pinyin []byte `protobuf:"bytes,2,opt,name=pinyin" json:"pinyin,omitempty"` - Source *uint32 `protobuf:"varint,3,opt,name=source" json:"source,omitempty"` -} - -func (x *QQVoiceResult) Reset() { - *x = QQVoiceResult{} - if protoimpl.UnsafeEnabled { - mi := &file_bdhExtInfo_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *QQVoiceResult) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*QQVoiceResult) ProtoMessage() {} - -func (x *QQVoiceResult) ProtoReflect() protoreflect.Message { - mi := &file_bdhExtInfo_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use QQVoiceResult.ProtoReflect.Descriptor instead. -func (*QQVoiceResult) Descriptor() ([]byte, []int) { - return file_bdhExtInfo_proto_rawDescGZIP(), []int{5} + Text []byte `protobuf:"bytes,1,opt"` + Pinyin []byte `protobuf:"bytes,2,opt"` + Source *uint32 `protobuf:"varint,3,opt"` } func (x *QQVoiceResult) GetText() []byte { @@ -416,48 +182,12 @@ func (x *QQVoiceResult) GetSource() uint32 { } type ShortVideoReqExtInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Cmd *uint32 `protobuf:"varint,1,opt,name=cmd" json:"cmd,omitempty"` - SessionId *uint64 `protobuf:"varint,2,opt,name=sessionId" json:"sessionId,omitempty"` - Thumbinfo *PicInfo `protobuf:"bytes,3,opt,name=thumbinfo" json:"thumbinfo,omitempty"` - Videoinfo *VideoInfo `protobuf:"bytes,4,opt,name=videoinfo" json:"videoinfo,omitempty"` - ShortvideoSureReq *ShortVideoSureReqInfo `protobuf:"bytes,5,opt,name=shortvideoSureReq" json:"shortvideoSureReq,omitempty"` - IsMergeCmdBeforeData *bool `protobuf:"varint,6,opt,name=isMergeCmdBeforeData" json:"isMergeCmdBeforeData,omitempty"` -} - -func (x *ShortVideoReqExtInfo) Reset() { - *x = ShortVideoReqExtInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_bdhExtInfo_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ShortVideoReqExtInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ShortVideoReqExtInfo) ProtoMessage() {} - -func (x *ShortVideoReqExtInfo) ProtoReflect() protoreflect.Message { - mi := &file_bdhExtInfo_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ShortVideoReqExtInfo.ProtoReflect.Descriptor instead. -func (*ShortVideoReqExtInfo) Descriptor() ([]byte, []int) { - return file_bdhExtInfo_proto_rawDescGZIP(), []int{6} + Cmd *uint32 `protobuf:"varint,1,opt"` + SessionId *uint64 `protobuf:"varint,2,opt"` + Thumbinfo *PicInfo `protobuf:"bytes,3,opt"` + Videoinfo *VideoInfo `protobuf:"bytes,4,opt"` + ShortvideoSureReq *ShortVideoSureReqInfo `protobuf:"bytes,5,opt"` + IsMergeCmdBeforeData *bool `protobuf:"varint,6,opt"` } func (x *ShortVideoReqExtInfo) GetCmd() uint32 { @@ -503,50 +233,14 @@ func (x *ShortVideoReqExtInfo) GetIsMergeCmdBeforeData() bool { } type ShortVideoRspExtInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Cmd *uint32 `protobuf:"varint,1,opt,name=cmd" json:"cmd,omitempty"` - SessionId *uint64 `protobuf:"varint,2,opt,name=sessionId" json:"sessionId,omitempty"` - Retcode *int32 `protobuf:"varint,3,opt,name=retcode" json:"retcode,omitempty"` - Errinfo []byte `protobuf:"bytes,4,opt,name=errinfo" json:"errinfo,omitempty"` - Thumbinfo *PicInfo `protobuf:"bytes,5,opt,name=thumbinfo" json:"thumbinfo,omitempty"` - Videoinfo *VideoInfo `protobuf:"bytes,6,opt,name=videoinfo" json:"videoinfo,omitempty"` - ShortvideoSureRsp *ShortVideoSureRspInfo `protobuf:"bytes,7,opt,name=shortvideoSureRsp" json:"shortvideoSureRsp,omitempty"` - RetryFlag *uint32 `protobuf:"varint,8,opt,name=retryFlag" json:"retryFlag,omitempty"` -} - -func (x *ShortVideoRspExtInfo) Reset() { - *x = ShortVideoRspExtInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_bdhExtInfo_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ShortVideoRspExtInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ShortVideoRspExtInfo) ProtoMessage() {} - -func (x *ShortVideoRspExtInfo) ProtoReflect() protoreflect.Message { - mi := &file_bdhExtInfo_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ShortVideoRspExtInfo.ProtoReflect.Descriptor instead. -func (*ShortVideoRspExtInfo) Descriptor() ([]byte, []int) { - return file_bdhExtInfo_proto_rawDescGZIP(), []int{7} + Cmd *uint32 `protobuf:"varint,1,opt"` + SessionId *uint64 `protobuf:"varint,2,opt"` + Retcode *int32 `protobuf:"varint,3,opt"` + Errinfo []byte `protobuf:"bytes,4,opt"` + Thumbinfo *PicInfo `protobuf:"bytes,5,opt"` + Videoinfo *VideoInfo `protobuf:"bytes,6,opt"` + ShortvideoSureRsp *ShortVideoSureRspInfo `protobuf:"bytes,7,opt"` + RetryFlag *uint32 `protobuf:"varint,8,opt"` } func (x *ShortVideoRspExtInfo) GetCmd() uint32 { @@ -606,52 +300,16 @@ func (x *ShortVideoRspExtInfo) GetRetryFlag() uint32 { } type ShortVideoSureReqInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Fromuin *uint64 `protobuf:"varint,1,opt,name=fromuin" json:"fromuin,omitempty"` - ChatType *uint32 `protobuf:"varint,2,opt,name=chatType" json:"chatType,omitempty"` - Touin *uint64 `protobuf:"varint,3,opt,name=touin" json:"touin,omitempty"` - GroupCode *uint64 `protobuf:"varint,4,opt,name=groupCode" json:"groupCode,omitempty"` - ClientType *uint32 `protobuf:"varint,5,opt,name=clientType" json:"clientType,omitempty"` - Thumbinfo *PicInfo `protobuf:"bytes,6,opt,name=thumbinfo" json:"thumbinfo,omitempty"` - MergeVideoinfo []*VideoInfo `protobuf:"bytes,7,rep,name=mergeVideoinfo" json:"mergeVideoinfo,omitempty"` - DropVideoinfo []*VideoInfo `protobuf:"bytes,8,rep,name=dropVideoinfo" json:"dropVideoinfo,omitempty"` - BusinessType *uint32 `protobuf:"varint,9,opt,name=businessType" json:"businessType,omitempty"` - SubBusinessType *uint32 `protobuf:"varint,10,opt,name=subBusinessType" json:"subBusinessType,omitempty"` -} - -func (x *ShortVideoSureReqInfo) Reset() { - *x = ShortVideoSureReqInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_bdhExtInfo_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ShortVideoSureReqInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ShortVideoSureReqInfo) ProtoMessage() {} - -func (x *ShortVideoSureReqInfo) ProtoReflect() protoreflect.Message { - mi := &file_bdhExtInfo_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ShortVideoSureReqInfo.ProtoReflect.Descriptor instead. -func (*ShortVideoSureReqInfo) Descriptor() ([]byte, []int) { - return file_bdhExtInfo_proto_rawDescGZIP(), []int{8} + Fromuin *uint64 `protobuf:"varint,1,opt"` + ChatType *uint32 `protobuf:"varint,2,opt"` + Touin *uint64 `protobuf:"varint,3,opt"` + GroupCode *uint64 `protobuf:"varint,4,opt"` + ClientType *uint32 `protobuf:"varint,5,opt"` + Thumbinfo *PicInfo `protobuf:"bytes,6,opt"` + MergeVideoinfo []*VideoInfo `protobuf:"bytes,7,rep"` + DropVideoinfo []*VideoInfo `protobuf:"bytes,8,rep"` + BusinessType *uint32 `protobuf:"varint,9,opt"` + SubBusinessType *uint32 `protobuf:"varint,10,opt"` } func (x *ShortVideoSureReqInfo) GetFromuin() uint64 { @@ -725,46 +383,10 @@ func (x *ShortVideoSureReqInfo) GetSubBusinessType() uint32 { } type ShortVideoSureRspInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Fileid []byte `protobuf:"bytes,1,opt,name=fileid" json:"fileid,omitempty"` - Ukey []byte `protobuf:"bytes,2,opt,name=ukey" json:"ukey,omitempty"` - Videoinfo *VideoInfo `protobuf:"bytes,3,opt,name=videoinfo" json:"videoinfo,omitempty"` - MergeCost *uint32 `protobuf:"varint,4,opt,name=mergeCost" json:"mergeCost,omitempty"` -} - -func (x *ShortVideoSureRspInfo) Reset() { - *x = ShortVideoSureRspInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_bdhExtInfo_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ShortVideoSureRspInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ShortVideoSureRspInfo) ProtoMessage() {} - -func (x *ShortVideoSureRspInfo) ProtoReflect() protoreflect.Message { - mi := &file_bdhExtInfo_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ShortVideoSureRspInfo.ProtoReflect.Descriptor instead. -func (*ShortVideoSureRspInfo) Descriptor() ([]byte, []int) { - return file_bdhExtInfo_proto_rawDescGZIP(), []int{9} + Fileid []byte `protobuf:"bytes,1,opt"` + Ukey []byte `protobuf:"bytes,2,opt"` + Videoinfo *VideoInfo `protobuf:"bytes,3,opt"` + MergeCost *uint32 `protobuf:"varint,4,opt"` } func (x *ShortVideoSureRspInfo) GetFileid() []byte { @@ -796,85 +418,14 @@ func (x *ShortVideoSureRspInfo) GetMergeCost() uint32 { } type StoryVideoExtReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *StoryVideoExtReq) Reset() { - *x = StoryVideoExtReq{} - if protoimpl.UnsafeEnabled { - mi := &file_bdhExtInfo_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StoryVideoExtReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StoryVideoExtReq) ProtoMessage() {} - -func (x *StoryVideoExtReq) ProtoReflect() protoreflect.Message { - mi := &file_bdhExtInfo_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StoryVideoExtReq.ProtoReflect.Descriptor instead. -func (*StoryVideoExtReq) Descriptor() ([]byte, []int) { - return file_bdhExtInfo_proto_rawDescGZIP(), []int{10} } type StoryVideoExtRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Retcode *int32 `protobuf:"varint,1,opt,name=retcode" json:"retcode,omitempty"` - Msg []byte `protobuf:"bytes,2,opt,name=msg" json:"msg,omitempty"` - CdnUrl []byte `protobuf:"bytes,3,opt,name=cdnUrl" json:"cdnUrl,omitempty"` - FileKey []byte `protobuf:"bytes,4,opt,name=fileKey" json:"fileKey,omitempty"` - FileId []byte `protobuf:"bytes,5,opt,name=fileId" json:"fileId,omitempty"` -} - -func (x *StoryVideoExtRsp) Reset() { - *x = StoryVideoExtRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_bdhExtInfo_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StoryVideoExtRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StoryVideoExtRsp) ProtoMessage() {} - -func (x *StoryVideoExtRsp) ProtoReflect() protoreflect.Message { - mi := &file_bdhExtInfo_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StoryVideoExtRsp.ProtoReflect.Descriptor instead. -func (*StoryVideoExtRsp) Descriptor() ([]byte, []int) { - return file_bdhExtInfo_proto_rawDescGZIP(), []int{11} + Retcode *int32 `protobuf:"varint,1,opt"` + Msg []byte `protobuf:"bytes,2,opt"` + CdnUrl []byte `protobuf:"bytes,3,opt"` + FileKey []byte `protobuf:"bytes,4,opt"` + FileId []byte `protobuf:"bytes,5,opt"` } func (x *StoryVideoExtRsp) GetRetcode() int32 { @@ -913,45 +464,9 @@ func (x *StoryVideoExtRsp) GetFileId() []byte { } type UploadPicExtInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FileResid []byte `protobuf:"bytes,1,opt,name=fileResid" json:"fileResid,omitempty"` - DownloadUrl []byte `protobuf:"bytes,2,opt,name=downloadUrl" json:"downloadUrl,omitempty"` - ThumbDownloadUrl []byte `protobuf:"bytes,3,opt,name=thumbDownloadUrl" json:"thumbDownloadUrl,omitempty"` -} - -func (x *UploadPicExtInfo) Reset() { - *x = UploadPicExtInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_bdhExtInfo_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UploadPicExtInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UploadPicExtInfo) ProtoMessage() {} - -func (x *UploadPicExtInfo) ProtoReflect() protoreflect.Message { - mi := &file_bdhExtInfo_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UploadPicExtInfo.ProtoReflect.Descriptor instead. -func (*UploadPicExtInfo) Descriptor() ([]byte, []int) { - return file_bdhExtInfo_proto_rawDescGZIP(), []int{12} + FileResid []byte `protobuf:"bytes,1,opt"` + DownloadUrl []byte `protobuf:"bytes,2,opt"` + ThumbDownloadUrl []byte `protobuf:"bytes,3,opt"` } func (x *UploadPicExtInfo) GetFileResid() []byte { @@ -976,51 +491,15 @@ func (x *UploadPicExtInfo) GetThumbDownloadUrl() []byte { } type VideoInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Idx *uint32 `protobuf:"varint,1,opt,name=idx" json:"idx,omitempty"` - Size *uint32 `protobuf:"varint,2,opt,name=size" json:"size,omitempty"` - BinMd5 []byte `protobuf:"bytes,3,opt,name=binMd5" json:"binMd5,omitempty"` - Format *uint32 `protobuf:"varint,4,opt,name=format" json:"format,omitempty"` - ResLen *uint32 `protobuf:"varint,5,opt,name=resLen" json:"resLen,omitempty"` - ResWidth *uint32 `protobuf:"varint,6,opt,name=resWidth" json:"resWidth,omitempty"` - Time *uint32 `protobuf:"varint,7,opt,name=time" json:"time,omitempty"` - Starttime *uint64 `protobuf:"varint,8,opt,name=starttime" json:"starttime,omitempty"` - IsAudio *uint32 `protobuf:"varint,9,opt,name=isAudio" json:"isAudio,omitempty"` -} - -func (x *VideoInfo) Reset() { - *x = VideoInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_bdhExtInfo_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *VideoInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*VideoInfo) ProtoMessage() {} - -func (x *VideoInfo) ProtoReflect() protoreflect.Message { - mi := &file_bdhExtInfo_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use VideoInfo.ProtoReflect.Descriptor instead. -func (*VideoInfo) Descriptor() ([]byte, []int) { - return file_bdhExtInfo_proto_rawDescGZIP(), []int{13} + Idx *uint32 `protobuf:"varint,1,opt"` + Size *uint32 `protobuf:"varint,2,opt"` + BinMd5 []byte `protobuf:"bytes,3,opt"` + Format *uint32 `protobuf:"varint,4,opt"` + ResLen *uint32 `protobuf:"varint,5,opt"` + ResWidth *uint32 `protobuf:"varint,6,opt"` + Time *uint32 `protobuf:"varint,7,opt"` + Starttime *uint64 `protobuf:"varint,8,opt"` + IsAudio *uint32 `protobuf:"varint,9,opt"` } func (x *VideoInfo) GetIdx() uint32 { @@ -1085,391 +564,3 @@ func (x *VideoInfo) GetIsAudio() uint32 { } return 0 } - -var File_bdhExtInfo_proto protoreflect.FileDescriptor - -var file_bdhExtInfo_proto_rawDesc = []byte{ - 0x0a, 0x10, 0x62, 0x64, 0x68, 0x45, 0x78, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x22, 0x44, 0x0a, 0x0e, 0x43, 0x6f, 0x6d, 0x6d, 0x46, 0x69, 0x6c, 0x65, 0x45, 0x78, - 0x74, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x54, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x22, 0x4c, 0x0a, 0x0e, 0x43, 0x6f, 0x6d, 0x6d, - 0x46, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x74, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, - 0x74, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, - 0x63, 0x6f, 0x64, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, - 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x6c, - 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x22, 0x5b, 0x0a, 0x07, 0x50, 0x69, 0x63, 0x49, 0x6e, 0x66, - 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x69, 0x64, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, - 0x69, 0x64, 0x78, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x69, 0x6e, 0x4d, 0x64, - 0x35, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x62, 0x69, 0x6e, 0x4d, 0x64, 0x35, 0x12, - 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x74, - 0x79, 0x70, 0x65, 0x22, 0x8d, 0x01, 0x0a, 0x0d, 0x51, 0x51, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x45, - 0x78, 0x74, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x71, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x03, 0x71, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x66, 0x6d, 0x74, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x66, 0x6d, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x61, 0x74, - 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x72, 0x61, 0x74, 0x65, 0x12, 0x12, 0x0a, - 0x04, 0x62, 0x69, 0x74, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x62, 0x69, 0x74, - 0x73, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x07, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x70, - 0x69, 0x6e, 0x79, 0x69, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x70, 0x69, 0x6e, - 0x79, 0x69, 0x6e, 0x22, 0x63, 0x0a, 0x0d, 0x51, 0x51, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x45, 0x78, - 0x74, 0x52, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x71, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x03, 0x71, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x63, 0x6f, 0x64, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x63, 0x6f, 0x64, 0x65, - 0x12, 0x26, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x0e, 0x2e, 0x51, 0x51, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, - 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x53, 0x0a, 0x0d, 0x51, 0x51, 0x56, 0x6f, - 0x69, 0x63, 0x65, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x78, - 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x12, 0x16, 0x0a, - 0x06, 0x70, 0x69, 0x6e, 0x79, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x70, - 0x69, 0x6e, 0x79, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0x92, 0x02, - 0x0a, 0x14, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x52, 0x65, 0x71, 0x45, - 0x78, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x6d, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x03, 0x63, 0x6d, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x73, 0x73, - 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x73, 0x65, 0x73, - 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x09, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x69, - 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x50, 0x69, 0x63, 0x49, - 0x6e, 0x66, 0x6f, 0x52, 0x09, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x28, - 0x0a, 0x09, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x0a, 0x2e, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x09, 0x76, - 0x69, 0x64, 0x65, 0x6f, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x44, 0x0a, 0x11, 0x73, 0x68, 0x6f, 0x72, - 0x74, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x53, 0x75, 0x72, 0x65, 0x52, 0x65, 0x71, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, - 0x53, 0x75, 0x72, 0x65, 0x52, 0x65, 0x71, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x11, 0x73, 0x68, 0x6f, - 0x72, 0x74, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x53, 0x75, 0x72, 0x65, 0x52, 0x65, 0x71, 0x12, 0x32, - 0x0a, 0x14, 0x69, 0x73, 0x4d, 0x65, 0x72, 0x67, 0x65, 0x43, 0x6d, 0x64, 0x42, 0x65, 0x66, 0x6f, - 0x72, 0x65, 0x44, 0x61, 0x74, 0x61, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x14, 0x69, 0x73, - 0x4d, 0x65, 0x72, 0x67, 0x65, 0x43, 0x6d, 0x64, 0x42, 0x65, 0x66, 0x6f, 0x72, 0x65, 0x44, 0x61, - 0x74, 0x61, 0x22, 0xb0, 0x02, 0x0a, 0x14, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, - 0x6f, 0x52, 0x73, 0x70, 0x45, 0x78, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x63, - 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x63, 0x6d, 0x64, 0x12, 0x1c, 0x0a, - 0x09, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x09, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x72, - 0x65, 0x74, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, - 0x74, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x72, 0x72, 0x69, 0x6e, 0x66, 0x6f, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x65, 0x72, 0x72, 0x69, 0x6e, 0x66, 0x6f, 0x12, - 0x26, 0x0a, 0x09, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x50, 0x69, 0x63, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x09, 0x74, 0x68, - 0x75, 0x6d, 0x62, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x28, 0x0a, 0x09, 0x76, 0x69, 0x64, 0x65, 0x6f, - 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x56, 0x69, 0x64, - 0x65, 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x09, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x69, 0x6e, 0x66, - 0x6f, 0x12, 0x44, 0x0a, 0x11, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x53, - 0x75, 0x72, 0x65, 0x52, 0x73, 0x70, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x53, - 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x53, 0x75, 0x72, 0x65, 0x52, 0x73, 0x70, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x11, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x76, 0x69, 0x64, 0x65, 0x6f, - 0x53, 0x75, 0x72, 0x65, 0x52, 0x73, 0x70, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x74, 0x72, 0x79, - 0x46, 0x6c, 0x61, 0x67, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x72, 0x65, 0x74, 0x72, - 0x79, 0x46, 0x6c, 0x61, 0x67, 0x22, 0xfd, 0x02, 0x0a, 0x15, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, - 0x69, 0x64, 0x65, 0x6f, 0x53, 0x75, 0x72, 0x65, 0x52, 0x65, 0x71, 0x49, 0x6e, 0x66, 0x6f, 0x12, - 0x18, 0x0a, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x75, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x68, 0x61, - 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x63, 0x68, 0x61, - 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x75, 0x69, 0x6e, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x74, 0x6f, 0x75, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6c, 0x69, - 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x63, - 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x26, 0x0a, 0x09, 0x74, 0x68, 0x75, - 0x6d, 0x62, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x50, - 0x69, 0x63, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x09, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x69, 0x6e, 0x66, - 0x6f, 0x12, 0x32, 0x0a, 0x0e, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x69, - 0x6e, 0x66, 0x6f, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x56, 0x69, 0x64, 0x65, - 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0e, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x56, 0x69, 0x64, 0x65, - 0x6f, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x30, 0x0a, 0x0d, 0x64, 0x72, 0x6f, 0x70, 0x56, 0x69, 0x64, - 0x65, 0x6f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x56, - 0x69, 0x64, 0x65, 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0d, 0x64, 0x72, 0x6f, 0x70, 0x56, 0x69, - 0x64, 0x65, 0x6f, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x22, 0x0a, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, - 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x62, - 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x73, - 0x75, 0x62, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0a, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x73, 0x75, 0x62, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, - 0x73, 0x54, 0x79, 0x70, 0x65, 0x22, 0x8b, 0x01, 0x0a, 0x15, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, - 0x69, 0x64, 0x65, 0x6f, 0x53, 0x75, 0x72, 0x65, 0x52, 0x73, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, - 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x06, 0x66, 0x69, 0x6c, 0x65, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x6b, 0x65, 0x79, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x75, 0x6b, 0x65, 0x79, 0x12, 0x28, 0x0a, 0x09, 0x76, - 0x69, 0x64, 0x65, 0x6f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, - 0x2e, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x09, 0x76, 0x69, 0x64, 0x65, - 0x6f, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x43, 0x6f, - 0x73, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x43, - 0x6f, 0x73, 0x74, 0x22, 0x12, 0x0a, 0x10, 0x53, 0x74, 0x6f, 0x72, 0x79, 0x56, 0x69, 0x64, 0x65, - 0x6f, 0x45, 0x78, 0x74, 0x52, 0x65, 0x71, 0x22, 0x88, 0x01, 0x0a, 0x10, 0x53, 0x74, 0x6f, 0x72, - 0x79, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x45, 0x78, 0x74, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, - 0x72, 0x65, 0x74, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, - 0x65, 0x74, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x64, 0x6e, 0x55, - 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x63, 0x64, 0x6e, 0x55, 0x72, 0x6c, - 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4b, 0x65, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, - 0x6c, 0x65, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, - 0x49, 0x64, 0x22, 0x7e, 0x0a, 0x10, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x50, 0x69, 0x63, 0x45, - 0x78, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, - 0x73, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x52, - 0x65, 0x73, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, - 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x6c, - 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x12, 0x2a, 0x0a, 0x10, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x44, - 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x10, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x55, - 0x72, 0x6c, 0x22, 0xe1, 0x01, 0x0a, 0x09, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x49, 0x6e, 0x66, 0x6f, - 0x12, 0x10, 0x0a, 0x03, 0x69, 0x64, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x69, - 0x64, 0x78, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x69, 0x6e, 0x4d, 0x64, 0x35, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x62, 0x69, 0x6e, 0x4d, 0x64, 0x35, 0x12, 0x16, - 0x0a, 0x06, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, - 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x4c, 0x65, 0x6e, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, 0x4c, 0x65, 0x6e, 0x12, 0x1a, - 0x0a, 0x08, 0x72, 0x65, 0x73, 0x57, 0x69, 0x64, 0x74, 0x68, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x08, 0x72, 0x65, 0x73, 0x57, 0x69, 0x64, 0x74, 0x68, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x69, - 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x1c, - 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, - 0x69, 0x73, 0x41, 0x75, 0x64, 0x69, 0x6f, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x69, - 0x73, 0x41, 0x75, 0x64, 0x69, 0x6f, 0x42, 0x0c, 0x5a, 0x0a, 0x2e, 0x2f, 0x3b, 0x68, 0x69, 0x67, - 0x68, 0x77, 0x61, 0x79, -} - -var ( - file_bdhExtInfo_proto_rawDescOnce sync.Once - file_bdhExtInfo_proto_rawDescData = file_bdhExtInfo_proto_rawDesc -) - -func file_bdhExtInfo_proto_rawDescGZIP() []byte { - file_bdhExtInfo_proto_rawDescOnce.Do(func() { - file_bdhExtInfo_proto_rawDescData = protoimpl.X.CompressGZIP(file_bdhExtInfo_proto_rawDescData) - }) - return file_bdhExtInfo_proto_rawDescData -} - -var file_bdhExtInfo_proto_msgTypes = make([]protoimpl.MessageInfo, 14) -var file_bdhExtInfo_proto_goTypes = []interface{}{ - (*CommFileExtReq)(nil), // 0: CommFileExtReq - (*CommFileExtRsp)(nil), // 1: CommFileExtRsp - (*PicInfo)(nil), // 2: PicInfo - (*QQVoiceExtReq)(nil), // 3: QQVoiceExtReq - (*QQVoiceExtRsp)(nil), // 4: QQVoiceExtRsp - (*QQVoiceResult)(nil), // 5: QQVoiceResult - (*ShortVideoReqExtInfo)(nil), // 6: ShortVideoReqExtInfo - (*ShortVideoRspExtInfo)(nil), // 7: ShortVideoRspExtInfo - (*ShortVideoSureReqInfo)(nil), // 8: ShortVideoSureReqInfo - (*ShortVideoSureRspInfo)(nil), // 9: ShortVideoSureRspInfo - (*StoryVideoExtReq)(nil), // 10: StoryVideoExtReq - (*StoryVideoExtRsp)(nil), // 11: StoryVideoExtRsp - (*UploadPicExtInfo)(nil), // 12: UploadPicExtInfo - (*VideoInfo)(nil), // 13: VideoInfo -} -var file_bdhExtInfo_proto_depIdxs = []int32{ - 5, // 0: QQVoiceExtRsp.result:type_name -> QQVoiceResult - 2, // 1: ShortVideoReqExtInfo.thumbinfo:type_name -> PicInfo - 13, // 2: ShortVideoReqExtInfo.videoinfo:type_name -> VideoInfo - 8, // 3: ShortVideoReqExtInfo.shortvideoSureReq:type_name -> ShortVideoSureReqInfo - 2, // 4: ShortVideoRspExtInfo.thumbinfo:type_name -> PicInfo - 13, // 5: ShortVideoRspExtInfo.videoinfo:type_name -> VideoInfo - 9, // 6: ShortVideoRspExtInfo.shortvideoSureRsp:type_name -> ShortVideoSureRspInfo - 2, // 7: ShortVideoSureReqInfo.thumbinfo:type_name -> PicInfo - 13, // 8: ShortVideoSureReqInfo.mergeVideoinfo:type_name -> VideoInfo - 13, // 9: ShortVideoSureReqInfo.dropVideoinfo:type_name -> VideoInfo - 13, // 10: ShortVideoSureRspInfo.videoinfo:type_name -> VideoInfo - 11, // [11:11] is the sub-list for method output_type - 11, // [11:11] is the sub-list for method input_type - 11, // [11:11] is the sub-list for extension type_name - 11, // [11:11] is the sub-list for extension extendee - 0, // [0:11] is the sub-list for field type_name -} - -func init() { file_bdhExtInfo_proto_init() } -func file_bdhExtInfo_proto_init() { - if File_bdhExtInfo_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_bdhExtInfo_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommFileExtReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_bdhExtInfo_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommFileExtRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_bdhExtInfo_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PicInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_bdhExtInfo_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*QQVoiceExtReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_bdhExtInfo_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*QQVoiceExtRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_bdhExtInfo_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*QQVoiceResult); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_bdhExtInfo_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ShortVideoReqExtInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_bdhExtInfo_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ShortVideoRspExtInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_bdhExtInfo_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ShortVideoSureReqInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_bdhExtInfo_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ShortVideoSureRspInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_bdhExtInfo_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StoryVideoExtReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_bdhExtInfo_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StoryVideoExtRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_bdhExtInfo_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UploadPicExtInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_bdhExtInfo_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*VideoInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_bdhExtInfo_proto_rawDesc, - NumEnums: 0, - NumMessages: 14, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_bdhExtInfo_proto_goTypes, - DependencyIndexes: file_bdhExtInfo_proto_depIdxs, - MessageInfos: file_bdhExtInfo_proto_msgTypes, - }.Build() - File_bdhExtInfo_proto = out.File - file_bdhExtInfo_proto_rawDesc = nil - file_bdhExtInfo_proto_goTypes = nil - file_bdhExtInfo_proto_depIdxs = nil -} diff --git a/client/pb/longmsg/longmsg.pb.go b/client/pb/longmsg/longmsg.pb.go index bf08d81c..cb2ae233 100644 --- a/client/pb/longmsg/longmsg.pb.go +++ b/client/pb/longmsg/longmsg.pb.go @@ -1,65 +1,11 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: longmsg.proto package longmsg -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type LongMsgDeleteReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgResid []byte `protobuf:"bytes,1,opt,name=msgResid,proto3" json:"msgResid,omitempty"` - MsgType int32 `protobuf:"varint,2,opt,name=msgType,proto3" json:"msgType,omitempty"` -} - -func (x *LongMsgDeleteReq) Reset() { - *x = LongMsgDeleteReq{} - if protoimpl.UnsafeEnabled { - mi := &file_longmsg_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *LongMsgDeleteReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*LongMsgDeleteReq) ProtoMessage() {} - -func (x *LongMsgDeleteReq) ProtoReflect() protoreflect.Message { - mi := &file_longmsg_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use LongMsgDeleteReq.ProtoReflect.Descriptor instead. -func (*LongMsgDeleteReq) Descriptor() ([]byte, []int) { - return file_longmsg_proto_rawDescGZIP(), []int{0} + MsgResid []byte `protobuf:"bytes,1,opt"` + MsgType int32 `protobuf:"varint,2,opt"` } func (x *LongMsgDeleteReq) GetMsgResid() []byte { @@ -77,44 +23,8 @@ func (x *LongMsgDeleteReq) GetMsgType() int32 { } type LongMsgDeleteRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"` - MsgResid []byte `protobuf:"bytes,2,opt,name=msgResid,proto3" json:"msgResid,omitempty"` -} - -func (x *LongMsgDeleteRsp) Reset() { - *x = LongMsgDeleteRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_longmsg_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *LongMsgDeleteRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*LongMsgDeleteRsp) ProtoMessage() {} - -func (x *LongMsgDeleteRsp) ProtoReflect() protoreflect.Message { - mi := &file_longmsg_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use LongMsgDeleteRsp.ProtoReflect.Descriptor instead. -func (*LongMsgDeleteRsp) Descriptor() ([]byte, []int) { - return file_longmsg_proto_rawDescGZIP(), []int{1} + Result int32 `protobuf:"varint,1,opt"` + MsgResid []byte `protobuf:"bytes,2,opt"` } func (x *LongMsgDeleteRsp) GetResult() int32 { @@ -132,46 +42,10 @@ func (x *LongMsgDeleteRsp) GetMsgResid() []byte { } type LongMsgDownReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SrcUin int32 `protobuf:"varint,1,opt,name=srcUin,proto3" json:"srcUin,omitempty"` - MsgResid []byte `protobuf:"bytes,2,opt,name=msgResid,proto3" json:"msgResid,omitempty"` - MsgType int32 `protobuf:"varint,3,opt,name=msgType,proto3" json:"msgType,omitempty"` - NeedCache int32 `protobuf:"varint,4,opt,name=needCache,proto3" json:"needCache,omitempty"` -} - -func (x *LongMsgDownReq) Reset() { - *x = LongMsgDownReq{} - if protoimpl.UnsafeEnabled { - mi := &file_longmsg_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *LongMsgDownReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*LongMsgDownReq) ProtoMessage() {} - -func (x *LongMsgDownReq) ProtoReflect() protoreflect.Message { - mi := &file_longmsg_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use LongMsgDownReq.ProtoReflect.Descriptor instead. -func (*LongMsgDownReq) Descriptor() ([]byte, []int) { - return file_longmsg_proto_rawDescGZIP(), []int{2} + SrcUin int32 `protobuf:"varint,1,opt"` + MsgResid []byte `protobuf:"bytes,2,opt"` + MsgType int32 `protobuf:"varint,3,opt"` + NeedCache int32 `protobuf:"varint,4,opt"` } func (x *LongMsgDownReq) GetSrcUin() int32 { @@ -203,45 +77,9 @@ func (x *LongMsgDownReq) GetNeedCache() int32 { } type LongMsgDownRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"` - MsgResid []byte `protobuf:"bytes,2,opt,name=msgResid,proto3" json:"msgResid,omitempty"` - MsgContent []byte `protobuf:"bytes,3,opt,name=msgContent,proto3" json:"msgContent,omitempty"` -} - -func (x *LongMsgDownRsp) Reset() { - *x = LongMsgDownRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_longmsg_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *LongMsgDownRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*LongMsgDownRsp) ProtoMessage() {} - -func (x *LongMsgDownRsp) ProtoReflect() protoreflect.Message { - mi := &file_longmsg_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use LongMsgDownRsp.ProtoReflect.Descriptor instead. -func (*LongMsgDownRsp) Descriptor() ([]byte, []int) { - return file_longmsg_proto_rawDescGZIP(), []int{3} + Result int32 `protobuf:"varint,1,opt"` + MsgResid []byte `protobuf:"bytes,2,opt"` + MsgContent []byte `protobuf:"bytes,3,opt"` } func (x *LongMsgDownRsp) GetResult() int32 { @@ -266,49 +104,13 @@ func (x *LongMsgDownRsp) GetMsgContent() []byte { } type LongMsgUpReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgType int32 `protobuf:"varint,1,opt,name=msgType,proto3" json:"msgType,omitempty"` - DstUin int64 `protobuf:"varint,2,opt,name=dstUin,proto3" json:"dstUin,omitempty"` - MsgId int32 `protobuf:"varint,3,opt,name=msgId,proto3" json:"msgId,omitempty"` - MsgContent []byte `protobuf:"bytes,4,opt,name=msgContent,proto3" json:"msgContent,omitempty"` - StoreType int32 `protobuf:"varint,5,opt,name=storeType,proto3" json:"storeType,omitempty"` - MsgUkey []byte `protobuf:"bytes,6,opt,name=msgUkey,proto3" json:"msgUkey,omitempty"` - NeedCache int32 `protobuf:"varint,7,opt,name=needCache,proto3" json:"needCache,omitempty"` -} - -func (x *LongMsgUpReq) Reset() { - *x = LongMsgUpReq{} - if protoimpl.UnsafeEnabled { - mi := &file_longmsg_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *LongMsgUpReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*LongMsgUpReq) ProtoMessage() {} - -func (x *LongMsgUpReq) ProtoReflect() protoreflect.Message { - mi := &file_longmsg_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use LongMsgUpReq.ProtoReflect.Descriptor instead. -func (*LongMsgUpReq) Descriptor() ([]byte, []int) { - return file_longmsg_proto_rawDescGZIP(), []int{4} + MsgType int32 `protobuf:"varint,1,opt"` + DstUin int64 `protobuf:"varint,2,opt"` + MsgId int32 `protobuf:"varint,3,opt"` + MsgContent []byte `protobuf:"bytes,4,opt"` + StoreType int32 `protobuf:"varint,5,opt"` + MsgUkey []byte `protobuf:"bytes,6,opt"` + NeedCache int32 `protobuf:"varint,7,opt"` } func (x *LongMsgUpReq) GetMsgType() int32 { @@ -361,45 +163,9 @@ func (x *LongMsgUpReq) GetNeedCache() int32 { } type LongMsgUpRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"` - MsgId int32 `protobuf:"varint,2,opt,name=msgId,proto3" json:"msgId,omitempty"` - MsgResid []byte `protobuf:"bytes,3,opt,name=msgResid,proto3" json:"msgResid,omitempty"` -} - -func (x *LongMsgUpRsp) Reset() { - *x = LongMsgUpRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_longmsg_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *LongMsgUpRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*LongMsgUpRsp) ProtoMessage() {} - -func (x *LongMsgUpRsp) ProtoReflect() protoreflect.Message { - mi := &file_longmsg_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use LongMsgUpRsp.ProtoReflect.Descriptor instead. -func (*LongMsgUpRsp) Descriptor() ([]byte, []int) { - return file_longmsg_proto_rawDescGZIP(), []int{5} + Result int32 `protobuf:"varint,1,opt"` + MsgId int32 `protobuf:"varint,2,opt"` + MsgResid []byte `protobuf:"bytes,3,opt"` } func (x *LongMsgUpRsp) GetResult() int32 { @@ -424,49 +190,13 @@ func (x *LongMsgUpRsp) GetMsgResid() []byte { } type LongReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Subcmd int32 `protobuf:"varint,1,opt,name=subcmd,proto3" json:"subcmd,omitempty"` - TermType int32 `protobuf:"varint,2,opt,name=termType,proto3" json:"termType,omitempty"` - PlatformType int32 `protobuf:"varint,3,opt,name=platformType,proto3" json:"platformType,omitempty"` - MsgUpReq []*LongMsgUpReq `protobuf:"bytes,4,rep,name=msgUpReq,proto3" json:"msgUpReq,omitempty"` - MsgDownReq []*LongMsgDownReq `protobuf:"bytes,5,rep,name=msgDownReq,proto3" json:"msgDownReq,omitempty"` - MsgDelReq []*LongMsgDeleteReq `protobuf:"bytes,6,rep,name=msgDelReq,proto3" json:"msgDelReq,omitempty"` - AgentType int32 `protobuf:"varint,10,opt,name=agentType,proto3" json:"agentType,omitempty"` -} - -func (x *LongReqBody) Reset() { - *x = LongReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_longmsg_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *LongReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*LongReqBody) ProtoMessage() {} - -func (x *LongReqBody) ProtoReflect() protoreflect.Message { - mi := &file_longmsg_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use LongReqBody.ProtoReflect.Descriptor instead. -func (*LongReqBody) Descriptor() ([]byte, []int) { - return file_longmsg_proto_rawDescGZIP(), []int{6} + Subcmd int32 `protobuf:"varint,1,opt"` + TermType int32 `protobuf:"varint,2,opt"` + PlatformType int32 `protobuf:"varint,3,opt"` + MsgUpReq []*LongMsgUpReq `protobuf:"bytes,4,rep"` + MsgDownReq []*LongMsgDownReq `protobuf:"bytes,5,rep"` + MsgDelReq []*LongMsgDeleteReq `protobuf:"bytes,6,rep"` + AgentType int32 `protobuf:"varint,10,opt"` } func (x *LongReqBody) GetSubcmd() int32 { @@ -519,46 +249,10 @@ func (x *LongReqBody) GetAgentType() int32 { } type LongRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Subcmd int32 `protobuf:"varint,1,opt,name=subcmd,proto3" json:"subcmd,omitempty"` - MsgUpRsp []*LongMsgUpRsp `protobuf:"bytes,2,rep,name=msgUpRsp,proto3" json:"msgUpRsp,omitempty"` - MsgDownRsp []*LongMsgDownRsp `protobuf:"bytes,3,rep,name=msgDownRsp,proto3" json:"msgDownRsp,omitempty"` - MsgDelRsp []*LongMsgDeleteRsp `protobuf:"bytes,4,rep,name=msgDelRsp,proto3" json:"msgDelRsp,omitempty"` -} - -func (x *LongRspBody) Reset() { - *x = LongRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_longmsg_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *LongRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*LongRspBody) ProtoMessage() {} - -func (x *LongRspBody) ProtoReflect() protoreflect.Message { - mi := &file_longmsg_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use LongRspBody.ProtoReflect.Descriptor instead. -func (*LongRspBody) Descriptor() ([]byte, []int) { - return file_longmsg_proto_rawDescGZIP(), []int{7} + Subcmd int32 `protobuf:"varint,1,opt"` + MsgUpRsp []*LongMsgUpRsp `protobuf:"bytes,2,rep"` + MsgDownRsp []*LongMsgDownRsp `protobuf:"bytes,3,rep"` + MsgDelRsp []*LongMsgDeleteRsp `protobuf:"bytes,4,rep"` } func (x *LongRspBody) GetSubcmd() int32 { @@ -588,241 +282,3 @@ func (x *LongRspBody) GetMsgDelRsp() []*LongMsgDeleteRsp { } return nil } - -var File_longmsg_proto protoreflect.FileDescriptor - -var file_longmsg_proto_rawDesc = []byte{ - 0x0a, 0x0d, 0x6c, 0x6f, 0x6e, 0x67, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, - 0x48, 0x0a, 0x10, 0x4c, 0x6f, 0x6e, 0x67, 0x4d, 0x73, 0x67, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, - 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x6d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x69, 0x64, 0x12, - 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x22, 0x46, 0x0a, 0x10, 0x4c, 0x6f, 0x6e, - 0x67, 0x4d, 0x73, 0x67, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x73, 0x70, 0x12, 0x16, 0x0a, - 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, - 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x69, - 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x6d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x69, - 0x64, 0x22, 0x7c, 0x0a, 0x0e, 0x4c, 0x6f, 0x6e, 0x67, 0x4d, 0x73, 0x67, 0x44, 0x6f, 0x77, 0x6e, - 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x72, 0x63, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x72, 0x63, 0x55, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x6d, - 0x73, 0x67, 0x52, 0x65, 0x73, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x6d, - 0x73, 0x67, 0x52, 0x65, 0x73, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, - 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x65, 0x64, 0x43, 0x61, 0x63, 0x68, 0x65, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x6e, 0x65, 0x65, 0x64, 0x43, 0x61, 0x63, 0x68, 0x65, 0x22, - 0x64, 0x0a, 0x0e, 0x4c, 0x6f, 0x6e, 0x67, 0x4d, 0x73, 0x67, 0x44, 0x6f, 0x77, 0x6e, 0x52, 0x73, - 0x70, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x73, 0x67, - 0x52, 0x65, 0x73, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x6d, 0x73, 0x67, - 0x52, 0x65, 0x73, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x73, 0x67, 0x43, 0x6f, 0x6e, 0x74, - 0x65, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x6d, 0x73, 0x67, 0x43, 0x6f, - 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x22, 0xcc, 0x01, 0x0a, 0x0c, 0x4c, 0x6f, 0x6e, 0x67, 0x4d, 0x73, - 0x67, 0x55, 0x70, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, - 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, - 0x12, 0x16, 0x0a, 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, - 0x52, 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x73, 0x67, 0x49, - 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6d, 0x73, 0x67, 0x49, 0x64, 0x12, 0x1e, - 0x0a, 0x0a, 0x6d, 0x73, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x0a, 0x6d, 0x73, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x1c, - 0x0a, 0x09, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x09, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, - 0x6d, 0x73, 0x67, 0x55, 0x6b, 0x65, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x6d, - 0x73, 0x67, 0x55, 0x6b, 0x65, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x65, 0x64, 0x43, 0x61, - 0x63, 0x68, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x6e, 0x65, 0x65, 0x64, 0x43, - 0x61, 0x63, 0x68, 0x65, 0x22, 0x58, 0x0a, 0x0c, 0x4c, 0x6f, 0x6e, 0x67, 0x4d, 0x73, 0x67, 0x55, - 0x70, 0x52, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x14, 0x0a, 0x05, - 0x6d, 0x73, 0x67, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6d, 0x73, 0x67, - 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x69, 0x64, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x6d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x69, 0x64, 0x22, 0x90, - 0x02, 0x0a, 0x0b, 0x4c, 0x6f, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x16, - 0x0a, 0x06, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, - 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x74, 0x65, 0x72, 0x6d, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x74, 0x65, 0x72, 0x6d, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, - 0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x12, 0x29, 0x0a, 0x08, 0x6d, 0x73, 0x67, 0x55, 0x70, 0x52, - 0x65, 0x71, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x4c, 0x6f, 0x6e, 0x67, 0x4d, - 0x73, 0x67, 0x55, 0x70, 0x52, 0x65, 0x71, 0x52, 0x08, 0x6d, 0x73, 0x67, 0x55, 0x70, 0x52, 0x65, - 0x71, 0x12, 0x2f, 0x0a, 0x0a, 0x6d, 0x73, 0x67, 0x44, 0x6f, 0x77, 0x6e, 0x52, 0x65, 0x71, 0x18, - 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x4c, 0x6f, 0x6e, 0x67, 0x4d, 0x73, 0x67, 0x44, - 0x6f, 0x77, 0x6e, 0x52, 0x65, 0x71, 0x52, 0x0a, 0x6d, 0x73, 0x67, 0x44, 0x6f, 0x77, 0x6e, 0x52, - 0x65, 0x71, 0x12, 0x2f, 0x0a, 0x09, 0x6d, 0x73, 0x67, 0x44, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x18, - 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x4c, 0x6f, 0x6e, 0x67, 0x4d, 0x73, 0x67, 0x44, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x52, 0x09, 0x6d, 0x73, 0x67, 0x44, 0x65, 0x6c, - 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, - 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, - 0x65, 0x22, 0xb2, 0x01, 0x0a, 0x0b, 0x4c, 0x6f, 0x6e, 0x67, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, - 0x79, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x06, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x12, 0x29, 0x0a, 0x08, 0x6d, 0x73, 0x67, - 0x55, 0x70, 0x52, 0x73, 0x70, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x4c, 0x6f, - 0x6e, 0x67, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x52, 0x73, 0x70, 0x52, 0x08, 0x6d, 0x73, 0x67, 0x55, - 0x70, 0x52, 0x73, 0x70, 0x12, 0x2f, 0x0a, 0x0a, 0x6d, 0x73, 0x67, 0x44, 0x6f, 0x77, 0x6e, 0x52, - 0x73, 0x70, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x4c, 0x6f, 0x6e, 0x67, 0x4d, - 0x73, 0x67, 0x44, 0x6f, 0x77, 0x6e, 0x52, 0x73, 0x70, 0x52, 0x0a, 0x6d, 0x73, 0x67, 0x44, 0x6f, - 0x77, 0x6e, 0x52, 0x73, 0x70, 0x12, 0x2f, 0x0a, 0x09, 0x6d, 0x73, 0x67, 0x44, 0x65, 0x6c, 0x52, - 0x73, 0x70, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x4c, 0x6f, 0x6e, 0x67, 0x4d, - 0x73, 0x67, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x73, 0x70, 0x52, 0x09, 0x6d, 0x73, 0x67, - 0x44, 0x65, 0x6c, 0x52, 0x73, 0x70, 0x42, 0x0c, 0x5a, 0x0a, 0x2e, 0x2f, 0x3b, 0x6c, 0x6f, 0x6e, - 0x67, 0x6d, 0x73, 0x67, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_longmsg_proto_rawDescOnce sync.Once - file_longmsg_proto_rawDescData = file_longmsg_proto_rawDesc -) - -func file_longmsg_proto_rawDescGZIP() []byte { - file_longmsg_proto_rawDescOnce.Do(func() { - file_longmsg_proto_rawDescData = protoimpl.X.CompressGZIP(file_longmsg_proto_rawDescData) - }) - return file_longmsg_proto_rawDescData -} - -var file_longmsg_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_longmsg_proto_goTypes = []interface{}{ - (*LongMsgDeleteReq)(nil), // 0: LongMsgDeleteReq - (*LongMsgDeleteRsp)(nil), // 1: LongMsgDeleteRsp - (*LongMsgDownReq)(nil), // 2: LongMsgDownReq - (*LongMsgDownRsp)(nil), // 3: LongMsgDownRsp - (*LongMsgUpReq)(nil), // 4: LongMsgUpReq - (*LongMsgUpRsp)(nil), // 5: LongMsgUpRsp - (*LongReqBody)(nil), // 6: LongReqBody - (*LongRspBody)(nil), // 7: LongRspBody -} -var file_longmsg_proto_depIdxs = []int32{ - 4, // 0: LongReqBody.msgUpReq:type_name -> LongMsgUpReq - 2, // 1: LongReqBody.msgDownReq:type_name -> LongMsgDownReq - 0, // 2: LongReqBody.msgDelReq:type_name -> LongMsgDeleteReq - 5, // 3: LongRspBody.msgUpRsp:type_name -> LongMsgUpRsp - 3, // 4: LongRspBody.msgDownRsp:type_name -> LongMsgDownRsp - 1, // 5: LongRspBody.msgDelRsp:type_name -> LongMsgDeleteRsp - 6, // [6:6] is the sub-list for method output_type - 6, // [6:6] is the sub-list for method input_type - 6, // [6:6] is the sub-list for extension type_name - 6, // [6:6] is the sub-list for extension extendee - 0, // [0:6] is the sub-list for field type_name -} - -func init() { file_longmsg_proto_init() } -func file_longmsg_proto_init() { - if File_longmsg_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_longmsg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LongMsgDeleteReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_longmsg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LongMsgDeleteRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_longmsg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LongMsgDownReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_longmsg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LongMsgDownRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_longmsg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LongMsgUpReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_longmsg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LongMsgUpRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_longmsg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LongReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_longmsg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LongRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_longmsg_proto_rawDesc, - NumEnums: 0, - NumMessages: 8, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_longmsg_proto_goTypes, - DependencyIndexes: file_longmsg_proto_depIdxs, - MessageInfos: file_longmsg_proto_msgTypes, - }.Build() - File_longmsg_proto = out.File - file_longmsg_proto_rawDesc = nil - file_longmsg_proto_goTypes = nil - file_longmsg_proto_depIdxs = nil -} diff --git a/client/pb/msf/register_proxy.pb.go b/client/pb/msf/register_proxy.pb.go index d0cb22ba..3355b4b5 100644 --- a/client/pb/msf/register_proxy.pb.go +++ b/client/pb/msf/register_proxy.pb.go @@ -1,71 +1,17 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: register_proxy.proto package msf -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type DiscussList struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - DiscussCode *uint64 `protobuf:"varint,1,opt,name=discussCode" json:"discussCode,omitempty"` - DiscussSeq *uint64 `protobuf:"varint,2,opt,name=discussSeq" json:"discussSeq,omitempty"` - MemberSeq *uint64 `protobuf:"varint,3,opt,name=memberSeq" json:"memberSeq,omitempty"` - InfoSeq *uint64 `protobuf:"varint,4,opt,name=infoSeq" json:"infoSeq,omitempty"` - BHotGroup *bool `protobuf:"varint,5,opt,name=bHotGroup" json:"bHotGroup,omitempty"` - RedpackTime *uint64 `protobuf:"varint,6,opt,name=redpackTime" json:"redpackTime,omitempty"` - HasMsg *bool `protobuf:"varint,7,opt,name=hasMsg" json:"hasMsg,omitempty"` - DicussFlag *int64 `protobuf:"varint,8,opt,name=dicussFlag" json:"dicussFlag,omitempty"` -} - -func (x *DiscussList) Reset() { - *x = DiscussList{} - if protoimpl.UnsafeEnabled { - mi := &file_register_proxy_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DiscussList) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DiscussList) ProtoMessage() {} - -func (x *DiscussList) ProtoReflect() protoreflect.Message { - mi := &file_register_proxy_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DiscussList.ProtoReflect.Descriptor instead. -func (*DiscussList) Descriptor() ([]byte, []int) { - return file_register_proxy_proto_rawDescGZIP(), []int{0} + DiscussCode *uint64 `protobuf:"varint,1,opt"` + DiscussSeq *uint64 `protobuf:"varint,2,opt"` + MemberSeq *uint64 `protobuf:"varint,3,opt"` + InfoSeq *uint64 `protobuf:"varint,4,opt"` + BHotGroup *bool `protobuf:"varint,5,opt"` + RedpackTime *uint64 `protobuf:"varint,6,opt"` + HasMsg *bool `protobuf:"varint,7,opt"` + DicussFlag *int64 `protobuf:"varint,8,opt"` } func (x *DiscussList) GetDiscussCode() uint64 { @@ -125,54 +71,18 @@ func (x *DiscussList) GetDicussFlag() int64 { } type GroupList struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - GroupSeq *uint64 `protobuf:"varint,2,opt,name=groupSeq" json:"groupSeq,omitempty"` - MemberSeq *uint64 `protobuf:"varint,3,opt,name=memberSeq" json:"memberSeq,omitempty"` - Mask *uint64 `protobuf:"varint,4,opt,name=mask" json:"mask,omitempty"` - RedpackTime *uint64 `protobuf:"varint,5,opt,name=redpackTime" json:"redpackTime,omitempty"` - HasMsg *bool `protobuf:"varint,6,opt,name=hasMsg" json:"hasMsg,omitempty"` - GroupFlag *int64 `protobuf:"varint,7,opt,name=groupFlag" json:"groupFlag,omitempty"` - GroupType *uint64 `protobuf:"varint,8,opt,name=groupType" json:"groupType,omitempty"` - GroupNameSeq *uint32 `protobuf:"varint,9,opt,name=groupNameSeq" json:"groupNameSeq,omitempty"` - GroupMemberSeq *uint32 `protobuf:"varint,10,opt,name=groupMemberSeq" json:"groupMemberSeq,omitempty"` - UinFlagEx2 *uint32 `protobuf:"varint,11,opt,name=uinFlagEx2" json:"uinFlagEx2,omitempty"` - ImportantMsgLatestSeq *uint32 `protobuf:"varint,12,opt,name=importantMsgLatestSeq" json:"importantMsgLatestSeq,omitempty"` -} - -func (x *GroupList) Reset() { - *x = GroupList{} - if protoimpl.UnsafeEnabled { - mi := &file_register_proxy_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupList) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupList) ProtoMessage() {} - -func (x *GroupList) ProtoReflect() protoreflect.Message { - mi := &file_register_proxy_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupList.ProtoReflect.Descriptor instead. -func (*GroupList) Descriptor() ([]byte, []int) { - return file_register_proxy_proto_rawDescGZIP(), []int{1} + GroupCode *uint64 `protobuf:"varint,1,opt"` + GroupSeq *uint64 `protobuf:"varint,2,opt"` + MemberSeq *uint64 `protobuf:"varint,3,opt"` + Mask *uint64 `protobuf:"varint,4,opt"` + RedpackTime *uint64 `protobuf:"varint,5,opt"` + HasMsg *bool `protobuf:"varint,6,opt"` + GroupFlag *int64 `protobuf:"varint,7,opt"` + GroupType *uint64 `protobuf:"varint,8,opt"` + GroupNameSeq *uint32 `protobuf:"varint,9,opt"` + GroupMemberSeq *uint32 `protobuf:"varint,10,opt"` + UinFlagEx2 *uint32 `protobuf:"varint,11,opt"` + ImportantMsgLatestSeq *uint32 `protobuf:"varint,12,opt"` } func (x *GroupList) GetGroupCode() uint64 { @@ -260,44 +170,8 @@ func (x *GroupList) GetImportantMsgLatestSeq() uint32 { } type SvcPbResponsePullDisMsgProxy struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MemberSeq *uint64 `protobuf:"varint,1,opt,name=memberSeq" json:"memberSeq,omitempty"` - Content []byte `protobuf:"bytes,2,opt,name=content" json:"content,omitempty"` -} - -func (x *SvcPbResponsePullDisMsgProxy) Reset() { - *x = SvcPbResponsePullDisMsgProxy{} - if protoimpl.UnsafeEnabled { - mi := &file_register_proxy_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SvcPbResponsePullDisMsgProxy) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SvcPbResponsePullDisMsgProxy) ProtoMessage() {} - -func (x *SvcPbResponsePullDisMsgProxy) ProtoReflect() protoreflect.Message { - mi := &file_register_proxy_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SvcPbResponsePullDisMsgProxy.ProtoReflect.Descriptor instead. -func (*SvcPbResponsePullDisMsgProxy) Descriptor() ([]byte, []int) { - return file_register_proxy_proto_rawDescGZIP(), []int{2} + MemberSeq *uint64 `protobuf:"varint,1,opt"` + Content []byte `protobuf:"bytes,2,opt"` } func (x *SvcPbResponsePullDisMsgProxy) GetMemberSeq() uint64 { @@ -315,54 +189,18 @@ func (x *SvcPbResponsePullDisMsgProxy) GetContent() []byte { } type SvcRegisterProxyMsgResp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` - ErrMsg []byte `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` - Flag *uint32 `protobuf:"varint,3,opt,name=flag" json:"flag,omitempty"` - Seq *uint32 `protobuf:"varint,4,opt,name=seq" json:"seq,omitempty"` - Info *SvcResponseMsgInfo `protobuf:"bytes,5,opt,name=info" json:"info,omitempty"` - GroupList []*GroupList `protobuf:"bytes,6,rep,name=groupList" json:"groupList,omitempty"` - DiscussList []*DiscussList `protobuf:"bytes,7,rep,name=discussList" json:"discussList,omitempty"` - GroupMsg []*SvcResponsePbPullGroupMsgProxy `protobuf:"bytes,8,rep,name=groupMsg" json:"groupMsg,omitempty"` - DiscussMsg []*SvcPbResponsePullDisMsgProxy `protobuf:"bytes,9,rep,name=discussMsg" json:"discussMsg,omitempty"` - C2CMsg []byte `protobuf:"bytes,10,opt,name=c2CMsg" json:"c2CMsg,omitempty"` - PubAccountMsg []byte `protobuf:"bytes,11,opt,name=pubAccountMsg" json:"pubAccountMsg,omitempty"` - DiscussListFlag *uint32 `protobuf:"varint,12,opt,name=discussListFlag" json:"discussListFlag,omitempty"` -} - -func (x *SvcRegisterProxyMsgResp) Reset() { - *x = SvcRegisterProxyMsgResp{} - if protoimpl.UnsafeEnabled { - mi := &file_register_proxy_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SvcRegisterProxyMsgResp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SvcRegisterProxyMsgResp) ProtoMessage() {} - -func (x *SvcRegisterProxyMsgResp) ProtoReflect() protoreflect.Message { - mi := &file_register_proxy_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SvcRegisterProxyMsgResp.ProtoReflect.Descriptor instead. -func (*SvcRegisterProxyMsgResp) Descriptor() ([]byte, []int) { - return file_register_proxy_proto_rawDescGZIP(), []int{3} + Result *uint32 `protobuf:"varint,1,opt"` + ErrMsg []byte `protobuf:"bytes,2,opt"` + Flag *uint32 `protobuf:"varint,3,opt"` + Seq *uint32 `protobuf:"varint,4,opt"` + Info *SvcResponseMsgInfo `protobuf:"bytes,5,opt"` + GroupList []*GroupList `protobuf:"bytes,6,rep"` + DiscussList []*DiscussList `protobuf:"bytes,7,rep"` + GroupMsg []*SvcResponsePbPullGroupMsgProxy `protobuf:"bytes,8,rep"` + DiscussMsg []*SvcPbResponsePullDisMsgProxy `protobuf:"bytes,9,rep"` + C2CMsg []byte `protobuf:"bytes,10,opt"` + PubAccountMsg []byte `protobuf:"bytes,11,opt"` + DiscussListFlag *uint32 `protobuf:"varint,12,opt"` } func (x *SvcRegisterProxyMsgResp) GetResult() uint32 { @@ -450,44 +288,8 @@ func (x *SvcRegisterProxyMsgResp) GetDiscussListFlag() uint32 { } type SvcResponseMsgInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupNum *uint32 `protobuf:"varint,1,opt,name=groupNum" json:"groupNum,omitempty"` - DiscussNum *uint32 `protobuf:"varint,2,opt,name=discussNum" json:"discussNum,omitempty"` -} - -func (x *SvcResponseMsgInfo) Reset() { - *x = SvcResponseMsgInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_register_proxy_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SvcResponseMsgInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SvcResponseMsgInfo) ProtoMessage() {} - -func (x *SvcResponseMsgInfo) ProtoReflect() protoreflect.Message { - mi := &file_register_proxy_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SvcResponseMsgInfo.ProtoReflect.Descriptor instead. -func (*SvcResponseMsgInfo) Descriptor() ([]byte, []int) { - return file_register_proxy_proto_rawDescGZIP(), []int{4} + GroupNum *uint32 `protobuf:"varint,1,opt"` + DiscussNum *uint32 `protobuf:"varint,2,opt"` } func (x *SvcResponseMsgInfo) GetGroupNum() uint32 { @@ -505,44 +307,8 @@ func (x *SvcResponseMsgInfo) GetDiscussNum() uint32 { } type SvcResponsePbPullGroupMsgProxy struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MemberSeq *uint64 `protobuf:"varint,1,opt,name=memberSeq" json:"memberSeq,omitempty"` - Content []byte `protobuf:"bytes,2,opt,name=content" json:"content,omitempty"` -} - -func (x *SvcResponsePbPullGroupMsgProxy) Reset() { - *x = SvcResponsePbPullGroupMsgProxy{} - if protoimpl.UnsafeEnabled { - mi := &file_register_proxy_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SvcResponsePbPullGroupMsgProxy) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SvcResponsePbPullGroupMsgProxy) ProtoMessage() {} - -func (x *SvcResponsePbPullGroupMsgProxy) ProtoReflect() protoreflect.Message { - mi := &file_register_proxy_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SvcResponsePbPullGroupMsgProxy.ProtoReflect.Descriptor instead. -func (*SvcResponsePbPullGroupMsgProxy) Descriptor() ([]byte, []int) { - return file_register_proxy_proto_rawDescGZIP(), []int{5} + MemberSeq *uint64 `protobuf:"varint,1,opt"` + Content []byte `protobuf:"bytes,2,opt"` } func (x *SvcResponsePbPullGroupMsgProxy) GetMemberSeq() uint64 { @@ -558,231 +324,3 @@ func (x *SvcResponsePbPullGroupMsgProxy) GetContent() []byte { } return nil } - -var File_register_proxy_proto protoreflect.FileDescriptor - -var file_register_proxy_proto_rawDesc = []byte{ - 0x0a, 0x14, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xff, 0x01, 0x0a, 0x0b, 0x44, 0x69, 0x73, 0x63, 0x75, - 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x69, 0x73, 0x63, 0x75, 0x73, - 0x73, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x64, 0x69, 0x73, - 0x63, 0x75, 0x73, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x69, 0x73, 0x63, - 0x75, 0x73, 0x73, 0x53, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x64, 0x69, - 0x73, 0x63, 0x75, 0x73, 0x73, 0x53, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x53, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x6d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x53, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x69, 0x6e, 0x66, 0x6f, 0x53, 0x65, - 0x71, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x69, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x71, - 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x48, 0x6f, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x08, 0x52, 0x09, 0x62, 0x48, 0x6f, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x20, - 0x0a, 0x0b, 0x72, 0x65, 0x64, 0x70, 0x61, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x0b, 0x72, 0x65, 0x64, 0x70, 0x61, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, - 0x12, 0x16, 0x0a, 0x06, 0x68, 0x61, 0x73, 0x4d, 0x73, 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, - 0x52, 0x06, 0x68, 0x61, 0x73, 0x4d, 0x73, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x69, 0x63, 0x75, - 0x73, 0x73, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x64, 0x69, - 0x63, 0x75, 0x73, 0x73, 0x46, 0x6c, 0x61, 0x67, 0x22, 0x8f, 0x03, 0x0a, 0x09, 0x47, 0x72, 0x6f, - 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, - 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x71, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x71, - 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x53, 0x65, 0x71, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x09, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x53, 0x65, 0x71, 0x12, 0x12, - 0x0a, 0x04, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x6d, 0x61, - 0x73, 0x6b, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x64, 0x70, 0x61, 0x63, 0x6b, 0x54, 0x69, 0x6d, - 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x72, 0x65, 0x64, 0x70, 0x61, 0x63, 0x6b, - 0x54, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x61, 0x73, 0x4d, 0x73, 0x67, 0x18, 0x06, - 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x68, 0x61, 0x73, 0x4d, 0x73, 0x67, 0x12, 0x1c, 0x0a, 0x09, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, - 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x71, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x71, 0x12, 0x26, 0x0a, 0x0e, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x53, 0x65, 0x71, 0x18, 0x0a, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, - 0x72, 0x53, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x69, 0x6e, 0x46, 0x6c, 0x61, 0x67, 0x45, - 0x78, 0x32, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x75, 0x69, 0x6e, 0x46, 0x6c, 0x61, - 0x67, 0x45, 0x78, 0x32, 0x12, 0x34, 0x0a, 0x15, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x61, 0x6e, - 0x74, 0x4d, 0x73, 0x67, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x53, 0x65, 0x71, 0x18, 0x0c, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x15, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x61, 0x6e, 0x74, 0x4d, 0x73, - 0x67, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x53, 0x65, 0x71, 0x22, 0x56, 0x0a, 0x1c, 0x53, 0x76, - 0x63, 0x50, 0x62, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x50, 0x75, 0x6c, 0x6c, 0x44, - 0x69, 0x73, 0x4d, 0x73, 0x67, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x53, 0x65, 0x71, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x6d, - 0x65, 0x6d, 0x62, 0x65, 0x72, 0x53, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, - 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, - 0x6e, 0x74, 0x22, 0xd6, 0x03, 0x0a, 0x17, 0x53, 0x76, 0x63, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, - 0x65, 0x72, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, - 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, - 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x12, - 0x0a, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x66, 0x6c, - 0x61, 0x67, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x03, 0x73, 0x65, 0x71, 0x12, 0x27, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x53, 0x76, 0x63, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x4d, 0x73, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x28, 0x0a, - 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x0a, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x09, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2e, 0x0a, 0x0b, 0x64, 0x69, 0x73, 0x63, 0x75, - 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x44, - 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x63, - 0x75, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x3b, 0x0a, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x4d, 0x73, 0x67, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x53, 0x76, 0x63, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x50, 0x62, 0x50, 0x75, 0x6c, 0x6c, 0x47, 0x72, 0x6f, - 0x75, 0x70, 0x4d, 0x73, 0x67, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x08, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x4d, 0x73, 0x67, 0x12, 0x3d, 0x0a, 0x0a, 0x64, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x4d, - 0x73, 0x67, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x53, 0x76, 0x63, 0x50, 0x62, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x50, 0x75, 0x6c, 0x6c, 0x44, 0x69, 0x73, 0x4d, - 0x73, 0x67, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x0a, 0x64, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, - 0x4d, 0x73, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x32, 0x43, 0x4d, 0x73, 0x67, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x06, 0x63, 0x32, 0x43, 0x4d, 0x73, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x70, - 0x75, 0x62, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x0b, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x0d, 0x70, 0x75, 0x62, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4d, 0x73, - 0x67, 0x12, 0x28, 0x0a, 0x0f, 0x64, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, - 0x46, 0x6c, 0x61, 0x67, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x64, 0x69, 0x73, 0x63, - 0x75, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x22, 0x50, 0x0a, 0x12, 0x53, - 0x76, 0x63, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x73, 0x67, 0x49, 0x6e, 0x66, - 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x75, 0x6d, 0x12, 0x1e, 0x0a, - 0x0a, 0x64, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x0a, 0x64, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x4e, 0x75, 0x6d, 0x22, 0x58, 0x0a, - 0x1e, 0x53, 0x76, 0x63, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x50, 0x62, 0x50, 0x75, - 0x6c, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x73, 0x67, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, - 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x53, 0x65, 0x71, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x09, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x53, 0x65, 0x71, 0x12, 0x18, 0x0a, - 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, - 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x42, 0x08, 0x5a, 0x06, 0x2e, 0x2f, 0x3b, 0x6d, 0x73, - 0x66, -} - -var ( - file_register_proxy_proto_rawDescOnce sync.Once - file_register_proxy_proto_rawDescData = file_register_proxy_proto_rawDesc -) - -func file_register_proxy_proto_rawDescGZIP() []byte { - file_register_proxy_proto_rawDescOnce.Do(func() { - file_register_proxy_proto_rawDescData = protoimpl.X.CompressGZIP(file_register_proxy_proto_rawDescData) - }) - return file_register_proxy_proto_rawDescData -} - -var file_register_proxy_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_register_proxy_proto_goTypes = []interface{}{ - (*DiscussList)(nil), // 0: DiscussList - (*GroupList)(nil), // 1: GroupList - (*SvcPbResponsePullDisMsgProxy)(nil), // 2: SvcPbResponsePullDisMsgProxy - (*SvcRegisterProxyMsgResp)(nil), // 3: SvcRegisterProxyMsgResp - (*SvcResponseMsgInfo)(nil), // 4: SvcResponseMsgInfo - (*SvcResponsePbPullGroupMsgProxy)(nil), // 5: SvcResponsePbPullGroupMsgProxy -} -var file_register_proxy_proto_depIdxs = []int32{ - 4, // 0: SvcRegisterProxyMsgResp.info:type_name -> SvcResponseMsgInfo - 1, // 1: SvcRegisterProxyMsgResp.groupList:type_name -> GroupList - 0, // 2: SvcRegisterProxyMsgResp.discussList:type_name -> DiscussList - 5, // 3: SvcRegisterProxyMsgResp.groupMsg:type_name -> SvcResponsePbPullGroupMsgProxy - 2, // 4: SvcRegisterProxyMsgResp.discussMsg:type_name -> SvcPbResponsePullDisMsgProxy - 5, // [5:5] is the sub-list for method output_type - 5, // [5:5] is the sub-list for method input_type - 5, // [5:5] is the sub-list for extension type_name - 5, // [5:5] is the sub-list for extension extendee - 0, // [0:5] is the sub-list for field type_name -} - -func init() { file_register_proxy_proto_init() } -func file_register_proxy_proto_init() { - if File_register_proxy_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_register_proxy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DiscussList); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_register_proxy_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupList); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_register_proxy_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SvcPbResponsePullDisMsgProxy); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_register_proxy_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SvcRegisterProxyMsgResp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_register_proxy_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SvcResponseMsgInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_register_proxy_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SvcResponsePbPullGroupMsgProxy); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_register_proxy_proto_rawDesc, - NumEnums: 0, - NumMessages: 6, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_register_proxy_proto_goTypes, - DependencyIndexes: file_register_proxy_proto_depIdxs, - MessageInfos: file_register_proxy_proto_msgTypes, - }.Build() - File_register_proxy_proto = out.File - file_register_proxy_proto_rawDesc = nil - file_register_proxy_proto_goTypes = nil - file_register_proxy_proto_depIdxs = nil -} diff --git a/client/pb/msg/TextMsgExt.pb.go b/client/pb/msg/TextMsgExt.pb.go index e4f6ba2b..f6eb1226 100644 --- a/client/pb/msg/TextMsgExt.pb.go +++ b/client/pb/msg/TextMsgExt.pb.go @@ -1,65 +1,11 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.27.1 -// protoc v3.14.0 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: TextMsgExt.proto package msg -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type ExtChannelInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GuildId *uint64 `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"` - ChannelId *uint64 `protobuf:"varint,2,opt,name=channelId" json:"channelId,omitempty"` -} - -func (x *ExtChannelInfo) Reset() { - *x = ExtChannelInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_TextMsgExt_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ExtChannelInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ExtChannelInfo) ProtoMessage() {} - -func (x *ExtChannelInfo) ProtoReflect() protoreflect.Message { - mi := &file_TextMsgExt_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ExtChannelInfo.ProtoReflect.Descriptor instead. -func (*ExtChannelInfo) Descriptor() ([]byte, []int) { - return file_TextMsgExt_proto_rawDescGZIP(), []int{0} + GuildId *uint64 `protobuf:"varint,1,opt"` + ChannelId *uint64 `protobuf:"varint,2,opt"` } func (x *ExtChannelInfo) GetGuildId() uint64 { @@ -77,50 +23,14 @@ func (x *ExtChannelInfo) GetChannelId() uint64 { } type TextResvAttr struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Wording []byte `protobuf:"bytes,1,opt,name=wording" json:"wording,omitempty"` - TextAnalysisResult *uint32 `protobuf:"varint,2,opt,name=textAnalysisResult" json:"textAnalysisResult,omitempty"` - AtType *uint32 `protobuf:"varint,3,opt,name=atType" json:"atType,omitempty"` - AtMemberUin *uint64 `protobuf:"varint,4,opt,name=atMemberUin" json:"atMemberUin,omitempty"` - AtMemberTinyid *uint64 `protobuf:"varint,5,opt,name=atMemberTinyid" json:"atMemberTinyid,omitempty"` - AtMemberRoleInfo *ExtRoleInfo `protobuf:"bytes,6,opt,name=atMemberRoleInfo" json:"atMemberRoleInfo,omitempty"` - AtRoleInfo *ExtRoleInfo `protobuf:"bytes,7,opt,name=atRoleInfo" json:"atRoleInfo,omitempty"` - AtChannelInfo *ExtChannelInfo `protobuf:"bytes,8,opt,name=atChannelInfo" json:"atChannelInfo,omitempty"` -} - -func (x *TextResvAttr) Reset() { - *x = TextResvAttr{} - if protoimpl.UnsafeEnabled { - mi := &file_TextMsgExt_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TextResvAttr) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TextResvAttr) ProtoMessage() {} - -func (x *TextResvAttr) ProtoReflect() protoreflect.Message { - mi := &file_TextMsgExt_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TextResvAttr.ProtoReflect.Descriptor instead. -func (*TextResvAttr) Descriptor() ([]byte, []int) { - return file_TextMsgExt_proto_rawDescGZIP(), []int{1} + Wording []byte `protobuf:"bytes,1,opt"` + TextAnalysisResult *uint32 `protobuf:"varint,2,opt"` + AtType *uint32 `protobuf:"varint,3,opt"` + AtMemberUin *uint64 `protobuf:"varint,4,opt"` + AtMemberTinyid *uint64 `protobuf:"varint,5,opt"` + AtMemberRoleInfo *ExtRoleInfo `protobuf:"bytes,6,opt"` + AtRoleInfo *ExtRoleInfo `protobuf:"bytes,7,opt"` + AtChannelInfo *ExtChannelInfo `protobuf:"bytes,8,opt"` } func (x *TextResvAttr) GetWording() []byte { @@ -180,45 +90,9 @@ func (x *TextResvAttr) GetAtChannelInfo() *ExtChannelInfo { } type ExtRoleInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id *uint64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"` - Info []byte `protobuf:"bytes,2,opt,name=info" json:"info,omitempty"` - Flag *uint32 `protobuf:"varint,3,opt,name=flag" json:"flag,omitempty"` -} - -func (x *ExtRoleInfo) Reset() { - *x = ExtRoleInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_TextMsgExt_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ExtRoleInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ExtRoleInfo) ProtoMessage() {} - -func (x *ExtRoleInfo) ProtoReflect() protoreflect.Message { - mi := &file_TextMsgExt_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ExtRoleInfo.ProtoReflect.Descriptor instead. -func (*ExtRoleInfo) Descriptor() ([]byte, []int) { - return file_TextMsgExt_proto_rawDescGZIP(), []int{2} + Id *uint64 `protobuf:"varint,1,opt"` + Info []byte `protobuf:"bytes,2,opt"` + Flag *uint32 `protobuf:"varint,3,opt"` } func (x *ExtRoleInfo) GetId() uint64 { @@ -241,133 +115,3 @@ func (x *ExtRoleInfo) GetFlag() uint32 { } return 0 } - -var File_TextMsgExt_proto protoreflect.FileDescriptor - -var file_TextMsgExt_proto_rawDesc = []byte{ - 0x0a, 0x10, 0x54, 0x65, 0x78, 0x74, 0x4d, 0x73, 0x67, 0x45, 0x78, 0x74, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x22, 0x48, 0x0a, 0x0e, 0x45, 0x78, 0x74, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x1c, - 0x0a, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x22, 0xd9, 0x02, 0x0a, - 0x0c, 0x54, 0x65, 0x78, 0x74, 0x52, 0x65, 0x73, 0x76, 0x41, 0x74, 0x74, 0x72, 0x12, 0x18, 0x0a, - 0x07, 0x77, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, - 0x77, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x2e, 0x0a, 0x12, 0x74, 0x65, 0x78, 0x74, 0x41, - 0x6e, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x12, 0x74, 0x65, 0x78, 0x74, 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x73, 0x69, - 0x73, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x74, 0x54, 0x79, 0x70, - 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x61, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, - 0x20, 0x0a, 0x0b, 0x61, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x61, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x55, 0x69, - 0x6e, 0x12, 0x26, 0x0a, 0x0e, 0x61, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x54, 0x69, 0x6e, - 0x79, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0e, 0x61, 0x74, 0x4d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x54, 0x69, 0x6e, 0x79, 0x69, 0x64, 0x12, 0x38, 0x0a, 0x10, 0x61, 0x74, 0x4d, - 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x45, 0x78, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x6e, 0x66, - 0x6f, 0x52, 0x10, 0x61, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x49, - 0x6e, 0x66, 0x6f, 0x12, 0x2c, 0x0a, 0x0a, 0x61, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x6e, 0x66, - 0x6f, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x45, 0x78, 0x74, 0x52, 0x6f, 0x6c, - 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x61, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x6e, 0x66, - 0x6f, 0x12, 0x35, 0x0a, 0x0d, 0x61, 0x74, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, - 0x66, 0x6f, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x45, 0x78, 0x74, 0x43, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0d, 0x61, 0x74, 0x43, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x45, 0x0a, 0x0b, 0x45, 0x78, 0x74, 0x52, - 0x6f, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x12, 0x0a, 0x04, 0x66, - 0x6c, 0x61, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x42, - 0x08, 0x5a, 0x06, 0x2e, 0x2f, 0x3b, 0x6d, 0x73, 0x67, -} - -var ( - file_TextMsgExt_proto_rawDescOnce sync.Once - file_TextMsgExt_proto_rawDescData = file_TextMsgExt_proto_rawDesc -) - -func file_TextMsgExt_proto_rawDescGZIP() []byte { - file_TextMsgExt_proto_rawDescOnce.Do(func() { - file_TextMsgExt_proto_rawDescData = protoimpl.X.CompressGZIP(file_TextMsgExt_proto_rawDescData) - }) - return file_TextMsgExt_proto_rawDescData -} - -var file_TextMsgExt_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_TextMsgExt_proto_goTypes = []interface{}{ - (*ExtChannelInfo)(nil), // 0: ExtChannelInfo - (*TextResvAttr)(nil), // 1: TextResvAttr - (*ExtRoleInfo)(nil), // 2: ExtRoleInfo -} -var file_TextMsgExt_proto_depIdxs = []int32{ - 2, // 0: TextResvAttr.atMemberRoleInfo:type_name -> ExtRoleInfo - 2, // 1: TextResvAttr.atRoleInfo:type_name -> ExtRoleInfo - 0, // 2: TextResvAttr.atChannelInfo:type_name -> ExtChannelInfo - 3, // [3:3] is the sub-list for method output_type - 3, // [3:3] is the sub-list for method input_type - 3, // [3:3] is the sub-list for extension type_name - 3, // [3:3] is the sub-list for extension extendee - 0, // [0:3] is the sub-list for field type_name -} - -func init() { file_TextMsgExt_proto_init() } -func file_TextMsgExt_proto_init() { - if File_TextMsgExt_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_TextMsgExt_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExtChannelInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_TextMsgExt_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TextResvAttr); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_TextMsgExt_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExtRoleInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_TextMsgExt_proto_rawDesc, - NumEnums: 0, - NumMessages: 3, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_TextMsgExt_proto_goTypes, - DependencyIndexes: file_TextMsgExt_proto_depIdxs, - MessageInfos: file_TextMsgExt_proto_msgTypes, - }.Build() - File_TextMsgExt_proto = out.File - file_TextMsgExt_proto_rawDesc = nil - file_TextMsgExt_proto_goTypes = nil - file_TextMsgExt_proto_depIdxs = nil -} diff --git a/client/pb/msg/head.pb.go b/client/pb/msg/head.pb.go index c4b128c4..e0ee6c2e 100644 --- a/client/pb/msg/head.pb.go +++ b/client/pb/msg/head.pb.go @@ -1,74 +1,20 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: head.proto package msg -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type C2CHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ToUin *uint64 `protobuf:"varint,1,opt,name=toUin" json:"toUin,omitempty"` - FromUin *uint64 `protobuf:"varint,2,opt,name=fromUin" json:"fromUin,omitempty"` - CcType *uint32 `protobuf:"varint,3,opt,name=ccType" json:"ccType,omitempty"` - CcCmd *uint32 `protobuf:"varint,4,opt,name=ccCmd" json:"ccCmd,omitempty"` - AuthPicSig []byte `protobuf:"bytes,5,opt,name=authPicSig" json:"authPicSig,omitempty"` - AuthSig []byte `protobuf:"bytes,6,opt,name=authSig" json:"authSig,omitempty"` - AuthBuf []byte `protobuf:"bytes,7,opt,name=authBuf" json:"authBuf,omitempty"` - ServerTime *uint32 `protobuf:"varint,8,opt,name=serverTime" json:"serverTime,omitempty"` - ClientTime *uint32 `protobuf:"varint,9,opt,name=clientTime" json:"clientTime,omitempty"` - Rand *uint32 `protobuf:"varint,10,opt,name=rand" json:"rand,omitempty"` - PhoneNumber *string `protobuf:"bytes,11,opt,name=phoneNumber" json:"phoneNumber,omitempty"` -} - -func (x *C2CHead) Reset() { - *x = C2CHead{} - if protoimpl.UnsafeEnabled { - mi := &file_head_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *C2CHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*C2CHead) ProtoMessage() {} - -func (x *C2CHead) ProtoReflect() protoreflect.Message { - mi := &file_head_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use C2CHead.ProtoReflect.Descriptor instead. -func (*C2CHead) Descriptor() ([]byte, []int) { - return file_head_proto_rawDescGZIP(), []int{0} + ToUin *uint64 `protobuf:"varint,1,opt"` + FromUin *uint64 `protobuf:"varint,2,opt"` + CcType *uint32 `protobuf:"varint,3,opt"` + CcCmd *uint32 `protobuf:"varint,4,opt"` + AuthPicSig []byte `protobuf:"bytes,5,opt"` + AuthSig []byte `protobuf:"bytes,6,opt"` + AuthBuf []byte `protobuf:"bytes,7,opt"` + ServerTime *uint32 `protobuf:"varint,8,opt"` + ClientTime *uint32 `protobuf:"varint,9,opt"` + Rand *uint32 `protobuf:"varint,10,opt"` + PhoneNumber *string `protobuf:"bytes,11,opt"` } func (x *C2CHead) GetToUin() uint64 { @@ -149,66 +95,30 @@ func (x *C2CHead) GetPhoneNumber() string { } type CSHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *uint64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` - Command *uint32 `protobuf:"varint,2,opt,name=command" json:"command,omitempty"` - Seq *uint32 `protobuf:"varint,3,opt,name=seq" json:"seq,omitempty"` - Version *uint32 `protobuf:"varint,4,opt,name=version" json:"version,omitempty"` - RetryTimes *uint32 `protobuf:"varint,5,opt,name=retryTimes" json:"retryTimes,omitempty"` - ClientType *uint32 `protobuf:"varint,6,opt,name=clientType" json:"clientType,omitempty"` - Pubno *uint32 `protobuf:"varint,7,opt,name=pubno" json:"pubno,omitempty"` - Localid *uint32 `protobuf:"varint,8,opt,name=localid" json:"localid,omitempty"` - Timezone *uint32 `protobuf:"varint,9,opt,name=timezone" json:"timezone,omitempty"` - ClientIp *uint32 `protobuf:"fixed32,10,opt,name=clientIp" json:"clientIp,omitempty"` - ClientPort *uint32 `protobuf:"varint,11,opt,name=clientPort" json:"clientPort,omitempty"` - ConnIp *uint32 `protobuf:"fixed32,12,opt,name=connIp" json:"connIp,omitempty"` - ConnPort *uint32 `protobuf:"varint,13,opt,name=connPort" json:"connPort,omitempty"` - InterfaceIp *uint32 `protobuf:"fixed32,14,opt,name=interfaceIp" json:"interfaceIp,omitempty"` - InterfacePort *uint32 `protobuf:"varint,15,opt,name=interfacePort" json:"interfacePort,omitempty"` - ActualIp *uint32 `protobuf:"fixed32,16,opt,name=actualIp" json:"actualIp,omitempty"` - Flag *uint32 `protobuf:"varint,17,opt,name=flag" json:"flag,omitempty"` - Timestamp *uint32 `protobuf:"fixed32,18,opt,name=timestamp" json:"timestamp,omitempty"` - Subcmd *uint32 `protobuf:"varint,19,opt,name=subcmd" json:"subcmd,omitempty"` - Result *uint32 `protobuf:"varint,20,opt,name=result" json:"result,omitempty"` - AppId *uint32 `protobuf:"varint,21,opt,name=appId" json:"appId,omitempty"` - InstanceId *uint32 `protobuf:"varint,22,opt,name=instanceId" json:"instanceId,omitempty"` - SessionId *uint64 `protobuf:"varint,23,opt,name=sessionId" json:"sessionId,omitempty"` - IdcId *uint32 `protobuf:"varint,24,opt,name=idcId" json:"idcId,omitempty"` -} - -func (x *CSHead) Reset() { - *x = CSHead{} - if protoimpl.UnsafeEnabled { - mi := &file_head_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CSHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CSHead) ProtoMessage() {} - -func (x *CSHead) ProtoReflect() protoreflect.Message { - mi := &file_head_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CSHead.ProtoReflect.Descriptor instead. -func (*CSHead) Descriptor() ([]byte, []int) { - return file_head_proto_rawDescGZIP(), []int{1} + Uin *uint64 `protobuf:"varint,1,opt"` + Command *uint32 `protobuf:"varint,2,opt"` + Seq *uint32 `protobuf:"varint,3,opt"` + Version *uint32 `protobuf:"varint,4,opt"` + RetryTimes *uint32 `protobuf:"varint,5,opt"` + ClientType *uint32 `protobuf:"varint,6,opt"` + Pubno *uint32 `protobuf:"varint,7,opt"` + Localid *uint32 `protobuf:"varint,8,opt"` + Timezone *uint32 `protobuf:"varint,9,opt"` + ClientIp *uint32 `protobuf:"fixed32,10,opt"` + ClientPort *uint32 `protobuf:"varint,11,opt"` + ConnIp *uint32 `protobuf:"fixed32,12,opt"` + ConnPort *uint32 `protobuf:"varint,13,opt"` + InterfaceIp *uint32 `protobuf:"fixed32,14,opt"` + InterfacePort *uint32 `protobuf:"varint,15,opt"` + ActualIp *uint32 `protobuf:"fixed32,16,opt"` + Flag *uint32 `protobuf:"varint,17,opt"` + Timestamp *uint32 `protobuf:"fixed32,18,opt"` + Subcmd *uint32 `protobuf:"varint,19,opt"` + Result *uint32 `protobuf:"varint,20,opt"` + AppId *uint32 `protobuf:"varint,21,opt"` + InstanceId *uint32 `protobuf:"varint,22,opt"` + SessionId *uint64 `protobuf:"varint,23,opt"` + IdcId *uint32 `protobuf:"varint,24,opt"` } func (x *CSHead) GetUin() uint64 { @@ -380,49 +290,13 @@ func (x *CSHead) GetIdcId() uint32 { } type DeltaHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - TotalLen *uint64 `protobuf:"varint,1,opt,name=totalLen" json:"totalLen,omitempty"` - Offset *uint64 `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"` - AckOffset *uint64 `protobuf:"varint,3,opt,name=ackOffset" json:"ackOffset,omitempty"` - Cookie []byte `protobuf:"bytes,4,opt,name=cookie" json:"cookie,omitempty"` - AckCookie []byte `protobuf:"bytes,5,opt,name=ackCookie" json:"ackCookie,omitempty"` - Result *uint32 `protobuf:"varint,6,opt,name=result" json:"result,omitempty"` - Flags *uint32 `protobuf:"varint,7,opt,name=flags" json:"flags,omitempty"` -} - -func (x *DeltaHead) Reset() { - *x = DeltaHead{} - if protoimpl.UnsafeEnabled { - mi := &file_head_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DeltaHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DeltaHead) ProtoMessage() {} - -func (x *DeltaHead) ProtoReflect() protoreflect.Message { - mi := &file_head_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DeltaHead.ProtoReflect.Descriptor instead. -func (*DeltaHead) Descriptor() ([]byte, []int) { - return file_head_proto_rawDescGZIP(), []int{2} + TotalLen *uint64 `protobuf:"varint,1,opt"` + Offset *uint64 `protobuf:"varint,2,opt"` + AckOffset *uint64 `protobuf:"varint,3,opt"` + Cookie []byte `protobuf:"bytes,4,opt"` + AckCookie []byte `protobuf:"bytes,5,opt"` + Result *uint32 `protobuf:"varint,6,opt"` + Flags *uint32 `protobuf:"varint,7,opt"` } func (x *DeltaHead) GetTotalLen() uint64 { @@ -475,50 +349,14 @@ func (x *DeltaHead) GetFlags() uint32 { } type IMHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - HeadType *uint32 `protobuf:"varint,1,opt,name=headType" json:"headType,omitempty"` - CsHead *CSHead `protobuf:"bytes,2,opt,name=csHead" json:"csHead,omitempty"` - S2CHead *S2CHead `protobuf:"bytes,3,opt,name=s2CHead" json:"s2CHead,omitempty"` - HttpconnHead *HttpConnHead `protobuf:"bytes,4,opt,name=httpconnHead" json:"httpconnHead,omitempty"` - PaintFlag *uint32 `protobuf:"varint,5,opt,name=paintFlag" json:"paintFlag,omitempty"` - LoginSig *LoginSig `protobuf:"bytes,6,opt,name=loginSig" json:"loginSig,omitempty"` - DeltaHead *DeltaHead `protobuf:"bytes,7,opt,name=deltaHead" json:"deltaHead,omitempty"` - C2CHead *C2CHead `protobuf:"bytes,8,opt,name=c2CHead" json:"c2CHead,omitempty"` -} - -func (x *IMHead) Reset() { - *x = IMHead{} - if protoimpl.UnsafeEnabled { - mi := &file_head_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *IMHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*IMHead) ProtoMessage() {} - -func (x *IMHead) ProtoReflect() protoreflect.Message { - mi := &file_head_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use IMHead.ProtoReflect.Descriptor instead. -func (*IMHead) Descriptor() ([]byte, []int) { - return file_head_proto_rawDescGZIP(), []int{3} + HeadType *uint32 `protobuf:"varint,1,opt"` + CsHead *CSHead `protobuf:"bytes,2,opt"` + S2CHead *S2CHead `protobuf:"bytes,3,opt"` + HttpconnHead *HttpConnHead `protobuf:"bytes,4,opt"` + PaintFlag *uint32 `protobuf:"varint,5,opt"` + LoginSig *LoginSig `protobuf:"bytes,6,opt"` + DeltaHead *DeltaHead `protobuf:"bytes,7,opt"` + C2CHead *C2CHead `protobuf:"bytes,8,opt"` } func (x *IMHead) GetHeadType() uint32 { @@ -578,67 +416,31 @@ func (x *IMHead) GetC2CHead() *C2CHead { } type HttpConnHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *uint64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` - Command *uint32 `protobuf:"varint,2,opt,name=command" json:"command,omitempty"` - SubCommand *uint32 `protobuf:"varint,3,opt,name=subCommand" json:"subCommand,omitempty"` - Seq *uint32 `protobuf:"varint,4,opt,name=seq" json:"seq,omitempty"` - Version *uint32 `protobuf:"varint,5,opt,name=version" json:"version,omitempty"` - RetryTimes *uint32 `protobuf:"varint,6,opt,name=retryTimes" json:"retryTimes,omitempty"` - ClientType *uint32 `protobuf:"varint,7,opt,name=clientType" json:"clientType,omitempty"` - PubNo *uint32 `protobuf:"varint,8,opt,name=pubNo" json:"pubNo,omitempty"` - LocalId *uint32 `protobuf:"varint,9,opt,name=localId" json:"localId,omitempty"` - TimeZone *uint32 `protobuf:"varint,10,opt,name=timeZone" json:"timeZone,omitempty"` - ClientIp *uint32 `protobuf:"fixed32,11,opt,name=clientIp" json:"clientIp,omitempty"` - ClientPort *uint32 `protobuf:"varint,12,opt,name=clientPort" json:"clientPort,omitempty"` - QzhttpIp *uint32 `protobuf:"fixed32,13,opt,name=qzhttpIp" json:"qzhttpIp,omitempty"` - QzhttpPort *uint32 `protobuf:"varint,14,opt,name=qzhttpPort" json:"qzhttpPort,omitempty"` - SppIp *uint32 `protobuf:"fixed32,15,opt,name=sppIp" json:"sppIp,omitempty"` - SppPort *uint32 `protobuf:"varint,16,opt,name=sppPort" json:"sppPort,omitempty"` - Flag *uint32 `protobuf:"varint,17,opt,name=flag" json:"flag,omitempty"` - Key []byte `protobuf:"bytes,18,opt,name=key" json:"key,omitempty"` - CompressType *uint32 `protobuf:"varint,19,opt,name=compressType" json:"compressType,omitempty"` - OriginSize *uint32 `protobuf:"varint,20,opt,name=originSize" json:"originSize,omitempty"` - ErrorCode *uint32 `protobuf:"varint,21,opt,name=errorCode" json:"errorCode,omitempty"` - Redirect *RedirectMsg `protobuf:"bytes,22,opt,name=redirect" json:"redirect,omitempty"` - CommandId *uint32 `protobuf:"varint,23,opt,name=commandId" json:"commandId,omitempty"` - ServiceCmdid *uint32 `protobuf:"varint,24,opt,name=serviceCmdid" json:"serviceCmdid,omitempty"` - Oidbhead *TransOidbHead `protobuf:"bytes,25,opt,name=oidbhead" json:"oidbhead,omitempty"` -} - -func (x *HttpConnHead) Reset() { - *x = HttpConnHead{} - if protoimpl.UnsafeEnabled { - mi := &file_head_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *HttpConnHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*HttpConnHead) ProtoMessage() {} - -func (x *HttpConnHead) ProtoReflect() protoreflect.Message { - mi := &file_head_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use HttpConnHead.ProtoReflect.Descriptor instead. -func (*HttpConnHead) Descriptor() ([]byte, []int) { - return file_head_proto_rawDescGZIP(), []int{4} + Uin *uint64 `protobuf:"varint,1,opt"` + Command *uint32 `protobuf:"varint,2,opt"` + SubCommand *uint32 `protobuf:"varint,3,opt"` + Seq *uint32 `protobuf:"varint,4,opt"` + Version *uint32 `protobuf:"varint,5,opt"` + RetryTimes *uint32 `protobuf:"varint,6,opt"` + ClientType *uint32 `protobuf:"varint,7,opt"` + PubNo *uint32 `protobuf:"varint,8,opt"` + LocalId *uint32 `protobuf:"varint,9,opt"` + TimeZone *uint32 `protobuf:"varint,10,opt"` + ClientIp *uint32 `protobuf:"fixed32,11,opt"` + ClientPort *uint32 `protobuf:"varint,12,opt"` + QzhttpIp *uint32 `protobuf:"fixed32,13,opt"` + QzhttpPort *uint32 `protobuf:"varint,14,opt"` + SppIp *uint32 `protobuf:"fixed32,15,opt"` + SppPort *uint32 `protobuf:"varint,16,opt"` + Flag *uint32 `protobuf:"varint,17,opt"` + Key []byte `protobuf:"bytes,18,opt"` + CompressType *uint32 `protobuf:"varint,19,opt"` + OriginSize *uint32 `protobuf:"varint,20,opt"` + ErrorCode *uint32 `protobuf:"varint,21,opt"` + Redirect *RedirectMsg `protobuf:"bytes,22,opt"` + CommandId *uint32 `protobuf:"varint,23,opt"` + ServiceCmdid *uint32 `protobuf:"varint,24,opt"` + Oidbhead *TransOidbHead `protobuf:"bytes,25,opt"` } func (x *HttpConnHead) GetUin() uint64 { @@ -817,44 +619,8 @@ func (x *HttpConnHead) GetOidbhead() *TransOidbHead { } type LoginSig struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"` - Sig []byte `protobuf:"bytes,2,opt,name=sig" json:"sig,omitempty"` -} - -func (x *LoginSig) Reset() { - *x = LoginSig{} - if protoimpl.UnsafeEnabled { - mi := &file_head_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *LoginSig) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*LoginSig) ProtoMessage() {} - -func (x *LoginSig) ProtoReflect() protoreflect.Message { - mi := &file_head_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use LoginSig.ProtoReflect.Descriptor instead. -func (*LoginSig) Descriptor() ([]byte, []int) { - return file_head_proto_rawDescGZIP(), []int{5} + Type *uint32 `protobuf:"varint,1,opt"` + Sig []byte `protobuf:"bytes,2,opt"` } func (x *LoginSig) GetType() uint32 { @@ -872,47 +638,11 @@ func (x *LoginSig) GetSig() []byte { } type RedirectMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - LastRedirectIp *uint32 `protobuf:"fixed32,1,opt,name=lastRedirectIp" json:"lastRedirectIp,omitempty"` - LastRedirectPort *uint32 `protobuf:"varint,2,opt,name=lastRedirectPort" json:"lastRedirectPort,omitempty"` - RedirectIp *uint32 `protobuf:"fixed32,3,opt,name=redirectIp" json:"redirectIp,omitempty"` - RedirectPort *uint32 `protobuf:"varint,4,opt,name=redirectPort" json:"redirectPort,omitempty"` - RedirectCount *uint32 `protobuf:"varint,5,opt,name=redirectCount" json:"redirectCount,omitempty"` -} - -func (x *RedirectMsg) Reset() { - *x = RedirectMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_head_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RedirectMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RedirectMsg) ProtoMessage() {} - -func (x *RedirectMsg) ProtoReflect() protoreflect.Message { - mi := &file_head_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RedirectMsg.ProtoReflect.Descriptor instead. -func (*RedirectMsg) Descriptor() ([]byte, []int) { - return file_head_proto_rawDescGZIP(), []int{6} + LastRedirectIp *uint32 `protobuf:"fixed32,1,opt"` + LastRedirectPort *uint32 `protobuf:"varint,2,opt"` + RedirectIp *uint32 `protobuf:"fixed32,3,opt"` + RedirectPort *uint32 `protobuf:"varint,4,opt"` + RedirectCount *uint32 `protobuf:"varint,5,opt"` } func (x *RedirectMsg) GetLastRedirectIp() uint32 { @@ -951,49 +681,13 @@ func (x *RedirectMsg) GetRedirectCount() uint32 { } type S2CHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SubMsgtype *uint32 `protobuf:"varint,1,opt,name=subMsgtype" json:"subMsgtype,omitempty"` - MsgType *uint32 `protobuf:"varint,2,opt,name=msgType" json:"msgType,omitempty"` - FromUin *uint64 `protobuf:"varint,3,opt,name=fromUin" json:"fromUin,omitempty"` - MsgId *uint32 `protobuf:"varint,4,opt,name=msgId" json:"msgId,omitempty"` - RelayIp *uint32 `protobuf:"fixed32,5,opt,name=relayIp" json:"relayIp,omitempty"` - RelayPort *uint32 `protobuf:"varint,6,opt,name=relayPort" json:"relayPort,omitempty"` - ToUin *uint64 `protobuf:"varint,7,opt,name=toUin" json:"toUin,omitempty"` -} - -func (x *S2CHead) Reset() { - *x = S2CHead{} - if protoimpl.UnsafeEnabled { - mi := &file_head_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *S2CHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*S2CHead) ProtoMessage() {} - -func (x *S2CHead) ProtoReflect() protoreflect.Message { - mi := &file_head_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use S2CHead.ProtoReflect.Descriptor instead. -func (*S2CHead) Descriptor() ([]byte, []int) { - return file_head_proto_rawDescGZIP(), []int{7} + SubMsgtype *uint32 `protobuf:"varint,1,opt"` + MsgType *uint32 `protobuf:"varint,2,opt"` + FromUin *uint64 `protobuf:"varint,3,opt"` + MsgId *uint32 `protobuf:"varint,4,opt"` + RelayIp *uint32 `protobuf:"fixed32,5,opt"` + RelayPort *uint32 `protobuf:"varint,6,opt"` + ToUin *uint64 `protobuf:"varint,7,opt"` } func (x *S2CHead) GetSubMsgtype() uint32 { @@ -1046,46 +740,10 @@ func (x *S2CHead) GetToUin() uint64 { } type TransOidbHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Command *uint32 `protobuf:"varint,1,opt,name=command" json:"command,omitempty"` - ServiceType *uint32 `protobuf:"varint,2,opt,name=serviceType" json:"serviceType,omitempty"` - Result *uint32 `protobuf:"varint,3,opt,name=result" json:"result,omitempty"` - ErrorMsg *string `protobuf:"bytes,4,opt,name=errorMsg" json:"errorMsg,omitempty"` -} - -func (x *TransOidbHead) Reset() { - *x = TransOidbHead{} - if protoimpl.UnsafeEnabled { - mi := &file_head_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TransOidbHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TransOidbHead) ProtoMessage() {} - -func (x *TransOidbHead) ProtoReflect() protoreflect.Message { - mi := &file_head_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TransOidbHead.ProtoReflect.Descriptor instead. -func (*TransOidbHead) Descriptor() ([]byte, []int) { - return file_head_proto_rawDescGZIP(), []int{8} + Command *uint32 `protobuf:"varint,1,opt"` + ServiceType *uint32 `protobuf:"varint,2,opt"` + Result *uint32 `protobuf:"varint,3,opt"` + ErrorMsg *string `protobuf:"bytes,4,opt"` } func (x *TransOidbHead) GetCommand() uint32 { @@ -1115,359 +773,3 @@ func (x *TransOidbHead) GetErrorMsg() string { } return "" } - -var File_head_proto protoreflect.FileDescriptor - -var file_head_proto_rawDesc = []byte{ - 0x0a, 0x0a, 0x68, 0x65, 0x61, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xb1, 0x02, 0x0a, - 0x07, 0x43, 0x32, 0x43, 0x48, 0x65, 0x61, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x55, 0x69, - 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x12, 0x18, - 0x0a, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x63, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x63, 0x63, 0x54, 0x79, 0x70, 0x65, - 0x12, 0x14, 0x0a, 0x05, 0x63, 0x63, 0x43, 0x6d, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x05, 0x63, 0x63, 0x43, 0x6d, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x75, 0x74, 0x68, 0x50, 0x69, - 0x63, 0x53, 0x69, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x61, 0x75, 0x74, 0x68, - 0x50, 0x69, 0x63, 0x53, 0x69, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x75, 0x74, 0x68, 0x53, 0x69, - 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x75, 0x74, 0x68, 0x53, 0x69, 0x67, - 0x12, 0x18, 0x0a, 0x07, 0x61, 0x75, 0x74, 0x68, 0x42, 0x75, 0x66, 0x18, 0x07, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x07, 0x61, 0x75, 0x74, 0x68, 0x42, 0x75, 0x66, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, - 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6c, - 0x69, 0x65, 0x6e, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, - 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x61, - 0x6e, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x72, 0x61, 0x6e, 0x64, 0x12, 0x20, - 0x0a, 0x0b, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x0b, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, - 0x22, 0x8c, 0x05, 0x0a, 0x06, 0x43, 0x53, 0x48, 0x65, 0x61, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x75, - 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x18, 0x0a, - 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, - 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x73, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, - 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, - 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x74, 0x72, 0x79, 0x54, 0x69, 0x6d, 0x65, - 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x72, 0x65, 0x74, 0x72, 0x79, 0x54, 0x69, - 0x6d, 0x65, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, - 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, - 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x75, 0x62, 0x6e, 0x6f, 0x18, 0x07, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x05, 0x70, 0x75, 0x62, 0x6e, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x6f, 0x63, - 0x61, 0x6c, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x6c, 0x6f, 0x63, 0x61, - 0x6c, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x74, 0x69, 0x6d, 0x65, 0x7a, 0x6f, 0x6e, 0x65, 0x18, - 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x74, 0x69, 0x6d, 0x65, 0x7a, 0x6f, 0x6e, 0x65, 0x12, - 0x1a, 0x0a, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x18, 0x0a, 0x20, 0x01, 0x28, - 0x07, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x12, 0x1e, 0x0a, 0x0a, 0x63, - 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x63, - 0x6f, 0x6e, 0x6e, 0x49, 0x70, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x07, 0x52, 0x06, 0x63, 0x6f, 0x6e, - 0x6e, 0x49, 0x70, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x6e, 0x50, 0x6f, 0x72, 0x74, 0x18, - 0x0d, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x6e, 0x50, 0x6f, 0x72, 0x74, 0x12, - 0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x49, 0x70, 0x18, 0x0e, - 0x20, 0x01, 0x28, 0x07, 0x52, 0x0b, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x49, - 0x70, 0x12, 0x24, 0x0a, 0x0d, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x50, 0x6f, - 0x72, 0x74, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, - 0x61, 0x63, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x63, 0x74, 0x75, 0x61, - 0x6c, 0x49, 0x70, 0x18, 0x10, 0x20, 0x01, 0x28, 0x07, 0x52, 0x08, 0x61, 0x63, 0x74, 0x75, 0x61, - 0x6c, 0x49, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x18, 0x11, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, - 0x74, 0x61, 0x6d, 0x70, 0x18, 0x12, 0x20, 0x01, 0x28, 0x07, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, - 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x18, - 0x13, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x12, 0x16, 0x0a, - 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, - 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x15, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x69, - 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x49, 0x64, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0a, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, - 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x17, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, - 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x64, 0x63, - 0x49, 0x64, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x64, 0x63, 0x49, 0x64, 0x22, - 0xc1, 0x01, 0x0a, 0x09, 0x44, 0x65, 0x6c, 0x74, 0x61, 0x48, 0x65, 0x61, 0x64, 0x12, 0x1a, 0x0a, - 0x08, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4c, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x08, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4c, 0x65, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, - 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, - 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x6b, 0x4f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x61, 0x63, 0x6b, 0x4f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, - 0x16, 0x0a, 0x06, 0x63, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x06, 0x63, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x6b, 0x43, 0x6f, - 0x6f, 0x6b, 0x69, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x61, 0x63, 0x6b, 0x43, - 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x14, 0x0a, - 0x05, 0x66, 0x6c, 0x61, 0x67, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x66, 0x6c, - 0x61, 0x67, 0x73, 0x22, 0xaf, 0x02, 0x0a, 0x06, 0x49, 0x4d, 0x48, 0x65, 0x61, 0x64, 0x12, 0x1a, - 0x0a, 0x08, 0x68, 0x65, 0x61, 0x64, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x08, 0x68, 0x65, 0x61, 0x64, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1f, 0x0a, 0x06, 0x63, 0x73, - 0x48, 0x65, 0x61, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x07, 0x2e, 0x43, 0x53, 0x48, - 0x65, 0x61, 0x64, 0x52, 0x06, 0x63, 0x73, 0x48, 0x65, 0x61, 0x64, 0x12, 0x22, 0x0a, 0x07, 0x73, - 0x32, 0x43, 0x48, 0x65, 0x61, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x53, - 0x32, 0x43, 0x48, 0x65, 0x61, 0x64, 0x52, 0x07, 0x73, 0x32, 0x43, 0x48, 0x65, 0x61, 0x64, 0x12, - 0x31, 0x0a, 0x0c, 0x68, 0x74, 0x74, 0x70, 0x63, 0x6f, 0x6e, 0x6e, 0x48, 0x65, 0x61, 0x64, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x48, 0x74, 0x74, 0x70, 0x43, 0x6f, 0x6e, 0x6e, - 0x48, 0x65, 0x61, 0x64, 0x52, 0x0c, 0x68, 0x74, 0x74, 0x70, 0x63, 0x6f, 0x6e, 0x6e, 0x48, 0x65, - 0x61, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x61, 0x69, 0x6e, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x70, 0x61, 0x69, 0x6e, 0x74, 0x46, 0x6c, 0x61, 0x67, - 0x12, 0x25, 0x0a, 0x08, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x53, 0x69, 0x67, 0x18, 0x06, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x53, 0x69, 0x67, 0x52, 0x08, 0x6c, - 0x6f, 0x67, 0x69, 0x6e, 0x53, 0x69, 0x67, 0x12, 0x28, 0x0a, 0x09, 0x64, 0x65, 0x6c, 0x74, 0x61, - 0x48, 0x65, 0x61, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x65, 0x6c, - 0x74, 0x61, 0x48, 0x65, 0x61, 0x64, 0x52, 0x09, 0x64, 0x65, 0x6c, 0x74, 0x61, 0x48, 0x65, 0x61, - 0x64, 0x12, 0x22, 0x0a, 0x07, 0x63, 0x32, 0x43, 0x48, 0x65, 0x61, 0x64, 0x18, 0x08, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x43, 0x32, 0x43, 0x48, 0x65, 0x61, 0x64, 0x52, 0x07, 0x63, 0x32, - 0x43, 0x48, 0x65, 0x61, 0x64, 0x22, 0xda, 0x05, 0x0a, 0x0c, 0x48, 0x74, 0x74, 0x70, 0x43, 0x6f, - 0x6e, 0x6e, 0x48, 0x65, 0x61, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6d, 0x6d, - 0x61, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x61, - 0x6e, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x75, 0x62, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x73, 0x75, 0x62, 0x43, 0x6f, 0x6d, 0x6d, 0x61, - 0x6e, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x03, 0x73, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1e, - 0x0a, 0x0a, 0x72, 0x65, 0x74, 0x72, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x18, 0x06, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0a, 0x72, 0x65, 0x74, 0x72, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x12, 0x1e, - 0x0a, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, - 0x0a, 0x05, 0x70, 0x75, 0x62, 0x4e, 0x6f, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x70, - 0x75, 0x62, 0x4e, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x49, 0x64, 0x18, - 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x49, 0x64, 0x12, 0x1a, - 0x0a, 0x08, 0x74, 0x69, 0x6d, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x08, 0x74, 0x69, 0x6d, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6c, - 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x07, 0x52, 0x08, 0x63, 0x6c, - 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, - 0x50, 0x6f, 0x72, 0x74, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x63, 0x6c, 0x69, 0x65, - 0x6e, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x71, 0x7a, 0x68, 0x74, 0x74, 0x70, - 0x49, 0x70, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x07, 0x52, 0x08, 0x71, 0x7a, 0x68, 0x74, 0x74, 0x70, - 0x49, 0x70, 0x12, 0x1e, 0x0a, 0x0a, 0x71, 0x7a, 0x68, 0x74, 0x74, 0x70, 0x50, 0x6f, 0x72, 0x74, - 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x71, 0x7a, 0x68, 0x74, 0x74, 0x70, 0x50, 0x6f, - 0x72, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x70, 0x70, 0x49, 0x70, 0x18, 0x0f, 0x20, 0x01, 0x28, - 0x07, 0x52, 0x05, 0x73, 0x70, 0x70, 0x49, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x70, 0x70, 0x50, - 0x6f, 0x72, 0x74, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x73, 0x70, 0x70, 0x50, 0x6f, - 0x72, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x12, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x70, - 0x72, 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, - 0x63, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, - 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x0a, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1c, 0x0a, 0x09, - 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x28, 0x0a, 0x08, 0x72, 0x65, - 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x52, - 0x65, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x73, 0x67, 0x52, 0x08, 0x72, 0x65, 0x64, 0x69, - 0x72, 0x65, 0x63, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x49, - 0x64, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, - 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6d, 0x64, - 0x69, 0x64, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x43, 0x6d, 0x64, 0x69, 0x64, 0x12, 0x2a, 0x0a, 0x08, 0x6f, 0x69, 0x64, 0x62, 0x68, 0x65, - 0x61, 0x64, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, - 0x4f, 0x69, 0x64, 0x62, 0x48, 0x65, 0x61, 0x64, 0x52, 0x08, 0x6f, 0x69, 0x64, 0x62, 0x68, 0x65, - 0x61, 0x64, 0x22, 0x30, 0x0a, 0x08, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x53, 0x69, 0x67, 0x12, 0x12, - 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x74, 0x79, - 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x69, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x03, 0x73, 0x69, 0x67, 0x22, 0xcb, 0x01, 0x0a, 0x0b, 0x52, 0x65, 0x64, 0x69, 0x72, 0x65, 0x63, - 0x74, 0x4d, 0x73, 0x67, 0x12, 0x26, 0x0a, 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x52, 0x65, 0x64, 0x69, - 0x72, 0x65, 0x63, 0x74, 0x49, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x07, 0x52, 0x0e, 0x6c, 0x61, - 0x73, 0x74, 0x52, 0x65, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x49, 0x70, 0x12, 0x2a, 0x0a, 0x10, - 0x6c, 0x61, 0x73, 0x74, 0x52, 0x65, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x50, 0x6f, 0x72, 0x74, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x6c, 0x61, 0x73, 0x74, 0x52, 0x65, 0x64, 0x69, - 0x72, 0x65, 0x63, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x64, 0x69, - 0x72, 0x65, 0x63, 0x74, 0x49, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x07, 0x52, 0x0a, 0x72, 0x65, - 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x49, 0x70, 0x12, 0x22, 0x0a, 0x0c, 0x72, 0x65, 0x64, 0x69, - 0x72, 0x65, 0x63, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, - 0x72, 0x65, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x24, 0x0a, 0x0d, - 0x72, 0x65, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x72, 0x65, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x75, - 0x6e, 0x74, 0x22, 0xc1, 0x01, 0x0a, 0x07, 0x53, 0x32, 0x43, 0x48, 0x65, 0x61, 0x64, 0x12, 0x1e, - 0x0a, 0x0a, 0x73, 0x75, 0x62, 0x4d, 0x73, 0x67, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0a, 0x73, 0x75, 0x62, 0x4d, 0x73, 0x67, 0x74, 0x79, 0x70, 0x65, 0x12, 0x18, - 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x72, 0x6f, 0x6d, - 0x55, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, - 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x73, 0x67, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x05, 0x6d, 0x73, 0x67, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x61, - 0x79, 0x49, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x07, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x61, 0x79, - 0x49, 0x70, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x6c, 0x61, 0x79, 0x50, 0x6f, 0x72, 0x74, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x72, 0x65, 0x6c, 0x61, 0x79, 0x50, 0x6f, 0x72, 0x74, - 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x22, 0x7f, 0x0a, 0x0d, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x4f, - 0x69, 0x64, 0x62, 0x48, 0x65, 0x61, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x61, - 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, - 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, - 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x65, - 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, - 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x42, 0x08, 0x5a, 0x06, 0x2e, 0x2f, 0x3b, 0x6d, 0x73, - 0x67, -} - -var ( - file_head_proto_rawDescOnce sync.Once - file_head_proto_rawDescData = file_head_proto_rawDesc -) - -func file_head_proto_rawDescGZIP() []byte { - file_head_proto_rawDescOnce.Do(func() { - file_head_proto_rawDescData = protoimpl.X.CompressGZIP(file_head_proto_rawDescData) - }) - return file_head_proto_rawDescData -} - -var file_head_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_head_proto_goTypes = []interface{}{ - (*C2CHead)(nil), // 0: C2CHead - (*CSHead)(nil), // 1: CSHead - (*DeltaHead)(nil), // 2: DeltaHead - (*IMHead)(nil), // 3: IMHead - (*HttpConnHead)(nil), // 4: HttpConnHead - (*LoginSig)(nil), // 5: LoginSig - (*RedirectMsg)(nil), // 6: RedirectMsg - (*S2CHead)(nil), // 7: S2CHead - (*TransOidbHead)(nil), // 8: TransOidbHead -} -var file_head_proto_depIdxs = []int32{ - 1, // 0: IMHead.csHead:type_name -> CSHead - 7, // 1: IMHead.s2CHead:type_name -> S2CHead - 4, // 2: IMHead.httpconnHead:type_name -> HttpConnHead - 5, // 3: IMHead.loginSig:type_name -> LoginSig - 2, // 4: IMHead.deltaHead:type_name -> DeltaHead - 0, // 5: IMHead.c2CHead:type_name -> C2CHead - 6, // 6: HttpConnHead.redirect:type_name -> RedirectMsg - 8, // 7: HttpConnHead.oidbhead:type_name -> TransOidbHead - 8, // [8:8] is the sub-list for method output_type - 8, // [8:8] is the sub-list for method input_type - 8, // [8:8] is the sub-list for extension type_name - 8, // [8:8] is the sub-list for extension extendee - 0, // [0:8] is the sub-list for field type_name -} - -func init() { file_head_proto_init() } -func file_head_proto_init() { - if File_head_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_head_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*C2CHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_head_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CSHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_head_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeltaHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_head_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*IMHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_head_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*HttpConnHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_head_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LoginSig); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_head_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RedirectMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_head_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*S2CHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_head_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TransOidbHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_head_proto_rawDesc, - NumEnums: 0, - NumMessages: 9, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_head_proto_goTypes, - DependencyIndexes: file_head_proto_depIdxs, - MessageInfos: file_head_proto_msgTypes, - }.Build() - File_head_proto = out.File - file_head_proto_rawDesc = nil - file_head_proto_goTypes = nil - file_head_proto_depIdxs = nil -} diff --git a/client/pb/msg/msg.pb.go b/client/pb/msg/msg.pb.go index 5ba61093..144ec6a9 100644 --- a/client/pb/msg/msg.pb.go +++ b/client/pb/msg/msg.pb.go @@ -1,26 +1,8 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: pb/msg/msg.proto package msg -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type SyncFlag int32 const ( @@ -29,106 +11,25 @@ const ( SyncFlag_STOP SyncFlag = 2 ) -// Enum value maps for SyncFlag. -var ( - SyncFlag_name = map[int32]string{ - 0: "START", - 1: "CONTINUME", - 2: "STOP", - } - SyncFlag_value = map[string]int32{ - "START": 0, - "CONTINUME": 1, - "STOP": 2, - } -) - func (x SyncFlag) Enum() *SyncFlag { p := new(SyncFlag) *p = x return p } -func (x SyncFlag) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (SyncFlag) Descriptor() protoreflect.EnumDescriptor { - return file_pb_msg_msg_proto_enumTypes[0].Descriptor() -} - -func (SyncFlag) Type() protoreflect.EnumType { - return &file_pb_msg_msg_proto_enumTypes[0] -} - -func (x SyncFlag) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Do not use. -func (x *SyncFlag) UnmarshalJSON(b []byte) error { - num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) - if err != nil { - return err - } - *x = SyncFlag(num) - return nil -} - -// Deprecated: Use SyncFlag.Descriptor instead. -func (SyncFlag) EnumDescriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{0} -} - type GetMessageRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SyncFlag *SyncFlag `protobuf:"varint,1,opt,name=syncFlag,enum=msg.SyncFlag" json:"syncFlag,omitempty"` - SyncCookie []byte `protobuf:"bytes,2,opt,name=syncCookie" json:"syncCookie,omitempty"` - RambleFlag *int32 `protobuf:"varint,3,opt,name=rambleFlag" json:"rambleFlag,omitempty"` - LatestRambleNumber *int32 `protobuf:"varint,4,opt,name=latestRambleNumber" json:"latestRambleNumber,omitempty"` - OtherRambleNumber *int32 `protobuf:"varint,5,opt,name=otherRambleNumber" json:"otherRambleNumber,omitempty"` - OnlineSyncFlag *int32 `protobuf:"varint,6,opt,name=onlineSyncFlag" json:"onlineSyncFlag,omitempty"` - ContextFlag *int32 `protobuf:"varint,7,opt,name=contextFlag" json:"contextFlag,omitempty"` - WhisperSessionId *int32 `protobuf:"varint,8,opt,name=whisperSessionId" json:"whisperSessionId,omitempty"` - MsgReqType *int32 `protobuf:"varint,9,opt,name=msgReqType" json:"msgReqType,omitempty"` - PubaccountCookie []byte `protobuf:"bytes,10,opt,name=pubaccountCookie" json:"pubaccountCookie,omitempty"` - MsgCtrlBuf []byte `protobuf:"bytes,11,opt,name=msgCtrlBuf" json:"msgCtrlBuf,omitempty"` - ServerBuf []byte `protobuf:"bytes,12,opt,name=serverBuf" json:"serverBuf,omitempty"` -} - -func (x *GetMessageRequest) Reset() { - *x = GetMessageRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetMessageRequest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetMessageRequest) ProtoMessage() {} - -func (x *GetMessageRequest) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetMessageRequest.ProtoReflect.Descriptor instead. -func (*GetMessageRequest) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{0} + SyncFlag *SyncFlag `protobuf:"varint,1,opt"` + SyncCookie []byte `protobuf:"bytes,2,opt"` + RambleFlag *int32 `protobuf:"varint,3,opt"` + LatestRambleNumber *int32 `protobuf:"varint,4,opt"` + OtherRambleNumber *int32 `protobuf:"varint,5,opt"` + OnlineSyncFlag *int32 `protobuf:"varint,6,opt"` + ContextFlag *int32 `protobuf:"varint,7,opt"` + WhisperSessionId *int32 `protobuf:"varint,8,opt"` + MsgReqType *int32 `protobuf:"varint,9,opt"` + PubaccountCookie []byte `protobuf:"bytes,10,opt"` + MsgCtrlBuf []byte `protobuf:"bytes,11,opt"` + ServerBuf []byte `protobuf:"bytes,12,opt"` } func (x *GetMessageRequest) GetSyncFlag() SyncFlag { @@ -216,56 +117,20 @@ func (x *GetMessageRequest) GetServerBuf() []byte { } type SendMessageRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RoutingHead *RoutingHead `protobuf:"bytes,1,opt,name=routingHead" json:"routingHead,omitempty"` - ContentHead *ContentHead `protobuf:"bytes,2,opt,name=contentHead" json:"contentHead,omitempty"` - MsgBody *MessageBody `protobuf:"bytes,3,opt,name=msgBody" json:"msgBody,omitempty"` - MsgSeq *int32 `protobuf:"varint,4,opt,name=msgSeq" json:"msgSeq,omitempty"` - MsgRand *int32 `protobuf:"varint,5,opt,name=msgRand" json:"msgRand,omitempty"` - SyncCookie []byte `protobuf:"bytes,6,opt,name=syncCookie" json:"syncCookie,omitempty"` + RoutingHead *RoutingHead `protobuf:"bytes,1,opt"` + ContentHead *ContentHead `protobuf:"bytes,2,opt"` + MsgBody *MessageBody `protobuf:"bytes,3,opt"` + MsgSeq *int32 `protobuf:"varint,4,opt"` + MsgRand *int32 `protobuf:"varint,5,opt"` + SyncCookie []byte `protobuf:"bytes,6,opt"` //MsgComm.AppShareInfo? appShare = 7; - MsgVia *int32 `protobuf:"varint,8,opt,name=msgVia" json:"msgVia,omitempty"` - DataStatist *int32 `protobuf:"varint,9,opt,name=dataStatist" json:"dataStatist,omitempty"` + MsgVia *int32 `protobuf:"varint,8,opt"` + DataStatist *int32 `protobuf:"varint,9,opt"` //MultiMsgAssist? multiMsgAssist = 10; //PbInputNotifyInfo? inputNotifyInfo = 11; - MsgCtrl *MsgCtrl `protobuf:"bytes,12,opt,name=msgCtrl" json:"msgCtrl,omitempty"` + MsgCtrl *MsgCtrl `protobuf:"bytes,12,opt"` //ImReceipt.ReceiptReq? receiptReq = 13; - MultiSendSeq *int32 `protobuf:"varint,14,opt,name=multiSendSeq" json:"multiSendSeq,omitempty"` -} - -func (x *SendMessageRequest) Reset() { - *x = SendMessageRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SendMessageRequest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SendMessageRequest) ProtoMessage() {} - -func (x *SendMessageRequest) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SendMessageRequest.ProtoReflect.Descriptor instead. -func (*SendMessageRequest) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{1} + MultiSendSeq *int32 `protobuf:"varint,14,opt"` } func (x *SendMessageRequest) GetRoutingHead() *RoutingHead { @@ -339,44 +204,8 @@ func (x *SendMessageRequest) GetMultiSendSeq() int32 { } type SendMessageResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result *int32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` - ErrMsg *string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` -} - -func (x *SendMessageResponse) Reset() { - *x = SendMessageResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SendMessageResponse) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SendMessageResponse) ProtoMessage() {} - -func (x *SendMessageResponse) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SendMessageResponse.ProtoReflect.Descriptor instead. -func (*SendMessageResponse) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{2} + Result *int32 `protobuf:"varint,1,opt"` + ErrMsg *string `protobuf:"bytes,2,opt"` } func (x *SendMessageResponse) GetResult() int32 { @@ -394,44 +223,8 @@ func (x *SendMessageResponse) GetErrMsg() string { } type MsgWithDrawReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - C2CWithDraw []*C2CMsgWithDrawReq `protobuf:"bytes,1,rep,name=c2cWithDraw" json:"c2cWithDraw,omitempty"` - GroupWithDraw []*GroupMsgWithDrawReq `protobuf:"bytes,2,rep,name=groupWithDraw" json:"groupWithDraw,omitempty"` -} - -func (x *MsgWithDrawReq) Reset() { - *x = MsgWithDrawReq{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MsgWithDrawReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MsgWithDrawReq) ProtoMessage() {} - -func (x *MsgWithDrawReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MsgWithDrawReq.ProtoReflect.Descriptor instead. -func (*MsgWithDrawReq) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{3} + C2CWithDraw []*C2CMsgWithDrawReq `protobuf:"bytes,1,rep"` + GroupWithDraw []*GroupMsgWithDrawReq `protobuf:"bytes,2,rep"` } func (x *MsgWithDrawReq) GetC2CWithDraw() []*C2CMsgWithDrawReq { @@ -449,46 +242,10 @@ func (x *MsgWithDrawReq) GetGroupWithDraw() []*GroupMsgWithDrawReq { } type C2CMsgWithDrawReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgInfo []*C2CMsgInfo `protobuf:"bytes,1,rep,name=msgInfo" json:"msgInfo,omitempty"` - LongMessageFlag *int32 `protobuf:"varint,2,opt,name=longMessageFlag" json:"longMessageFlag,omitempty"` - Reserved []byte `protobuf:"bytes,3,opt,name=reserved" json:"reserved,omitempty"` - SubCmd *int32 `protobuf:"varint,4,opt,name=subCmd" json:"subCmd,omitempty"` -} - -func (x *C2CMsgWithDrawReq) Reset() { - *x = C2CMsgWithDrawReq{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *C2CMsgWithDrawReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*C2CMsgWithDrawReq) ProtoMessage() {} - -func (x *C2CMsgWithDrawReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use C2CMsgWithDrawReq.ProtoReflect.Descriptor instead. -func (*C2CMsgWithDrawReq) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{4} + MsgInfo []*C2CMsgInfo `protobuf:"bytes,1,rep"` + LongMessageFlag *int32 `protobuf:"varint,2,opt"` + Reserved []byte `protobuf:"bytes,3,opt"` + SubCmd *int32 `protobuf:"varint,4,opt"` } func (x *C2CMsgWithDrawReq) GetMsgInfo() []*C2CMsgInfo { @@ -520,47 +277,11 @@ func (x *C2CMsgWithDrawReq) GetSubCmd() int32 { } type GroupMsgWithDrawReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SubCmd *int32 `protobuf:"varint,1,opt,name=subCmd" json:"subCmd,omitempty"` - GroupType *int32 `protobuf:"varint,2,opt,name=groupType" json:"groupType,omitempty"` - GroupCode *int64 `protobuf:"varint,3,opt,name=groupCode" json:"groupCode,omitempty"` - MsgList []*GroupMsgInfo `protobuf:"bytes,4,rep,name=msgList" json:"msgList,omitempty"` - UserDef []byte `protobuf:"bytes,5,opt,name=userDef" json:"userDef,omitempty"` -} - -func (x *GroupMsgWithDrawReq) Reset() { - *x = GroupMsgWithDrawReq{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupMsgWithDrawReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupMsgWithDrawReq) ProtoMessage() {} - -func (x *GroupMsgWithDrawReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupMsgWithDrawReq.ProtoReflect.Descriptor instead. -func (*GroupMsgWithDrawReq) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{5} + SubCmd *int32 `protobuf:"varint,1,opt"` + GroupType *int32 `protobuf:"varint,2,opt"` + GroupCode *int64 `protobuf:"varint,3,opt"` + MsgList []*GroupMsgInfo `protobuf:"bytes,4,rep"` + UserDef []byte `protobuf:"bytes,5,opt"` } func (x *GroupMsgWithDrawReq) GetSubCmd() int32 { @@ -599,44 +320,8 @@ func (x *GroupMsgWithDrawReq) GetUserDef() []byte { } type MsgWithDrawResp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - C2CWithDraw []*C2CMsgWithDrawResp `protobuf:"bytes,1,rep,name=c2cWithDraw" json:"c2cWithDraw,omitempty"` - GroupWithDraw []*GroupMsgWithDrawResp `protobuf:"bytes,2,rep,name=groupWithDraw" json:"groupWithDraw,omitempty"` -} - -func (x *MsgWithDrawResp) Reset() { - *x = MsgWithDrawResp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MsgWithDrawResp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MsgWithDrawResp) ProtoMessage() {} - -func (x *MsgWithDrawResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MsgWithDrawResp.ProtoReflect.Descriptor instead. -func (*MsgWithDrawResp) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{6} + C2CWithDraw []*C2CMsgWithDrawResp `protobuf:"bytes,1,rep"` + GroupWithDraw []*GroupMsgWithDrawResp `protobuf:"bytes,2,rep"` } func (x *MsgWithDrawResp) GetC2CWithDraw() []*C2CMsgWithDrawResp { @@ -654,44 +339,8 @@ func (x *MsgWithDrawResp) GetGroupWithDraw() []*GroupMsgWithDrawResp { } type C2CMsgWithDrawResp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result *int32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` - ErrMsg *string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` -} - -func (x *C2CMsgWithDrawResp) Reset() { - *x = C2CMsgWithDrawResp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *C2CMsgWithDrawResp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*C2CMsgWithDrawResp) ProtoMessage() {} - -func (x *C2CMsgWithDrawResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use C2CMsgWithDrawResp.ProtoReflect.Descriptor instead. -func (*C2CMsgWithDrawResp) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{7} + Result *int32 `protobuf:"varint,1,opt"` + ErrMsg *string `protobuf:"bytes,2,opt"` } func (x *C2CMsgWithDrawResp) GetResult() int32 { @@ -709,44 +358,8 @@ func (x *C2CMsgWithDrawResp) GetErrMsg() string { } type GroupMsgWithDrawResp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result *int32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` - ErrMsg *string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` -} - -func (x *GroupMsgWithDrawResp) Reset() { - *x = GroupMsgWithDrawResp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupMsgWithDrawResp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupMsgWithDrawResp) ProtoMessage() {} - -func (x *GroupMsgWithDrawResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupMsgWithDrawResp.ProtoReflect.Descriptor instead. -func (*GroupMsgWithDrawResp) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{8} + Result *int32 `protobuf:"varint,1,opt"` + ErrMsg *string `protobuf:"bytes,2,opt"` } func (x *GroupMsgWithDrawResp) GetResult() int32 { @@ -764,45 +377,9 @@ func (x *GroupMsgWithDrawResp) GetErrMsg() string { } type GroupMsgInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgSeq *int32 `protobuf:"varint,1,opt,name=msgSeq" json:"msgSeq,omitempty"` - MsgRandom *int32 `protobuf:"varint,2,opt,name=msgRandom" json:"msgRandom,omitempty"` - MsgType *int32 `protobuf:"varint,3,opt,name=msgType" json:"msgType,omitempty"` -} - -func (x *GroupMsgInfo) Reset() { - *x = GroupMsgInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupMsgInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupMsgInfo) ProtoMessage() {} - -func (x *GroupMsgInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupMsgInfo.ProtoReflect.Descriptor instead. -func (*GroupMsgInfo) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{9} + MsgSeq *int32 `protobuf:"varint,1,opt"` + MsgRandom *int32 `protobuf:"varint,2,opt"` + MsgType *int32 `protobuf:"varint,3,opt"` } func (x *GroupMsgInfo) GetMsgSeq() int32 { @@ -827,53 +404,17 @@ func (x *GroupMsgInfo) GetMsgType() int32 { } type C2CMsgInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FromUin *int64 `protobuf:"varint,1,opt,name=fromUin" json:"fromUin,omitempty"` - ToUin *int64 `protobuf:"varint,2,opt,name=toUin" json:"toUin,omitempty"` - MsgSeq *int32 `protobuf:"varint,3,opt,name=msgSeq" json:"msgSeq,omitempty"` - MsgUid *int64 `protobuf:"varint,4,opt,name=msgUid" json:"msgUid,omitempty"` - MsgTime *int64 `protobuf:"varint,5,opt,name=msgTime" json:"msgTime,omitempty"` - MsgRandom *int32 `protobuf:"varint,6,opt,name=msgRandom" json:"msgRandom,omitempty"` - PkgNum *int32 `protobuf:"varint,7,opt,name=pkgNum" json:"pkgNum,omitempty"` - PkgIndex *int32 `protobuf:"varint,8,opt,name=pkgIndex" json:"pkgIndex,omitempty"` - DivSeq *int32 `protobuf:"varint,9,opt,name=divSeq" json:"divSeq,omitempty"` - MsgType *int32 `protobuf:"varint,10,opt,name=msgType" json:"msgType,omitempty"` - RoutingHead *RoutingHead `protobuf:"bytes,20,opt,name=routingHead" json:"routingHead,omitempty"` -} - -func (x *C2CMsgInfo) Reset() { - *x = C2CMsgInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *C2CMsgInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*C2CMsgInfo) ProtoMessage() {} - -func (x *C2CMsgInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use C2CMsgInfo.ProtoReflect.Descriptor instead. -func (*C2CMsgInfo) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{10} + FromUin *int64 `protobuf:"varint,1,opt"` + ToUin *int64 `protobuf:"varint,2,opt"` + MsgSeq *int32 `protobuf:"varint,3,opt"` + MsgUid *int64 `protobuf:"varint,4,opt"` + MsgTime *int64 `protobuf:"varint,5,opt"` + MsgRandom *int32 `protobuf:"varint,6,opt"` + PkgNum *int32 `protobuf:"varint,7,opt"` + PkgIndex *int32 `protobuf:"varint,8,opt"` + DivSeq *int32 `protobuf:"varint,9,opt"` + MsgType *int32 `protobuf:"varint,10,opt"` + RoutingHead *RoutingHead `protobuf:"bytes,20,opt"` } func (x *C2CMsgInfo) GetFromUin() int64 { @@ -954,46 +495,10 @@ func (x *C2CMsgInfo) GetRoutingHead() *RoutingHead { } type RoutingHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - C2C *C2C `protobuf:"bytes,1,opt,name=c2c" json:"c2c,omitempty"` - Grp *Grp `protobuf:"bytes,2,opt,name=grp" json:"grp,omitempty"` - GrpTmp *GrpTmp `protobuf:"bytes,3,opt,name=grpTmp" json:"grpTmp,omitempty"` - WpaTmp *WPATmp `protobuf:"bytes,6,opt,name=wpaTmp" json:"wpaTmp,omitempty"` -} - -func (x *RoutingHead) Reset() { - *x = RoutingHead{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RoutingHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RoutingHead) ProtoMessage() {} - -func (x *RoutingHead) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RoutingHead.ProtoReflect.Descriptor instead. -func (*RoutingHead) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{11} + C2C *C2C `protobuf:"bytes,1,opt"` + Grp *Grp `protobuf:"bytes,2,opt"` + GrpTmp *GrpTmp `protobuf:"bytes,3,opt"` + WpaTmp *WPATmp `protobuf:"bytes,6,opt"` } func (x *RoutingHead) GetC2C() *C2C { @@ -1025,44 +530,8 @@ func (x *RoutingHead) GetWpaTmp() *WPATmp { } type WPATmp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ToUin *uint64 `protobuf:"varint,1,opt,name=toUin" json:"toUin,omitempty"` - Sig []byte `protobuf:"bytes,2,opt,name=sig" json:"sig,omitempty"` -} - -func (x *WPATmp) Reset() { - *x = WPATmp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *WPATmp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*WPATmp) ProtoMessage() {} - -func (x *WPATmp) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use WPATmp.ProtoReflect.Descriptor instead. -func (*WPATmp) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{12} + ToUin *uint64 `protobuf:"varint,1,opt"` + Sig []byte `protobuf:"bytes,2,opt"` } func (x *WPATmp) GetToUin() uint64 { @@ -1080,43 +549,7 @@ func (x *WPATmp) GetSig() []byte { } type C2C struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ToUin *int64 `protobuf:"varint,1,opt,name=toUin" json:"toUin,omitempty"` -} - -func (x *C2C) Reset() { - *x = C2C{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *C2C) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*C2C) ProtoMessage() {} - -func (x *C2C) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use C2C.ProtoReflect.Descriptor instead. -func (*C2C) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{13} + ToUin *int64 `protobuf:"varint,1,opt"` } func (x *C2C) GetToUin() int64 { @@ -1127,43 +560,7 @@ func (x *C2C) GetToUin() int64 { } type Grp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *int64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` -} - -func (x *Grp) Reset() { - *x = Grp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Grp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Grp) ProtoMessage() {} - -func (x *Grp) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Grp.ProtoReflect.Descriptor instead. -func (*Grp) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{14} + GroupCode *int64 `protobuf:"varint,1,opt"` } func (x *Grp) GetGroupCode() int64 { @@ -1174,44 +571,8 @@ func (x *Grp) GetGroupCode() int64 { } type GrpTmp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupUin *int64 `protobuf:"varint,1,opt,name=groupUin" json:"groupUin,omitempty"` - ToUin *int64 `protobuf:"varint,2,opt,name=toUin" json:"toUin,omitempty"` -} - -func (x *GrpTmp) Reset() { - *x = GrpTmp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GrpTmp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GrpTmp) ProtoMessage() {} - -func (x *GrpTmp) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GrpTmp.ProtoReflect.Descriptor instead. -func (*GrpTmp) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{15} + GroupUin *int64 `protobuf:"varint,1,opt"` + ToUin *int64 `protobuf:"varint,2,opt"` } func (x *GrpTmp) GetGroupUin() int64 { @@ -1229,43 +590,7 @@ func (x *GrpTmp) GetToUin() int64 { } type MsgCtrl struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgFlag *int32 `protobuf:"varint,1,opt,name=msgFlag" json:"msgFlag,omitempty"` -} - -func (x *MsgCtrl) Reset() { - *x = MsgCtrl{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[16] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MsgCtrl) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MsgCtrl) ProtoMessage() {} - -func (x *MsgCtrl) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[16] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MsgCtrl.ProtoReflect.Descriptor instead. -func (*MsgCtrl) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{16} + MsgFlag *int32 `protobuf:"varint,1,opt"` } func (x *MsgCtrl) GetMsgFlag() int32 { @@ -1276,52 +601,16 @@ func (x *MsgCtrl) GetMsgFlag() int32 { } type GetMessageResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result *int32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` - ErrorMessage *string `protobuf:"bytes,2,opt,name=errorMessage" json:"errorMessage,omitempty"` - SyncCookie []byte `protobuf:"bytes,3,opt,name=syncCookie" json:"syncCookie,omitempty"` - SyncFlag *SyncFlag `protobuf:"varint,4,opt,name=syncFlag,enum=msg.SyncFlag" json:"syncFlag,omitempty"` - UinPairMsgs []*UinPairMessage `protobuf:"bytes,5,rep,name=uinPairMsgs" json:"uinPairMsgs,omitempty"` - BindUin *int64 `protobuf:"varint,6,opt,name=bindUin" json:"bindUin,omitempty"` - MsgRspType *int32 `protobuf:"varint,7,opt,name=msgRspType" json:"msgRspType,omitempty"` - PubAccountCookie []byte `protobuf:"bytes,8,opt,name=pubAccountCookie" json:"pubAccountCookie,omitempty"` - IsPartialSync *bool `protobuf:"varint,9,opt,name=isPartialSync" json:"isPartialSync,omitempty"` - MsgCtrlBuf []byte `protobuf:"bytes,10,opt,name=msgCtrlBuf" json:"msgCtrlBuf,omitempty"` -} - -func (x *GetMessageResponse) Reset() { - *x = GetMessageResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[17] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetMessageResponse) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetMessageResponse) ProtoMessage() {} - -func (x *GetMessageResponse) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[17] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetMessageResponse.ProtoReflect.Descriptor instead. -func (*GetMessageResponse) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{17} + Result *int32 `protobuf:"varint,1,opt"` + ErrorMessage *string `protobuf:"bytes,2,opt"` + SyncCookie []byte `protobuf:"bytes,3,opt"` + SyncFlag *SyncFlag `protobuf:"varint,4,opt"` + UinPairMsgs []*UinPairMessage `protobuf:"bytes,5,rep"` + BindUin *int64 `protobuf:"varint,6,opt"` + MsgRspType *int32 `protobuf:"varint,7,opt"` + PubAccountCookie []byte `protobuf:"bytes,8,opt"` + IsPartialSync *bool `protobuf:"varint,9,opt"` + MsgCtrlBuf []byte `protobuf:"bytes,10,opt"` } func (x *GetMessageResponse) GetResult() int32 { @@ -1395,47 +684,11 @@ func (x *GetMessageResponse) GetMsgCtrlBuf() []byte { } type PushMessagePacket struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Message *Message `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"` - Svrip *int32 `protobuf:"varint,2,opt,name=svrip" json:"svrip,omitempty"` - PushToken []byte `protobuf:"bytes,3,opt,name=pushToken" json:"pushToken,omitempty"` - PingFLag *int32 `protobuf:"varint,4,opt,name=pingFLag" json:"pingFLag,omitempty"` - GeneralFlag *int32 `protobuf:"varint,9,opt,name=generalFlag" json:"generalFlag,omitempty"` -} - -func (x *PushMessagePacket) Reset() { - *x = PushMessagePacket{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[18] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PushMessagePacket) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PushMessagePacket) ProtoMessage() {} - -func (x *PushMessagePacket) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[18] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PushMessagePacket.ProtoReflect.Descriptor instead. -func (*PushMessagePacket) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{18} + Message *Message `protobuf:"bytes,1,opt"` + Svrip *int32 `protobuf:"varint,2,opt"` + PushToken []byte `protobuf:"bytes,3,opt"` + PingFLag *int32 `protobuf:"varint,4,opt"` + GeneralFlag *int32 `protobuf:"varint,9,opt"` } func (x *PushMessagePacket) GetMessage() *Message { @@ -1474,46 +727,10 @@ func (x *PushMessagePacket) GetGeneralFlag() int32 { } type UinPairMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - LastReadTime *int32 `protobuf:"varint,1,opt,name=lastReadTime" json:"lastReadTime,omitempty"` - PeerUin *int64 `protobuf:"varint,2,opt,name=peerUin" json:"peerUin,omitempty"` - MsgCompleted *int32 `protobuf:"varint,3,opt,name=msgCompleted" json:"msgCompleted,omitempty"` - Messages []*Message `protobuf:"bytes,4,rep,name=messages" json:"messages,omitempty"` -} - -func (x *UinPairMessage) Reset() { - *x = UinPairMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[19] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UinPairMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UinPairMessage) ProtoMessage() {} - -func (x *UinPairMessage) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[19] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UinPairMessage.ProtoReflect.Descriptor instead. -func (*UinPairMessage) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{19} + LastReadTime *int32 `protobuf:"varint,1,opt"` + PeerUin *int64 `protobuf:"varint,2,opt"` + MsgCompleted *int32 `protobuf:"varint,3,opt"` + Messages []*Message `protobuf:"bytes,4,rep"` } func (x *UinPairMessage) GetLastReadTime() int32 { @@ -1545,45 +762,9 @@ func (x *UinPairMessage) GetMessages() []*Message { } type Message struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Head *MessageHead `protobuf:"bytes,1,opt,name=head" json:"head,omitempty"` - Content *ContentHead `protobuf:"bytes,2,opt,name=content" json:"content,omitempty"` - Body *MessageBody `protobuf:"bytes,3,opt,name=body" json:"body,omitempty"` -} - -func (x *Message) Reset() { - *x = Message{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[20] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Message) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Message) ProtoMessage() {} - -func (x *Message) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[20] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Message.ProtoReflect.Descriptor instead. -func (*Message) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{20} + Head *MessageHead `protobuf:"bytes,1,opt"` + Content *ContentHead `protobuf:"bytes,2,opt"` + Body *MessageBody `protobuf:"bytes,3,opt"` } func (x *Message) GetHead() *MessageHead { @@ -1608,45 +789,9 @@ func (x *Message) GetBody() *MessageBody { } type MessageBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RichText *RichText `protobuf:"bytes,1,opt,name=richText" json:"richText,omitempty"` - MsgContent []byte `protobuf:"bytes,2,opt,name=msgContent" json:"msgContent,omitempty"` - MsgEncryptContent []byte `protobuf:"bytes,3,opt,name=msgEncryptContent" json:"msgEncryptContent,omitempty"` -} - -func (x *MessageBody) Reset() { - *x = MessageBody{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[21] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MessageBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MessageBody) ProtoMessage() {} - -func (x *MessageBody) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[21] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MessageBody.ProtoReflect.Descriptor instead. -func (*MessageBody) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{21} + RichText *RichText `protobuf:"bytes,1,opt"` + MsgContent []byte `protobuf:"bytes,2,opt"` + MsgEncryptContent []byte `protobuf:"bytes,3,opt"` } func (x *MessageBody) GetRichText() *RichText { @@ -1671,46 +816,10 @@ func (x *MessageBody) GetMsgEncryptContent() []byte { } type RichText struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Attr *Attr `protobuf:"bytes,1,opt,name=attr" json:"attr,omitempty"` - Elems []*Elem `protobuf:"bytes,2,rep,name=elems" json:"elems,omitempty"` - NotOnlineFile *NotOnlineFile `protobuf:"bytes,3,opt,name=notOnlineFile" json:"notOnlineFile,omitempty"` - Ptt *Ptt `protobuf:"bytes,4,opt,name=ptt" json:"ptt,omitempty"` -} - -func (x *RichText) Reset() { - *x = RichText{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[22] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RichText) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RichText) ProtoMessage() {} - -func (x *RichText) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[22] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RichText.ProtoReflect.Descriptor instead. -func (*RichText) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{22} + Attr *Attr `protobuf:"bytes,1,opt"` + Elems []*Elem `protobuf:"bytes,2,rep"` + NotOnlineFile *NotOnlineFile `protobuf:"bytes,3,opt"` + Ptt *Ptt `protobuf:"bytes,4,opt"` } func (x *RichText) GetAttr() *Attr { @@ -1742,47 +851,43 @@ func (x *RichText) GetPtt() *Ptt { } type Elem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Text *Text `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"` - Face *Face `protobuf:"bytes,2,opt,name=face" json:"face,omitempty"` - OnlineImage *OnlineImage `protobuf:"bytes,3,opt,name=onlineImage" json:"onlineImage,omitempty"` - NotOnlineImage *NotOnlineImage `protobuf:"bytes,4,opt,name=notOnlineImage" json:"notOnlineImage,omitempty"` - TransElemInfo *TransElem `protobuf:"bytes,5,opt,name=transElemInfo" json:"transElemInfo,omitempty"` - MarketFace *MarketFace `protobuf:"bytes,6,opt,name=marketFace" json:"marketFace,omitempty"` + Text *Text `protobuf:"bytes,1,opt"` + Face *Face `protobuf:"bytes,2,opt"` + OnlineImage *OnlineImage `protobuf:"bytes,3,opt"` + NotOnlineImage *NotOnlineImage `protobuf:"bytes,4,opt"` + TransElemInfo *TransElem `protobuf:"bytes,5,opt"` + MarketFace *MarketFace `protobuf:"bytes,6,opt"` //ElemFlags elemFlags = 7; - CustomFace *CustomFace `protobuf:"bytes,8,opt,name=customFace" json:"customFace,omitempty"` - ElemFlags2 *ElemFlags2 `protobuf:"bytes,9,opt,name=elemFlags2" json:"elemFlags2,omitempty"` + CustomFace *CustomFace `protobuf:"bytes,8,opt"` + ElemFlags2 *ElemFlags2 `protobuf:"bytes,9,opt"` //FunFace funFace = 10; //SecretFileMsg secretFile = 11; - RichMsg *RichMsg `protobuf:"bytes,12,opt,name=richMsg" json:"richMsg,omitempty"` - GroupFile *GroupFile `protobuf:"bytes,13,opt,name=groupFile" json:"groupFile,omitempty"` + RichMsg *RichMsg `protobuf:"bytes,12,opt"` + GroupFile *GroupFile `protobuf:"bytes,13,opt"` //PubGroup pubGroup = 14; //MarketTrans marketTrans = 15; - ExtraInfo *ExtraInfo `protobuf:"bytes,16,opt,name=extraInfo" json:"extraInfo,omitempty"` + ExtraInfo *ExtraInfo `protobuf:"bytes,16,opt"` //ShakeWindow? shakeWindow = 17; //PubAccount? pubAccount = 18; - VideoFile *VideoFile `protobuf:"bytes,19,opt,name=videoFile" json:"videoFile,omitempty"` + VideoFile *VideoFile `protobuf:"bytes,19,opt"` //TipsInfo? tipsInfo = 20; - AnonGroupMsg *AnonymousGroupMessage `protobuf:"bytes,21,opt,name=anonGroupMsg" json:"anonGroupMsg,omitempty"` + AnonGroupMsg *AnonymousGroupMessage `protobuf:"bytes,21,opt"` //QQLiveOld? qqLiveOld = 22; //LifeOnlineAccount? lifeOnline = 23; - QQWalletMsg *QQWalletMsg `protobuf:"bytes,24,opt,name=QQWalletMsg" json:"QQWalletMsg,omitempty"` + QQWalletMsg *QQWalletMsg `protobuf:"bytes,24,opt"` //CrmElem? crmElem = 25; //ConferenceTipsInfo? conferenceTipsInfo = 26; //RedBagInfo? redbagInfo = 27; //LowVersionTips? lowVersionTips = 28; //bytes bankcodeCtrlInfo = 29; //NearByMessageType? nearByMsg = 30; - CustomElem *CustomElem `protobuf:"bytes,31,opt,name=customElem" json:"customElem,omitempty"` + CustomElem *CustomElem `protobuf:"bytes,31,opt"` //LocationInfo? locationInfo = 32; //PubAccInfo? pubAccInfo = 33; //SmallEmoji? smallEmoji = 34; //FSJMessageElem? fsjMsgElem = 35; //ArkAppElem? arkApp = 36; - GeneralFlags *GeneralFlags `protobuf:"bytes,37,opt,name=generalFlags" json:"generalFlags,omitempty"` + GeneralFlags *GeneralFlags `protobuf:"bytes,37,opt"` //CustomFace? hcFlashPic = 38; //DeliverGiftMsg? deliverGiftMsg = 39; //BitAppMsg? bitappMsg = 40; @@ -1790,47 +895,15 @@ type Elem struct { //ApolloActMsg? apolloMsg = 42; //GroupPubAccountInfo? groupPubAccInfo = 43; //BlessingMessage? blessMsg = 44; - SrcMsg *SourceMsg `protobuf:"bytes,45,opt,name=srcMsg" json:"srcMsg,omitempty"` + SrcMsg *SourceMsg `protobuf:"bytes,45,opt"` //LolaMsg? lolaMsg = 46; //GroupBusinessMsg? groupBusinessMsg = 47; //WorkflowNotifyMsg? msgWorkflowNotify = 48; //PatsElem? patElem = 49; //GroupPostElem? groupPostElem = 50; - LightApp *LightAppElem `protobuf:"bytes,51,opt,name=lightApp" json:"lightApp,omitempty"` + LightApp *LightAppElem `protobuf:"bytes,51,opt"` //EIMInfo? eimInfo = 52; - CommonElem *CommonElem `protobuf:"bytes,53,opt,name=commonElem" json:"commonElem,omitempty"` -} - -func (x *Elem) Reset() { - *x = Elem{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[23] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Elem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Elem) ProtoMessage() {} - -func (x *Elem) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[23] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Elem.ProtoReflect.Descriptor instead. -func (*Elem) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{23} + CommonElem *CommonElem `protobuf:"bytes,53,opt"` } func (x *Elem) GetText() *Text { @@ -1967,55 +1040,19 @@ func (x *Elem) GetCommonElem() *CommonElem { } type MarketFace struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FaceName []byte `protobuf:"bytes,1,opt,name=faceName" json:"faceName,omitempty"` - ItemType *uint32 `protobuf:"varint,2,opt,name=itemType" json:"itemType,omitempty"` - FaceInfo *uint32 `protobuf:"varint,3,opt,name=faceInfo" json:"faceInfo,omitempty"` - FaceId []byte `protobuf:"bytes,4,opt,name=faceId" json:"faceId,omitempty"` - TabId *uint32 `protobuf:"varint,5,opt,name=tabId" json:"tabId,omitempty"` - SubType *uint32 `protobuf:"varint,6,opt,name=subType" json:"subType,omitempty"` - Key []byte `protobuf:"bytes,7,opt,name=key" json:"key,omitempty"` - Param []byte `protobuf:"bytes,8,opt,name=param" json:"param,omitempty"` - MediaType *uint32 `protobuf:"varint,9,opt,name=mediaType" json:"mediaType,omitempty"` - ImageWidth *uint32 `protobuf:"varint,10,opt,name=imageWidth" json:"imageWidth,omitempty"` - ImageHeight *uint32 `protobuf:"varint,11,opt,name=imageHeight" json:"imageHeight,omitempty"` - Mobileparam []byte `protobuf:"bytes,12,opt,name=mobileparam" json:"mobileparam,omitempty"` - PbReserve []byte `protobuf:"bytes,13,opt,name=pbReserve" json:"pbReserve,omitempty"` -} - -func (x *MarketFace) Reset() { - *x = MarketFace{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[24] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MarketFace) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MarketFace) ProtoMessage() {} - -func (x *MarketFace) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[24] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MarketFace.ProtoReflect.Descriptor instead. -func (*MarketFace) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{24} + FaceName []byte `protobuf:"bytes,1,opt"` + ItemType *uint32 `protobuf:"varint,2,opt"` + FaceInfo *uint32 `protobuf:"varint,3,opt"` + FaceId []byte `protobuf:"bytes,4,opt"` + TabId *uint32 `protobuf:"varint,5,opt"` + SubType *uint32 `protobuf:"varint,6,opt"` + Key []byte `protobuf:"bytes,7,opt"` + Param []byte `protobuf:"bytes,8,opt"` + MediaType *uint32 `protobuf:"varint,9,opt"` + ImageWidth *uint32 `protobuf:"varint,10,opt"` + ImageHeight *uint32 `protobuf:"varint,11,opt"` + Mobileparam []byte `protobuf:"bytes,12,opt"` + PbReserve []byte `protobuf:"bytes,13,opt"` } func (x *MarketFace) GetFaceName() []byte { @@ -2110,56 +1147,20 @@ func (x *MarketFace) GetPbReserve() []byte { } type ElemFlags2 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ColorTextId *uint32 `protobuf:"varint,1,opt,name=colorTextId" json:"colorTextId,omitempty"` - MsgId *uint64 `protobuf:"varint,2,opt,name=msgId" json:"msgId,omitempty"` - WhisperSessionId *uint32 `protobuf:"varint,3,opt,name=whisperSessionId" json:"whisperSessionId,omitempty"` - PttChangeBit *uint32 `protobuf:"varint,4,opt,name=pttChangeBit" json:"pttChangeBit,omitempty"` - VipStatus *uint32 `protobuf:"varint,5,opt,name=vipStatus" json:"vipStatus,omitempty"` - CompatibleId *uint32 `protobuf:"varint,6,opt,name=compatibleId" json:"compatibleId,omitempty"` - Insts []*ElemFlags2_Inst `protobuf:"bytes,7,rep,name=insts" json:"insts,omitempty"` - MsgRptCnt *uint32 `protobuf:"varint,8,opt,name=msgRptCnt" json:"msgRptCnt,omitempty"` - SrcInst *ElemFlags2_Inst `protobuf:"bytes,9,opt,name=srcInst" json:"srcInst,omitempty"` - Longtitude *uint32 `protobuf:"varint,10,opt,name=longtitude" json:"longtitude,omitempty"` - Latitude *uint32 `protobuf:"varint,11,opt,name=latitude" json:"latitude,omitempty"` - CustomFont *uint32 `protobuf:"varint,12,opt,name=customFont" json:"customFont,omitempty"` - PcSupportDef *PcSupportDef `protobuf:"bytes,13,opt,name=pcSupportDef" json:"pcSupportDef,omitempty"` - CrmFlags *uint32 `protobuf:"varint,14,opt,name=crmFlags" json:"crmFlags,omitempty"` -} - -func (x *ElemFlags2) Reset() { - *x = ElemFlags2{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[25] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElemFlags2) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElemFlags2) ProtoMessage() {} - -func (x *ElemFlags2) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[25] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElemFlags2.ProtoReflect.Descriptor instead. -func (*ElemFlags2) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{25} + ColorTextId *uint32 `protobuf:"varint,1,opt"` + MsgId *uint64 `protobuf:"varint,2,opt"` + WhisperSessionId *uint32 `protobuf:"varint,3,opt"` + PttChangeBit *uint32 `protobuf:"varint,4,opt"` + VipStatus *uint32 `protobuf:"varint,5,opt"` + CompatibleId *uint32 `protobuf:"varint,6,opt"` + Insts []*ElemFlags2_Inst `protobuf:"bytes,7,rep"` + MsgRptCnt *uint32 `protobuf:"varint,8,opt"` + SrcInst *ElemFlags2_Inst `protobuf:"bytes,9,opt"` + Longtitude *uint32 `protobuf:"varint,10,opt"` + Latitude *uint32 `protobuf:"varint,11,opt"` + CustomFont *uint32 `protobuf:"varint,12,opt"` + PcSupportDef *PcSupportDef `protobuf:"bytes,13,opt"` + CrmFlags *uint32 `protobuf:"varint,14,opt"` } func (x *ElemFlags2) GetColorTextId() uint32 { @@ -2261,48 +1262,12 @@ func (x *ElemFlags2) GetCrmFlags() uint32 { } type PcSupportDef struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PcPtlBegin *uint32 `protobuf:"varint,1,opt,name=pcPtlBegin" json:"pcPtlBegin,omitempty"` - PcPtlEnd *uint32 `protobuf:"varint,2,opt,name=pcPtlEnd" json:"pcPtlEnd,omitempty"` - MacPtlBegin *uint32 `protobuf:"varint,3,opt,name=macPtlBegin" json:"macPtlBegin,omitempty"` - MacPtlEnd *uint32 `protobuf:"varint,4,opt,name=macPtlEnd" json:"macPtlEnd,omitempty"` - PtlsSupport []uint32 `protobuf:"varint,5,rep,name=ptlsSupport" json:"ptlsSupport,omitempty"` - PtlsNotSupport []uint32 `protobuf:"varint,6,rep,name=ptlsNotSupport" json:"ptlsNotSupport,omitempty"` -} - -func (x *PcSupportDef) Reset() { - *x = PcSupportDef{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[26] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PcSupportDef) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PcSupportDef) ProtoMessage() {} - -func (x *PcSupportDef) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[26] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PcSupportDef.ProtoReflect.Descriptor instead. -func (*PcSupportDef) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{26} + PcPtlBegin *uint32 `protobuf:"varint,1,opt"` + PcPtlEnd *uint32 `protobuf:"varint,2,opt"` + MacPtlBegin *uint32 `protobuf:"varint,3,opt"` + MacPtlEnd *uint32 `protobuf:"varint,4,opt"` + PtlsSupport []uint32 `protobuf:"varint,5,rep"` + PtlsNotSupport []uint32 `protobuf:"varint,6,rep"` } func (x *PcSupportDef) GetPcPtlBegin() uint32 { @@ -2348,45 +1313,9 @@ func (x *PcSupportDef) GetPtlsNotSupport() []uint32 { } type CommonElem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ServiceType *int32 `protobuf:"varint,1,opt,name=serviceType" json:"serviceType,omitempty"` - PbElem []byte `protobuf:"bytes,2,opt,name=pbElem" json:"pbElem,omitempty"` - BusinessType *int32 `protobuf:"varint,3,opt,name=businessType" json:"businessType,omitempty"` -} - -func (x *CommonElem) Reset() { - *x = CommonElem{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[27] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommonElem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommonElem) ProtoMessage() {} - -func (x *CommonElem) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[27] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommonElem.ProtoReflect.Descriptor instead. -func (*CommonElem) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{27} + ServiceType *int32 `protobuf:"varint,1,opt"` + PbElem []byte `protobuf:"bytes,2,opt"` + BusinessType *int32 `protobuf:"varint,3,opt"` } func (x *CommonElem) GetServiceType() int32 { @@ -2411,43 +1340,7 @@ func (x *CommonElem) GetBusinessType() int32 { } type QQWalletMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - AioBody *QQWalletAioBody `protobuf:"bytes,1,opt,name=aioBody" json:"aioBody,omitempty"` -} - -func (x *QQWalletMsg) Reset() { - *x = QQWalletMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[28] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *QQWalletMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*QQWalletMsg) ProtoMessage() {} - -func (x *QQWalletMsg) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[28] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use QQWalletMsg.ProtoReflect.Descriptor instead. -func (*QQWalletMsg) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{28} + AioBody *QQWalletAioBody `protobuf:"bytes,1,opt"` } func (x *QQWalletMsg) GetAioBody() *QQWalletAioBody { @@ -2458,63 +1351,27 @@ func (x *QQWalletMsg) GetAioBody() *QQWalletAioBody { } type QQWalletAioBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SendUin *uint64 `protobuf:"varint,1,opt,name=sendUin" json:"sendUin,omitempty"` - Sender *QQWalletAioElem `protobuf:"bytes,2,opt,name=sender" json:"sender,omitempty"` - Receiver *QQWalletAioElem `protobuf:"bytes,3,opt,name=receiver" json:"receiver,omitempty"` - ChannelId *int32 `protobuf:"zigzag32,4,opt,name=ChannelId" json:"ChannelId,omitempty"` - TemplateId *int32 `protobuf:"zigzag32,5,opt,name=templateId" json:"templateId,omitempty"` - Resend *uint32 `protobuf:"varint,6,opt,name=resend" json:"resend,omitempty"` - MsgPriority *uint32 `protobuf:"varint,7,opt,name=msgPriority" json:"msgPriority,omitempty"` - RedType *int32 `protobuf:"zigzag32,8,opt,name=redType" json:"redType,omitempty"` - BillNo []byte `protobuf:"bytes,9,opt,name=billNo" json:"billNo,omitempty"` - AuthKey []byte `protobuf:"bytes,10,opt,name=authKey" json:"authKey,omitempty"` - SessionType *int32 `protobuf:"zigzag32,11,opt,name=sessionType" json:"sessionType,omitempty"` - MsgType *int32 `protobuf:"zigzag32,12,opt,name=msgType" json:"msgType,omitempty"` - EnvelOpeId *int32 `protobuf:"zigzag32,13,opt,name=envelOpeId" json:"envelOpeId,omitempty"` - Name []byte `protobuf:"bytes,14,opt,name=name" json:"name,omitempty"` - ConfType *int32 `protobuf:"zigzag32,15,opt,name=confType" json:"confType,omitempty"` - MsgFrom *int32 `protobuf:"zigzag32,16,opt,name=msgFrom" json:"msgFrom,omitempty"` - PcBody []byte `protobuf:"bytes,17,opt,name=pcBody" json:"pcBody,omitempty"` - Index []byte `protobuf:"bytes,18,opt,name=index" json:"index,omitempty"` - RedChannel *uint32 `protobuf:"varint,19,opt,name=redChannel" json:"redChannel,omitempty"` - GrapUin []uint64 `protobuf:"varint,20,rep,name=grapUin" json:"grapUin,omitempty"` - PbReserve []byte `protobuf:"bytes,21,opt,name=pbReserve" json:"pbReserve,omitempty"` -} - -func (x *QQWalletAioBody) Reset() { - *x = QQWalletAioBody{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[29] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *QQWalletAioBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*QQWalletAioBody) ProtoMessage() {} - -func (x *QQWalletAioBody) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[29] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use QQWalletAioBody.ProtoReflect.Descriptor instead. -func (*QQWalletAioBody) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{29} + SendUin *uint64 `protobuf:"varint,1,opt"` + Sender *QQWalletAioElem `protobuf:"bytes,2,opt"` + Receiver *QQWalletAioElem `protobuf:"bytes,3,opt"` + ChannelId *int32 `protobuf:"zigzag32,4,opt"` + TemplateId *int32 `protobuf:"zigzag32,5,opt"` + Resend *uint32 `protobuf:"varint,6,opt"` + MsgPriority *uint32 `protobuf:"varint,7,opt"` + RedType *int32 `protobuf:"zigzag32,8,opt"` + BillNo []byte `protobuf:"bytes,9,opt"` + AuthKey []byte `protobuf:"bytes,10,opt"` + SessionType *int32 `protobuf:"zigzag32,11,opt"` + MsgType *int32 `protobuf:"zigzag32,12,opt"` + EnvelOpeId *int32 `protobuf:"zigzag32,13,opt"` + Name []byte `protobuf:"bytes,14,opt"` + ConfType *int32 `protobuf:"zigzag32,15,opt"` + MsgFrom *int32 `protobuf:"zigzag32,16,opt"` + PcBody []byte `protobuf:"bytes,17,opt"` + Index []byte `protobuf:"bytes,18,opt"` + RedChannel *uint32 `protobuf:"varint,19,opt"` + GrapUin []uint64 `protobuf:"varint,20,rep"` + PbReserve []byte `protobuf:"bytes,21,opt"` } func (x *QQWalletAioBody) GetSendUin() uint64 { @@ -2665,63 +1522,27 @@ func (x *QQWalletAioBody) GetPbReserve() []byte { } type QQWalletAioElem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Background *uint32 `protobuf:"varint,1,opt,name=background" json:"background,omitempty"` - Icon *uint32 `protobuf:"varint,2,opt,name=icon" json:"icon,omitempty"` - Title *string `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"` - Subtitle *string `protobuf:"bytes,4,opt,name=subtitle" json:"subtitle,omitempty"` - Content *string `protobuf:"bytes,5,opt,name=content" json:"content,omitempty"` - LinkUrl []byte `protobuf:"bytes,6,opt,name=linkUrl" json:"linkUrl,omitempty"` - BlackStripe []byte `protobuf:"bytes,7,opt,name=blackStripe" json:"blackStripe,omitempty"` - Notice []byte `protobuf:"bytes,8,opt,name=notice" json:"notice,omitempty"` - TitleColor *uint32 `protobuf:"varint,9,opt,name=titleColor" json:"titleColor,omitempty"` - SubtitleColor *uint32 `protobuf:"varint,10,opt,name=subtitleColor" json:"subtitleColor,omitempty"` - ActionsPriority []byte `protobuf:"bytes,11,opt,name=actionsPriority" json:"actionsPriority,omitempty"` - JumpUrl []byte `protobuf:"bytes,12,opt,name=jumpUrl" json:"jumpUrl,omitempty"` - NativeIos []byte `protobuf:"bytes,13,opt,name=nativeIos" json:"nativeIos,omitempty"` - NativeAndroid []byte `protobuf:"bytes,14,opt,name=nativeAndroid" json:"nativeAndroid,omitempty"` - IconUrl []byte `protobuf:"bytes,15,opt,name=iconUrl" json:"iconUrl,omitempty"` - ContentColor *uint32 `protobuf:"varint,16,opt,name=contentColor" json:"contentColor,omitempty"` - ContentBgColor *uint32 `protobuf:"varint,17,opt,name=contentBgColor" json:"contentBgColor,omitempty"` - AioImageLeft []byte `protobuf:"bytes,18,opt,name=aioImageLeft" json:"aioImageLeft,omitempty"` - AioImageRight []byte `protobuf:"bytes,19,opt,name=aioImageRight" json:"aioImageRight,omitempty"` - CftImage []byte `protobuf:"bytes,20,opt,name=cftImage" json:"cftImage,omitempty"` - PbReserve []byte `protobuf:"bytes,21,opt,name=pbReserve" json:"pbReserve,omitempty"` -} - -func (x *QQWalletAioElem) Reset() { - *x = QQWalletAioElem{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[30] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *QQWalletAioElem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*QQWalletAioElem) ProtoMessage() {} - -func (x *QQWalletAioElem) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[30] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use QQWalletAioElem.ProtoReflect.Descriptor instead. -func (*QQWalletAioElem) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{30} + Background *uint32 `protobuf:"varint,1,opt"` + Icon *uint32 `protobuf:"varint,2,opt"` + Title *string `protobuf:"bytes,3,opt"` + Subtitle *string `protobuf:"bytes,4,opt"` + Content *string `protobuf:"bytes,5,opt"` + LinkUrl []byte `protobuf:"bytes,6,opt"` + BlackStripe []byte `protobuf:"bytes,7,opt"` + Notice []byte `protobuf:"bytes,8,opt"` + TitleColor *uint32 `protobuf:"varint,9,opt"` + SubtitleColor *uint32 `protobuf:"varint,10,opt"` + ActionsPriority []byte `protobuf:"bytes,11,opt"` + JumpUrl []byte `protobuf:"bytes,12,opt"` + NativeIos []byte `protobuf:"bytes,13,opt"` + NativeAndroid []byte `protobuf:"bytes,14,opt"` + IconUrl []byte `protobuf:"bytes,15,opt"` + ContentColor *uint32 `protobuf:"varint,16,opt"` + ContentBgColor *uint32 `protobuf:"varint,17,opt"` + AioImageLeft []byte `protobuf:"bytes,18,opt"` + AioImageRight []byte `protobuf:"bytes,19,opt"` + CftImage []byte `protobuf:"bytes,20,opt"` + PbReserve []byte `protobuf:"bytes,21,opt"` } func (x *QQWalletAioElem) GetBackground() uint32 { @@ -2872,47 +1693,11 @@ func (x *QQWalletAioElem) GetPbReserve() []byte { } type RichMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Template1 []byte `protobuf:"bytes,1,opt,name=template1" json:"template1,omitempty"` - ServiceId *int32 `protobuf:"varint,2,opt,name=serviceId" json:"serviceId,omitempty"` - MsgResId []byte `protobuf:"bytes,3,opt,name=msgResId" json:"msgResId,omitempty"` - Rand *int32 `protobuf:"varint,4,opt,name=rand" json:"rand,omitempty"` - Seq *int32 `protobuf:"varint,5,opt,name=seq" json:"seq,omitempty"` -} - -func (x *RichMsg) Reset() { - *x = RichMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[31] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RichMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RichMsg) ProtoMessage() {} - -func (x *RichMsg) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[31] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RichMsg.ProtoReflect.Descriptor instead. -func (*RichMsg) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{31} + Template1 []byte `protobuf:"bytes,1,opt"` + ServiceId *int32 `protobuf:"varint,2,opt"` + MsgResId []byte `protobuf:"bytes,3,opt"` + Rand *int32 `protobuf:"varint,4,opt"` + Seq *int32 `protobuf:"varint,5,opt"` } func (x *RichMsg) GetTemplate1() []byte { @@ -2951,47 +1736,11 @@ func (x *RichMsg) GetSeq() int32 { } type CustomElem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Desc []byte `protobuf:"bytes,1,opt,name=desc" json:"desc,omitempty"` - Data []byte `protobuf:"bytes,2,opt,name=data" json:"data,omitempty"` - EnumType *int32 `protobuf:"varint,3,opt,name=enumType" json:"enumType,omitempty"` - Ext []byte `protobuf:"bytes,4,opt,name=ext" json:"ext,omitempty"` - Sound []byte `protobuf:"bytes,5,opt,name=sound" json:"sound,omitempty"` -} - -func (x *CustomElem) Reset() { - *x = CustomElem{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[32] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CustomElem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CustomElem) ProtoMessage() {} - -func (x *CustomElem) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[32] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CustomElem.ProtoReflect.Descriptor instead. -func (*CustomElem) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{32} + Desc []byte `protobuf:"bytes,1,opt"` + Data []byte `protobuf:"bytes,2,opt"` + EnumType *int32 `protobuf:"varint,3,opt"` + Ext []byte `protobuf:"bytes,4,opt"` + Sound []byte `protobuf:"bytes,5,opt"` } func (x *CustomElem) GetDesc() []byte { @@ -3030,48 +1779,12 @@ func (x *CustomElem) GetSound() []byte { } type Text struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Str *string `protobuf:"bytes,1,opt,name=str" json:"str,omitempty"` - Link *string `protobuf:"bytes,2,opt,name=link" json:"link,omitempty"` - Attr6Buf []byte `protobuf:"bytes,3,opt,name=attr6Buf" json:"attr6Buf,omitempty"` - Attr7Buf []byte `protobuf:"bytes,4,opt,name=attr7Buf" json:"attr7Buf,omitempty"` - Buf []byte `protobuf:"bytes,11,opt,name=buf" json:"buf,omitempty"` - PbReserve []byte `protobuf:"bytes,12,opt,name=pbReserve" json:"pbReserve,omitempty"` -} - -func (x *Text) Reset() { - *x = Text{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[33] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Text) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Text) ProtoMessage() {} - -func (x *Text) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[33] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Text.ProtoReflect.Descriptor instead. -func (*Text) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{33} + Str *string `protobuf:"bytes,1,opt"` + Link *string `protobuf:"bytes,2,opt"` + Attr6Buf []byte `protobuf:"bytes,3,opt"` + Attr7Buf []byte `protobuf:"bytes,4,opt"` + Buf []byte `protobuf:"bytes,11,opt"` + PbReserve []byte `protobuf:"bytes,12,opt"` } func (x *Text) GetStr() string { @@ -3117,52 +1830,16 @@ func (x *Text) GetPbReserve() []byte { } type Attr struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CodePage *int32 `protobuf:"varint,1,opt,name=codePage" json:"codePage,omitempty"` - Time *int32 `protobuf:"varint,2,opt,name=time" json:"time,omitempty"` - Random *int32 `protobuf:"varint,3,opt,name=random" json:"random,omitempty"` - Color *int32 `protobuf:"varint,4,opt,name=color" json:"color,omitempty"` - Size *int32 `protobuf:"varint,5,opt,name=size" json:"size,omitempty"` - Effect *int32 `protobuf:"varint,6,opt,name=effect" json:"effect,omitempty"` - CharSet *int32 `protobuf:"varint,7,opt,name=charSet" json:"charSet,omitempty"` - PitchAndFamily *int32 `protobuf:"varint,8,opt,name=pitchAndFamily" json:"pitchAndFamily,omitempty"` - FontName *string `protobuf:"bytes,9,opt,name=fontName" json:"fontName,omitempty"` - ReserveData []byte `protobuf:"bytes,10,opt,name=reserveData" json:"reserveData,omitempty"` -} - -func (x *Attr) Reset() { - *x = Attr{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[34] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Attr) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Attr) ProtoMessage() {} - -func (x *Attr) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[34] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Attr.ProtoReflect.Descriptor instead. -func (*Attr) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{34} + CodePage *int32 `protobuf:"varint,1,opt"` + Time *int32 `protobuf:"varint,2,opt"` + Random *int32 `protobuf:"varint,3,opt"` + Color *int32 `protobuf:"varint,4,opt"` + Size *int32 `protobuf:"varint,5,opt"` + Effect *int32 `protobuf:"varint,6,opt"` + CharSet *int32 `protobuf:"varint,7,opt"` + PitchAndFamily *int32 `protobuf:"varint,8,opt"` + FontName *string `protobuf:"bytes,9,opt"` + ReserveData []byte `protobuf:"bytes,10,opt"` } func (x *Attr) GetCodePage() int32 { @@ -3236,66 +1913,30 @@ func (x *Attr) GetReserveData() []byte { } type Ptt struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FileType *int32 `protobuf:"varint,1,opt,name=fileType" json:"fileType,omitempty"` - SrcUin *int64 `protobuf:"varint,2,opt,name=srcUin" json:"srcUin,omitempty"` - FileUuid []byte `protobuf:"bytes,3,opt,name=fileUuid" json:"fileUuid,omitempty"` - FileMd5 []byte `protobuf:"bytes,4,opt,name=fileMd5" json:"fileMd5,omitempty"` - FileName *string `protobuf:"bytes,5,opt,name=fileName" json:"fileName,omitempty"` - FileSize *int32 `protobuf:"varint,6,opt,name=fileSize" json:"fileSize,omitempty"` - Reserve []byte `protobuf:"bytes,7,opt,name=reserve" json:"reserve,omitempty"` - FileId *int32 `protobuf:"varint,8,opt,name=fileId" json:"fileId,omitempty"` - ServerIp *int32 `protobuf:"varint,9,opt,name=serverIp" json:"serverIp,omitempty"` - ServerPort *int32 `protobuf:"varint,10,opt,name=serverPort" json:"serverPort,omitempty"` - BoolValid *bool `protobuf:"varint,11,opt,name=boolValid" json:"boolValid,omitempty"` - Signature []byte `protobuf:"bytes,12,opt,name=signature" json:"signature,omitempty"` - Shortcut []byte `protobuf:"bytes,13,opt,name=shortcut" json:"shortcut,omitempty"` - FileKey []byte `protobuf:"bytes,14,opt,name=fileKey" json:"fileKey,omitempty"` - MagicPttIndex *int32 `protobuf:"varint,15,opt,name=magicPttIndex" json:"magicPttIndex,omitempty"` - VoiceSwitch *int32 `protobuf:"varint,16,opt,name=voiceSwitch" json:"voiceSwitch,omitempty"` - PttUrl []byte `protobuf:"bytes,17,opt,name=pttUrl" json:"pttUrl,omitempty"` - GroupFileKey []byte `protobuf:"bytes,18,opt,name=groupFileKey" json:"groupFileKey,omitempty"` - Time *int32 `protobuf:"varint,19,opt,name=time" json:"time,omitempty"` - DownPara []byte `protobuf:"bytes,20,opt,name=downPara" json:"downPara,omitempty"` - Format *int32 `protobuf:"varint,29,opt,name=format" json:"format,omitempty"` - PbReserve []byte `protobuf:"bytes,30,opt,name=pbReserve" json:"pbReserve,omitempty"` - BytesPttUrls [][]byte `protobuf:"bytes,31,rep,name=bytesPttUrls" json:"bytesPttUrls,omitempty"` - DownloadFlag *int32 `protobuf:"varint,32,opt,name=downloadFlag" json:"downloadFlag,omitempty"` -} - -func (x *Ptt) Reset() { - *x = Ptt{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[35] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Ptt) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Ptt) ProtoMessage() {} - -func (x *Ptt) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[35] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Ptt.ProtoReflect.Descriptor instead. -func (*Ptt) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{35} + FileType *int32 `protobuf:"varint,1,opt"` + SrcUin *int64 `protobuf:"varint,2,opt"` + FileUuid []byte `protobuf:"bytes,3,opt"` + FileMd5 []byte `protobuf:"bytes,4,opt"` + FileName *string `protobuf:"bytes,5,opt"` + FileSize *int32 `protobuf:"varint,6,opt"` + Reserve []byte `protobuf:"bytes,7,opt"` + FileId *int32 `protobuf:"varint,8,opt"` + ServerIp *int32 `protobuf:"varint,9,opt"` + ServerPort *int32 `protobuf:"varint,10,opt"` + BoolValid *bool `protobuf:"varint,11,opt"` + Signature []byte `protobuf:"bytes,12,opt"` + Shortcut []byte `protobuf:"bytes,13,opt"` + FileKey []byte `protobuf:"bytes,14,opt"` + MagicPttIndex *int32 `protobuf:"varint,15,opt"` + VoiceSwitch *int32 `protobuf:"varint,16,opt"` + PttUrl []byte `protobuf:"bytes,17,opt"` + GroupFileKey []byte `protobuf:"bytes,18,opt"` + Time *int32 `protobuf:"varint,19,opt"` + DownPara []byte `protobuf:"bytes,20,opt"` + Format *int32 `protobuf:"varint,29,opt"` + PbReserve []byte `protobuf:"bytes,30,opt"` + BytesPttUrls [][]byte `protobuf:"bytes,31,rep"` + DownloadFlag *int32 `protobuf:"varint,32,opt"` } func (x *Ptt) GetFileType() int32 { @@ -3467,45 +2108,9 @@ func (x *Ptt) GetDownloadFlag() int32 { } type OnlineImage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Guid []byte `protobuf:"bytes,1,opt,name=guid" json:"guid,omitempty"` - FilePath []byte `protobuf:"bytes,2,opt,name=filePath" json:"filePath,omitempty"` - OldVerSendFile []byte `protobuf:"bytes,3,opt,name=oldVerSendFile" json:"oldVerSendFile,omitempty"` -} - -func (x *OnlineImage) Reset() { - *x = OnlineImage{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[36] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *OnlineImage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*OnlineImage) ProtoMessage() {} - -func (x *OnlineImage) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[36] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use OnlineImage.ProtoReflect.Descriptor instead. -func (*OnlineImage) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{36} + Guid []byte `protobuf:"bytes,1,opt"` + FilePath []byte `protobuf:"bytes,2,opt"` + OldVerSendFile []byte `protobuf:"bytes,3,opt"` } func (x *OnlineImage) GetGuid() []byte { @@ -3530,68 +2135,32 @@ func (x *OnlineImage) GetOldVerSendFile() []byte { } type NotOnlineImage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FilePath *string `protobuf:"bytes,1,opt,name=filePath" json:"filePath,omitempty"` - FileLen *int32 `protobuf:"varint,2,opt,name=fileLen" json:"fileLen,omitempty"` - DownloadPath *string `protobuf:"bytes,3,opt,name=downloadPath" json:"downloadPath,omitempty"` - OldVerSendFile []byte `protobuf:"bytes,4,opt,name=oldVerSendFile" json:"oldVerSendFile,omitempty"` - ImgType *int32 `protobuf:"varint,5,opt,name=imgType" json:"imgType,omitempty"` - PreviewsImage []byte `protobuf:"bytes,6,opt,name=previewsImage" json:"previewsImage,omitempty"` - PicMd5 []byte `protobuf:"bytes,7,opt,name=picMd5" json:"picMd5,omitempty"` - PicHeight *int32 `protobuf:"varint,8,opt,name=picHeight" json:"picHeight,omitempty"` - PicWidth *int32 `protobuf:"varint,9,opt,name=picWidth" json:"picWidth,omitempty"` - ResId *string `protobuf:"bytes,10,opt,name=resId" json:"resId,omitempty"` - Flag []byte `protobuf:"bytes,11,opt,name=flag" json:"flag,omitempty"` - ThumbUrl *string `protobuf:"bytes,12,opt,name=thumbUrl" json:"thumbUrl,omitempty"` - Original *int32 `protobuf:"varint,13,opt,name=original" json:"original,omitempty"` - BigUrl *string `protobuf:"bytes,14,opt,name=bigUrl" json:"bigUrl,omitempty"` - OrigUrl *string `protobuf:"bytes,15,opt,name=origUrl" json:"origUrl,omitempty"` - BizType *int32 `protobuf:"varint,16,opt,name=bizType" json:"bizType,omitempty"` - Result *int32 `protobuf:"varint,17,opt,name=result" json:"result,omitempty"` - Index *int32 `protobuf:"varint,18,opt,name=index" json:"index,omitempty"` - OpFaceBuf []byte `protobuf:"bytes,19,opt,name=opFaceBuf" json:"opFaceBuf,omitempty"` - OldPicMd5 *bool `protobuf:"varint,20,opt,name=oldPicMd5" json:"oldPicMd5,omitempty"` - ThumbWidth *int32 `protobuf:"varint,21,opt,name=thumbWidth" json:"thumbWidth,omitempty"` - ThumbHeight *int32 `protobuf:"varint,22,opt,name=thumbHeight" json:"thumbHeight,omitempty"` - FileId *int32 `protobuf:"varint,23,opt,name=fileId" json:"fileId,omitempty"` - ShowLen *int32 `protobuf:"varint,24,opt,name=showLen" json:"showLen,omitempty"` - DownloadLen *int32 `protobuf:"varint,25,opt,name=downloadLen" json:"downloadLen,omitempty"` - PbReserve []byte `protobuf:"bytes,29,opt,name=pbReserve" json:"pbReserve,omitempty"` -} - -func (x *NotOnlineImage) Reset() { - *x = NotOnlineImage{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[37] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NotOnlineImage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NotOnlineImage) ProtoMessage() {} - -func (x *NotOnlineImage) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[37] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NotOnlineImage.ProtoReflect.Descriptor instead. -func (*NotOnlineImage) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{37} + FilePath *string `protobuf:"bytes,1,opt"` + FileLen *int32 `protobuf:"varint,2,opt"` + DownloadPath *string `protobuf:"bytes,3,opt"` + OldVerSendFile []byte `protobuf:"bytes,4,opt"` + ImgType *int32 `protobuf:"varint,5,opt"` + PreviewsImage []byte `protobuf:"bytes,6,opt"` + PicMd5 []byte `protobuf:"bytes,7,opt"` + PicHeight *int32 `protobuf:"varint,8,opt"` + PicWidth *int32 `protobuf:"varint,9,opt"` + ResId *string `protobuf:"bytes,10,opt"` + Flag []byte `protobuf:"bytes,11,opt"` + ThumbUrl *string `protobuf:"bytes,12,opt"` + Original *int32 `protobuf:"varint,13,opt"` + BigUrl *string `protobuf:"bytes,14,opt"` + OrigUrl *string `protobuf:"bytes,15,opt"` + BizType *int32 `protobuf:"varint,16,opt"` + Result *int32 `protobuf:"varint,17,opt"` + Index *int32 `protobuf:"varint,18,opt"` + OpFaceBuf []byte `protobuf:"bytes,19,opt"` + OldPicMd5 *bool `protobuf:"varint,20,opt"` + ThumbWidth *int32 `protobuf:"varint,21,opt"` + ThumbHeight *int32 `protobuf:"varint,22,opt"` + FileId *int32 `protobuf:"varint,23,opt"` + ShowLen *int32 `protobuf:"varint,24,opt"` + DownloadLen *int32 `protobuf:"varint,25,opt"` + PbReserve []byte `protobuf:"bytes,29,opt"` } func (x *NotOnlineImage) GetFilePath() string { @@ -3777,61 +2346,25 @@ func (x *NotOnlineImage) GetPbReserve() []byte { } type NotOnlineFile struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FileType *int32 `protobuf:"varint,1,opt,name=fileType" json:"fileType,omitempty"` - Sig []byte `protobuf:"bytes,2,opt,name=sig" json:"sig,omitempty"` - FileUuid []byte `protobuf:"bytes,3,opt,name=fileUuid" json:"fileUuid,omitempty"` - FileMd5 []byte `protobuf:"bytes,4,opt,name=fileMd5" json:"fileMd5,omitempty"` - FileName []byte `protobuf:"bytes,5,opt,name=fileName" json:"fileName,omitempty"` - FileSize *int64 `protobuf:"varint,6,opt,name=fileSize" json:"fileSize,omitempty"` - Note []byte `protobuf:"bytes,7,opt,name=note" json:"note,omitempty"` - Reserved *int32 `protobuf:"varint,8,opt,name=reserved" json:"reserved,omitempty"` - Subcmd *int32 `protobuf:"varint,9,opt,name=subcmd" json:"subcmd,omitempty"` - MicroCloud *int32 `protobuf:"varint,10,opt,name=microCloud" json:"microCloud,omitempty"` - BytesFileUrls [][]byte `protobuf:"bytes,11,rep,name=bytesFileUrls" json:"bytesFileUrls,omitempty"` - DownloadFlag *int32 `protobuf:"varint,12,opt,name=downloadFlag" json:"downloadFlag,omitempty"` - DangerEvel *int32 `protobuf:"varint,50,opt,name=dangerEvel" json:"dangerEvel,omitempty"` - LifeTime *int32 `protobuf:"varint,51,opt,name=lifeTime" json:"lifeTime,omitempty"` - UploadTime *int32 `protobuf:"varint,52,opt,name=uploadTime" json:"uploadTime,omitempty"` - AbsFileType *int32 `protobuf:"varint,53,opt,name=absFileType" json:"absFileType,omitempty"` - ClientType *int32 `protobuf:"varint,54,opt,name=clientType" json:"clientType,omitempty"` - ExpireTime *int32 `protobuf:"varint,55,opt,name=expireTime" json:"expireTime,omitempty"` - PbReserve []byte `protobuf:"bytes,56,opt,name=pbReserve" json:"pbReserve,omitempty"` -} - -func (x *NotOnlineFile) Reset() { - *x = NotOnlineFile{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[38] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NotOnlineFile) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NotOnlineFile) ProtoMessage() {} - -func (x *NotOnlineFile) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[38] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NotOnlineFile.ProtoReflect.Descriptor instead. -func (*NotOnlineFile) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{38} + FileType *int32 `protobuf:"varint,1,opt"` + Sig []byte `protobuf:"bytes,2,opt"` + FileUuid []byte `protobuf:"bytes,3,opt"` + FileMd5 []byte `protobuf:"bytes,4,opt"` + FileName []byte `protobuf:"bytes,5,opt"` + FileSize *int64 `protobuf:"varint,6,opt"` + Note []byte `protobuf:"bytes,7,opt"` + Reserved *int32 `protobuf:"varint,8,opt"` + Subcmd *int32 `protobuf:"varint,9,opt"` + MicroCloud *int32 `protobuf:"varint,10,opt"` + BytesFileUrls [][]byte `protobuf:"bytes,11,rep"` + DownloadFlag *int32 `protobuf:"varint,12,opt"` + DangerEvel *int32 `protobuf:"varint,50,opt"` + LifeTime *int32 `protobuf:"varint,51,opt"` + UploadTime *int32 `protobuf:"varint,52,opt"` + AbsFileType *int32 `protobuf:"varint,53,opt"` + ClientType *int32 `protobuf:"varint,54,opt"` + ExpireTime *int32 `protobuf:"varint,55,opt"` + PbReserve []byte `protobuf:"bytes,56,opt"` } func (x *NotOnlineFile) GetFileType() int32 { @@ -3968,44 +2501,8 @@ func (x *NotOnlineFile) GetPbReserve() []byte { } type TransElem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ElemType *int32 `protobuf:"varint,1,opt,name=elemType" json:"elemType,omitempty"` - ElemValue []byte `protobuf:"bytes,2,opt,name=elemValue" json:"elemValue,omitempty"` -} - -func (x *TransElem) Reset() { - *x = TransElem{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[39] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TransElem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TransElem) ProtoMessage() {} - -func (x *TransElem) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[39] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TransElem.ProtoReflect.Descriptor instead. -func (*TransElem) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{39} + ElemType *int32 `protobuf:"varint,1,opt"` + ElemValue []byte `protobuf:"bytes,2,opt"` } func (x *TransElem) GetElemType() int32 { @@ -4023,54 +2520,18 @@ func (x *TransElem) GetElemValue() []byte { } type ExtraInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Nick []byte `protobuf:"bytes,1,opt,name=nick" json:"nick,omitempty"` - GroupCard []byte `protobuf:"bytes,2,opt,name=groupCard" json:"groupCard,omitempty"` - Level *int32 `protobuf:"varint,3,opt,name=level" json:"level,omitempty"` - Flags *int32 `protobuf:"varint,4,opt,name=flags" json:"flags,omitempty"` - GroupMask *int32 `protobuf:"varint,5,opt,name=groupMask" json:"groupMask,omitempty"` - MsgTailId *int32 `protobuf:"varint,6,opt,name=msgTailId" json:"msgTailId,omitempty"` - SenderTitle []byte `protobuf:"bytes,7,opt,name=senderTitle" json:"senderTitle,omitempty"` - ApnsTips []byte `protobuf:"bytes,8,opt,name=apnsTips" json:"apnsTips,omitempty"` - Uin *int64 `protobuf:"varint,9,opt,name=uin" json:"uin,omitempty"` - MsgStateFlag *int32 `protobuf:"varint,10,opt,name=msgStateFlag" json:"msgStateFlag,omitempty"` - ApnsSoundType *int32 `protobuf:"varint,11,opt,name=apnsSoundType" json:"apnsSoundType,omitempty"` - NewGroupFlag *int32 `protobuf:"varint,12,opt,name=newGroupFlag" json:"newGroupFlag,omitempty"` -} - -func (x *ExtraInfo) Reset() { - *x = ExtraInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[40] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ExtraInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ExtraInfo) ProtoMessage() {} - -func (x *ExtraInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[40] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ExtraInfo.ProtoReflect.Descriptor instead. -func (*ExtraInfo) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{40} + Nick []byte `protobuf:"bytes,1,opt"` + GroupCard []byte `protobuf:"bytes,2,opt"` + Level *int32 `protobuf:"varint,3,opt"` + Flags *int32 `protobuf:"varint,4,opt"` + GroupMask *int32 `protobuf:"varint,5,opt"` + MsgTailId *int32 `protobuf:"varint,6,opt"` + SenderTitle []byte `protobuf:"bytes,7,opt"` + ApnsTips []byte `protobuf:"bytes,8,opt"` + Uin *int64 `protobuf:"varint,9,opt"` + MsgStateFlag *int32 `protobuf:"varint,10,opt"` + ApnsSoundType *int32 `protobuf:"varint,11,opt"` + NewGroupFlag *int32 `protobuf:"varint,12,opt"` } func (x *ExtraInfo) GetNick() []byte { @@ -4158,52 +2619,16 @@ func (x *ExtraInfo) GetNewGroupFlag() int32 { } type GroupFile struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Filename []byte `protobuf:"bytes,1,opt,name=filename" json:"filename,omitempty"` - FileSize *int64 `protobuf:"varint,2,opt,name=fileSize" json:"fileSize,omitempty"` - FileId []byte `protobuf:"bytes,3,opt,name=fileId" json:"fileId,omitempty"` - BatchId []byte `protobuf:"bytes,4,opt,name=batchId" json:"batchId,omitempty"` - FileKey []byte `protobuf:"bytes,5,opt,name=fileKey" json:"fileKey,omitempty"` - Mark []byte `protobuf:"bytes,6,opt,name=mark" json:"mark,omitempty"` - Sequence *int64 `protobuf:"varint,7,opt,name=sequence" json:"sequence,omitempty"` - BatchItemId []byte `protobuf:"bytes,8,opt,name=batchItemId" json:"batchItemId,omitempty"` - FeedMsgTime *int32 `protobuf:"varint,9,opt,name=feedMsgTime" json:"feedMsgTime,omitempty"` - PbReserve []byte `protobuf:"bytes,10,opt,name=pbReserve" json:"pbReserve,omitempty"` -} - -func (x *GroupFile) Reset() { - *x = GroupFile{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[41] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupFile) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupFile) ProtoMessage() {} - -func (x *GroupFile) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[41] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupFile.ProtoReflect.Descriptor instead. -func (*GroupFile) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{41} + Filename []byte `protobuf:"bytes,1,opt"` + FileSize *int64 `protobuf:"varint,2,opt"` + FileId []byte `protobuf:"bytes,3,opt"` + BatchId []byte `protobuf:"bytes,4,opt"` + FileKey []byte `protobuf:"bytes,5,opt"` + Mark []byte `protobuf:"bytes,6,opt"` + Sequence *int64 `protobuf:"varint,7,opt"` + BatchItemId []byte `protobuf:"bytes,8,opt"` + FeedMsgTime *int32 `protobuf:"varint,9,opt"` + PbReserve []byte `protobuf:"bytes,10,opt"` } func (x *GroupFile) GetFilename() []byte { @@ -4277,49 +2702,13 @@ func (x *GroupFile) GetPbReserve() []byte { } type AnonymousGroupMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Flags *int32 `protobuf:"varint,1,opt,name=flags" json:"flags,omitempty"` - AnonId []byte `protobuf:"bytes,2,opt,name=anonId" json:"anonId,omitempty"` - AnonNick []byte `protobuf:"bytes,3,opt,name=anonNick" json:"anonNick,omitempty"` - HeadPortrait *int32 `protobuf:"varint,4,opt,name=headPortrait" json:"headPortrait,omitempty"` - ExpireTime *int32 `protobuf:"varint,5,opt,name=expireTime" json:"expireTime,omitempty"` - BubbleId *int32 `protobuf:"varint,6,opt,name=bubbleId" json:"bubbleId,omitempty"` - RankColor []byte `protobuf:"bytes,7,opt,name=rankColor" json:"rankColor,omitempty"` -} - -func (x *AnonymousGroupMessage) Reset() { - *x = AnonymousGroupMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[42] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AnonymousGroupMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AnonymousGroupMessage) ProtoMessage() {} - -func (x *AnonymousGroupMessage) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[42] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AnonymousGroupMessage.ProtoReflect.Descriptor instead. -func (*AnonymousGroupMessage) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{42} + Flags *int32 `protobuf:"varint,1,opt"` + AnonId []byte `protobuf:"bytes,2,opt"` + AnonNick []byte `protobuf:"bytes,3,opt"` + HeadPortrait *int32 `protobuf:"varint,4,opt"` + ExpireTime *int32 `protobuf:"varint,5,opt"` + BubbleId *int32 `protobuf:"varint,6,opt"` + RankColor []byte `protobuf:"bytes,7,opt"` } func (x *AnonymousGroupMessage) GetFlags() int32 { @@ -4372,66 +2761,30 @@ func (x *AnonymousGroupMessage) GetRankColor() []byte { } type VideoFile struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FileUuid []byte `protobuf:"bytes,1,opt,name=fileUuid" json:"fileUuid,omitempty"` - FileMd5 []byte `protobuf:"bytes,2,opt,name=fileMd5" json:"fileMd5,omitempty"` - FileName []byte `protobuf:"bytes,3,opt,name=fileName" json:"fileName,omitempty"` - FileFormat *int32 `protobuf:"varint,4,opt,name=fileFormat" json:"fileFormat,omitempty"` - FileTime *int32 `protobuf:"varint,5,opt,name=fileTime" json:"fileTime,omitempty"` - FileSize *int32 `protobuf:"varint,6,opt,name=fileSize" json:"fileSize,omitempty"` - ThumbWidth *int32 `protobuf:"varint,7,opt,name=thumbWidth" json:"thumbWidth,omitempty"` - ThumbHeight *int32 `protobuf:"varint,8,opt,name=thumbHeight" json:"thumbHeight,omitempty"` - ThumbFileMd5 []byte `protobuf:"bytes,9,opt,name=thumbFileMd5" json:"thumbFileMd5,omitempty"` - Source []byte `protobuf:"bytes,10,opt,name=source" json:"source,omitempty"` - ThumbFileSize *int32 `protobuf:"varint,11,opt,name=thumbFileSize" json:"thumbFileSize,omitempty"` - BusiType *int32 `protobuf:"varint,12,opt,name=busiType" json:"busiType,omitempty"` - FromChatType *int32 `protobuf:"varint,13,opt,name=fromChatType" json:"fromChatType,omitempty"` - ToChatType *int32 `protobuf:"varint,14,opt,name=toChatType" json:"toChatType,omitempty"` - BoolSupportProgressive *bool `protobuf:"varint,15,opt,name=boolSupportProgressive" json:"boolSupportProgressive,omitempty"` - FileWidth *int32 `protobuf:"varint,16,opt,name=fileWidth" json:"fileWidth,omitempty"` - FileHeight *int32 `protobuf:"varint,17,opt,name=fileHeight" json:"fileHeight,omitempty"` - SubBusiType *int32 `protobuf:"varint,18,opt,name=subBusiType" json:"subBusiType,omitempty"` - VideoAttr *int32 `protobuf:"varint,19,opt,name=videoAttr" json:"videoAttr,omitempty"` - BytesThumbFileUrls [][]byte `protobuf:"bytes,20,rep,name=bytesThumbFileUrls" json:"bytesThumbFileUrls,omitempty"` - BytesVideoFileUrls [][]byte `protobuf:"bytes,21,rep,name=bytesVideoFileUrls" json:"bytesVideoFileUrls,omitempty"` - ThumbDownloadFlag *int32 `protobuf:"varint,22,opt,name=thumbDownloadFlag" json:"thumbDownloadFlag,omitempty"` - VideoDownloadFlag *int32 `protobuf:"varint,23,opt,name=videoDownloadFlag" json:"videoDownloadFlag,omitempty"` - PbReserve []byte `protobuf:"bytes,24,opt,name=pbReserve" json:"pbReserve,omitempty"` -} - -func (x *VideoFile) Reset() { - *x = VideoFile{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[43] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *VideoFile) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*VideoFile) ProtoMessage() {} - -func (x *VideoFile) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[43] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use VideoFile.ProtoReflect.Descriptor instead. -func (*VideoFile) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{43} + FileUuid []byte `protobuf:"bytes,1,opt"` + FileMd5 []byte `protobuf:"bytes,2,opt"` + FileName []byte `protobuf:"bytes,3,opt"` + FileFormat *int32 `protobuf:"varint,4,opt"` + FileTime *int32 `protobuf:"varint,5,opt"` + FileSize *int32 `protobuf:"varint,6,opt"` + ThumbWidth *int32 `protobuf:"varint,7,opt"` + ThumbHeight *int32 `protobuf:"varint,8,opt"` + ThumbFileMd5 []byte `protobuf:"bytes,9,opt"` + Source []byte `protobuf:"bytes,10,opt"` + ThumbFileSize *int32 `protobuf:"varint,11,opt"` + BusiType *int32 `protobuf:"varint,12,opt"` + FromChatType *int32 `protobuf:"varint,13,opt"` + ToChatType *int32 `protobuf:"varint,14,opt"` + BoolSupportProgressive *bool `protobuf:"varint,15,opt"` + FileWidth *int32 `protobuf:"varint,16,opt"` + FileHeight *int32 `protobuf:"varint,17,opt"` + SubBusiType *int32 `protobuf:"varint,18,opt"` + VideoAttr *int32 `protobuf:"varint,19,opt"` + BytesThumbFileUrls [][]byte `protobuf:"bytes,20,rep"` + BytesVideoFileUrls [][]byte `protobuf:"bytes,21,rep"` + ThumbDownloadFlag *int32 `protobuf:"varint,22,opt"` + VideoDownloadFlag *int32 `protobuf:"varint,23,opt"` + PbReserve []byte `protobuf:"bytes,24,opt"` } func (x *VideoFile) GetFileUuid() []byte { @@ -4603,53 +2956,17 @@ func (x *VideoFile) GetPbReserve() []byte { } type SourceMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - OrigSeqs []int32 `protobuf:"varint,1,rep,name=origSeqs" json:"origSeqs,omitempty"` - SenderUin *int64 `protobuf:"varint,2,opt,name=senderUin" json:"senderUin,omitempty"` - Time *int32 `protobuf:"varint,3,opt,name=time" json:"time,omitempty"` - Flag *int32 `protobuf:"varint,4,opt,name=flag" json:"flag,omitempty"` - Elems []*Elem `protobuf:"bytes,5,rep,name=elems" json:"elems,omitempty"` - Type *int32 `protobuf:"varint,6,opt,name=type" json:"type,omitempty"` - RichMsg []byte `protobuf:"bytes,7,opt,name=richMsg" json:"richMsg,omitempty"` - PbReserve []byte `protobuf:"bytes,8,opt,name=pbReserve" json:"pbReserve,omitempty"` - SrcMsg []byte `protobuf:"bytes,9,opt,name=srcMsg" json:"srcMsg,omitempty"` - ToUin *int64 `protobuf:"varint,10,opt,name=toUin" json:"toUin,omitempty"` - TroopName []byte `protobuf:"bytes,11,opt,name=troopName" json:"troopName,omitempty"` -} - -func (x *SourceMsg) Reset() { - *x = SourceMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[44] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SourceMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SourceMsg) ProtoMessage() {} - -func (x *SourceMsg) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[44] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SourceMsg.ProtoReflect.Descriptor instead. -func (*SourceMsg) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{44} + OrigSeqs []int32 `protobuf:"varint,1,rep"` + SenderUin *int64 `protobuf:"varint,2,opt"` + Time *int32 `protobuf:"varint,3,opt"` + Flag *int32 `protobuf:"varint,4,opt"` + Elems []*Elem `protobuf:"bytes,5,rep"` + Type *int32 `protobuf:"varint,6,opt"` + RichMsg []byte `protobuf:"bytes,7,opt"` + PbReserve []byte `protobuf:"bytes,8,opt"` + SrcMsg []byte `protobuf:"bytes,9,opt"` + ToUin *int64 `protobuf:"varint,10,opt"` + TroopName []byte `protobuf:"bytes,11,opt"` } func (x *SourceMsg) GetOrigSeqs() []int32 { @@ -4730,45 +3047,9 @@ func (x *SourceMsg) GetTroopName() []byte { } type Face struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index *int32 `protobuf:"varint,1,opt,name=index" json:"index,omitempty"` - Old []byte `protobuf:"bytes,2,opt,name=old" json:"old,omitempty"` - Buf []byte `protobuf:"bytes,11,opt,name=buf" json:"buf,omitempty"` -} - -func (x *Face) Reset() { - *x = Face{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[45] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Face) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Face) ProtoMessage() {} - -func (x *Face) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[45] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Face.ProtoReflect.Descriptor instead. -func (*Face) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{45} + Index *int32 `protobuf:"varint,1,opt"` + Old []byte `protobuf:"bytes,2,opt"` + Buf []byte `protobuf:"bytes,11,opt"` } func (x *Face) GetIndex() int32 { @@ -4793,44 +3074,8 @@ func (x *Face) GetBuf() []byte { } type LightAppElem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Data []byte `protobuf:"bytes,1,opt,name=data" json:"data,omitempty"` - MsgResid []byte `protobuf:"bytes,2,opt,name=msgResid" json:"msgResid,omitempty"` -} - -func (x *LightAppElem) Reset() { - *x = LightAppElem{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[46] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *LightAppElem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*LightAppElem) ProtoMessage() {} - -func (x *LightAppElem) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[46] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use LightAppElem.ProtoReflect.Descriptor instead. -func (*LightAppElem) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{46} + Data []byte `protobuf:"bytes,1,opt"` + MsgResid []byte `protobuf:"bytes,2,opt"` } func (x *LightAppElem) GetData() []byte { @@ -4848,76 +3093,40 @@ func (x *LightAppElem) GetMsgResid() []byte { } type CustomFace struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Guid []byte `protobuf:"bytes,1,opt,name=guid" json:"guid,omitempty"` - FilePath *string `protobuf:"bytes,2,opt,name=filePath" json:"filePath,omitempty"` - Shortcut *string `protobuf:"bytes,3,opt,name=shortcut" json:"shortcut,omitempty"` - Buffer []byte `protobuf:"bytes,4,opt,name=buffer" json:"buffer,omitempty"` - Flag []byte `protobuf:"bytes,5,opt,name=flag" json:"flag,omitempty"` - OldData []byte `protobuf:"bytes,6,opt,name=oldData" json:"oldData,omitempty"` - FileId *int32 `protobuf:"varint,7,opt,name=fileId" json:"fileId,omitempty"` - ServerIp *int32 `protobuf:"varint,8,opt,name=serverIp" json:"serverIp,omitempty"` - ServerPort *int32 `protobuf:"varint,9,opt,name=serverPort" json:"serverPort,omitempty"` - FileType *int32 `protobuf:"varint,10,opt,name=fileType" json:"fileType,omitempty"` - Signature []byte `protobuf:"bytes,11,opt,name=signature" json:"signature,omitempty"` - Useful *int32 `protobuf:"varint,12,opt,name=useful" json:"useful,omitempty"` - Md5 []byte `protobuf:"bytes,13,opt,name=md5" json:"md5,omitempty"` - ThumbUrl *string `protobuf:"bytes,14,opt,name=thumbUrl" json:"thumbUrl,omitempty"` - BigUrl *string `protobuf:"bytes,15,opt,name=bigUrl" json:"bigUrl,omitempty"` - OrigUrl *string `protobuf:"bytes,16,opt,name=origUrl" json:"origUrl,omitempty"` - BizType *int32 `protobuf:"varint,17,opt,name=bizType" json:"bizType,omitempty"` - RepeatIndex *int32 `protobuf:"varint,18,opt,name=repeatIndex" json:"repeatIndex,omitempty"` - RepeatImage *int32 `protobuf:"varint,19,opt,name=repeatImage" json:"repeatImage,omitempty"` - ImageType *int32 `protobuf:"varint,20,opt,name=imageType" json:"imageType,omitempty"` - Index *int32 `protobuf:"varint,21,opt,name=index" json:"index,omitempty"` - Width *int32 `protobuf:"varint,22,opt,name=width" json:"width,omitempty"` - Height *int32 `protobuf:"varint,23,opt,name=height" json:"height,omitempty"` - Source *int32 `protobuf:"varint,24,opt,name=source" json:"source,omitempty"` - Size *int32 `protobuf:"varint,25,opt,name=size" json:"size,omitempty"` - Origin *int32 `protobuf:"varint,26,opt,name=origin" json:"origin,omitempty"` - ThumbWidth *int32 `protobuf:"varint,27,opt,name=thumbWidth" json:"thumbWidth,omitempty"` - ThumbHeight *int32 `protobuf:"varint,28,opt,name=thumbHeight" json:"thumbHeight,omitempty"` - ShowLen *int32 `protobuf:"varint,29,opt,name=showLen" json:"showLen,omitempty"` - DownloadLen *int32 `protobuf:"varint,30,opt,name=downloadLen" json:"downloadLen,omitempty"` - X400Url *string `protobuf:"bytes,31,opt,name=_400Url,json=400Url" json:"_400Url,omitempty"` - X400Width *int32 `protobuf:"varint,32,opt,name=_400Width,json=400Width" json:"_400Width,omitempty"` - X400Height *int32 `protobuf:"varint,33,opt,name=_400Height,json=400Height" json:"_400Height,omitempty"` - PbReserve []byte `protobuf:"bytes,34,opt,name=pbReserve" json:"pbReserve,omitempty"` -} - -func (x *CustomFace) Reset() { - *x = CustomFace{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[47] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CustomFace) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CustomFace) ProtoMessage() {} - -func (x *CustomFace) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[47] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CustomFace.ProtoReflect.Descriptor instead. -func (*CustomFace) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{47} + Guid []byte `protobuf:"bytes,1,opt"` + FilePath *string `protobuf:"bytes,2,opt"` + Shortcut *string `protobuf:"bytes,3,opt"` + Buffer []byte `protobuf:"bytes,4,opt"` + Flag []byte `protobuf:"bytes,5,opt"` + OldData []byte `protobuf:"bytes,6,opt"` + FileId *int32 `protobuf:"varint,7,opt"` + ServerIp *int32 `protobuf:"varint,8,opt"` + ServerPort *int32 `protobuf:"varint,9,opt"` + FileType *int32 `protobuf:"varint,10,opt"` + Signature []byte `protobuf:"bytes,11,opt"` + Useful *int32 `protobuf:"varint,12,opt"` + Md5 []byte `protobuf:"bytes,13,opt"` + ThumbUrl *string `protobuf:"bytes,14,opt"` + BigUrl *string `protobuf:"bytes,15,opt"` + OrigUrl *string `protobuf:"bytes,16,opt"` + BizType *int32 `protobuf:"varint,17,opt"` + RepeatIndex *int32 `protobuf:"varint,18,opt"` + RepeatImage *int32 `protobuf:"varint,19,opt"` + ImageType *int32 `protobuf:"varint,20,opt"` + Index *int32 `protobuf:"varint,21,opt"` + Width *int32 `protobuf:"varint,22,opt"` + Height *int32 `protobuf:"varint,23,opt"` + Source *int32 `protobuf:"varint,24,opt"` + Size *int32 `protobuf:"varint,25,opt"` + Origin *int32 `protobuf:"varint,26,opt"` + ThumbWidth *int32 `protobuf:"varint,27,opt"` + ThumbHeight *int32 `protobuf:"varint,28,opt"` + ShowLen *int32 `protobuf:"varint,29,opt"` + DownloadLen *int32 `protobuf:"varint,30,opt"` + X400Url *string `protobuf:"bytes,31,opt"` + X400Width *int32 `protobuf:"varint,32,opt"` + X400Height *int32 `protobuf:"varint,33,opt"` + PbReserve []byte `protobuf:"bytes,34,opt"` } func (x *CustomFace) GetGuid() []byte { @@ -5159,46 +3368,10 @@ func (x *CustomFace) GetPbReserve() []byte { } type ContentHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PkgNum *int32 `protobuf:"varint,1,opt,name=pkgNum" json:"pkgNum,omitempty"` - PkgIndex *int32 `protobuf:"varint,2,opt,name=pkgIndex" json:"pkgIndex,omitempty"` - DivSeq *int32 `protobuf:"varint,3,opt,name=divSeq" json:"divSeq,omitempty"` - AutoReply *int32 `protobuf:"varint,4,opt,name=autoReply" json:"autoReply,omitempty"` -} - -func (x *ContentHead) Reset() { - *x = ContentHead{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[48] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ContentHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ContentHead) ProtoMessage() {} - -func (x *ContentHead) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[48] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ContentHead.ProtoReflect.Descriptor instead. -func (*ContentHead) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{48} + PkgNum *int32 `protobuf:"varint,1,opt"` + PkgIndex *int32 `protobuf:"varint,2,opt"` + DivSeq *int32 `protobuf:"varint,3,opt"` + AutoReply *int32 `protobuf:"varint,4,opt"` } func (x *ContentHead) GetPkgNum() int32 { @@ -5230,70 +3403,34 @@ func (x *ContentHead) GetAutoReply() int32 { } type MessageHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FromUin *int64 `protobuf:"varint,1,opt,name=fromUin" json:"fromUin,omitempty"` - ToUin *int64 `protobuf:"varint,2,opt,name=toUin" json:"toUin,omitempty"` - MsgType *int32 `protobuf:"varint,3,opt,name=msgType" json:"msgType,omitempty"` - C2CCmd *int32 `protobuf:"varint,4,opt,name=c2cCmd" json:"c2cCmd,omitempty"` - MsgSeq *int32 `protobuf:"varint,5,opt,name=msgSeq" json:"msgSeq,omitempty"` - MsgTime *int32 `protobuf:"varint,6,opt,name=msgTime" json:"msgTime,omitempty"` - MsgUid *int64 `protobuf:"varint,7,opt,name=msgUid" json:"msgUid,omitempty"` - C2CTmpMsgHead *C2CTempMessageHead `protobuf:"bytes,8,opt,name=c2cTmpMsgHead" json:"c2cTmpMsgHead,omitempty"` - GroupInfo *GroupInfo `protobuf:"bytes,9,opt,name=groupInfo" json:"groupInfo,omitempty"` - FromAppid *int32 `protobuf:"varint,10,opt,name=fromAppid" json:"fromAppid,omitempty"` - FromInstid *int32 `protobuf:"varint,11,opt,name=fromInstid" json:"fromInstid,omitempty"` - UserActive *int32 `protobuf:"varint,12,opt,name=userActive" json:"userActive,omitempty"` - DiscussInfo *DiscussInfo `protobuf:"bytes,13,opt,name=discussInfo" json:"discussInfo,omitempty"` - FromNick *string `protobuf:"bytes,14,opt,name=fromNick" json:"fromNick,omitempty"` - AuthUin *int64 `protobuf:"varint,15,opt,name=authUin" json:"authUin,omitempty"` - AuthNick *string `protobuf:"bytes,16,opt,name=authNick" json:"authNick,omitempty"` - MsgFlag *int32 `protobuf:"varint,17,opt,name=msgFlag" json:"msgFlag,omitempty"` - AuthRemark *string `protobuf:"bytes,18,opt,name=authRemark" json:"authRemark,omitempty"` - GroupName *string `protobuf:"bytes,19,opt,name=groupName" json:"groupName,omitempty"` - MutiltransHead *MutilTransHead `protobuf:"bytes,20,opt,name=mutiltransHead" json:"mutiltransHead,omitempty"` - MsgInstCtrl *InstCtrl `protobuf:"bytes,21,opt,name=msgInstCtrl" json:"msgInstCtrl,omitempty"` - PublicAccountGroupSendFlag *int32 `protobuf:"varint,22,opt,name=publicAccountGroupSendFlag" json:"publicAccountGroupSendFlag,omitempty"` - WseqInC2CMsghead *int32 `protobuf:"varint,23,opt,name=wseqInC2cMsghead" json:"wseqInC2cMsghead,omitempty"` - Cpid *int64 `protobuf:"varint,24,opt,name=cpid" json:"cpid,omitempty"` - ExtGroupKeyInfo *ExtGroupKeyInfo `protobuf:"bytes,25,opt,name=extGroupKeyInfo" json:"extGroupKeyInfo,omitempty"` - MultiCompatibleText *string `protobuf:"bytes,26,opt,name=multiCompatibleText" json:"multiCompatibleText,omitempty"` - AuthSex *int32 `protobuf:"varint,27,opt,name=authSex" json:"authSex,omitempty"` - IsSrcMsg *bool `protobuf:"varint,28,opt,name=isSrcMsg" json:"isSrcMsg,omitempty"` -} - -func (x *MessageHead) Reset() { - *x = MessageHead{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[49] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MessageHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MessageHead) ProtoMessage() {} - -func (x *MessageHead) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[49] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MessageHead.ProtoReflect.Descriptor instead. -func (*MessageHead) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{49} + FromUin *int64 `protobuf:"varint,1,opt"` + ToUin *int64 `protobuf:"varint,2,opt"` + MsgType *int32 `protobuf:"varint,3,opt"` + C2CCmd *int32 `protobuf:"varint,4,opt"` + MsgSeq *int32 `protobuf:"varint,5,opt"` + MsgTime *int32 `protobuf:"varint,6,opt"` + MsgUid *int64 `protobuf:"varint,7,opt"` + C2CTmpMsgHead *C2CTempMessageHead `protobuf:"bytes,8,opt"` + GroupInfo *GroupInfo `protobuf:"bytes,9,opt"` + FromAppid *int32 `protobuf:"varint,10,opt"` + FromInstid *int32 `protobuf:"varint,11,opt"` + UserActive *int32 `protobuf:"varint,12,opt"` + DiscussInfo *DiscussInfo `protobuf:"bytes,13,opt"` + FromNick *string `protobuf:"bytes,14,opt"` + AuthUin *int64 `protobuf:"varint,15,opt"` + AuthNick *string `protobuf:"bytes,16,opt"` + MsgFlag *int32 `protobuf:"varint,17,opt"` + AuthRemark *string `protobuf:"bytes,18,opt"` + GroupName *string `protobuf:"bytes,19,opt"` + MutiltransHead *MutilTransHead `protobuf:"bytes,20,opt"` + MsgInstCtrl *InstCtrl `protobuf:"bytes,21,opt"` + PublicAccountGroupSendFlag *int32 `protobuf:"varint,22,opt"` + WseqInC2CMsghead *int32 `protobuf:"varint,23,opt"` + Cpid *int64 `protobuf:"varint,24,opt"` + ExtGroupKeyInfo *ExtGroupKeyInfo `protobuf:"bytes,25,opt"` + MultiCompatibleText *string `protobuf:"bytes,26,opt"` + AuthSex *int32 `protobuf:"varint,27,opt"` + IsSrcMsg *bool `protobuf:"varint,28,opt"` } func (x *MessageHead) GetFromUin() int64 { @@ -5493,50 +3630,14 @@ func (x *MessageHead) GetIsSrcMsg() bool { } type GroupInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *int64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - GroupType *int32 `protobuf:"varint,2,opt,name=groupType" json:"groupType,omitempty"` - GroupInfoSeq *int64 `protobuf:"varint,3,opt,name=groupInfoSeq" json:"groupInfoSeq,omitempty"` - GroupCard *string `protobuf:"bytes,4,opt,name=groupCard" json:"groupCard,omitempty"` - GroupRank []byte `protobuf:"bytes,5,opt,name=groupRank" json:"groupRank,omitempty"` - GroupLevel *int32 `protobuf:"varint,6,opt,name=groupLevel" json:"groupLevel,omitempty"` - GroupCardType *int32 `protobuf:"varint,7,opt,name=groupCardType" json:"groupCardType,omitempty"` - GroupName []byte `protobuf:"bytes,8,opt,name=groupName" json:"groupName,omitempty"` -} - -func (x *GroupInfo) Reset() { - *x = GroupInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[50] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupInfo) ProtoMessage() {} - -func (x *GroupInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[50] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupInfo.ProtoReflect.Descriptor instead. -func (*GroupInfo) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{50} + GroupCode *int64 `protobuf:"varint,1,opt"` + GroupType *int32 `protobuf:"varint,2,opt"` + GroupInfoSeq *int64 `protobuf:"varint,3,opt"` + GroupCard *string `protobuf:"bytes,4,opt"` + GroupRank []byte `protobuf:"bytes,5,opt"` + GroupLevel *int32 `protobuf:"varint,6,opt"` + GroupCardType *int32 `protobuf:"varint,7,opt"` + GroupName []byte `protobuf:"bytes,8,opt"` } func (x *GroupInfo) GetGroupCode() int64 { @@ -5596,47 +3697,11 @@ func (x *GroupInfo) GetGroupName() []byte { } type DiscussInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - DiscussUin *int64 `protobuf:"varint,1,opt,name=discussUin" json:"discussUin,omitempty"` - DiscussType *int32 `protobuf:"varint,2,opt,name=discussType" json:"discussType,omitempty"` - DiscussInfoSeq *int64 `protobuf:"varint,3,opt,name=discussInfoSeq" json:"discussInfoSeq,omitempty"` - DiscussRemark []byte `protobuf:"bytes,4,opt,name=discussRemark" json:"discussRemark,omitempty"` - DiscussName []byte `protobuf:"bytes,5,opt,name=discussName" json:"discussName,omitempty"` -} - -func (x *DiscussInfo) Reset() { - *x = DiscussInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[51] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DiscussInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DiscussInfo) ProtoMessage() {} - -func (x *DiscussInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[51] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DiscussInfo.ProtoReflect.Descriptor instead. -func (*DiscussInfo) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{51} + DiscussUin *int64 `protobuf:"varint,1,opt"` + DiscussType *int32 `protobuf:"varint,2,opt"` + DiscussInfoSeq *int64 `protobuf:"varint,3,opt"` + DiscussRemark []byte `protobuf:"bytes,4,opt"` + DiscussName []byte `protobuf:"bytes,5,opt"` } func (x *DiscussInfo) GetDiscussUin() int64 { @@ -5675,44 +3740,8 @@ func (x *DiscussInfo) GetDiscussName() []byte { } type MutilTransHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Status *int32 `protobuf:"varint,1,opt,name=status" json:"status,omitempty"` - MsgId *int32 `protobuf:"varint,2,opt,name=msgId" json:"msgId,omitempty"` -} - -func (x *MutilTransHead) Reset() { - *x = MutilTransHead{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[52] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MutilTransHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MutilTransHead) ProtoMessage() {} - -func (x *MutilTransHead) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[52] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MutilTransHead.ProtoReflect.Descriptor instead. -func (*MutilTransHead) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{52} + Status *int32 `protobuf:"varint,1,opt"` + MsgId *int32 `protobuf:"varint,2,opt"` } func (x *MutilTransHead) GetStatus() int32 { @@ -5730,53 +3759,17 @@ func (x *MutilTransHead) GetMsgId() int32 { } type C2CTempMessageHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - C2CType *int32 `protobuf:"varint,1,opt,name=c2cType" json:"c2cType,omitempty"` - ServiceType *int32 `protobuf:"varint,2,opt,name=serviceType" json:"serviceType,omitempty"` - GroupUin *int64 `protobuf:"varint,3,opt,name=groupUin" json:"groupUin,omitempty"` - GroupCode *int64 `protobuf:"varint,4,opt,name=groupCode" json:"groupCode,omitempty"` - Sig []byte `protobuf:"bytes,5,opt,name=sig" json:"sig,omitempty"` - SigType *int32 `protobuf:"varint,6,opt,name=sigType" json:"sigType,omitempty"` - FromPhone *string `protobuf:"bytes,7,opt,name=fromPhone" json:"fromPhone,omitempty"` - ToPhone *string `protobuf:"bytes,8,opt,name=toPhone" json:"toPhone,omitempty"` - LockDisplay *int32 `protobuf:"varint,9,opt,name=lockDisplay" json:"lockDisplay,omitempty"` - DirectionFlag *int32 `protobuf:"varint,10,opt,name=directionFlag" json:"directionFlag,omitempty"` - Reserved []byte `protobuf:"bytes,11,opt,name=reserved" json:"reserved,omitempty"` -} - -func (x *C2CTempMessageHead) Reset() { - *x = C2CTempMessageHead{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[53] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *C2CTempMessageHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*C2CTempMessageHead) ProtoMessage() {} - -func (x *C2CTempMessageHead) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[53] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use C2CTempMessageHead.ProtoReflect.Descriptor instead. -func (*C2CTempMessageHead) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{53} + C2CType *int32 `protobuf:"varint,1,opt"` + ServiceType *int32 `protobuf:"varint,2,opt"` + GroupUin *int64 `protobuf:"varint,3,opt"` + GroupCode *int64 `protobuf:"varint,4,opt"` + Sig []byte `protobuf:"bytes,5,opt"` + SigType *int32 `protobuf:"varint,6,opt"` + FromPhone *string `protobuf:"bytes,7,opt"` + ToPhone *string `protobuf:"bytes,8,opt"` + LockDisplay *int32 `protobuf:"varint,9,opt"` + DirectionFlag *int32 `protobuf:"varint,10,opt"` + Reserved []byte `protobuf:"bytes,11,opt"` } func (x *C2CTempMessageHead) GetC2CType() int32 { @@ -5857,45 +3850,9 @@ func (x *C2CTempMessageHead) GetReserved() []byte { } type InstCtrl struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgSendToInst []*InstInfo `protobuf:"bytes,1,rep,name=msgSendToInst" json:"msgSendToInst,omitempty"` - MsgExcludeInst []*InstInfo `protobuf:"bytes,2,rep,name=msgExcludeInst" json:"msgExcludeInst,omitempty"` - MsgFromInst *InstInfo `protobuf:"bytes,3,opt,name=msgFromInst" json:"msgFromInst,omitempty"` -} - -func (x *InstCtrl) Reset() { - *x = InstCtrl{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[54] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *InstCtrl) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*InstCtrl) ProtoMessage() {} - -func (x *InstCtrl) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[54] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use InstCtrl.ProtoReflect.Descriptor instead. -func (*InstCtrl) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{54} + MsgSendToInst []*InstInfo `protobuf:"bytes,1,rep"` + MsgExcludeInst []*InstInfo `protobuf:"bytes,2,rep"` + MsgFromInst *InstInfo `protobuf:"bytes,3,opt"` } func (x *InstCtrl) GetMsgSendToInst() []*InstInfo { @@ -5920,46 +3877,10 @@ func (x *InstCtrl) GetMsgFromInst() *InstInfo { } type InstInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Apppid *int32 `protobuf:"varint,1,opt,name=apppid" json:"apppid,omitempty"` - Instid *int32 `protobuf:"varint,2,opt,name=instid" json:"instid,omitempty"` - Platform *int32 `protobuf:"varint,3,opt,name=platform" json:"platform,omitempty"` - EnumDeviceType *int32 `protobuf:"varint,10,opt,name=enumDeviceType" json:"enumDeviceType,omitempty"` -} - -func (x *InstInfo) Reset() { - *x = InstInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[55] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *InstInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*InstInfo) ProtoMessage() {} - -func (x *InstInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[55] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use InstInfo.ProtoReflect.Descriptor instead. -func (*InstInfo) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{55} + Apppid *int32 `protobuf:"varint,1,opt"` + Instid *int32 `protobuf:"varint,2,opt"` + Platform *int32 `protobuf:"varint,3,opt"` + EnumDeviceType *int32 `protobuf:"varint,10,opt"` } func (x *InstInfo) GetApppid() int32 { @@ -5991,44 +3912,8 @@ func (x *InstInfo) GetEnumDeviceType() int32 { } type ExtGroupKeyInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CurMaxSeq *int32 `protobuf:"varint,1,opt,name=curMaxSeq" json:"curMaxSeq,omitempty"` - CurTime *int64 `protobuf:"varint,2,opt,name=curTime" json:"curTime,omitempty"` -} - -func (x *ExtGroupKeyInfo) Reset() { - *x = ExtGroupKeyInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[56] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ExtGroupKeyInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ExtGroupKeyInfo) ProtoMessage() {} - -func (x *ExtGroupKeyInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[56] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ExtGroupKeyInfo.ProtoReflect.Descriptor instead. -func (*ExtGroupKeyInfo) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{56} + CurMaxSeq *int32 `protobuf:"varint,1,opt"` + CurTime *int64 `protobuf:"varint,2,opt"` } func (x *ExtGroupKeyInfo) GetCurMaxSeq() int32 { @@ -6046,51 +3931,15 @@ func (x *ExtGroupKeyInfo) GetCurTime() int64 { } type SyncCookie struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Time1 *int64 `protobuf:"varint,1,opt,name=time1" json:"time1,omitempty"` - Time *int64 `protobuf:"varint,2,opt,name=time" json:"time,omitempty"` - Ran1 *int64 `protobuf:"varint,3,opt,name=ran1" json:"ran1,omitempty"` - Ran2 *int64 `protobuf:"varint,4,opt,name=ran2" json:"ran2,omitempty"` - Const1 *int64 `protobuf:"varint,5,opt,name=const1" json:"const1,omitempty"` - Const2 *int64 `protobuf:"varint,11,opt,name=const2" json:"const2,omitempty"` - Const3 *int64 `protobuf:"varint,12,opt,name=const3" json:"const3,omitempty"` - LastSyncTime *int64 `protobuf:"varint,13,opt,name=lastSyncTime" json:"lastSyncTime,omitempty"` - Const4 *int64 `protobuf:"varint,14,opt,name=const4" json:"const4,omitempty"` -} - -func (x *SyncCookie) Reset() { - *x = SyncCookie{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[57] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncCookie) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncCookie) ProtoMessage() {} - -func (x *SyncCookie) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[57] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncCookie.ProtoReflect.Descriptor instead. -func (*SyncCookie) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{57} + Time1 *int64 `protobuf:"varint,1,opt"` + Time *int64 `protobuf:"varint,2,opt"` + Ran1 *int64 `protobuf:"varint,3,opt"` + Ran2 *int64 `protobuf:"varint,4,opt"` + Const1 *int64 `protobuf:"varint,5,opt"` + Const2 *int64 `protobuf:"varint,11,opt"` + Const3 *int64 `protobuf:"varint,12,opt"` + LastSyncTime *int64 `protobuf:"varint,13,opt"` + Const4 *int64 `protobuf:"varint,14,opt"` } func (x *SyncCookie) GetTime1() int64 { @@ -6157,55 +4006,19 @@ func (x *SyncCookie) GetConst4() int64 { } type TransMsgInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FromUin *int64 `protobuf:"varint,1,opt,name=fromUin" json:"fromUin,omitempty"` - ToUin *int64 `protobuf:"varint,2,opt,name=toUin" json:"toUin,omitempty"` - MsgType *int32 `protobuf:"varint,3,opt,name=msgType" json:"msgType,omitempty"` - MsgSubtype *int32 `protobuf:"varint,4,opt,name=msgSubtype" json:"msgSubtype,omitempty"` - MsgSeq *int32 `protobuf:"varint,5,opt,name=msgSeq" json:"msgSeq,omitempty"` - MsgUid *int64 `protobuf:"varint,6,opt,name=msgUid" json:"msgUid,omitempty"` - MsgTime *int32 `protobuf:"varint,7,opt,name=msgTime" json:"msgTime,omitempty"` - RealMsgTime *int32 `protobuf:"varint,8,opt,name=realMsgTime" json:"realMsgTime,omitempty"` - NickName *string `protobuf:"bytes,9,opt,name=nickName" json:"nickName,omitempty"` - MsgData []byte `protobuf:"bytes,10,opt,name=msgData" json:"msgData,omitempty"` - SvrIp *int32 `protobuf:"varint,11,opt,name=svrIp" json:"svrIp,omitempty"` - ExtGroupKeyInfo *ExtGroupKeyInfo `protobuf:"bytes,12,opt,name=extGroupKeyInfo" json:"extGroupKeyInfo,omitempty"` - GeneralFlag *int32 `protobuf:"varint,17,opt,name=generalFlag" json:"generalFlag,omitempty"` -} - -func (x *TransMsgInfo) Reset() { - *x = TransMsgInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[58] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TransMsgInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TransMsgInfo) ProtoMessage() {} - -func (x *TransMsgInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[58] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TransMsgInfo.ProtoReflect.Descriptor instead. -func (*TransMsgInfo) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{58} + FromUin *int64 `protobuf:"varint,1,opt"` + ToUin *int64 `protobuf:"varint,2,opt"` + MsgType *int32 `protobuf:"varint,3,opt"` + MsgSubtype *int32 `protobuf:"varint,4,opt"` + MsgSeq *int32 `protobuf:"varint,5,opt"` + MsgUid *int64 `protobuf:"varint,6,opt"` + MsgTime *int32 `protobuf:"varint,7,opt"` + RealMsgTime *int32 `protobuf:"varint,8,opt"` + NickName *string `protobuf:"bytes,9,opt"` + MsgData []byte `protobuf:"bytes,10,opt"` + SvrIp *int32 `protobuf:"varint,11,opt"` + ExtGroupKeyInfo *ExtGroupKeyInfo `protobuf:"bytes,12,opt"` + GeneralFlag *int32 `protobuf:"varint,17,opt"` } func (x *TransMsgInfo) GetFromUin() int64 { @@ -6300,61 +4113,25 @@ func (x *TransMsgInfo) GetGeneralFlag() int32 { } type GeneralFlags struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BubbleDiyTextId *int32 `protobuf:"varint,1,opt,name=bubbleDiyTextId" json:"bubbleDiyTextId,omitempty"` - GroupFlagNew *int32 `protobuf:"varint,2,opt,name=groupFlagNew" json:"groupFlagNew,omitempty"` - Uin *int64 `protobuf:"varint,3,opt,name=uin" json:"uin,omitempty"` - RpId []byte `protobuf:"bytes,4,opt,name=rpId" json:"rpId,omitempty"` - PrpFold *int32 `protobuf:"varint,5,opt,name=prpFold" json:"prpFold,omitempty"` - LongTextFlag *int32 `protobuf:"varint,6,opt,name=longTextFlag" json:"longTextFlag,omitempty"` - LongTextResid *string `protobuf:"bytes,7,opt,name=longTextResid" json:"longTextResid,omitempty"` - GroupType *int32 `protobuf:"varint,8,opt,name=groupType" json:"groupType,omitempty"` - ToUinFlag *int32 `protobuf:"varint,9,opt,name=toUinFlag" json:"toUinFlag,omitempty"` - GlamourLevel *int32 `protobuf:"varint,10,opt,name=glamourLevel" json:"glamourLevel,omitempty"` - MemberLevel *int32 `protobuf:"varint,11,opt,name=memberLevel" json:"memberLevel,omitempty"` - GroupRankSeq *int64 `protobuf:"varint,12,opt,name=groupRankSeq" json:"groupRankSeq,omitempty"` - OlympicTorch *int32 `protobuf:"varint,13,opt,name=olympicTorch" json:"olympicTorch,omitempty"` - BabyqGuideMsgCookie []byte `protobuf:"bytes,14,opt,name=babyqGuideMsgCookie" json:"babyqGuideMsgCookie,omitempty"` - Uin32ExpertFlag *int32 `protobuf:"varint,15,opt,name=uin32ExpertFlag" json:"uin32ExpertFlag,omitempty"` - BubbleSubId *int32 `protobuf:"varint,16,opt,name=bubbleSubId" json:"bubbleSubId,omitempty"` - PendantId *int64 `protobuf:"varint,17,opt,name=pendantId" json:"pendantId,omitempty"` - RpIndex []byte `protobuf:"bytes,18,opt,name=rpIndex" json:"rpIndex,omitempty"` - PbReserve []byte `protobuf:"bytes,19,opt,name=pbReserve" json:"pbReserve,omitempty"` -} - -func (x *GeneralFlags) Reset() { - *x = GeneralFlags{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[59] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GeneralFlags) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GeneralFlags) ProtoMessage() {} - -func (x *GeneralFlags) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[59] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GeneralFlags.ProtoReflect.Descriptor instead. -func (*GeneralFlags) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{59} + BubbleDiyTextId *int32 `protobuf:"varint,1,opt"` + GroupFlagNew *int32 `protobuf:"varint,2,opt"` + Uin *int64 `protobuf:"varint,3,opt"` + RpId []byte `protobuf:"bytes,4,opt"` + PrpFold *int32 `protobuf:"varint,5,opt"` + LongTextFlag *int32 `protobuf:"varint,6,opt"` + LongTextResid *string `protobuf:"bytes,7,opt"` + GroupType *int32 `protobuf:"varint,8,opt"` + ToUinFlag *int32 `protobuf:"varint,9,opt"` + GlamourLevel *int32 `protobuf:"varint,10,opt"` + MemberLevel *int32 `protobuf:"varint,11,opt"` + GroupRankSeq *int64 `protobuf:"varint,12,opt"` + OlympicTorch *int32 `protobuf:"varint,13,opt"` + BabyqGuideMsgCookie []byte `protobuf:"bytes,14,opt"` + Uin32ExpertFlag *int32 `protobuf:"varint,15,opt"` + BubbleSubId *int32 `protobuf:"varint,16,opt"` + PendantId *int64 `protobuf:"varint,17,opt"` + RpIndex []byte `protobuf:"bytes,18,opt"` + PbReserve []byte `protobuf:"bytes,19,opt"` } func (x *GeneralFlags) GetBubbleDiyTextId() int32 { @@ -6491,44 +4268,8 @@ func (x *GeneralFlags) GetPbReserve() []byte { } type PbMultiMsgItem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FileName *string `protobuf:"bytes,1,opt,name=fileName" json:"fileName,omitempty"` - Buffer *PbMultiMsgNew `protobuf:"bytes,2,opt,name=buffer" json:"buffer,omitempty"` -} - -func (x *PbMultiMsgItem) Reset() { - *x = PbMultiMsgItem{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[60] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PbMultiMsgItem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PbMultiMsgItem) ProtoMessage() {} - -func (x *PbMultiMsgItem) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[60] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PbMultiMsgItem.ProtoReflect.Descriptor instead. -func (*PbMultiMsgItem) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{60} + FileName *string `protobuf:"bytes,1,opt"` + Buffer *PbMultiMsgNew `protobuf:"bytes,2,opt"` } func (x *PbMultiMsgItem) GetFileName() string { @@ -6546,43 +4287,7 @@ func (x *PbMultiMsgItem) GetBuffer() *PbMultiMsgNew { } type PbMultiMsgNew struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Msg []*Message `protobuf:"bytes,1,rep,name=msg" json:"msg,omitempty"` -} - -func (x *PbMultiMsgNew) Reset() { - *x = PbMultiMsgNew{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[61] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PbMultiMsgNew) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PbMultiMsgNew) ProtoMessage() {} - -func (x *PbMultiMsgNew) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[61] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PbMultiMsgNew.ProtoReflect.Descriptor instead. -func (*PbMultiMsgNew) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{61} + Msg []*Message `protobuf:"bytes,1,rep"` } func (x *PbMultiMsgNew) GetMsg() []*Message { @@ -6593,44 +4298,8 @@ func (x *PbMultiMsgNew) GetMsg() []*Message { } type PbMultiMsgTransmit struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Msg []*Message `protobuf:"bytes,1,rep,name=msg" json:"msg,omitempty"` - PbItemList []*PbMultiMsgItem `protobuf:"bytes,2,rep,name=pbItemList" json:"pbItemList,omitempty"` -} - -func (x *PbMultiMsgTransmit) Reset() { - *x = PbMultiMsgTransmit{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[62] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PbMultiMsgTransmit) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PbMultiMsgTransmit) ProtoMessage() {} - -func (x *PbMultiMsgTransmit) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[62] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PbMultiMsgTransmit.ProtoReflect.Descriptor instead. -func (*PbMultiMsgTransmit) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{62} + Msg []*Message `protobuf:"bytes,1,rep"` + PbItemList []*PbMultiMsgItem `protobuf:"bytes,2,rep"` } func (x *PbMultiMsgTransmit) GetMsg() []*Message { @@ -6648,44 +4317,8 @@ func (x *PbMultiMsgTransmit) GetPbItemList() []*PbMultiMsgItem { } type MsgElemInfoServtype3 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FlashTroopPic *CustomFace `protobuf:"bytes,1,opt,name=flash_troop_pic,json=flashTroopPic" json:"flash_troop_pic,omitempty"` - FlashC2CPic *NotOnlineImage `protobuf:"bytes,2,opt,name=flash_c2c_pic,json=flashC2cPic" json:"flash_c2c_pic,omitempty"` -} - -func (x *MsgElemInfoServtype3) Reset() { - *x = MsgElemInfoServtype3{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[63] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MsgElemInfoServtype3) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MsgElemInfoServtype3) ProtoMessage() {} - -func (x *MsgElemInfoServtype3) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[63] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MsgElemInfoServtype3.ProtoReflect.Descriptor instead. -func (*MsgElemInfoServtype3) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{63} + FlashTroopPic *CustomFace `protobuf:"bytes,1,opt"` + FlashC2CPic *NotOnlineImage `protobuf:"bytes,2,opt"` } func (x *MsgElemInfoServtype3) GetFlashTroopPic() *CustomFace { @@ -6703,46 +4336,10 @@ func (x *MsgElemInfoServtype3) GetFlashC2CPic() *NotOnlineImage { } type MsgElemInfoServtype33 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index *uint32 `protobuf:"varint,1,opt,name=index" json:"index,omitempty"` - Text []byte `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"` - Compat []byte `protobuf:"bytes,3,opt,name=compat" json:"compat,omitempty"` - Buf []byte `protobuf:"bytes,4,opt,name=buf" json:"buf,omitempty"` -} - -func (x *MsgElemInfoServtype33) Reset() { - *x = MsgElemInfoServtype33{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[64] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MsgElemInfoServtype33) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MsgElemInfoServtype33) ProtoMessage() {} - -func (x *MsgElemInfoServtype33) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[64] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MsgElemInfoServtype33.ProtoReflect.Descriptor instead. -func (*MsgElemInfoServtype33) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{64} + Index *uint32 `protobuf:"varint,1,opt"` + Text []byte `protobuf:"bytes,2,opt"` + Compat []byte `protobuf:"bytes,3,opt"` + Buf []byte `protobuf:"bytes,4,opt"` } func (x *MsgElemInfoServtype33) GetIndex() uint32 { @@ -6774,44 +4371,8 @@ func (x *MsgElemInfoServtype33) GetBuf() []byte { } type MsgElemInfoServtype38 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ReactData []byte `protobuf:"bytes,1,opt,name=reactData" json:"reactData,omitempty"` - ReplyData []byte `protobuf:"bytes,2,opt,name=replyData" json:"replyData,omitempty"` -} - -func (x *MsgElemInfoServtype38) Reset() { - *x = MsgElemInfoServtype38{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[65] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MsgElemInfoServtype38) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MsgElemInfoServtype38) ProtoMessage() {} - -func (x *MsgElemInfoServtype38) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[65] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MsgElemInfoServtype38.ProtoReflect.Descriptor instead. -func (*MsgElemInfoServtype38) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{65} + ReactData []byte `protobuf:"bytes,1,opt"` + ReplyData []byte `protobuf:"bytes,2,opt"` } func (x *MsgElemInfoServtype38) GetReactData() []byte { @@ -6829,45 +4390,9 @@ func (x *MsgElemInfoServtype38) GetReplyData() []byte { } type SubMsgType0X4Body struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - NotOnlineFile *NotOnlineFile `protobuf:"bytes,1,opt,name=notOnlineFile" json:"notOnlineFile,omitempty"` - MsgTime *uint32 `protobuf:"varint,2,opt,name=msgTime" json:"msgTime,omitempty"` - OnlineFileForPolyToOffline *uint32 `protobuf:"varint,3,opt,name=onlineFileForPolyToOffline" json:"onlineFileForPolyToOffline,omitempty"` // fileImageInfo -} - -func (x *SubMsgType0X4Body) Reset() { - *x = SubMsgType0X4Body{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[66] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SubMsgType0X4Body) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SubMsgType0X4Body) ProtoMessage() {} - -func (x *SubMsgType0X4Body) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[66] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SubMsgType0X4Body.ProtoReflect.Descriptor instead. -func (*SubMsgType0X4Body) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{66} + NotOnlineFile *NotOnlineFile `protobuf:"bytes,1,opt"` + MsgTime *uint32 `protobuf:"varint,2,opt"` + OnlineFileForPolyToOffline *uint32 `protobuf:"varint,3,opt"` // fileImageInfo } func (x *SubMsgType0X4Body) GetNotOnlineFile() *NotOnlineFile { @@ -6892,44 +4417,8 @@ func (x *SubMsgType0X4Body) GetOnlineFileForPolyToOffline() uint32 { } type ResvAttr struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ImageBizType *uint32 `protobuf:"varint,1,opt,name=imageBizType" json:"imageBizType,omitempty"` - ImageShow *AnimationImageShow `protobuf:"bytes,7,opt,name=image_show,json=imageShow" json:"image_show,omitempty"` -} - -func (x *ResvAttr) Reset() { - *x = ResvAttr{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[67] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ResvAttr) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ResvAttr) ProtoMessage() {} - -func (x *ResvAttr) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[67] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ResvAttr.ProtoReflect.Descriptor instead. -func (*ResvAttr) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{67} + ImageBizType *uint32 `protobuf:"varint,1,opt"` + ImageShow *AnimationImageShow `protobuf:"bytes,7,opt"` } func (x *ResvAttr) GetImageBizType() uint32 { @@ -6947,44 +4436,8 @@ func (x *ResvAttr) GetImageShow() *AnimationImageShow { } type AnimationImageShow struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - EffectId *int32 `protobuf:"varint,1,opt,name=effect_id,json=effectId" json:"effect_id,omitempty"` - AnimationParam []byte `protobuf:"bytes,2,opt,name=animation_param,json=animationParam" json:"animation_param,omitempty"` -} - -func (x *AnimationImageShow) Reset() { - *x = AnimationImageShow{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[68] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AnimationImageShow) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AnimationImageShow) ProtoMessage() {} - -func (x *AnimationImageShow) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[68] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AnimationImageShow.ProtoReflect.Descriptor instead. -func (*AnimationImageShow) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{68} + EffectId *int32 `protobuf:"varint,1,opt"` + AnimationParam []byte `protobuf:"bytes,2,opt"` } func (x *AnimationImageShow) GetEffectId() int32 { @@ -7002,45 +4455,9 @@ func (x *AnimationImageShow) GetAnimationParam() []byte { } type UinTypeUserDef struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FromUinType *int32 `protobuf:"varint,1,opt,name=fromUinType" json:"fromUinType,omitempty"` - FromGroupCode *int64 `protobuf:"varint,2,opt,name=fromGroupCode" json:"fromGroupCode,omitempty"` - FileUuid *string `protobuf:"bytes,3,opt,name=fileUuid" json:"fileUuid,omitempty"` -} - -func (x *UinTypeUserDef) Reset() { - *x = UinTypeUserDef{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[69] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UinTypeUserDef) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UinTypeUserDef) ProtoMessage() {} - -func (x *UinTypeUserDef) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[69] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UinTypeUserDef.ProtoReflect.Descriptor instead. -func (*UinTypeUserDef) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{69} + FromUinType *int32 `protobuf:"varint,1,opt"` + FromGroupCode *int64 `protobuf:"varint,2,opt"` + FileUuid *string `protobuf:"bytes,3,opt"` } func (x *UinTypeUserDef) GetFromUinType() int32 { @@ -7065,50 +4482,14 @@ func (x *UinTypeUserDef) GetFileUuid() string { } type GetGroupMsgReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - BeginSeq *uint64 `protobuf:"varint,2,opt,name=beginSeq" json:"beginSeq,omitempty"` - EndSeq *uint64 `protobuf:"varint,3,opt,name=endSeq" json:"endSeq,omitempty"` - Filter *uint32 `protobuf:"varint,4,opt,name=filter" json:"filter,omitempty"` - MemberSeq *uint64 `protobuf:"varint,5,opt,name=memberSeq" json:"memberSeq,omitempty"` - PublicGroup *bool `protobuf:"varint,6,opt,name=publicGroup" json:"publicGroup,omitempty"` - ShieldFlag *uint32 `protobuf:"varint,7,opt,name=shieldFlag" json:"shieldFlag,omitempty"` - SaveTrafficFlag *uint32 `protobuf:"varint,8,opt,name=saveTrafficFlag" json:"saveTrafficFlag,omitempty"` -} - -func (x *GetGroupMsgReq) Reset() { - *x = GetGroupMsgReq{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[70] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetGroupMsgReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetGroupMsgReq) ProtoMessage() {} - -func (x *GetGroupMsgReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[70] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetGroupMsgReq.ProtoReflect.Descriptor instead. -func (*GetGroupMsgReq) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{70} + GroupCode *uint64 `protobuf:"varint,1,opt"` + BeginSeq *uint64 `protobuf:"varint,2,opt"` + EndSeq *uint64 `protobuf:"varint,3,opt"` + Filter *uint32 `protobuf:"varint,4,opt"` + MemberSeq *uint64 `protobuf:"varint,5,opt"` + PublicGroup *bool `protobuf:"varint,6,opt"` + ShieldFlag *uint32 `protobuf:"varint,7,opt"` + SaveTrafficFlag *uint32 `protobuf:"varint,8,opt"` } func (x *GetGroupMsgReq) GetGroupCode() uint64 { @@ -7168,48 +4549,12 @@ func (x *GetGroupMsgReq) GetSaveTrafficFlag() uint32 { } type GetGroupMsgResp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` - Errmsg *string `protobuf:"bytes,2,opt,name=errmsg" json:"errmsg,omitempty"` - GroupCode *uint64 `protobuf:"varint,3,opt,name=groupCode" json:"groupCode,omitempty"` - ReturnBeginSeq *uint64 `protobuf:"varint,4,opt,name=returnBeginSeq" json:"returnBeginSeq,omitempty"` - ReturnEndSeq *uint64 `protobuf:"varint,5,opt,name=returnEndSeq" json:"returnEndSeq,omitempty"` - Msg []*Message `protobuf:"bytes,6,rep,name=msg" json:"msg,omitempty"` -} - -func (x *GetGroupMsgResp) Reset() { - *x = GetGroupMsgResp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[71] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetGroupMsgResp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetGroupMsgResp) ProtoMessage() {} - -func (x *GetGroupMsgResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[71] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetGroupMsgResp.ProtoReflect.Descriptor instead. -func (*GetGroupMsgResp) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{71} + Result *uint32 `protobuf:"varint,1,opt"` + Errmsg *string `protobuf:"bytes,2,opt"` + GroupCode *uint64 `protobuf:"varint,3,opt"` + ReturnBeginSeq *uint64 `protobuf:"varint,4,opt"` + ReturnEndSeq *uint64 `protobuf:"varint,5,opt"` + Msg []*Message `protobuf:"bytes,6,rep"` } func (x *GetGroupMsgResp) GetResult() uint32 { @@ -7255,46 +4600,10 @@ func (x *GetGroupMsgResp) GetMsg() []*Message { } type PbGetOneDayRoamMsgReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PeerUin *uint64 `protobuf:"varint,1,opt,name=peerUin" json:"peerUin,omitempty"` - LastMsgTime *uint64 `protobuf:"varint,2,opt,name=lastMsgTime" json:"lastMsgTime,omitempty"` - Random *uint64 `protobuf:"varint,3,opt,name=random" json:"random,omitempty"` - ReadCnt *uint32 `protobuf:"varint,4,opt,name=readCnt" json:"readCnt,omitempty"` -} - -func (x *PbGetOneDayRoamMsgReq) Reset() { - *x = PbGetOneDayRoamMsgReq{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[72] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PbGetOneDayRoamMsgReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PbGetOneDayRoamMsgReq) ProtoMessage() {} - -func (x *PbGetOneDayRoamMsgReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[72] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PbGetOneDayRoamMsgReq.ProtoReflect.Descriptor instead. -func (*PbGetOneDayRoamMsgReq) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{72} + PeerUin *uint64 `protobuf:"varint,1,opt"` + LastMsgTime *uint64 `protobuf:"varint,2,opt"` + Random *uint64 `protobuf:"varint,3,opt"` + ReadCnt *uint32 `protobuf:"varint,4,opt"` } func (x *PbGetOneDayRoamMsgReq) GetPeerUin() uint64 { @@ -7326,49 +4635,13 @@ func (x *PbGetOneDayRoamMsgReq) GetReadCnt() uint32 { } type PbGetOneDayRoamMsgResp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` - ErrMsg *string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` - PeerUin *uint64 `protobuf:"varint,3,opt,name=peerUin" json:"peerUin,omitempty"` - LastMsgTime *uint64 `protobuf:"varint,4,opt,name=lastMsgTime" json:"lastMsgTime,omitempty"` - Random *uint64 `protobuf:"varint,5,opt,name=random" json:"random,omitempty"` - Msg []*Message `protobuf:"bytes,6,rep,name=msg" json:"msg,omitempty"` - IsComplete *uint32 `protobuf:"varint,7,opt,name=isComplete" json:"isComplete,omitempty"` -} - -func (x *PbGetOneDayRoamMsgResp) Reset() { - *x = PbGetOneDayRoamMsgResp{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[73] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PbGetOneDayRoamMsgResp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PbGetOneDayRoamMsgResp) ProtoMessage() {} - -func (x *PbGetOneDayRoamMsgResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[73] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PbGetOneDayRoamMsgResp.ProtoReflect.Descriptor instead. -func (*PbGetOneDayRoamMsgResp) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{73} + Result *uint32 `protobuf:"varint,1,opt"` + ErrMsg *string `protobuf:"bytes,2,opt"` + PeerUin *uint64 `protobuf:"varint,3,opt"` + LastMsgTime *uint64 `protobuf:"varint,4,opt"` + Random *uint64 `protobuf:"varint,5,opt"` + Msg []*Message `protobuf:"bytes,6,rep"` + IsComplete *uint32 `protobuf:"varint,7,opt"` } func (x *PbGetOneDayRoamMsgResp) GetResult() uint32 { @@ -7421,48 +4694,12 @@ func (x *PbGetOneDayRoamMsgResp) GetIsComplete() uint32 { } type PbPushMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Msg *Message `protobuf:"bytes,1,opt,name=msg" json:"msg,omitempty"` - Svrip *int32 `protobuf:"varint,2,opt,name=svrip" json:"svrip,omitempty"` - PushToken []byte `protobuf:"bytes,3,opt,name=pushToken" json:"pushToken,omitempty"` - PingFlag *uint32 `protobuf:"varint,4,opt,name=pingFlag" json:"pingFlag,omitempty"` - GeneralFlag *uint32 `protobuf:"varint,9,opt,name=generalFlag" json:"generalFlag,omitempty"` - BindUin *uint64 `protobuf:"varint,10,opt,name=bindUin" json:"bindUin,omitempty"` -} - -func (x *PbPushMsg) Reset() { - *x = PbPushMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[74] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PbPushMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PbPushMsg) ProtoMessage() {} - -func (x *PbPushMsg) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[74] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PbPushMsg.ProtoReflect.Descriptor instead. -func (*PbPushMsg) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{74} + Msg *Message `protobuf:"bytes,1,opt"` + Svrip *int32 `protobuf:"varint,2,opt"` + PushToken []byte `protobuf:"bytes,3,opt"` + PingFlag *uint32 `protobuf:"varint,4,opt"` + GeneralFlag *uint32 `protobuf:"varint,9,opt"` + BindUin *uint64 `protobuf:"varint,10,opt"` } func (x *PbPushMsg) GetMsg() *Message { @@ -7508,51 +4745,15 @@ func (x *PbPushMsg) GetBindUin() uint64 { } type MsgElemInfoServtype37 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Packid []byte `protobuf:"bytes,1,opt,name=packid" json:"packid,omitempty"` - Stickerid []byte `protobuf:"bytes,2,opt,name=stickerid" json:"stickerid,omitempty"` - Qsid *uint32 `protobuf:"varint,3,opt,name=qsid" json:"qsid,omitempty"` - Sourcetype *uint32 `protobuf:"varint,4,opt,name=sourcetype" json:"sourcetype,omitempty"` - Stickertype *uint32 `protobuf:"varint,5,opt,name=stickertype" json:"stickertype,omitempty"` - Resultid []byte `protobuf:"bytes,6,opt,name=resultid" json:"resultid,omitempty"` - Text []byte `protobuf:"bytes,7,opt,name=text" json:"text,omitempty"` - Surpriseid []byte `protobuf:"bytes,8,opt,name=surpriseid" json:"surpriseid,omitempty"` - Randomtype *uint32 `protobuf:"varint,9,opt,name=randomtype" json:"randomtype,omitempty"` -} - -func (x *MsgElemInfoServtype37) Reset() { - *x = MsgElemInfoServtype37{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[75] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MsgElemInfoServtype37) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MsgElemInfoServtype37) ProtoMessage() {} - -func (x *MsgElemInfoServtype37) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[75] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MsgElemInfoServtype37.ProtoReflect.Descriptor instead. -func (*MsgElemInfoServtype37) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{75} + Packid []byte `protobuf:"bytes,1,opt"` + Stickerid []byte `protobuf:"bytes,2,opt"` + Qsid *uint32 `protobuf:"varint,3,opt"` + Sourcetype *uint32 `protobuf:"varint,4,opt"` + Stickertype *uint32 `protobuf:"varint,5,opt"` + Resultid []byte `protobuf:"bytes,6,opt"` + Text []byte `protobuf:"bytes,7,opt"` + Surpriseid []byte `protobuf:"bytes,8,opt"` + Randomtype *uint32 `protobuf:"varint,9,opt"` } func (x *MsgElemInfoServtype37) GetPackid() []byte { @@ -7619,44 +4820,8 @@ func (x *MsgElemInfoServtype37) GetRandomtype() uint32 { } type ElemFlags2_Inst struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - AppId *uint32 `protobuf:"varint,1,opt,name=appId" json:"appId,omitempty"` - InstId *uint32 `protobuf:"varint,2,opt,name=instId" json:"instId,omitempty"` -} - -func (x *ElemFlags2_Inst) Reset() { - *x = ElemFlags2_Inst{} - if protoimpl.UnsafeEnabled { - mi := &file_pb_msg_msg_proto_msgTypes[76] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElemFlags2_Inst) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElemFlags2_Inst) ProtoMessage() {} - -func (x *ElemFlags2_Inst) ProtoReflect() protoreflect.Message { - mi := &file_pb_msg_msg_proto_msgTypes[76] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElemFlags2_Inst.ProtoReflect.Descriptor instead. -func (*ElemFlags2_Inst) Descriptor() ([]byte, []int) { - return file_pb_msg_msg_proto_rawDescGZIP(), []int{25, 0} + AppId *uint32 `protobuf:"varint,1,opt"` + InstId *uint32 `protobuf:"varint,2,opt"` } func (x *ElemFlags2_Inst) GetAppId() uint32 { @@ -7672,2341 +4837,3 @@ func (x *ElemFlags2_Inst) GetInstId() uint32 { } return 0 } - -var File_pb_msg_msg_proto protoreflect.FileDescriptor - -var file_pb_msg_msg_proto_rawDesc = []byte{ - 0x0a, 0x10, 0x70, 0x62, 0x2f, 0x6d, 0x73, 0x67, 0x2f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x12, 0x03, 0x6d, 0x73, 0x67, 0x22, 0xdc, 0x03, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x4d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x29, 0x0a, - 0x08, 0x73, 0x79, 0x6e, 0x63, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, - 0x0d, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x46, 0x6c, 0x61, 0x67, 0x52, 0x08, - 0x73, 0x79, 0x6e, 0x63, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x79, 0x6e, 0x63, - 0x43, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x79, - 0x6e, 0x63, 0x43, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x61, 0x6d, 0x62, - 0x6c, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x61, - 0x6d, 0x62, 0x6c, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x2e, 0x0a, 0x12, 0x6c, 0x61, 0x74, 0x65, - 0x73, 0x74, 0x52, 0x61, 0x6d, 0x62, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x52, 0x61, 0x6d, 0x62, - 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x2c, 0x0a, 0x11, 0x6f, 0x74, 0x68, 0x65, - 0x72, 0x52, 0x61, 0x6d, 0x62, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x11, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x52, 0x61, 0x6d, 0x62, 0x6c, 0x65, - 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x26, 0x0a, 0x0e, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, - 0x53, 0x79, 0x6e, 0x63, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, - 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x79, 0x6e, 0x63, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x20, - 0x0a, 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x07, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x46, 0x6c, 0x61, 0x67, - 0x12, 0x2a, 0x0a, 0x10, 0x77, 0x68, 0x69, 0x73, 0x70, 0x65, 0x72, 0x53, 0x65, 0x73, 0x73, 0x69, - 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, 0x77, 0x68, 0x69, 0x73, - 0x70, 0x65, 0x72, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, - 0x6d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x54, 0x79, 0x70, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x0a, 0x6d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x54, 0x79, 0x70, 0x65, 0x12, 0x2a, 0x0a, 0x10, - 0x70, 0x75, 0x62, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x43, 0x6f, 0x6f, 0x6b, 0x69, 0x65, - 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x10, 0x70, 0x75, 0x62, 0x61, 0x63, 0x63, 0x6f, 0x75, - 0x6e, 0x74, 0x43, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x73, 0x67, 0x43, - 0x74, 0x72, 0x6c, 0x42, 0x75, 0x66, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x6d, 0x73, - 0x67, 0x43, 0x74, 0x72, 0x6c, 0x42, 0x75, 0x66, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x42, 0x75, 0x66, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x42, 0x75, 0x66, 0x22, 0x80, 0x03, 0x0a, 0x12, 0x53, 0x65, 0x6e, 0x64, 0x4d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, - 0x0b, 0x72, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, 0x48, 0x65, 0x61, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x52, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, - 0x48, 0x65, 0x61, 0x64, 0x52, 0x0b, 0x72, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, 0x48, 0x65, 0x61, - 0x64, 0x12, 0x32, 0x0a, 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x48, 0x65, 0x61, 0x64, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x43, 0x6f, 0x6e, - 0x74, 0x65, 0x6e, 0x74, 0x48, 0x65, 0x61, 0x64, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, - 0x74, 0x48, 0x65, 0x61, 0x64, 0x12, 0x2a, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x42, 0x6f, 0x64, 0x79, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x4d, 0x65, 0x73, - 0x73, 0x61, 0x67, 0x65, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x42, 0x6f, 0x64, - 0x79, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, - 0x52, 0x61, 0x6e, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x52, - 0x61, 0x6e, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x79, 0x6e, 0x63, 0x43, 0x6f, 0x6f, 0x6b, 0x69, - 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x79, 0x6e, 0x63, 0x43, 0x6f, 0x6f, - 0x6b, 0x69, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, 0x67, 0x56, 0x69, 0x61, 0x18, 0x08, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x56, 0x69, 0x61, 0x12, 0x20, 0x0a, 0x0b, 0x64, - 0x61, 0x74, 0x61, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x0b, 0x64, 0x61, 0x74, 0x61, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x12, 0x26, 0x0a, - 0x07, 0x6d, 0x73, 0x67, 0x43, 0x74, 0x72, 0x6c, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, - 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x74, 0x72, 0x6c, 0x52, 0x07, 0x6d, 0x73, - 0x67, 0x43, 0x74, 0x72, 0x6c, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x53, 0x65, - 0x6e, 0x64, 0x53, 0x65, 0x71, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x6d, 0x75, 0x6c, - 0x74, 0x69, 0x53, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x22, 0x45, 0x0a, 0x13, 0x53, 0x65, 0x6e, - 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x4d, - 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, - 0x22, 0x8a, 0x01, 0x0a, 0x0e, 0x4d, 0x73, 0x67, 0x57, 0x69, 0x74, 0x68, 0x44, 0x72, 0x61, 0x77, - 0x52, 0x65, 0x71, 0x12, 0x38, 0x0a, 0x0b, 0x63, 0x32, 0x63, 0x57, 0x69, 0x74, 0x68, 0x44, 0x72, - 0x61, 0x77, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x43, - 0x32, 0x43, 0x4d, 0x73, 0x67, 0x57, 0x69, 0x74, 0x68, 0x44, 0x72, 0x61, 0x77, 0x52, 0x65, 0x71, - 0x52, 0x0b, 0x63, 0x32, 0x63, 0x57, 0x69, 0x74, 0x68, 0x44, 0x72, 0x61, 0x77, 0x12, 0x3e, 0x0a, - 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x57, 0x69, 0x74, 0x68, 0x44, 0x72, 0x61, 0x77, 0x18, 0x02, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x4d, 0x73, 0x67, 0x57, 0x69, 0x74, 0x68, 0x44, 0x72, 0x61, 0x77, 0x52, 0x65, 0x71, 0x52, 0x0d, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x57, 0x69, 0x74, 0x68, 0x44, 0x72, 0x61, 0x77, 0x22, 0x9c, 0x01, - 0x0a, 0x11, 0x43, 0x32, 0x43, 0x4d, 0x73, 0x67, 0x57, 0x69, 0x74, 0x68, 0x44, 0x72, 0x61, 0x77, - 0x52, 0x65, 0x71, 0x12, 0x29, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x01, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x43, 0x32, 0x43, 0x4d, 0x73, - 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x28, - 0x0a, 0x0f, 0x6c, 0x6f, 0x6e, 0x67, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x46, 0x6c, 0x61, - 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x6c, 0x6f, 0x6e, 0x67, 0x4d, 0x65, 0x73, - 0x73, 0x61, 0x67, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x72, 0x65, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x22, 0xb0, 0x01, 0x0a, - 0x13, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x73, 0x67, 0x57, 0x69, 0x74, 0x68, 0x44, 0x72, 0x61, - 0x77, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x12, 0x1c, 0x0a, 0x09, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x2b, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x4c, - 0x69, 0x73, 0x74, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x6d, 0x73, 0x67, 0x2e, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x73, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x6d, 0x73, - 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x44, 0x65, 0x66, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x75, 0x73, 0x65, 0x72, 0x44, 0x65, 0x66, 0x22, - 0x8d, 0x01, 0x0a, 0x0f, 0x4d, 0x73, 0x67, 0x57, 0x69, 0x74, 0x68, 0x44, 0x72, 0x61, 0x77, 0x52, - 0x65, 0x73, 0x70, 0x12, 0x39, 0x0a, 0x0b, 0x63, 0x32, 0x63, 0x57, 0x69, 0x74, 0x68, 0x44, 0x72, - 0x61, 0x77, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x43, - 0x32, 0x43, 0x4d, 0x73, 0x67, 0x57, 0x69, 0x74, 0x68, 0x44, 0x72, 0x61, 0x77, 0x52, 0x65, 0x73, - 0x70, 0x52, 0x0b, 0x63, 0x32, 0x63, 0x57, 0x69, 0x74, 0x68, 0x44, 0x72, 0x61, 0x77, 0x12, 0x3f, - 0x0a, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x57, 0x69, 0x74, 0x68, 0x44, 0x72, 0x61, 0x77, 0x18, - 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x4d, 0x73, 0x67, 0x57, 0x69, 0x74, 0x68, 0x44, 0x72, 0x61, 0x77, 0x52, 0x65, 0x73, 0x70, - 0x52, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x57, 0x69, 0x74, 0x68, 0x44, 0x72, 0x61, 0x77, 0x22, - 0x44, 0x0a, 0x12, 0x43, 0x32, 0x43, 0x4d, 0x73, 0x67, 0x57, 0x69, 0x74, 0x68, 0x44, 0x72, 0x61, - 0x77, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x16, 0x0a, - 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, - 0x72, 0x72, 0x4d, 0x73, 0x67, 0x22, 0x46, 0x0a, 0x14, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x73, - 0x67, 0x57, 0x69, 0x74, 0x68, 0x44, 0x72, 0x61, 0x77, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, - 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, - 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x22, 0x5e, 0x0a, - 0x0c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x73, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x0a, - 0x06, 0x6d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6d, - 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x73, 0x67, 0x52, 0x61, 0x6e, 0x64, - 0x6f, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x6d, 0x73, 0x67, 0x52, 0x61, 0x6e, - 0x64, 0x6f, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x22, 0xbe, 0x02, - 0x0a, 0x0a, 0x43, 0x32, 0x43, 0x4d, 0x73, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07, - 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x66, - 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, - 0x6d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6d, 0x73, - 0x67, 0x53, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, 0x67, 0x55, 0x69, 0x64, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x55, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, - 0x6d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6d, - 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x73, 0x67, 0x52, 0x61, 0x6e, - 0x64, 0x6f, 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x6d, 0x73, 0x67, 0x52, 0x61, - 0x6e, 0x64, 0x6f, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x6b, 0x67, 0x4e, 0x75, 0x6d, 0x18, 0x07, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x70, 0x6b, 0x67, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, - 0x70, 0x6b, 0x67, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, - 0x70, 0x6b, 0x67, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x69, 0x76, 0x53, - 0x65, 0x71, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x64, 0x69, 0x76, 0x53, 0x65, 0x71, - 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x32, 0x0a, 0x0b, 0x72, 0x6f, - 0x75, 0x74, 0x69, 0x6e, 0x67, 0x48, 0x65, 0x61, 0x64, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x10, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x52, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, 0x48, 0x65, 0x61, - 0x64, 0x52, 0x0b, 0x72, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, 0x48, 0x65, 0x61, 0x64, 0x22, 0x8f, - 0x01, 0x0a, 0x0b, 0x52, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, 0x48, 0x65, 0x61, 0x64, 0x12, 0x1a, - 0x0a, 0x03, 0x63, 0x32, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x6d, 0x73, - 0x67, 0x2e, 0x43, 0x32, 0x43, 0x52, 0x03, 0x63, 0x32, 0x63, 0x12, 0x1a, 0x0a, 0x03, 0x67, 0x72, - 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x47, 0x72, - 0x70, 0x52, 0x03, 0x67, 0x72, 0x70, 0x12, 0x23, 0x0a, 0x06, 0x67, 0x72, 0x70, 0x54, 0x6d, 0x70, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x47, 0x72, 0x70, - 0x54, 0x6d, 0x70, 0x52, 0x06, 0x67, 0x72, 0x70, 0x54, 0x6d, 0x70, 0x12, 0x23, 0x0a, 0x06, 0x77, - 0x70, 0x61, 0x54, 0x6d, 0x70, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x6d, 0x73, - 0x67, 0x2e, 0x57, 0x50, 0x41, 0x54, 0x6d, 0x70, 0x52, 0x06, 0x77, 0x70, 0x61, 0x54, 0x6d, 0x70, - 0x22, 0x30, 0x0a, 0x06, 0x57, 0x50, 0x41, 0x54, 0x6d, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, - 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, - 0x12, 0x10, 0x0a, 0x03, 0x73, 0x69, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x73, - 0x69, 0x67, 0x22, 0x1b, 0x0a, 0x03, 0x43, 0x32, 0x43, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x55, - 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x22, - 0x23, 0x0a, 0x03, 0x47, 0x72, 0x70, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, - 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x43, 0x6f, 0x64, 0x65, 0x22, 0x3a, 0x0a, 0x06, 0x47, 0x72, 0x70, 0x54, 0x6d, 0x70, 0x12, 0x1a, - 0x0a, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, - 0x52, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x55, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, - 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, - 0x22, 0x23, 0x0a, 0x07, 0x4d, 0x73, 0x67, 0x43, 0x74, 0x72, 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x6d, - 0x73, 0x67, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6d, 0x73, - 0x67, 0x46, 0x6c, 0x61, 0x67, 0x22, 0xfe, 0x02, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x4d, 0x65, 0x73, - 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, - 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x65, - 0x73, 0x75, 0x6c, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x65, 0x73, - 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x72, 0x72, 0x6f, - 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x79, 0x6e, 0x63, - 0x43, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x79, - 0x6e, 0x63, 0x43, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x12, 0x29, 0x0a, 0x08, 0x73, 0x79, 0x6e, 0x63, - 0x46, 0x6c, 0x61, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0d, 0x2e, 0x6d, 0x73, 0x67, - 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x46, 0x6c, 0x61, 0x67, 0x52, 0x08, 0x73, 0x79, 0x6e, 0x63, 0x46, - 0x6c, 0x61, 0x67, 0x12, 0x35, 0x0a, 0x0b, 0x75, 0x69, 0x6e, 0x50, 0x61, 0x69, 0x72, 0x4d, 0x73, - 0x67, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x55, - 0x69, 0x6e, 0x50, 0x61, 0x69, 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x0b, 0x75, - 0x69, 0x6e, 0x50, 0x61, 0x69, 0x72, 0x4d, 0x73, 0x67, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x69, - 0x6e, 0x64, 0x55, 0x69, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x62, 0x69, 0x6e, - 0x64, 0x55, 0x69, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x73, 0x67, 0x52, 0x73, 0x70, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6d, 0x73, 0x67, 0x52, 0x73, 0x70, - 0x54, 0x79, 0x70, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x70, 0x75, 0x62, 0x41, 0x63, 0x63, 0x6f, 0x75, - 0x6e, 0x74, 0x43, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x10, - 0x70, 0x75, 0x62, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x43, 0x6f, 0x6f, 0x6b, 0x69, 0x65, - 0x12, 0x24, 0x0a, 0x0d, 0x69, 0x73, 0x50, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x53, 0x79, 0x6e, - 0x63, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x69, 0x73, 0x50, 0x61, 0x72, 0x74, 0x69, - 0x61, 0x6c, 0x53, 0x79, 0x6e, 0x63, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x73, 0x67, 0x43, 0x74, 0x72, - 0x6c, 0x42, 0x75, 0x66, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x6d, 0x73, 0x67, 0x43, - 0x74, 0x72, 0x6c, 0x42, 0x75, 0x66, 0x22, 0xad, 0x01, 0x0a, 0x11, 0x50, 0x75, 0x73, 0x68, 0x4d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x12, 0x26, 0x0a, 0x07, - 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, - 0x6d, 0x73, 0x67, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x07, 0x6d, 0x65, 0x73, - 0x73, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x76, 0x72, 0x69, 0x70, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x76, 0x72, 0x69, 0x70, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x75, - 0x73, 0x68, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x70, - 0x75, 0x73, 0x68, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x69, 0x6e, 0x67, - 0x46, 0x4c, 0x61, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x69, 0x6e, 0x67, - 0x46, 0x4c, 0x61, 0x67, 0x12, 0x20, 0x0a, 0x0b, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x46, - 0x6c, 0x61, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x67, 0x65, 0x6e, 0x65, 0x72, - 0x61, 0x6c, 0x46, 0x6c, 0x61, 0x67, 0x22, 0x9c, 0x01, 0x0a, 0x0e, 0x55, 0x69, 0x6e, 0x50, 0x61, - 0x69, 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x6c, 0x61, 0x73, - 0x74, 0x52, 0x65, 0x61, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x52, 0x65, 0x61, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, - 0x07, 0x70, 0x65, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, - 0x70, 0x65, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x73, 0x67, 0x43, 0x6f, - 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x6d, - 0x73, 0x67, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x12, 0x28, 0x0a, 0x08, 0x6d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, - 0x6d, 0x73, 0x67, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x08, 0x6d, 0x65, 0x73, - 0x73, 0x61, 0x67, 0x65, 0x73, 0x22, 0x81, 0x01, 0x0a, 0x07, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, - 0x65, 0x12, 0x24, 0x0a, 0x04, 0x68, 0x65, 0x61, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x10, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x65, 0x61, - 0x64, 0x52, 0x04, 0x68, 0x65, 0x61, 0x64, 0x12, 0x2a, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, - 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x43, - 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x48, 0x65, 0x61, 0x64, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, - 0x65, 0x6e, 0x74, 0x12, 0x24, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x10, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x42, - 0x6f, 0x64, 0x79, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x22, 0x86, 0x01, 0x0a, 0x0b, 0x4d, 0x65, - 0x73, 0x73, 0x61, 0x67, 0x65, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x29, 0x0a, 0x08, 0x72, 0x69, 0x63, - 0x68, 0x54, 0x65, 0x78, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x6d, 0x73, - 0x67, 0x2e, 0x52, 0x69, 0x63, 0x68, 0x54, 0x65, 0x78, 0x74, 0x52, 0x08, 0x72, 0x69, 0x63, 0x68, - 0x54, 0x65, 0x78, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x73, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, - 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x6d, 0x73, 0x67, 0x43, 0x6f, 0x6e, - 0x74, 0x65, 0x6e, 0x74, 0x12, 0x2c, 0x0a, 0x11, 0x6d, 0x73, 0x67, 0x45, 0x6e, 0x63, 0x72, 0x79, - 0x70, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x11, 0x6d, 0x73, 0x67, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, - 0x6e, 0x74, 0x22, 0xa0, 0x01, 0x0a, 0x08, 0x52, 0x69, 0x63, 0x68, 0x54, 0x65, 0x78, 0x74, 0x12, - 0x1d, 0x0a, 0x04, 0x61, 0x74, 0x74, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, - 0x6d, 0x73, 0x67, 0x2e, 0x41, 0x74, 0x74, 0x72, 0x52, 0x04, 0x61, 0x74, 0x74, 0x72, 0x12, 0x1f, - 0x0a, 0x05, 0x65, 0x6c, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, - 0x6d, 0x73, 0x67, 0x2e, 0x45, 0x6c, 0x65, 0x6d, 0x52, 0x05, 0x65, 0x6c, 0x65, 0x6d, 0x73, 0x12, - 0x38, 0x0a, 0x0d, 0x6e, 0x6f, 0x74, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x46, 0x69, 0x6c, 0x65, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x4e, 0x6f, 0x74, - 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x0d, 0x6e, 0x6f, 0x74, 0x4f, - 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x1a, 0x0a, 0x03, 0x70, 0x74, 0x74, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x50, 0x74, 0x74, - 0x52, 0x03, 0x70, 0x74, 0x74, 0x22, 0x94, 0x07, 0x0a, 0x04, 0x45, 0x6c, 0x65, 0x6d, 0x12, 0x1d, - 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x6d, - 0x73, 0x67, 0x2e, 0x54, 0x65, 0x78, 0x74, 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x12, 0x1d, 0x0a, - 0x04, 0x66, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x6d, 0x73, - 0x67, 0x2e, 0x46, 0x61, 0x63, 0x65, 0x52, 0x04, 0x66, 0x61, 0x63, 0x65, 0x12, 0x32, 0x0a, 0x0b, - 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x10, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x6d, - 0x61, 0x67, 0x65, 0x52, 0x0b, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x6d, 0x61, 0x67, 0x65, - 0x12, 0x3b, 0x0a, 0x0e, 0x6e, 0x6f, 0x74, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x6d, 0x61, - 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x4e, - 0x6f, 0x74, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x0e, 0x6e, - 0x6f, 0x74, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x34, 0x0a, - 0x0d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x45, 0x6c, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, - 0x45, 0x6c, 0x65, 0x6d, 0x52, 0x0d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x45, 0x6c, 0x65, 0x6d, 0x49, - 0x6e, 0x66, 0x6f, 0x12, 0x2f, 0x0a, 0x0a, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x46, 0x61, 0x63, - 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x4d, 0x61, - 0x72, 0x6b, 0x65, 0x74, 0x46, 0x61, 0x63, 0x65, 0x52, 0x0a, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, - 0x46, 0x61, 0x63, 0x65, 0x12, 0x2f, 0x0a, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x46, 0x61, - 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x43, - 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x46, 0x61, 0x63, 0x65, 0x52, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, - 0x6d, 0x46, 0x61, 0x63, 0x65, 0x12, 0x2f, 0x0a, 0x0a, 0x65, 0x6c, 0x65, 0x6d, 0x46, 0x6c, 0x61, - 0x67, 0x73, 0x32, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d, 0x73, 0x67, 0x2e, - 0x45, 0x6c, 0x65, 0x6d, 0x46, 0x6c, 0x61, 0x67, 0x73, 0x32, 0x52, 0x0a, 0x65, 0x6c, 0x65, 0x6d, - 0x46, 0x6c, 0x61, 0x67, 0x73, 0x32, 0x12, 0x26, 0x0a, 0x07, 0x72, 0x69, 0x63, 0x68, 0x4d, 0x73, - 0x67, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x52, 0x69, - 0x63, 0x68, 0x4d, 0x73, 0x67, 0x52, 0x07, 0x72, 0x69, 0x63, 0x68, 0x4d, 0x73, 0x67, 0x12, 0x2c, - 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6c, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x0e, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6c, - 0x65, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x2c, 0x0a, 0x09, - 0x65, 0x78, 0x74, 0x72, 0x61, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x0e, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x45, 0x78, 0x74, 0x72, 0x61, 0x49, 0x6e, 0x66, 0x6f, 0x52, - 0x09, 0x65, 0x78, 0x74, 0x72, 0x61, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x2c, 0x0a, 0x09, 0x76, 0x69, - 0x64, 0x65, 0x6f, 0x46, 0x69, 0x6c, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, - 0x6d, 0x73, 0x67, 0x2e, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x09, 0x76, - 0x69, 0x64, 0x65, 0x6f, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x3e, 0x0a, 0x0c, 0x61, 0x6e, 0x6f, 0x6e, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x73, 0x67, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, - 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x41, 0x6e, 0x6f, 0x6e, 0x79, 0x6d, 0x6f, 0x75, 0x73, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x0c, 0x61, 0x6e, 0x6f, 0x6e, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x73, 0x67, 0x12, 0x32, 0x0a, 0x0b, 0x51, 0x51, 0x57, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, - 0x6d, 0x73, 0x67, 0x2e, 0x51, 0x51, 0x57, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x52, - 0x0b, 0x51, 0x51, 0x57, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x2f, 0x0a, 0x0a, - 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x45, 0x6c, 0x65, 0x6d, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x0f, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x45, 0x6c, 0x65, - 0x6d, 0x52, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x45, 0x6c, 0x65, 0x6d, 0x12, 0x35, 0x0a, - 0x0c, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x46, 0x6c, 0x61, 0x67, 0x73, 0x18, 0x25, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, - 0x6c, 0x46, 0x6c, 0x61, 0x67, 0x73, 0x52, 0x0c, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x46, - 0x6c, 0x61, 0x67, 0x73, 0x12, 0x26, 0x0a, 0x06, 0x73, 0x72, 0x63, 0x4d, 0x73, 0x67, 0x18, 0x2d, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x53, 0x6f, 0x75, 0x72, 0x63, - 0x65, 0x4d, 0x73, 0x67, 0x52, 0x06, 0x73, 0x72, 0x63, 0x4d, 0x73, 0x67, 0x12, 0x2d, 0x0a, 0x08, - 0x6c, 0x69, 0x67, 0x68, 0x74, 0x41, 0x70, 0x70, 0x18, 0x33, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, - 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x4c, 0x69, 0x67, 0x68, 0x74, 0x41, 0x70, 0x70, 0x45, 0x6c, 0x65, - 0x6d, 0x52, 0x08, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x41, 0x70, 0x70, 0x12, 0x2f, 0x0a, 0x0a, 0x63, - 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x45, 0x6c, 0x65, 0x6d, 0x18, 0x35, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x0f, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x45, 0x6c, 0x65, 0x6d, - 0x52, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x45, 0x6c, 0x65, 0x6d, 0x22, 0xf0, 0x02, 0x0a, - 0x0a, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x46, 0x61, 0x63, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, - 0x61, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x66, - 0x61, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x74, 0x65, 0x6d, 0x54, - 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x69, 0x74, 0x65, 0x6d, 0x54, - 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x61, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x66, 0x61, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, - 0x16, 0x0a, 0x06, 0x66, 0x61, 0x63, 0x65, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x06, 0x66, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x61, 0x62, 0x49, 0x64, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x74, 0x61, 0x62, 0x49, 0x64, 0x12, 0x18, 0x0a, - 0x07, 0x73, 0x75, 0x62, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, - 0x73, 0x75, 0x62, 0x54, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x07, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x61, 0x72, - 0x61, 0x6d, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x12, - 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x09, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x09, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, - 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x57, 0x69, 0x64, 0x74, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x57, 0x69, 0x64, 0x74, 0x68, 0x12, 0x20, 0x0a, - 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x0b, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, - 0x20, 0x0a, 0x0b, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x18, 0x0c, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x70, 0x61, 0x72, 0x61, - 0x6d, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x62, 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x18, 0x0d, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x70, 0x62, 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x22, - 0xb5, 0x04, 0x0a, 0x0a, 0x45, 0x6c, 0x65, 0x6d, 0x46, 0x6c, 0x61, 0x67, 0x73, 0x32, 0x12, 0x20, - 0x0a, 0x0b, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x54, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x54, 0x65, 0x78, 0x74, 0x49, 0x64, - 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x73, 0x67, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x05, 0x6d, 0x73, 0x67, 0x49, 0x64, 0x12, 0x2a, 0x0a, 0x10, 0x77, 0x68, 0x69, 0x73, 0x70, 0x65, - 0x72, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x10, 0x77, 0x68, 0x69, 0x73, 0x70, 0x65, 0x72, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x74, 0x74, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x42, - 0x69, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x70, 0x74, 0x74, 0x43, 0x68, 0x61, - 0x6e, 0x67, 0x65, 0x42, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x76, 0x69, 0x70, 0x53, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x76, 0x69, 0x70, 0x53, 0x74, - 0x61, 0x74, 0x75, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x74, 0x69, 0x62, - 0x6c, 0x65, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x63, 0x6f, 0x6d, 0x70, - 0x61, 0x74, 0x69, 0x62, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x2a, 0x0a, 0x05, 0x69, 0x6e, 0x73, 0x74, - 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x45, 0x6c, - 0x65, 0x6d, 0x46, 0x6c, 0x61, 0x67, 0x73, 0x32, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x52, 0x05, 0x69, - 0x6e, 0x73, 0x74, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x73, 0x67, 0x52, 0x70, 0x74, 0x43, 0x6e, - 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x6d, 0x73, 0x67, 0x52, 0x70, 0x74, 0x43, - 0x6e, 0x74, 0x12, 0x2e, 0x0a, 0x07, 0x73, 0x72, 0x63, 0x49, 0x6e, 0x73, 0x74, 0x18, 0x09, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x45, 0x6c, 0x65, 0x6d, 0x46, 0x6c, - 0x61, 0x67, 0x73, 0x32, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x52, 0x07, 0x73, 0x72, 0x63, 0x49, 0x6e, - 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x6c, 0x6f, 0x6e, 0x67, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65, - 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x6c, 0x6f, 0x6e, 0x67, 0x74, 0x69, 0x74, 0x75, - 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65, 0x18, 0x0b, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x6c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65, 0x12, 0x1e, - 0x0a, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x46, 0x6f, 0x6e, 0x74, 0x18, 0x0c, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x46, 0x6f, 0x6e, 0x74, 0x12, 0x35, - 0x0a, 0x0c, 0x70, 0x63, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x65, 0x66, 0x18, 0x0d, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x50, 0x63, 0x53, 0x75, 0x70, - 0x70, 0x6f, 0x72, 0x74, 0x44, 0x65, 0x66, 0x52, 0x0c, 0x70, 0x63, 0x53, 0x75, 0x70, 0x70, 0x6f, - 0x72, 0x74, 0x44, 0x65, 0x66, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x72, 0x6d, 0x46, 0x6c, 0x61, 0x67, - 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x63, 0x72, 0x6d, 0x46, 0x6c, 0x61, 0x67, - 0x73, 0x1a, 0x34, 0x0a, 0x04, 0x49, 0x6e, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, - 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, - 0x16, 0x0a, 0x06, 0x69, 0x6e, 0x73, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x06, 0x69, 0x6e, 0x73, 0x74, 0x49, 0x64, 0x22, 0xd4, 0x01, 0x0a, 0x0c, 0x50, 0x63, 0x53, 0x75, - 0x70, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x65, 0x66, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x63, 0x50, 0x74, - 0x6c, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x70, 0x63, - 0x50, 0x74, 0x6c, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x63, 0x50, 0x74, - 0x6c, 0x45, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x70, 0x63, 0x50, 0x74, - 0x6c, 0x45, 0x6e, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x6d, 0x61, 0x63, 0x50, 0x74, 0x6c, 0x42, 0x65, - 0x67, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x6d, 0x61, 0x63, 0x50, 0x74, - 0x6c, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x61, 0x63, 0x50, 0x74, 0x6c, - 0x45, 0x6e, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x6d, 0x61, 0x63, 0x50, 0x74, - 0x6c, 0x45, 0x6e, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x74, 0x6c, 0x73, 0x53, 0x75, 0x70, 0x70, - 0x6f, 0x72, 0x74, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x0b, 0x70, 0x74, 0x6c, 0x73, 0x53, - 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x70, 0x74, 0x6c, 0x73, 0x4e, 0x6f, - 0x74, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x0e, - 0x70, 0x74, 0x6c, 0x73, 0x4e, 0x6f, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x22, 0x6a, - 0x0a, 0x0a, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x45, 0x6c, 0x65, 0x6d, 0x12, 0x20, 0x0a, 0x0b, - 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, - 0x0a, 0x06, 0x70, 0x62, 0x45, 0x6c, 0x65, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, - 0x70, 0x62, 0x45, 0x6c, 0x65, 0x6d, 0x12, 0x22, 0x0a, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, - 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x62, 0x75, - 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x22, 0x3d, 0x0a, 0x0b, 0x51, 0x51, - 0x57, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x2e, 0x0a, 0x07, 0x61, 0x69, 0x6f, - 0x42, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6d, 0x73, 0x67, - 0x2e, 0x51, 0x51, 0x57, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x41, 0x69, 0x6f, 0x42, 0x6f, 0x64, 0x79, - 0x52, 0x07, 0x61, 0x69, 0x6f, 0x42, 0x6f, 0x64, 0x79, 0x22, 0xfb, 0x04, 0x0a, 0x0f, 0x51, 0x51, - 0x57, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x41, 0x69, 0x6f, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, - 0x07, 0x73, 0x65, 0x6e, 0x64, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, - 0x73, 0x65, 0x6e, 0x64, 0x55, 0x69, 0x6e, 0x12, 0x2c, 0x0a, 0x06, 0x73, 0x65, 0x6e, 0x64, 0x65, - 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x51, 0x51, - 0x57, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x41, 0x69, 0x6f, 0x45, 0x6c, 0x65, 0x6d, 0x52, 0x06, 0x73, - 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x30, 0x0a, 0x08, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, - 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x51, 0x51, - 0x57, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x41, 0x69, 0x6f, 0x45, 0x6c, 0x65, 0x6d, 0x52, 0x08, 0x72, - 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x43, 0x68, 0x61, 0x6e, 0x6e, - 0x65, 0x6c, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x11, 0x52, 0x09, 0x43, 0x68, 0x61, 0x6e, - 0x6e, 0x65, 0x6c, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, - 0x65, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x11, 0x52, 0x0a, 0x74, 0x65, 0x6d, 0x70, 0x6c, - 0x61, 0x74, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x65, 0x6e, 0x64, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, 0x65, 0x6e, 0x64, 0x12, 0x20, 0x0a, - 0x0b, 0x6d, 0x73, 0x67, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0b, 0x6d, 0x73, 0x67, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, - 0x18, 0x0a, 0x07, 0x72, 0x65, 0x64, 0x54, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x11, - 0x52, 0x07, 0x72, 0x65, 0x64, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x69, 0x6c, - 0x6c, 0x4e, 0x6f, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x62, 0x69, 0x6c, 0x6c, 0x4e, - 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x75, 0x74, 0x68, 0x4b, 0x65, 0x79, 0x18, 0x0a, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x07, 0x61, 0x75, 0x74, 0x68, 0x4b, 0x65, 0x79, 0x12, 0x20, 0x0a, 0x0b, 0x73, - 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x11, - 0x52, 0x0b, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, - 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x11, 0x52, 0x07, - 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x6e, 0x76, 0x65, 0x6c, - 0x4f, 0x70, 0x65, 0x49, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x11, 0x52, 0x0a, 0x65, 0x6e, 0x76, - 0x65, 0x6c, 0x4f, 0x70, 0x65, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, - 0x0e, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x63, - 0x6f, 0x6e, 0x66, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x11, 0x52, 0x08, 0x63, - 0x6f, 0x6e, 0x66, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x46, 0x72, - 0x6f, 0x6d, 0x18, 0x10, 0x20, 0x01, 0x28, 0x11, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x46, 0x72, 0x6f, - 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x63, 0x42, 0x6f, 0x64, 0x79, 0x18, 0x11, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x06, 0x70, 0x63, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, - 0x65, 0x78, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, - 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x64, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x18, 0x13, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x72, 0x65, 0x64, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x12, - 0x18, 0x0a, 0x07, 0x67, 0x72, 0x61, 0x70, 0x55, 0x69, 0x6e, 0x18, 0x14, 0x20, 0x03, 0x28, 0x04, - 0x52, 0x07, 0x67, 0x72, 0x61, 0x70, 0x55, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x62, 0x52, - 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x70, 0x62, - 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x22, 0x9d, 0x05, 0x0a, 0x0f, 0x51, 0x51, 0x57, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x41, 0x69, 0x6f, 0x45, 0x6c, 0x65, 0x6d, 0x12, 0x1e, 0x0a, 0x0a, 0x62, - 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0a, 0x62, 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x69, - 0x63, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x12, - 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, - 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x75, 0x62, 0x74, 0x69, 0x74, 0x6c, - 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x75, 0x62, 0x74, 0x69, 0x74, 0x6c, - 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x6c, - 0x69, 0x6e, 0x6b, 0x55, 0x72, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x6c, 0x69, - 0x6e, 0x6b, 0x55, 0x72, 0x6c, 0x12, 0x20, 0x0a, 0x0b, 0x62, 0x6c, 0x61, 0x63, 0x6b, 0x53, 0x74, - 0x72, 0x69, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x62, 0x6c, 0x61, 0x63, - 0x6b, 0x53, 0x74, 0x72, 0x69, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x6f, 0x74, 0x69, 0x63, - 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x6e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x12, - 0x1e, 0x0a, 0x0a, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x09, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x12, - 0x24, 0x0a, 0x0d, 0x73, 0x75, 0x62, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x43, 0x6f, 0x6c, 0x6f, 0x72, - 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x73, 0x75, 0x62, 0x74, 0x69, 0x74, 0x6c, 0x65, - 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, - 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0f, - 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, - 0x18, 0x0a, 0x07, 0x6a, 0x75, 0x6d, 0x70, 0x55, 0x72, 0x6c, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x07, 0x6a, 0x75, 0x6d, 0x70, 0x55, 0x72, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x74, - 0x69, 0x76, 0x65, 0x49, 0x6f, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x6e, 0x61, - 0x74, 0x69, 0x76, 0x65, 0x49, 0x6f, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6e, 0x61, 0x74, 0x69, 0x76, - 0x65, 0x41, 0x6e, 0x64, 0x72, 0x6f, 0x69, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, - 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x41, 0x6e, 0x64, 0x72, 0x6f, 0x69, 0x64, 0x12, 0x18, 0x0a, - 0x07, 0x69, 0x63, 0x6f, 0x6e, 0x55, 0x72, 0x6c, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, - 0x69, 0x63, 0x6f, 0x6e, 0x55, 0x72, 0x6c, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x65, - 0x6e, 0x74, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x63, - 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x12, 0x26, 0x0a, 0x0e, 0x63, - 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x42, 0x67, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x11, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x42, 0x67, 0x43, 0x6f, - 0x6c, 0x6f, 0x72, 0x12, 0x22, 0x0a, 0x0c, 0x61, 0x69, 0x6f, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x4c, - 0x65, 0x66, 0x74, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x61, 0x69, 0x6f, 0x49, 0x6d, - 0x61, 0x67, 0x65, 0x4c, 0x65, 0x66, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x61, 0x69, 0x6f, 0x49, 0x6d, - 0x61, 0x67, 0x65, 0x52, 0x69, 0x67, 0x68, 0x74, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, - 0x61, 0x69, 0x6f, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x69, 0x67, 0x68, 0x74, 0x12, 0x1a, 0x0a, - 0x08, 0x63, 0x66, 0x74, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x08, 0x63, 0x66, 0x74, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x62, 0x52, - 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x70, 0x62, - 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x22, 0x87, 0x01, 0x0a, 0x07, 0x52, 0x69, 0x63, 0x68, - 0x4d, 0x73, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x31, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, - 0x31, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, - 0x1a, 0x0a, 0x08, 0x6d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x08, 0x6d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x72, - 0x61, 0x6e, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x72, 0x61, 0x6e, 0x64, 0x12, - 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, - 0x71, 0x22, 0x78, 0x0a, 0x0a, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x45, 0x6c, 0x65, 0x6d, 0x12, - 0x12, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64, - 0x65, 0x73, 0x63, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x1a, 0x0a, 0x08, 0x65, 0x6e, 0x75, 0x6d, 0x54, - 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x65, 0x6e, 0x75, 0x6d, 0x54, - 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x65, 0x78, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x03, 0x65, 0x78, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x73, 0x6f, 0x75, 0x6e, 0x64, 0x22, 0x94, 0x01, 0x0a, 0x04, - 0x54, 0x65, 0x78, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x74, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x03, 0x73, 0x74, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x74, - 0x74, 0x72, 0x36, 0x42, 0x75, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x61, 0x74, - 0x74, 0x72, 0x36, 0x42, 0x75, 0x66, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x74, 0x74, 0x72, 0x37, 0x42, - 0x75, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x61, 0x74, 0x74, 0x72, 0x37, 0x42, - 0x75, 0x66, 0x12, 0x10, 0x0a, 0x03, 0x62, 0x75, 0x66, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x03, 0x62, 0x75, 0x66, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x62, 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x70, 0x62, 0x52, 0x65, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x22, 0x90, 0x02, 0x0a, 0x04, 0x41, 0x74, 0x74, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x63, - 0x6f, 0x64, 0x65, 0x50, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x63, - 0x6f, 0x64, 0x65, 0x50, 0x61, 0x67, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, - 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x61, 0x6e, - 0x64, 0x6f, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x05, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x7a, - 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x12, 0x16, 0x0a, - 0x06, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x65, - 0x66, 0x66, 0x65, 0x63, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x72, 0x53, 0x65, 0x74, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x63, 0x68, 0x61, 0x72, 0x53, 0x65, 0x74, 0x12, - 0x26, 0x0a, 0x0e, 0x70, 0x69, 0x74, 0x63, 0x68, 0x41, 0x6e, 0x64, 0x46, 0x61, 0x6d, 0x69, 0x6c, - 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x70, 0x69, 0x74, 0x63, 0x68, 0x41, 0x6e, - 0x64, 0x46, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x6f, 0x6e, 0x74, 0x4e, - 0x61, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x6f, 0x6e, 0x74, 0x4e, - 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x44, 0x61, - 0x74, 0x61, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x44, 0x61, 0x74, 0x61, 0x22, 0xb9, 0x05, 0x0a, 0x03, 0x50, 0x74, 0x74, 0x12, 0x1a, 0x0a, - 0x08, 0x66, 0x69, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x08, 0x66, 0x69, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x72, 0x63, - 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x72, 0x63, 0x55, 0x69, - 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x55, 0x75, 0x69, 0x64, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x55, 0x75, 0x69, 0x64, 0x12, 0x18, 0x0a, - 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, - 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, - 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, - 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, - 0x18, 0x0a, 0x07, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x07, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, - 0x65, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, - 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x70, 0x18, 0x09, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x08, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x70, 0x12, 0x1e, 0x0a, - 0x0a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x1c, 0x0a, - 0x09, 0x62, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, - 0x52, 0x09, 0x62, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, - 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, - 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x68, 0x6f, - 0x72, 0x74, 0x63, 0x75, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x73, 0x68, 0x6f, - 0x72, 0x74, 0x63, 0x75, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4b, 0x65, 0x79, - 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4b, 0x65, 0x79, 0x12, - 0x24, 0x0a, 0x0d, 0x6d, 0x61, 0x67, 0x69, 0x63, 0x50, 0x74, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, - 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x6d, 0x61, 0x67, 0x69, 0x63, 0x50, 0x74, 0x74, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x20, 0x0a, 0x0b, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x53, 0x77, - 0x69, 0x74, 0x63, 0x68, 0x18, 0x10, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x76, 0x6f, 0x69, 0x63, - 0x65, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x74, 0x74, 0x55, 0x72, - 0x6c, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x70, 0x74, 0x74, 0x55, 0x72, 0x6c, 0x12, - 0x22, 0x0a, 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6c, 0x65, 0x4b, 0x65, 0x79, 0x18, - 0x12, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6c, 0x65, - 0x4b, 0x65, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x6f, 0x77, 0x6e, 0x50, - 0x61, 0x72, 0x61, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x64, 0x6f, 0x77, 0x6e, 0x50, - 0x61, 0x72, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x18, 0x1d, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x06, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x70, - 0x62, 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, - 0x70, 0x62, 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x62, 0x79, 0x74, - 0x65, 0x73, 0x50, 0x74, 0x74, 0x55, 0x72, 0x6c, 0x73, 0x18, 0x1f, 0x20, 0x03, 0x28, 0x0c, 0x52, - 0x0c, 0x62, 0x79, 0x74, 0x65, 0x73, 0x50, 0x74, 0x74, 0x55, 0x72, 0x6c, 0x73, 0x12, 0x22, 0x0a, - 0x0c, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x20, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x0c, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x6c, 0x61, - 0x67, 0x22, 0x65, 0x0a, 0x0b, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x6d, 0x61, 0x67, 0x65, - 0x12, 0x12, 0x0a, 0x04, 0x67, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, - 0x67, 0x75, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x50, 0x61, 0x74, 0x68, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x50, 0x61, 0x74, 0x68, - 0x12, 0x26, 0x0a, 0x0e, 0x6f, 0x6c, 0x64, 0x56, 0x65, 0x72, 0x53, 0x65, 0x6e, 0x64, 0x46, 0x69, - 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0e, 0x6f, 0x6c, 0x64, 0x56, 0x65, 0x72, - 0x53, 0x65, 0x6e, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x22, 0xf0, 0x05, 0x0a, 0x0e, 0x4e, 0x6f, 0x74, - 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, - 0x69, 0x6c, 0x65, 0x50, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, - 0x69, 0x6c, 0x65, 0x50, 0x61, 0x74, 0x68, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4c, - 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x65, - 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x50, 0x61, 0x74, - 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, - 0x64, 0x50, 0x61, 0x74, 0x68, 0x12, 0x26, 0x0a, 0x0e, 0x6f, 0x6c, 0x64, 0x56, 0x65, 0x72, 0x53, - 0x65, 0x6e, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0e, 0x6f, - 0x6c, 0x64, 0x56, 0x65, 0x72, 0x53, 0x65, 0x6e, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x18, 0x0a, - 0x07, 0x69, 0x6d, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, - 0x69, 0x6d, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x70, 0x72, 0x65, 0x76, 0x69, - 0x65, 0x77, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, - 0x70, 0x72, 0x65, 0x76, 0x69, 0x65, 0x77, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, - 0x06, 0x70, 0x69, 0x63, 0x4d, 0x64, 0x35, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x70, - 0x69, 0x63, 0x4d, 0x64, 0x35, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x69, 0x63, 0x48, 0x65, 0x69, 0x67, - 0x68, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x70, 0x69, 0x63, 0x48, 0x65, 0x69, - 0x67, 0x68, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x69, 0x63, 0x57, 0x69, 0x64, 0x74, 0x68, 0x18, - 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x69, 0x63, 0x57, 0x69, 0x64, 0x74, 0x68, 0x12, - 0x14, 0x0a, 0x05, 0x72, 0x65, 0x73, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, - 0x72, 0x65, 0x73, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x18, 0x0b, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x74, 0x68, 0x75, - 0x6d, 0x62, 0x55, 0x72, 0x6c, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x74, 0x68, 0x75, - 0x6d, 0x62, 0x55, 0x72, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, - 0x6c, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, - 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x69, 0x67, 0x55, 0x72, 0x6c, 0x18, 0x0e, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x06, 0x62, 0x69, 0x67, 0x55, 0x72, 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x6f, 0x72, 0x69, - 0x67, 0x55, 0x72, 0x6c, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6f, 0x72, 0x69, 0x67, - 0x55, 0x72, 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x69, 0x7a, 0x54, 0x79, 0x70, 0x65, 0x18, 0x10, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x62, 0x69, 0x7a, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, - 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x11, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, - 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x12, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1c, 0x0a, 0x09, 0x6f, - 0x70, 0x46, 0x61, 0x63, 0x65, 0x42, 0x75, 0x66, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, - 0x6f, 0x70, 0x46, 0x61, 0x63, 0x65, 0x42, 0x75, 0x66, 0x12, 0x1c, 0x0a, 0x09, 0x6f, 0x6c, 0x64, - 0x50, 0x69, 0x63, 0x4d, 0x64, 0x35, 0x18, 0x14, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x6f, 0x6c, - 0x64, 0x50, 0x69, 0x63, 0x4d, 0x64, 0x35, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x68, 0x75, 0x6d, 0x62, - 0x57, 0x69, 0x64, 0x74, 0x68, 0x18, 0x15, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x74, 0x68, 0x75, - 0x6d, 0x62, 0x57, 0x69, 0x64, 0x74, 0x68, 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x68, 0x75, 0x6d, 0x62, - 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x16, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x74, 0x68, - 0x75, 0x6d, 0x62, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, - 0x65, 0x49, 0x64, 0x18, 0x17, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, - 0x64, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x68, 0x6f, 0x77, 0x4c, 0x65, 0x6e, 0x18, 0x18, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x07, 0x73, 0x68, 0x6f, 0x77, 0x4c, 0x65, 0x6e, 0x12, 0x20, 0x0a, 0x0b, 0x64, - 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x4c, 0x65, 0x6e, 0x18, 0x19, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x4c, 0x65, 0x6e, 0x12, 0x1c, 0x0a, - 0x09, 0x70, 0x62, 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x09, 0x70, 0x62, 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x22, 0xb9, 0x04, 0x0a, 0x0d, - 0x4e, 0x6f, 0x74, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x1a, 0x0a, - 0x08, 0x66, 0x69, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x08, 0x66, 0x69, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x69, 0x67, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x73, 0x69, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x66, - 0x69, 0x6c, 0x65, 0x55, 0x75, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x66, - 0x69, 0x6c, 0x65, 0x55, 0x75, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, - 0x64, 0x35, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, - 0x35, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, - 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, - 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x6f, 0x74, - 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x6e, 0x6f, 0x74, 0x65, 0x12, 0x1a, 0x0a, - 0x08, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x08, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, - 0x63, 0x6d, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x75, 0x62, 0x63, 0x6d, - 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x18, - 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x43, 0x6c, 0x6f, 0x75, - 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x62, 0x79, 0x74, 0x65, 0x73, 0x46, 0x69, 0x6c, 0x65, 0x55, 0x72, - 0x6c, 0x73, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0d, 0x62, 0x79, 0x74, 0x65, 0x73, 0x46, - 0x69, 0x6c, 0x65, 0x55, 0x72, 0x6c, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x64, 0x6f, 0x77, 0x6e, 0x6c, - 0x6f, 0x61, 0x64, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x64, - 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x64, - 0x61, 0x6e, 0x67, 0x65, 0x72, 0x45, 0x76, 0x65, 0x6c, 0x18, 0x32, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x0a, 0x64, 0x61, 0x6e, 0x67, 0x65, 0x72, 0x45, 0x76, 0x65, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x6c, - 0x69, 0x66, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x33, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x6c, - 0x69, 0x66, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x6c, 0x6f, 0x61, - 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x34, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x75, 0x70, 0x6c, - 0x6f, 0x61, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x62, 0x73, 0x46, 0x69, - 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x35, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x61, 0x62, - 0x73, 0x46, 0x69, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6c, 0x69, - 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x36, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x63, - 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x78, 0x70, - 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x37, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x65, - 0x78, 0x70, 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x62, 0x52, - 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x18, 0x38, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x70, 0x62, - 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x22, 0x45, 0x0a, 0x09, 0x54, 0x72, 0x61, 0x6e, 0x73, - 0x45, 0x6c, 0x65, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x65, 0x6c, 0x65, 0x6d, 0x54, 0x79, 0x70, 0x65, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x65, 0x6c, 0x65, 0x6d, 0x54, 0x79, 0x70, 0x65, - 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6c, 0x65, 0x6d, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x09, 0x65, 0x6c, 0x65, 0x6d, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xe3, - 0x02, 0x0a, 0x09, 0x45, 0x78, 0x74, 0x72, 0x61, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x12, 0x0a, 0x04, - 0x6e, 0x69, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x6e, 0x69, 0x63, 0x6b, - 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x61, 0x72, 0x64, 0x12, 0x14, - 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, - 0x65, 0x76, 0x65, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6c, 0x61, 0x67, 0x73, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x05, 0x66, 0x6c, 0x61, 0x67, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x4d, 0x61, 0x73, 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x73, 0x67, 0x54, - 0x61, 0x69, 0x6c, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x6d, 0x73, 0x67, - 0x54, 0x61, 0x69, 0x6c, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, - 0x54, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x73, 0x65, 0x6e, - 0x64, 0x65, 0x72, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x6e, 0x73, - 0x54, 0x69, 0x70, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x61, 0x70, 0x6e, 0x73, - 0x54, 0x69, 0x70, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, - 0x03, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x73, 0x67, 0x53, 0x74, 0x61, - 0x74, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x6d, 0x73, - 0x67, 0x53, 0x74, 0x61, 0x74, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x61, 0x70, - 0x6e, 0x73, 0x53, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0d, 0x61, 0x70, 0x6e, 0x73, 0x53, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x79, 0x70, 0x65, - 0x12, 0x22, 0x0a, 0x0c, 0x6e, 0x65, 0x77, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6c, 0x61, 0x67, - 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x6e, 0x65, 0x77, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x46, 0x6c, 0x61, 0x67, 0x22, 0xa1, 0x02, 0x0a, 0x09, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, - 0x6c, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, - 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, - 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, - 0x6c, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, - 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x74, 0x63, 0x68, 0x49, 0x64, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x61, 0x74, 0x63, 0x68, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, - 0x66, 0x69, 0x6c, 0x65, 0x4b, 0x65, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, - 0x69, 0x6c, 0x65, 0x4b, 0x65, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x06, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x65, - 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x73, 0x65, - 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x62, 0x61, 0x74, 0x63, 0x68, 0x49, - 0x74, 0x65, 0x6d, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x62, 0x61, 0x74, - 0x63, 0x68, 0x49, 0x74, 0x65, 0x6d, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x66, 0x65, 0x65, 0x64, - 0x4d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x66, - 0x65, 0x65, 0x64, 0x4d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x62, - 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x70, - 0x62, 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x22, 0xdf, 0x01, 0x0a, 0x15, 0x41, 0x6e, 0x6f, - 0x6e, 0x79, 0x6d, 0x6f, 0x75, 0x73, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x73, 0x73, 0x61, - 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6c, 0x61, 0x67, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x05, 0x66, 0x6c, 0x61, 0x67, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x6e, 0x6f, 0x6e, - 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x61, 0x6e, 0x6f, 0x6e, 0x49, 0x64, - 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x6e, 0x6f, 0x6e, 0x4e, 0x69, 0x63, 0x6b, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x08, 0x61, 0x6e, 0x6f, 0x6e, 0x4e, 0x69, 0x63, 0x6b, 0x12, 0x22, 0x0a, 0x0c, - 0x68, 0x65, 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x72, 0x61, 0x69, 0x74, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x0c, 0x68, 0x65, 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x72, 0x61, 0x69, 0x74, - 0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, - 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x75, 0x62, 0x62, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x08, 0x62, 0x75, 0x62, 0x62, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, - 0x72, 0x61, 0x6e, 0x6b, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x09, 0x72, 0x61, 0x6e, 0x6b, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x22, 0xc9, 0x06, 0x0a, 0x09, 0x56, - 0x69, 0x64, 0x65, 0x6f, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, - 0x55, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, - 0x55, 0x75, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x12, 0x1a, - 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, - 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, - 0x66, 0x69, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, - 0x6c, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x66, 0x69, - 0x6c, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, - 0x7a, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, - 0x7a, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x57, 0x69, 0x64, 0x74, 0x68, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x57, 0x69, 0x64, - 0x74, 0x68, 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x48, 0x65, 0x69, 0x67, 0x68, - 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x48, 0x65, - 0x69, 0x67, 0x68, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x46, 0x69, 0x6c, - 0x65, 0x4d, 0x64, 0x35, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x74, 0x68, 0x75, 0x6d, - 0x62, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, - 0x63, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, - 0x12, 0x24, 0x0a, 0x0d, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x46, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, - 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x46, 0x69, - 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x75, 0x73, 0x69, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x62, 0x75, 0x73, 0x69, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x72, 0x6f, 0x6d, 0x43, 0x68, 0x61, 0x74, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x66, 0x72, 0x6f, 0x6d, 0x43, 0x68, - 0x61, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x43, 0x68, 0x61, 0x74, - 0x54, 0x79, 0x70, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x74, 0x6f, 0x43, 0x68, - 0x61, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x36, 0x0a, 0x16, 0x62, 0x6f, 0x6f, 0x6c, 0x53, 0x75, - 0x70, 0x70, 0x6f, 0x72, 0x74, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x69, 0x76, 0x65, - 0x18, 0x0f, 0x20, 0x01, 0x28, 0x08, 0x52, 0x16, 0x62, 0x6f, 0x6f, 0x6c, 0x53, 0x75, 0x70, 0x70, - 0x6f, 0x72, 0x74, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x69, 0x76, 0x65, 0x12, 0x1c, - 0x0a, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x57, 0x69, 0x64, 0x74, 0x68, 0x18, 0x10, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x57, 0x69, 0x64, 0x74, 0x68, 0x12, 0x1e, 0x0a, 0x0a, - 0x66, 0x69, 0x6c, 0x65, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x11, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x0a, 0x66, 0x69, 0x6c, 0x65, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x20, 0x0a, 0x0b, - 0x73, 0x75, 0x62, 0x42, 0x75, 0x73, 0x69, 0x54, 0x79, 0x70, 0x65, 0x18, 0x12, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0b, 0x73, 0x75, 0x62, 0x42, 0x75, 0x73, 0x69, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1c, - 0x0a, 0x09, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x41, 0x74, 0x74, 0x72, 0x18, 0x13, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x09, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x41, 0x74, 0x74, 0x72, 0x12, 0x2e, 0x0a, 0x12, - 0x62, 0x79, 0x74, 0x65, 0x73, 0x54, 0x68, 0x75, 0x6d, 0x62, 0x46, 0x69, 0x6c, 0x65, 0x55, 0x72, - 0x6c, 0x73, 0x18, 0x14, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x12, 0x62, 0x79, 0x74, 0x65, 0x73, 0x54, - 0x68, 0x75, 0x6d, 0x62, 0x46, 0x69, 0x6c, 0x65, 0x55, 0x72, 0x6c, 0x73, 0x12, 0x2e, 0x0a, 0x12, - 0x62, 0x79, 0x74, 0x65, 0x73, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x46, 0x69, 0x6c, 0x65, 0x55, 0x72, - 0x6c, 0x73, 0x18, 0x15, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x12, 0x62, 0x79, 0x74, 0x65, 0x73, 0x56, - 0x69, 0x64, 0x65, 0x6f, 0x46, 0x69, 0x6c, 0x65, 0x55, 0x72, 0x6c, 0x73, 0x12, 0x2c, 0x0a, 0x11, - 0x74, 0x68, 0x75, 0x6d, 0x62, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x6c, 0x61, - 0x67, 0x18, 0x16, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x44, 0x6f, - 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x2c, 0x0a, 0x11, 0x76, 0x69, - 0x64, 0x65, 0x6f, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x6c, 0x61, 0x67, 0x18, - 0x17, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x6f, 0x77, 0x6e, - 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x62, 0x52, 0x65, - 0x73, 0x65, 0x72, 0x76, 0x65, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x70, 0x62, 0x52, - 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x22, 0xa6, 0x02, 0x0a, 0x09, 0x53, 0x6f, 0x75, 0x72, 0x63, - 0x65, 0x4d, 0x73, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x72, 0x69, 0x67, 0x53, 0x65, 0x71, 0x73, - 0x18, 0x01, 0x20, 0x03, 0x28, 0x05, 0x52, 0x08, 0x6f, 0x72, 0x69, 0x67, 0x53, 0x65, 0x71, 0x73, - 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x12, - 0x0a, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x69, - 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x12, 0x1f, 0x0a, 0x05, 0x65, 0x6c, 0x65, 0x6d, 0x73, 0x18, - 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x45, 0x6c, 0x65, 0x6d, - 0x52, 0x05, 0x65, 0x6c, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x72, - 0x69, 0x63, 0x68, 0x4d, 0x73, 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x72, 0x69, - 0x63, 0x68, 0x4d, 0x73, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x62, 0x52, 0x65, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x70, 0x62, 0x52, 0x65, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x72, 0x63, 0x4d, 0x73, 0x67, 0x18, 0x09, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x72, 0x63, 0x4d, 0x73, 0x67, 0x12, 0x14, 0x0a, 0x05, 0x74, - 0x6f, 0x55, 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x55, 0x69, - 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x72, 0x6f, 0x6f, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0b, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x74, 0x72, 0x6f, 0x6f, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x22, - 0x40, 0x0a, 0x04, 0x46, 0x61, 0x63, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x10, 0x0a, - 0x03, 0x6f, 0x6c, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6f, 0x6c, 0x64, 0x12, - 0x10, 0x0a, 0x03, 0x62, 0x75, 0x66, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x62, 0x75, - 0x66, 0x22, 0x3e, 0x0a, 0x0c, 0x4c, 0x69, 0x67, 0x68, 0x74, 0x41, 0x70, 0x70, 0x45, 0x6c, 0x65, - 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x69, - 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x6d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x69, - 0x64, 0x22, 0x99, 0x07, 0x0a, 0x0a, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x46, 0x61, 0x63, 0x65, - 0x12, 0x12, 0x0a, 0x04, 0x67, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, - 0x67, 0x75, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x50, 0x61, 0x74, 0x68, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x50, 0x61, 0x74, 0x68, - 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x63, 0x75, 0x74, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x08, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x63, 0x75, 0x74, 0x12, 0x16, 0x0a, 0x06, - 0x62, 0x75, 0x66, 0x66, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x62, 0x75, - 0x66, 0x66, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x6f, 0x6c, 0x64, 0x44, - 0x61, 0x74, 0x61, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x6f, 0x6c, 0x64, 0x44, 0x61, - 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x49, 0x70, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x49, 0x70, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x50, 0x6f, 0x72, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, - 0x0b, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, - 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x66, 0x75, 0x6c, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x06, 0x75, 0x73, 0x65, 0x66, 0x75, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x64, 0x35, 0x18, - 0x0d, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6d, 0x64, 0x35, 0x12, 0x1a, 0x0a, 0x08, 0x74, 0x68, - 0x75, 0x6d, 0x62, 0x55, 0x72, 0x6c, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x74, 0x68, - 0x75, 0x6d, 0x62, 0x55, 0x72, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x69, 0x67, 0x55, 0x72, 0x6c, - 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x62, 0x69, 0x67, 0x55, 0x72, 0x6c, 0x12, 0x18, - 0x0a, 0x07, 0x6f, 0x72, 0x69, 0x67, 0x55, 0x72, 0x6c, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x07, 0x6f, 0x72, 0x69, 0x67, 0x55, 0x72, 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x69, 0x7a, 0x54, - 0x79, 0x70, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x62, 0x69, 0x7a, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x18, 0x12, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x49, 0x6d, - 0x61, 0x67, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x72, 0x65, 0x70, 0x65, 0x61, - 0x74, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x54, - 0x79, 0x70, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x69, 0x6d, 0x61, 0x67, 0x65, - 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x15, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x69, - 0x64, 0x74, 0x68, 0x18, 0x16, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x77, 0x69, 0x64, 0x74, 0x68, - 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x17, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, - 0x63, 0x65, 0x18, 0x18, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, - 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x19, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, - 0x73, 0x69, 0x7a, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x18, 0x1a, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, - 0x74, 0x68, 0x75, 0x6d, 0x62, 0x57, 0x69, 0x64, 0x74, 0x68, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x0a, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x57, 0x69, 0x64, 0x74, 0x68, 0x12, 0x20, 0x0a, 0x0b, - 0x74, 0x68, 0x75, 0x6d, 0x62, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x1c, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0b, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x18, - 0x0a, 0x07, 0x73, 0x68, 0x6f, 0x77, 0x4c, 0x65, 0x6e, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x07, 0x73, 0x68, 0x6f, 0x77, 0x4c, 0x65, 0x6e, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x6f, 0x77, 0x6e, - 0x6c, 0x6f, 0x61, 0x64, 0x4c, 0x65, 0x6e, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x64, - 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x4c, 0x65, 0x6e, 0x12, 0x17, 0x0a, 0x07, 0x5f, 0x34, - 0x30, 0x30, 0x55, 0x72, 0x6c, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x34, 0x30, 0x30, - 0x55, 0x72, 0x6c, 0x12, 0x1b, 0x0a, 0x09, 0x5f, 0x34, 0x30, 0x30, 0x57, 0x69, 0x64, 0x74, 0x68, - 0x18, 0x20, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x34, 0x30, 0x30, 0x57, 0x69, 0x64, 0x74, 0x68, - 0x12, 0x1d, 0x0a, 0x0a, 0x5f, 0x34, 0x30, 0x30, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x21, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x34, 0x30, 0x30, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, - 0x1c, 0x0a, 0x09, 0x70, 0x62, 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x18, 0x22, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x09, 0x70, 0x62, 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x22, 0x77, 0x0a, - 0x0b, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x48, 0x65, 0x61, 0x64, 0x12, 0x16, 0x0a, 0x06, - 0x70, 0x6b, 0x67, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x70, 0x6b, - 0x67, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6b, 0x67, 0x49, 0x6e, 0x64, 0x65, 0x78, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x6b, 0x67, 0x49, 0x6e, 0x64, 0x65, 0x78, - 0x12, 0x16, 0x0a, 0x06, 0x64, 0x69, 0x76, 0x53, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x06, 0x64, 0x69, 0x76, 0x53, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x75, 0x74, 0x6f, - 0x52, 0x65, 0x70, 0x6c, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x61, 0x75, 0x74, - 0x6f, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0xf8, 0x07, 0x0a, 0x0b, 0x4d, 0x65, 0x73, 0x73, 0x61, - 0x67, 0x65, 0x48, 0x65, 0x61, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, - 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, - 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, - 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, - 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, - 0x12, 0x16, 0x0a, 0x06, 0x63, 0x32, 0x63, 0x43, 0x6d, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x06, 0x63, 0x32, 0x63, 0x43, 0x6d, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, 0x67, 0x53, - 0x65, 0x71, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x53, 0x65, 0x71, - 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, - 0x67, 0x55, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x55, - 0x69, 0x64, 0x12, 0x3d, 0x0a, 0x0d, 0x63, 0x32, 0x63, 0x54, 0x6d, 0x70, 0x4d, 0x73, 0x67, 0x48, - 0x65, 0x61, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x6d, 0x73, 0x67, 0x2e, - 0x43, 0x32, 0x43, 0x54, 0x65, 0x6d, 0x70, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x65, - 0x61, 0x64, 0x52, 0x0d, 0x63, 0x32, 0x63, 0x54, 0x6d, 0x70, 0x4d, 0x73, 0x67, 0x48, 0x65, 0x61, - 0x64, 0x12, 0x2c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x09, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, - 0x1c, 0x0a, 0x09, 0x66, 0x72, 0x6f, 0x6d, 0x41, 0x70, 0x70, 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x09, 0x66, 0x72, 0x6f, 0x6d, 0x41, 0x70, 0x70, 0x69, 0x64, 0x12, 0x1e, 0x0a, - 0x0a, 0x66, 0x72, 0x6f, 0x6d, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0a, 0x66, 0x72, 0x6f, 0x6d, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x64, 0x12, 0x1e, 0x0a, - 0x0a, 0x75, 0x73, 0x65, 0x72, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x12, 0x32, 0x0a, - 0x0b, 0x64, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x0d, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x44, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x49, 0x6e, 0x66, - 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x72, 0x6f, 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x18, 0x0e, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x72, 0x6f, 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x12, 0x18, 0x0a, - 0x07, 0x61, 0x75, 0x74, 0x68, 0x55, 0x69, 0x6e, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, - 0x61, 0x75, 0x74, 0x68, 0x55, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x75, 0x74, 0x68, 0x4e, - 0x69, 0x63, 0x6b, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x75, 0x74, 0x68, 0x4e, - 0x69, 0x63, 0x6b, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x11, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1e, 0x0a, - 0x0a, 0x61, 0x75, 0x74, 0x68, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x12, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0a, 0x61, 0x75, 0x74, 0x68, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x1c, 0x0a, - 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x3b, 0x0a, 0x0e, 0x6d, - 0x75, 0x74, 0x69, 0x6c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x48, 0x65, 0x61, 0x64, 0x18, 0x14, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x4d, 0x75, 0x74, 0x69, 0x6c, 0x54, - 0x72, 0x61, 0x6e, 0x73, 0x48, 0x65, 0x61, 0x64, 0x52, 0x0e, 0x6d, 0x75, 0x74, 0x69, 0x6c, 0x74, - 0x72, 0x61, 0x6e, 0x73, 0x48, 0x65, 0x61, 0x64, 0x12, 0x2f, 0x0a, 0x0b, 0x6d, 0x73, 0x67, 0x49, - 0x6e, 0x73, 0x74, 0x43, 0x74, 0x72, 0x6c, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, - 0x6d, 0x73, 0x67, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x43, 0x74, 0x72, 0x6c, 0x52, 0x0b, 0x6d, 0x73, - 0x67, 0x49, 0x6e, 0x73, 0x74, 0x43, 0x74, 0x72, 0x6c, 0x12, 0x3e, 0x0a, 0x1a, 0x70, 0x75, 0x62, - 0x6c, 0x69, 0x63, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, - 0x65, 0x6e, 0x64, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x16, 0x20, 0x01, 0x28, 0x05, 0x52, 0x1a, 0x70, - 0x75, 0x62, 0x6c, 0x69, 0x63, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x53, 0x65, 0x6e, 0x64, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x2a, 0x0a, 0x10, 0x77, 0x73, 0x65, - 0x71, 0x49, 0x6e, 0x43, 0x32, 0x63, 0x4d, 0x73, 0x67, 0x68, 0x65, 0x61, 0x64, 0x18, 0x17, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x10, 0x77, 0x73, 0x65, 0x71, 0x49, 0x6e, 0x43, 0x32, 0x63, 0x4d, 0x73, - 0x67, 0x68, 0x65, 0x61, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x70, 0x69, 0x64, 0x18, 0x18, 0x20, - 0x01, 0x28, 0x03, 0x52, 0x04, 0x63, 0x70, 0x69, 0x64, 0x12, 0x3e, 0x0a, 0x0f, 0x65, 0x78, 0x74, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4b, 0x65, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x19, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x45, 0x78, 0x74, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x4b, 0x65, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0f, 0x65, 0x78, 0x74, 0x47, 0x72, 0x6f, - 0x75, 0x70, 0x4b, 0x65, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x30, 0x0a, 0x13, 0x6d, 0x75, 0x6c, - 0x74, 0x69, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x74, 0x69, 0x62, 0x6c, 0x65, 0x54, 0x65, 0x78, 0x74, - 0x18, 0x1a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x43, 0x6f, 0x6d, - 0x70, 0x61, 0x74, 0x69, 0x62, 0x6c, 0x65, 0x54, 0x65, 0x78, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, - 0x75, 0x74, 0x68, 0x53, 0x65, 0x78, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x61, 0x75, - 0x74, 0x68, 0x53, 0x65, 0x78, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x53, 0x72, 0x63, 0x4d, 0x73, - 0x67, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x53, 0x72, 0x63, 0x4d, 0x73, - 0x67, 0x22, 0x8b, 0x02, 0x0a, 0x09, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, - 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, - 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x03, 0x52, 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x71, 0x12, - 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x61, 0x72, 0x64, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x61, 0x72, 0x64, 0x12, 0x1c, 0x0a, - 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x61, 0x6e, 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x61, 0x6e, 0x6b, 0x12, 0x1e, 0x0a, 0x0a, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x0a, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x24, 0x0a, 0x0d, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x43, 0x61, 0x72, 0x64, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x61, 0x72, 0x64, 0x54, 0x79, 0x70, - 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x08, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x22, - 0xbf, 0x01, 0x0a, 0x0b, 0x44, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, - 0x1e, 0x0a, 0x0a, 0x64, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x03, 0x52, 0x0a, 0x64, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x55, 0x69, 0x6e, 0x12, - 0x20, 0x0a, 0x0b, 0x64, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x54, 0x79, 0x70, - 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x64, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, - 0x53, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x64, 0x69, 0x73, 0x63, 0x75, - 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x71, 0x12, 0x24, 0x0a, 0x0d, 0x64, 0x69, 0x73, - 0x63, 0x75, 0x73, 0x73, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x0d, 0x64, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, - 0x20, 0x0a, 0x0b, 0x64, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x4e, 0x61, 0x6d, - 0x65, 0x22, 0x3e, 0x0a, 0x0e, 0x4d, 0x75, 0x74, 0x69, 0x6c, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x48, - 0x65, 0x61, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x6d, - 0x73, 0x67, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6d, 0x73, 0x67, 0x49, - 0x64, 0x22, 0xd2, 0x02, 0x0a, 0x12, 0x43, 0x32, 0x43, 0x54, 0x65, 0x6d, 0x70, 0x4d, 0x65, 0x73, - 0x73, 0x61, 0x67, 0x65, 0x48, 0x65, 0x61, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x32, 0x63, 0x54, - 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x63, 0x32, 0x63, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x55, 0x69, 0x6e, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x55, 0x69, 0x6e, - 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, - 0x0a, 0x03, 0x73, 0x69, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x73, 0x69, 0x67, - 0x12, 0x18, 0x0a, 0x07, 0x73, 0x69, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x07, 0x73, 0x69, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x72, - 0x6f, 0x6d, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x66, - 0x72, 0x6f, 0x6d, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x6f, 0x50, 0x68, - 0x6f, 0x6e, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x6f, 0x50, 0x68, 0x6f, - 0x6e, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x6c, 0x6f, 0x63, 0x6b, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, - 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x6c, 0x6f, 0x63, 0x6b, 0x44, 0x69, 0x73, - 0x70, 0x6c, 0x61, 0x79, 0x12, 0x24, 0x0a, 0x0d, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x64, 0x69, 0x72, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, - 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x72, 0x65, - 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x22, 0xa7, 0x01, 0x0a, 0x08, 0x49, 0x6e, 0x73, 0x74, 0x43, - 0x74, 0x72, 0x6c, 0x12, 0x33, 0x0a, 0x0d, 0x6d, 0x73, 0x67, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x6f, - 0x49, 0x6e, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x6d, 0x73, 0x67, - 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0d, 0x6d, 0x73, 0x67, 0x53, 0x65, - 0x6e, 0x64, 0x54, 0x6f, 0x49, 0x6e, 0x73, 0x74, 0x12, 0x35, 0x0a, 0x0e, 0x6d, 0x73, 0x67, 0x45, - 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x0d, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, - 0x0e, 0x6d, 0x73, 0x67, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x12, - 0x2f, 0x0a, 0x0b, 0x6d, 0x73, 0x67, 0x46, 0x72, 0x6f, 0x6d, 0x49, 0x6e, 0x73, 0x74, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x49, - 0x6e, 0x66, 0x6f, 0x52, 0x0b, 0x6d, 0x73, 0x67, 0x46, 0x72, 0x6f, 0x6d, 0x49, 0x6e, 0x73, 0x74, - 0x22, 0x7e, 0x0a, 0x08, 0x49, 0x6e, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x0a, 0x06, - 0x61, 0x70, 0x70, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x61, 0x70, - 0x70, 0x70, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x64, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, - 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, - 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x26, 0x0a, 0x0e, 0x65, 0x6e, 0x75, 0x6d, - 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x0e, 0x65, 0x6e, 0x75, 0x6d, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, - 0x22, 0x49, 0x0a, 0x0f, 0x45, 0x78, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4b, 0x65, 0x79, 0x49, - 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x75, 0x72, 0x4d, 0x61, 0x78, 0x53, 0x65, 0x71, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x63, 0x75, 0x72, 0x4d, 0x61, 0x78, 0x53, 0x65, - 0x71, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x75, 0x72, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x07, 0x63, 0x75, 0x72, 0x54, 0x69, 0x6d, 0x65, 0x22, 0xe2, 0x01, 0x0a, 0x0a, - 0x53, 0x79, 0x6e, 0x63, 0x43, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, - 0x6d, 0x65, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x69, 0x6d, 0x65, 0x31, - 0x12, 0x12, 0x0a, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, - 0x74, 0x69, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x61, 0x6e, 0x31, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x04, 0x72, 0x61, 0x6e, 0x31, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x61, 0x6e, 0x32, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x72, 0x61, 0x6e, 0x32, 0x12, 0x16, 0x0a, 0x06, - 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x31, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x63, 0x6f, - 0x6e, 0x73, 0x74, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x32, 0x18, 0x0b, - 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x32, 0x12, 0x16, 0x0a, 0x06, - 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x33, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x63, 0x6f, - 0x6e, 0x73, 0x74, 0x33, 0x12, 0x22, 0x0a, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x53, 0x79, 0x6e, 0x63, - 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6c, 0x61, 0x73, 0x74, - 0x53, 0x79, 0x6e, 0x63, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x6f, 0x6e, 0x73, - 0x74, 0x34, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x34, - 0x22, 0x92, 0x03, 0x0a, 0x0c, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x4d, 0x73, 0x67, 0x49, 0x6e, 0x66, - 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x74, - 0x6f, 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x55, 0x69, - 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, - 0x73, 0x67, 0x53, 0x75, 0x62, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x0a, 0x6d, 0x73, 0x67, 0x53, 0x75, 0x62, 0x74, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6d, - 0x73, 0x67, 0x53, 0x65, 0x71, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6d, 0x73, 0x67, - 0x53, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, 0x67, 0x55, 0x69, 0x64, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x03, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x55, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x6d, - 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6d, 0x73, - 0x67, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x61, 0x6c, 0x4d, 0x73, 0x67, - 0x54, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x72, 0x65, 0x61, 0x6c, - 0x4d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x4e, - 0x61, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x4e, - 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x44, 0x61, 0x74, 0x61, 0x18, 0x0a, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x44, 0x61, 0x74, 0x61, 0x12, 0x14, 0x0a, - 0x05, 0x73, 0x76, 0x72, 0x49, 0x70, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x76, - 0x72, 0x49, 0x70, 0x12, 0x3e, 0x0a, 0x0f, 0x65, 0x78, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4b, - 0x65, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6d, - 0x73, 0x67, 0x2e, 0x45, 0x78, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4b, 0x65, 0x79, 0x49, 0x6e, - 0x66, 0x6f, 0x52, 0x0f, 0x65, 0x78, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4b, 0x65, 0x79, 0x49, - 0x6e, 0x66, 0x6f, 0x12, 0x20, 0x0a, 0x0b, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x46, 0x6c, - 0x61, 0x67, 0x18, 0x11, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, - 0x6c, 0x46, 0x6c, 0x61, 0x67, 0x22, 0x84, 0x05, 0x0a, 0x0c, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, - 0x6c, 0x46, 0x6c, 0x61, 0x67, 0x73, 0x12, 0x28, 0x0a, 0x0f, 0x62, 0x75, 0x62, 0x62, 0x6c, 0x65, - 0x44, 0x69, 0x79, 0x54, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x0f, 0x62, 0x75, 0x62, 0x62, 0x6c, 0x65, 0x44, 0x69, 0x79, 0x54, 0x65, 0x78, 0x74, 0x49, 0x64, - 0x12, 0x22, 0x0a, 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6c, 0x61, 0x67, 0x4e, 0x65, 0x77, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6c, 0x61, - 0x67, 0x4e, 0x65, 0x77, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x03, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x70, 0x49, 0x64, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x72, 0x70, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x72, - 0x70, 0x46, 0x6f, 0x6c, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x70, 0x72, 0x70, - 0x46, 0x6f, 0x6c, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x6c, 0x6f, 0x6e, 0x67, 0x54, 0x65, 0x78, 0x74, - 0x46, 0x6c, 0x61, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x6c, 0x6f, 0x6e, 0x67, - 0x54, 0x65, 0x78, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x6f, 0x6e, 0x67, - 0x54, 0x65, 0x78, 0x74, 0x52, 0x65, 0x73, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x0d, 0x6c, 0x6f, 0x6e, 0x67, 0x54, 0x65, 0x78, 0x74, 0x52, 0x65, 0x73, 0x69, 0x64, 0x12, 0x1c, - 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, - 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x09, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x22, 0x0a, 0x0c, 0x67, 0x6c, - 0x61, 0x6d, 0x6f, 0x75, 0x72, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x0c, 0x67, 0x6c, 0x61, 0x6d, 0x6f, 0x75, 0x72, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x20, - 0x0a, 0x0b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x0b, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x0b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4c, 0x65, 0x76, 0x65, 0x6c, - 0x12, 0x22, 0x0a, 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x61, 0x6e, 0x6b, 0x53, 0x65, 0x71, - 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x61, 0x6e, - 0x6b, 0x53, 0x65, 0x71, 0x12, 0x22, 0x0a, 0x0c, 0x6f, 0x6c, 0x79, 0x6d, 0x70, 0x69, 0x63, 0x54, - 0x6f, 0x72, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x6f, 0x6c, 0x79, 0x6d, - 0x70, 0x69, 0x63, 0x54, 0x6f, 0x72, 0x63, 0x68, 0x12, 0x30, 0x0a, 0x13, 0x62, 0x61, 0x62, 0x79, - 0x71, 0x47, 0x75, 0x69, 0x64, 0x65, 0x4d, 0x73, 0x67, 0x43, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x18, - 0x0e, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x13, 0x62, 0x61, 0x62, 0x79, 0x71, 0x47, 0x75, 0x69, 0x64, - 0x65, 0x4d, 0x73, 0x67, 0x43, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x75, 0x69, - 0x6e, 0x33, 0x32, 0x45, 0x78, 0x70, 0x65, 0x72, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x0f, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x0f, 0x75, 0x69, 0x6e, 0x33, 0x32, 0x45, 0x78, 0x70, 0x65, 0x72, 0x74, - 0x46, 0x6c, 0x61, 0x67, 0x12, 0x20, 0x0a, 0x0b, 0x62, 0x75, 0x62, 0x62, 0x6c, 0x65, 0x53, 0x75, - 0x62, 0x49, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x62, 0x75, 0x62, 0x62, 0x6c, - 0x65, 0x53, 0x75, 0x62, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x65, 0x6e, 0x64, 0x61, 0x6e, - 0x74, 0x49, 0x64, 0x18, 0x11, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x65, 0x6e, 0x64, 0x61, - 0x6e, 0x74, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x70, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, - 0x12, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x72, 0x70, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1c, - 0x0a, 0x09, 0x70, 0x62, 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x09, 0x70, 0x62, 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x22, 0x58, 0x0a, 0x0e, - 0x50, 0x62, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x4d, 0x73, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x1a, - 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x06, 0x62, 0x75, - 0x66, 0x66, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x6d, 0x73, 0x67, - 0x2e, 0x50, 0x62, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x4d, 0x73, 0x67, 0x4e, 0x65, 0x77, 0x52, 0x06, - 0x62, 0x75, 0x66, 0x66, 0x65, 0x72, 0x22, 0x2f, 0x0a, 0x0d, 0x50, 0x62, 0x4d, 0x75, 0x6c, 0x74, - 0x69, 0x4d, 0x73, 0x67, 0x4e, 0x65, 0x77, 0x12, 0x1e, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, - 0x67, 0x65, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x69, 0x0a, 0x12, 0x50, 0x62, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x4d, 0x73, 0x67, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x6d, 0x69, 0x74, 0x12, 0x1e, 0x0a, - 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x6d, 0x73, 0x67, - 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x33, 0x0a, - 0x0a, 0x70, 0x62, 0x49, 0x74, 0x65, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x13, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x50, 0x62, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x4d, - 0x73, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x0a, 0x70, 0x62, 0x49, 0x74, 0x65, 0x6d, 0x4c, 0x69, - 0x73, 0x74, 0x22, 0x89, 0x01, 0x0a, 0x15, 0x4d, 0x73, 0x67, 0x45, 0x6c, 0x65, 0x6d, 0x49, 0x6e, - 0x66, 0x6f, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x74, 0x79, 0x70, 0x65, 0x33, 0x12, 0x37, 0x0a, 0x0f, - 0x66, 0x6c, 0x61, 0x73, 0x68, 0x5f, 0x74, 0x72, 0x6f, 0x6f, 0x70, 0x5f, 0x70, 0x69, 0x63, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x43, 0x75, 0x73, 0x74, - 0x6f, 0x6d, 0x46, 0x61, 0x63, 0x65, 0x52, 0x0d, 0x66, 0x6c, 0x61, 0x73, 0x68, 0x54, 0x72, 0x6f, - 0x6f, 0x70, 0x50, 0x69, 0x63, 0x12, 0x37, 0x0a, 0x0d, 0x66, 0x6c, 0x61, 0x73, 0x68, 0x5f, 0x63, - 0x32, 0x63, 0x5f, 0x70, 0x69, 0x63, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6d, - 0x73, 0x67, 0x2e, 0x4e, 0x6f, 0x74, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x6d, 0x61, 0x67, - 0x65, 0x52, 0x0b, 0x66, 0x6c, 0x61, 0x73, 0x68, 0x43, 0x32, 0x63, 0x50, 0x69, 0x63, 0x22, 0x6c, - 0x0a, 0x16, 0x4d, 0x73, 0x67, 0x45, 0x6c, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x5f, 0x73, 0x65, - 0x72, 0x76, 0x74, 0x79, 0x70, 0x65, 0x33, 0x33, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, - 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x12, - 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x74, 0x65, - 0x78, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x74, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x06, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x62, 0x75, - 0x66, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x62, 0x75, 0x66, 0x22, 0x54, 0x0a, 0x16, - 0x4d, 0x73, 0x67, 0x45, 0x6c, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x5f, 0x73, 0x65, 0x72, 0x76, - 0x74, 0x79, 0x70, 0x65, 0x33, 0x38, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x61, 0x63, 0x74, 0x44, - 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x72, 0x65, 0x61, 0x63, 0x74, - 0x44, 0x61, 0x74, 0x61, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x44, 0x61, 0x74, - 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x44, 0x61, - 0x74, 0x61, 0x22, 0xa7, 0x01, 0x0a, 0x11, 0x53, 0x75, 0x62, 0x4d, 0x73, 0x67, 0x54, 0x79, 0x70, - 0x65, 0x30, 0x78, 0x34, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x38, 0x0a, 0x0d, 0x6e, 0x6f, 0x74, 0x4f, - 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x12, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x4e, 0x6f, 0x74, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x46, - 0x69, 0x6c, 0x65, 0x52, 0x0d, 0x6e, 0x6f, 0x74, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x46, 0x69, - 0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x3e, 0x0a, 0x1a, - 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x50, 0x6f, 0x6c, - 0x79, 0x54, 0x6f, 0x4f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x1a, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x50, - 0x6f, 0x6c, 0x79, 0x54, 0x6f, 0x4f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x22, 0x66, 0x0a, 0x08, - 0x52, 0x65, 0x73, 0x76, 0x41, 0x74, 0x74, 0x72, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6d, 0x61, 0x67, - 0x65, 0x42, 0x69, 0x7a, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x42, 0x69, 0x7a, 0x54, 0x79, 0x70, 0x65, 0x12, 0x36, 0x0a, 0x0a, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x17, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x41, 0x6e, 0x69, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x49, 0x6d, 0x61, 0x67, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x09, 0x69, 0x6d, 0x61, 0x67, 0x65, - 0x53, 0x68, 0x6f, 0x77, 0x22, 0x5a, 0x0a, 0x12, 0x41, 0x6e, 0x69, 0x6d, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x66, - 0x66, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x65, - 0x66, 0x66, 0x65, 0x63, 0x74, 0x49, 0x64, 0x12, 0x27, 0x0a, 0x0f, 0x61, 0x6e, 0x69, 0x6d, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x0e, 0x61, 0x6e, 0x69, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x61, 0x72, 0x61, 0x6d, - 0x22, 0x74, 0x0a, 0x0e, 0x55, 0x69, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x55, 0x73, 0x65, 0x72, 0x44, - 0x65, 0x66, 0x12, 0x20, 0x0a, 0x0b, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x54, 0x79, 0x70, - 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, - 0x54, 0x79, 0x70, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x72, 0x6f, 0x6d, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x66, 0x72, 0x6f, - 0x6d, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, - 0x6c, 0x65, 0x55, 0x75, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, - 0x6c, 0x65, 0x55, 0x75, 0x69, 0x64, 0x22, 0x84, 0x02, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x65, 0x67, 0x69, 0x6e, - 0x53, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x62, 0x65, 0x67, 0x69, 0x6e, - 0x53, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x06, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x66, - 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x66, 0x69, 0x6c, - 0x74, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x53, 0x65, 0x71, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x53, 0x65, - 0x71, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x46, 0x6c, 0x61, - 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x46, - 0x6c, 0x61, 0x67, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x61, 0x76, 0x65, 0x54, 0x72, 0x61, 0x66, 0x66, - 0x69, 0x63, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x73, 0x61, - 0x76, 0x65, 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x46, 0x6c, 0x61, 0x67, 0x22, 0xcb, 0x01, - 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, - 0x70, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x72, 0x72, - 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x6d, 0x73, - 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, - 0x26, 0x0a, 0x0e, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x53, 0x65, - 0x71, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0e, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x42, - 0x65, 0x67, 0x69, 0x6e, 0x53, 0x65, 0x71, 0x12, 0x22, 0x0a, 0x0c, 0x72, 0x65, 0x74, 0x75, 0x72, - 0x6e, 0x45, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x72, - 0x65, 0x74, 0x75, 0x72, 0x6e, 0x45, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x03, 0x6d, - 0x73, 0x67, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x4d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x85, 0x01, 0x0a, 0x15, - 0x50, 0x62, 0x47, 0x65, 0x74, 0x4f, 0x6e, 0x65, 0x44, 0x61, 0x79, 0x52, 0x6f, 0x61, 0x6d, 0x4d, - 0x73, 0x67, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x65, 0x65, 0x72, 0x55, 0x69, 0x6e, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x70, 0x65, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, - 0x20, 0x0a, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x4d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x4d, 0x73, 0x67, 0x54, 0x69, 0x6d, - 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x06, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x61, - 0x64, 0x43, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x72, 0x65, 0x61, 0x64, - 0x43, 0x6e, 0x74, 0x22, 0xdc, 0x01, 0x0a, 0x16, 0x50, 0x62, 0x47, 0x65, 0x74, 0x4f, 0x6e, 0x65, - 0x44, 0x61, 0x79, 0x52, 0x6f, 0x61, 0x6d, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, - 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, - 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x18, - 0x0a, 0x07, 0x70, 0x65, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x07, 0x70, 0x65, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x20, 0x0a, 0x0b, 0x6c, 0x61, 0x73, 0x74, - 0x4d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x6c, - 0x61, 0x73, 0x74, 0x4d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x61, - 0x6e, 0x64, 0x6f, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x72, 0x61, 0x6e, 0x64, - 0x6f, 0x6d, 0x12, 0x1e, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x0c, 0x2e, 0x6d, 0x73, 0x67, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x03, 0x6d, - 0x73, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x69, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, - 0x74, 0x65, 0x22, 0xb7, 0x01, 0x0a, 0x09, 0x50, 0x62, 0x50, 0x75, 0x73, 0x68, 0x4d, 0x73, 0x67, - 0x12, 0x1e, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, - 0x6d, 0x73, 0x67, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x03, 0x6d, 0x73, 0x67, - 0x12, 0x14, 0x0a, 0x05, 0x73, 0x76, 0x72, 0x69, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x05, 0x73, 0x76, 0x72, 0x69, 0x70, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x75, 0x73, 0x68, 0x54, 0x6f, - 0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x70, 0x75, 0x73, 0x68, 0x54, - 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x69, 0x6e, 0x67, 0x46, 0x6c, 0x61, 0x67, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x70, 0x69, 0x6e, 0x67, 0x46, 0x6c, 0x61, 0x67, - 0x12, 0x20, 0x0a, 0x0b, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x46, 0x6c, 0x61, 0x67, 0x18, - 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x46, 0x6c, - 0x61, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x69, 0x6e, 0x64, 0x55, 0x69, 0x6e, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x07, 0x62, 0x69, 0x6e, 0x64, 0x55, 0x69, 0x6e, 0x22, 0x94, 0x02, 0x0a, - 0x16, 0x4d, 0x73, 0x67, 0x45, 0x6c, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x5f, 0x73, 0x65, 0x72, - 0x76, 0x74, 0x79, 0x70, 0x65, 0x33, 0x37, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x63, 0x6b, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x70, 0x61, 0x63, 0x6b, 0x69, 0x64, 0x12, - 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x72, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x09, 0x73, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x72, 0x69, 0x64, 0x12, 0x12, 0x0a, - 0x04, 0x71, 0x73, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x71, 0x73, 0x69, - 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x74, 0x79, 0x70, 0x65, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x74, 0x79, 0x70, - 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x72, 0x74, 0x79, 0x70, 0x65, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x73, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x72, 0x74, - 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x64, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x64, 0x12, - 0x12, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x74, - 0x65, 0x78, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x75, 0x72, 0x70, 0x72, 0x69, 0x73, 0x65, 0x69, - 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x75, 0x72, 0x70, 0x72, 0x69, 0x73, - 0x65, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x74, 0x79, 0x70, - 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x74, - 0x79, 0x70, 0x65, 0x2a, 0x2e, 0x0a, 0x08, 0x53, 0x79, 0x6e, 0x63, 0x46, 0x6c, 0x61, 0x67, 0x12, - 0x09, 0x0a, 0x05, 0x53, 0x54, 0x41, 0x52, 0x54, 0x10, 0x00, 0x12, 0x0d, 0x0a, 0x09, 0x43, 0x4f, - 0x4e, 0x54, 0x49, 0x4e, 0x55, 0x4d, 0x45, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x53, 0x54, 0x4f, - 0x50, 0x10, 0x02, 0x42, 0x0c, 0x5a, 0x0a, 0x70, 0x62, 0x2f, 0x6d, 0x73, 0x67, 0x3b, 0x6d, 0x73, - 0x67, -} - -var ( - file_pb_msg_msg_proto_rawDescOnce sync.Once - file_pb_msg_msg_proto_rawDescData = file_pb_msg_msg_proto_rawDesc -) - -func file_pb_msg_msg_proto_rawDescGZIP() []byte { - file_pb_msg_msg_proto_rawDescOnce.Do(func() { - file_pb_msg_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_msg_msg_proto_rawDescData) - }) - return file_pb_msg_msg_proto_rawDescData -} - -var file_pb_msg_msg_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_pb_msg_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 77) -var file_pb_msg_msg_proto_goTypes = []interface{}{ - (SyncFlag)(0), // 0: msg.SyncFlag - (*GetMessageRequest)(nil), // 1: msg.GetMessageRequest - (*SendMessageRequest)(nil), // 2: msg.SendMessageRequest - (*SendMessageResponse)(nil), // 3: msg.SendMessageResponse - (*MsgWithDrawReq)(nil), // 4: msg.MsgWithDrawReq - (*C2CMsgWithDrawReq)(nil), // 5: msg.C2CMsgWithDrawReq - (*GroupMsgWithDrawReq)(nil), // 6: msg.GroupMsgWithDrawReq - (*MsgWithDrawResp)(nil), // 7: msg.MsgWithDrawResp - (*C2CMsgWithDrawResp)(nil), // 8: msg.C2CMsgWithDrawResp - (*GroupMsgWithDrawResp)(nil), // 9: msg.GroupMsgWithDrawResp - (*GroupMsgInfo)(nil), // 10: msg.GroupMsgInfo - (*C2CMsgInfo)(nil), // 11: msg.C2CMsgInfo - (*RoutingHead)(nil), // 12: msg.RoutingHead - (*WPATmp)(nil), // 13: msg.WPATmp - (*C2C)(nil), // 14: msg.C2C - (*Grp)(nil), // 15: msg.Grp - (*GrpTmp)(nil), // 16: msg.GrpTmp - (*MsgCtrl)(nil), // 17: msg.MsgCtrl - (*GetMessageResponse)(nil), // 18: msg.GetMessageResponse - (*PushMessagePacket)(nil), // 19: msg.PushMessagePacket - (*UinPairMessage)(nil), // 20: msg.UinPairMessage - (*Message)(nil), // 21: msg.Message - (*MessageBody)(nil), // 22: msg.MessageBody - (*RichText)(nil), // 23: msg.RichText - (*Elem)(nil), // 24: msg.Elem - (*MarketFace)(nil), // 25: msg.MarketFace - (*ElemFlags2)(nil), // 26: msg.ElemFlags2 - (*PcSupportDef)(nil), // 27: msg.PcSupportDef - (*CommonElem)(nil), // 28: msg.CommonElem - (*QQWalletMsg)(nil), // 29: msg.QQWalletMsg - (*QQWalletAioBody)(nil), // 30: msg.QQWalletAioBody - (*QQWalletAioElem)(nil), // 31: msg.QQWalletAioElem - (*RichMsg)(nil), // 32: msg.RichMsg - (*CustomElem)(nil), // 33: msg.CustomElem - (*Text)(nil), // 34: msg.Text - (*Attr)(nil), // 35: msg.Attr - (*Ptt)(nil), // 36: msg.Ptt - (*OnlineImage)(nil), // 37: msg.OnlineImage - (*NotOnlineImage)(nil), // 38: msg.NotOnlineImage - (*NotOnlineFile)(nil), // 39: msg.NotOnlineFile - (*TransElem)(nil), // 40: msg.TransElem - (*ExtraInfo)(nil), // 41: msg.ExtraInfo - (*GroupFile)(nil), // 42: msg.GroupFile - (*AnonymousGroupMessage)(nil), // 43: msg.AnonymousGroupMessage - (*VideoFile)(nil), // 44: msg.VideoFile - (*SourceMsg)(nil), // 45: msg.SourceMsg - (*Face)(nil), // 46: msg.Face - (*LightAppElem)(nil), // 47: msg.LightAppElem - (*CustomFace)(nil), // 48: msg.CustomFace - (*ContentHead)(nil), // 49: msg.ContentHead - (*MessageHead)(nil), // 50: msg.MessageHead - (*GroupInfo)(nil), // 51: msg.GroupInfo - (*DiscussInfo)(nil), // 52: msg.DiscussInfo - (*MutilTransHead)(nil), // 53: msg.MutilTransHead - (*C2CTempMessageHead)(nil), // 54: msg.C2CTempMessageHead - (*InstCtrl)(nil), // 55: msg.InstCtrl - (*InstInfo)(nil), // 56: msg.InstInfo - (*ExtGroupKeyInfo)(nil), // 57: msg.ExtGroupKeyInfo - (*SyncCookie)(nil), // 58: msg.SyncCookie - (*TransMsgInfo)(nil), // 59: msg.TransMsgInfo - (*GeneralFlags)(nil), // 60: msg.GeneralFlags - (*PbMultiMsgItem)(nil), // 61: msg.PbMultiMsgItem - (*PbMultiMsgNew)(nil), // 62: msg.PbMultiMsgNew - (*PbMultiMsgTransmit)(nil), // 63: msg.PbMultiMsgTransmit - (*MsgElemInfoServtype3)(nil), // 64: msg.MsgElemInfo_servtype3 - (*MsgElemInfoServtype33)(nil), // 65: msg.MsgElemInfo_servtype33 - (*MsgElemInfoServtype38)(nil), // 66: msg.MsgElemInfo_servtype38 - (*SubMsgType0X4Body)(nil), // 67: msg.SubMsgType0x4Body - (*ResvAttr)(nil), // 68: msg.ResvAttr - (*AnimationImageShow)(nil), // 69: msg.AnimationImageShow - (*UinTypeUserDef)(nil), // 70: msg.UinTypeUserDef - (*GetGroupMsgReq)(nil), // 71: msg.GetGroupMsgReq - (*GetGroupMsgResp)(nil), // 72: msg.GetGroupMsgResp - (*PbGetOneDayRoamMsgReq)(nil), // 73: msg.PbGetOneDayRoamMsgReq - (*PbGetOneDayRoamMsgResp)(nil), // 74: msg.PbGetOneDayRoamMsgResp - (*PbPushMsg)(nil), // 75: msg.PbPushMsg - (*MsgElemInfoServtype37)(nil), // 76: msg.MsgElemInfo_servtype37 - (*ElemFlags2_Inst)(nil), // 77: msg.ElemFlags2.Inst -} -var file_pb_msg_msg_proto_depIdxs = []int32{ - 0, // 0: msg.GetMessageRequest.syncFlag:type_name -> msg.SyncFlag - 12, // 1: msg.SendMessageRequest.routingHead:type_name -> msg.RoutingHead - 49, // 2: msg.SendMessageRequest.contentHead:type_name -> msg.ContentHead - 22, // 3: msg.SendMessageRequest.msgBody:type_name -> msg.MessageBody - 17, // 4: msg.SendMessageRequest.msgCtrl:type_name -> msg.MsgCtrl - 5, // 5: msg.MsgWithDrawReq.c2cWithDraw:type_name -> msg.C2CMsgWithDrawReq - 6, // 6: msg.MsgWithDrawReq.groupWithDraw:type_name -> msg.GroupMsgWithDrawReq - 11, // 7: msg.C2CMsgWithDrawReq.msgInfo:type_name -> msg.C2CMsgInfo - 10, // 8: msg.GroupMsgWithDrawReq.msgList:type_name -> msg.GroupMsgInfo - 8, // 9: msg.MsgWithDrawResp.c2cWithDraw:type_name -> msg.C2CMsgWithDrawResp - 9, // 10: msg.MsgWithDrawResp.groupWithDraw:type_name -> msg.GroupMsgWithDrawResp - 12, // 11: msg.C2CMsgInfo.routingHead:type_name -> msg.RoutingHead - 14, // 12: msg.RoutingHead.c2c:type_name -> msg.C2C - 15, // 13: msg.RoutingHead.grp:type_name -> msg.Grp - 16, // 14: msg.RoutingHead.grpTmp:type_name -> msg.GrpTmp - 13, // 15: msg.RoutingHead.wpaTmp:type_name -> msg.WPATmp - 0, // 16: msg.GetMessageResponse.syncFlag:type_name -> msg.SyncFlag - 20, // 17: msg.GetMessageResponse.uinPairMsgs:type_name -> msg.UinPairMessage - 21, // 18: msg.PushMessagePacket.message:type_name -> msg.Message - 21, // 19: msg.UinPairMessage.messages:type_name -> msg.Message - 50, // 20: msg.Message.head:type_name -> msg.MessageHead - 49, // 21: msg.Message.content:type_name -> msg.ContentHead - 22, // 22: msg.Message.body:type_name -> msg.MessageBody - 23, // 23: msg.MessageBody.richText:type_name -> msg.RichText - 35, // 24: msg.RichText.attr:type_name -> msg.Attr - 24, // 25: msg.RichText.elems:type_name -> msg.Elem - 39, // 26: msg.RichText.notOnlineFile:type_name -> msg.NotOnlineFile - 36, // 27: msg.RichText.ptt:type_name -> msg.Ptt - 34, // 28: msg.Elem.text:type_name -> msg.Text - 46, // 29: msg.Elem.face:type_name -> msg.Face - 37, // 30: msg.Elem.onlineImage:type_name -> msg.OnlineImage - 38, // 31: msg.Elem.notOnlineImage:type_name -> msg.NotOnlineImage - 40, // 32: msg.Elem.transElemInfo:type_name -> msg.TransElem - 25, // 33: msg.Elem.marketFace:type_name -> msg.MarketFace - 48, // 34: msg.Elem.customFace:type_name -> msg.CustomFace - 26, // 35: msg.Elem.elemFlags2:type_name -> msg.ElemFlags2 - 32, // 36: msg.Elem.richMsg:type_name -> msg.RichMsg - 42, // 37: msg.Elem.groupFile:type_name -> msg.GroupFile - 41, // 38: msg.Elem.extraInfo:type_name -> msg.ExtraInfo - 44, // 39: msg.Elem.videoFile:type_name -> msg.VideoFile - 43, // 40: msg.Elem.anonGroupMsg:type_name -> msg.AnonymousGroupMessage - 29, // 41: msg.Elem.QQWalletMsg:type_name -> msg.QQWalletMsg - 33, // 42: msg.Elem.customElem:type_name -> msg.CustomElem - 60, // 43: msg.Elem.generalFlags:type_name -> msg.GeneralFlags - 45, // 44: msg.Elem.srcMsg:type_name -> msg.SourceMsg - 47, // 45: msg.Elem.lightApp:type_name -> msg.LightAppElem - 28, // 46: msg.Elem.commonElem:type_name -> msg.CommonElem - 77, // 47: msg.ElemFlags2.insts:type_name -> msg.ElemFlags2.Inst - 77, // 48: msg.ElemFlags2.srcInst:type_name -> msg.ElemFlags2.Inst - 27, // 49: msg.ElemFlags2.pcSupportDef:type_name -> msg.PcSupportDef - 30, // 50: msg.QQWalletMsg.aioBody:type_name -> msg.QQWalletAioBody - 31, // 51: msg.QQWalletAioBody.sender:type_name -> msg.QQWalletAioElem - 31, // 52: msg.QQWalletAioBody.receiver:type_name -> msg.QQWalletAioElem - 24, // 53: msg.SourceMsg.elems:type_name -> msg.Elem - 54, // 54: msg.MessageHead.c2cTmpMsgHead:type_name -> msg.C2CTempMessageHead - 51, // 55: msg.MessageHead.groupInfo:type_name -> msg.GroupInfo - 52, // 56: msg.MessageHead.discussInfo:type_name -> msg.DiscussInfo - 53, // 57: msg.MessageHead.mutiltransHead:type_name -> msg.MutilTransHead - 55, // 58: msg.MessageHead.msgInstCtrl:type_name -> msg.InstCtrl - 57, // 59: msg.MessageHead.extGroupKeyInfo:type_name -> msg.ExtGroupKeyInfo - 56, // 60: msg.InstCtrl.msgSendToInst:type_name -> msg.InstInfo - 56, // 61: msg.InstCtrl.msgExcludeInst:type_name -> msg.InstInfo - 56, // 62: msg.InstCtrl.msgFromInst:type_name -> msg.InstInfo - 57, // 63: msg.TransMsgInfo.extGroupKeyInfo:type_name -> msg.ExtGroupKeyInfo - 62, // 64: msg.PbMultiMsgItem.buffer:type_name -> msg.PbMultiMsgNew - 21, // 65: msg.PbMultiMsgNew.msg:type_name -> msg.Message - 21, // 66: msg.PbMultiMsgTransmit.msg:type_name -> msg.Message - 61, // 67: msg.PbMultiMsgTransmit.pbItemList:type_name -> msg.PbMultiMsgItem - 48, // 68: msg.MsgElemInfo_servtype3.flash_troop_pic:type_name -> msg.CustomFace - 38, // 69: msg.MsgElemInfo_servtype3.flash_c2c_pic:type_name -> msg.NotOnlineImage - 39, // 70: msg.SubMsgType0x4Body.notOnlineFile:type_name -> msg.NotOnlineFile - 69, // 71: msg.ResvAttr.image_show:type_name -> msg.AnimationImageShow - 21, // 72: msg.GetGroupMsgResp.msg:type_name -> msg.Message - 21, // 73: msg.PbGetOneDayRoamMsgResp.msg:type_name -> msg.Message - 21, // 74: msg.PbPushMsg.msg:type_name -> msg.Message - 75, // [75:75] is the sub-list for method output_type - 75, // [75:75] is the sub-list for method input_type - 75, // [75:75] is the sub-list for extension type_name - 75, // [75:75] is the sub-list for extension extendee - 0, // [0:75] is the sub-list for field type_name -} - -func init() { file_pb_msg_msg_proto_init() } -func file_pb_msg_msg_proto_init() { - if File_pb_msg_msg_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_pb_msg_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetMessageRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SendMessageRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SendMessageResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MsgWithDrawReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*C2CMsgWithDrawReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupMsgWithDrawReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MsgWithDrawResp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*C2CMsgWithDrawResp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupMsgWithDrawResp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupMsgInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*C2CMsgInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RoutingHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WPATmp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*C2C); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Grp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GrpTmp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MsgCtrl); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetMessageResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PushMessagePacket); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UinPairMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Message); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MessageBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RichText); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Elem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MarketFace); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElemFlags2); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PcSupportDef); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommonElem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*QQWalletMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*QQWalletAioBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*QQWalletAioElem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RichMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CustomElem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Text); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Attr); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Ptt); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*OnlineImage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NotOnlineImage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NotOnlineFile); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TransElem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExtraInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupFile); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AnonymousGroupMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*VideoFile); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SourceMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Face); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LightAppElem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CustomFace); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ContentHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MessageHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DiscussInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MutilTransHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*C2CTempMessageHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*InstCtrl); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*InstInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExtGroupKeyInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[57].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncCookie); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[58].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TransMsgInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[59].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GeneralFlags); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[60].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PbMultiMsgItem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[61].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PbMultiMsgNew); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[62].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PbMultiMsgTransmit); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[63].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MsgElemInfoServtype3); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[64].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MsgElemInfoServtype33); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[65].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MsgElemInfoServtype38); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[66].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SubMsgType0X4Body); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[67].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ResvAttr); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[68].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AnimationImageShow); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[69].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UinTypeUserDef); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[70].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetGroupMsgReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[71].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetGroupMsgResp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[72].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PbGetOneDayRoamMsgReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[73].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PbGetOneDayRoamMsgResp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[74].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PbPushMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[75].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MsgElemInfoServtype37); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pb_msg_msg_proto_msgTypes[76].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElemFlags2_Inst); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_pb_msg_msg_proto_rawDesc, - NumEnums: 1, - NumMessages: 77, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_pb_msg_msg_proto_goTypes, - DependencyIndexes: file_pb_msg_msg_proto_depIdxs, - EnumInfos: file_pb_msg_msg_proto_enumTypes, - MessageInfos: file_pb_msg_msg_proto_msgTypes, - }.Build() - File_pb_msg_msg_proto = out.File - file_pb_msg_msg_proto_rawDesc = nil - file_pb_msg_msg_proto_goTypes = nil - file_pb_msg_msg_proto_depIdxs = nil -} diff --git a/client/pb/msg/objmsg.pb.go b/client/pb/msg/objmsg.pb.go index e967dc91..42572a92 100644 --- a/client/pb/msg/objmsg.pb.go +++ b/client/pb/msg/objmsg.pb.go @@ -1,66 +1,12 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: objmsg.proto package msg -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type MsgPic struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SmallPicUrl []byte `protobuf:"bytes,1,opt,name=smallPicUrl,proto3" json:"smallPicUrl,omitempty"` - OriginalPicUrl []byte `protobuf:"bytes,2,opt,name=originalPicUrl,proto3" json:"originalPicUrl,omitempty"` - LocalPicId int32 `protobuf:"varint,3,opt,name=localPicId,proto3" json:"localPicId,omitempty"` -} - -func (x *MsgPic) Reset() { - *x = MsgPic{} - if protoimpl.UnsafeEnabled { - mi := &file_objmsg_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MsgPic) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MsgPic) ProtoMessage() {} - -func (x *MsgPic) ProtoReflect() protoreflect.Message { - mi := &file_objmsg_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MsgPic.ProtoReflect.Descriptor instead. -func (*MsgPic) Descriptor() ([]byte, []int) { - return file_objmsg_proto_rawDescGZIP(), []int{0} + SmallPicUrl []byte `protobuf:"bytes,1,opt"` + OriginalPicUrl []byte `protobuf:"bytes,2,opt"` + LocalPicId int32 `protobuf:"varint,3,opt"` } func (x *MsgPic) GetSmallPicUrl() []byte { @@ -85,49 +31,13 @@ func (x *MsgPic) GetLocalPicId() int32 { } type ObjMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgType int32 `protobuf:"varint,1,opt,name=msgType,proto3" json:"msgType,omitempty"` - Title []byte `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` - BytesAbstact []byte `protobuf:"bytes,3,opt,name=bytesAbstact,proto3" json:"bytesAbstact,omitempty"` - TitleExt []byte `protobuf:"bytes,5,opt,name=titleExt,proto3" json:"titleExt,omitempty"` - MsgPic []*MsgPic `protobuf:"bytes,6,rep,name=msgPic,proto3" json:"msgPic,omitempty"` - MsgContentInfo []*MsgContentInfo `protobuf:"bytes,7,rep,name=msgContentInfo,proto3" json:"msgContentInfo,omitempty"` - ReportIdShow int32 `protobuf:"varint,8,opt,name=reportIdShow,proto3" json:"reportIdShow,omitempty"` -} - -func (x *ObjMsg) Reset() { - *x = ObjMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_objmsg_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ObjMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ObjMsg) ProtoMessage() {} - -func (x *ObjMsg) ProtoReflect() protoreflect.Message { - mi := &file_objmsg_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ObjMsg.ProtoReflect.Descriptor instead. -func (*ObjMsg) Descriptor() ([]byte, []int) { - return file_objmsg_proto_rawDescGZIP(), []int{1} + MsgType int32 `protobuf:"varint,1,opt"` + Title []byte `protobuf:"bytes,2,opt"` + BytesAbstact []byte `protobuf:"bytes,3,opt"` + TitleExt []byte `protobuf:"bytes,5,opt"` + MsgPic []*MsgPic `protobuf:"bytes,6,rep"` + MsgContentInfo []*MsgContentInfo `protobuf:"bytes,7,rep"` + ReportIdShow int32 `protobuf:"varint,8,opt"` } func (x *ObjMsg) GetMsgType() int32 { @@ -180,44 +90,8 @@ func (x *ObjMsg) GetReportIdShow() int32 { } type MsgContentInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ContentInfoId []byte `protobuf:"bytes,1,opt,name=contentInfoId,proto3" json:"contentInfoId,omitempty"` - MsgFile *MsgFile `protobuf:"bytes,2,opt,name=msgFile,proto3" json:"msgFile,omitempty"` -} - -func (x *MsgContentInfo) Reset() { - *x = MsgContentInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_objmsg_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MsgContentInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MsgContentInfo) ProtoMessage() {} - -func (x *MsgContentInfo) ProtoReflect() protoreflect.Message { - mi := &file_objmsg_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MsgContentInfo.ProtoReflect.Descriptor instead. -func (*MsgContentInfo) Descriptor() ([]byte, []int) { - return file_objmsg_proto_rawDescGZIP(), []int{2} + ContentInfoId []byte `protobuf:"bytes,1,opt"` + MsgFile *MsgFile `protobuf:"bytes,2,opt"` } func (x *MsgContentInfo) GetContentInfoId() []byte { @@ -235,49 +109,13 @@ func (x *MsgContentInfo) GetMsgFile() *MsgFile { } type MsgFile struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BusId int32 `protobuf:"varint,1,opt,name=busId,proto3" json:"busId,omitempty"` - FilePath []byte `protobuf:"bytes,2,opt,name=filePath,proto3" json:"filePath,omitempty"` - FileSize int64 `protobuf:"varint,3,opt,name=fileSize,proto3" json:"fileSize,omitempty"` - FileName string `protobuf:"bytes,4,opt,name=fileName,proto3" json:"fileName,omitempty"` - Int64DeadTime int64 `protobuf:"varint,5,opt,name=int64DeadTime,proto3" json:"int64DeadTime,omitempty"` - FileSha1 []byte `protobuf:"bytes,6,opt,name=fileSha1,proto3" json:"fileSha1,omitempty"` - Ext []byte `protobuf:"bytes,7,opt,name=ext,proto3" json:"ext,omitempty"` -} - -func (x *MsgFile) Reset() { - *x = MsgFile{} - if protoimpl.UnsafeEnabled { - mi := &file_objmsg_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MsgFile) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MsgFile) ProtoMessage() {} - -func (x *MsgFile) ProtoReflect() protoreflect.Message { - mi := &file_objmsg_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MsgFile.ProtoReflect.Descriptor instead. -func (*MsgFile) Descriptor() ([]byte, []int) { - return file_objmsg_proto_rawDescGZIP(), []int{3} + BusId int32 `protobuf:"varint,1,opt"` + FilePath []byte `protobuf:"bytes,2,opt"` + FileSize int64 `protobuf:"varint,3,opt"` + FileName string `protobuf:"bytes,4,opt"` + Int64DeadTime int64 `protobuf:"varint,5,opt"` + FileSha1 []byte `protobuf:"bytes,6,opt"` + Ext []byte `protobuf:"bytes,7,opt"` } func (x *MsgFile) GetBusId() int32 { @@ -328,157 +166,3 @@ func (x *MsgFile) GetExt() []byte { } return nil } - -var File_objmsg_proto protoreflect.FileDescriptor - -var file_objmsg_proto_rawDesc = []byte{ - 0x0a, 0x0c, 0x6f, 0x62, 0x6a, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x72, - 0x0a, 0x06, 0x4d, 0x73, 0x67, 0x50, 0x69, 0x63, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x6d, 0x61, 0x6c, - 0x6c, 0x50, 0x69, 0x63, 0x55, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x73, - 0x6d, 0x61, 0x6c, 0x6c, 0x50, 0x69, 0x63, 0x55, 0x72, 0x6c, 0x12, 0x26, 0x0a, 0x0e, 0x6f, 0x72, - 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x50, 0x69, 0x63, 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x0e, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x50, 0x69, 0x63, 0x55, - 0x72, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x50, 0x69, 0x63, 0x49, 0x64, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x50, 0x69, 0x63, - 0x49, 0x64, 0x22, 0xf6, 0x01, 0x0a, 0x06, 0x4f, 0x62, 0x6a, 0x4d, 0x73, 0x67, 0x12, 0x18, 0x0a, - 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, - 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x22, 0x0a, - 0x0c, 0x62, 0x79, 0x74, 0x65, 0x73, 0x41, 0x62, 0x73, 0x74, 0x61, 0x63, 0x74, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x62, 0x79, 0x74, 0x65, 0x73, 0x41, 0x62, 0x73, 0x74, 0x61, 0x63, - 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x45, 0x78, 0x74, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x08, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x45, 0x78, 0x74, 0x12, 0x1f, 0x0a, - 0x06, 0x6d, 0x73, 0x67, 0x50, 0x69, 0x63, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x07, 0x2e, - 0x4d, 0x73, 0x67, 0x50, 0x69, 0x63, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x50, 0x69, 0x63, 0x12, 0x37, - 0x0a, 0x0e, 0x6d, 0x73, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, - 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x6f, 0x6e, 0x74, - 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0e, 0x6d, 0x73, 0x67, 0x43, 0x6f, 0x6e, 0x74, - 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x22, 0x0a, 0x0c, 0x72, 0x65, 0x70, 0x6f, 0x72, - 0x74, 0x49, 0x64, 0x53, 0x68, 0x6f, 0x77, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x72, - 0x65, 0x70, 0x6f, 0x72, 0x74, 0x49, 0x64, 0x53, 0x68, 0x6f, 0x77, 0x22, 0x5a, 0x0a, 0x0e, 0x4d, - 0x73, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x0a, - 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x49, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, - 0x6f, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x46, 0x69, 0x6c, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x4d, 0x73, 0x67, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x07, - 0x6d, 0x73, 0x67, 0x46, 0x69, 0x6c, 0x65, 0x22, 0xc7, 0x01, 0x0a, 0x07, 0x4d, 0x73, 0x67, 0x46, - 0x69, 0x6c, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, - 0x65, 0x50, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x66, 0x69, 0x6c, - 0x65, 0x50, 0x61, 0x74, 0x68, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, - 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, - 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x24, 0x0a, - 0x0d, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x44, 0x65, 0x61, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x44, 0x65, 0x61, 0x64, 0x54, - 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x61, 0x31, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x61, 0x31, 0x12, - 0x10, 0x0a, 0x03, 0x65, 0x78, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x65, 0x78, - 0x74, 0x42, 0x08, 0x5a, 0x06, 0x2e, 0x2f, 0x3b, 0x6d, 0x73, 0x67, 0x62, 0x06, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x33, -} - -var ( - file_objmsg_proto_rawDescOnce sync.Once - file_objmsg_proto_rawDescData = file_objmsg_proto_rawDesc -) - -func file_objmsg_proto_rawDescGZIP() []byte { - file_objmsg_proto_rawDescOnce.Do(func() { - file_objmsg_proto_rawDescData = protoimpl.X.CompressGZIP(file_objmsg_proto_rawDescData) - }) - return file_objmsg_proto_rawDescData -} - -var file_objmsg_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_objmsg_proto_goTypes = []interface{}{ - (*MsgPic)(nil), // 0: MsgPic - (*ObjMsg)(nil), // 1: ObjMsg - (*MsgContentInfo)(nil), // 2: MsgContentInfo - (*MsgFile)(nil), // 3: MsgFile -} -var file_objmsg_proto_depIdxs = []int32{ - 0, // 0: ObjMsg.msgPic:type_name -> MsgPic - 2, // 1: ObjMsg.msgContentInfo:type_name -> MsgContentInfo - 3, // 2: MsgContentInfo.msgFile:type_name -> MsgFile - 3, // [3:3] is the sub-list for method output_type - 3, // [3:3] is the sub-list for method input_type - 3, // [3:3] is the sub-list for extension type_name - 3, // [3:3] is the sub-list for extension extendee - 0, // [0:3] is the sub-list for field type_name -} - -func init() { file_objmsg_proto_init() } -func file_objmsg_proto_init() { - if File_objmsg_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_objmsg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MsgPic); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_objmsg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ObjMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_objmsg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MsgContentInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_objmsg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MsgFile); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_objmsg_proto_rawDesc, - NumEnums: 0, - NumMessages: 4, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_objmsg_proto_goTypes, - DependencyIndexes: file_objmsg_proto_depIdxs, - MessageInfos: file_objmsg_proto_msgTypes, - }.Build() - File_objmsg_proto = out.File - file_objmsg_proto_rawDesc = nil - file_objmsg_proto_goTypes = nil - file_objmsg_proto_depIdxs = nil -} diff --git a/client/pb/msg/report.pb.go b/client/pb/msg/report.pb.go index b8b26046..bbe1e424 100644 --- a/client/pb/msg/report.pb.go +++ b/client/pb/msg/report.pb.go @@ -1,66 +1,12 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: report.proto package msg -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type PbMsgReadedReportReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GrpReadReport []*PbGroupReadedReportReq `protobuf:"bytes,1,rep,name=grpReadReport" json:"grpReadReport,omitempty"` - DisReadReport []*PbDiscussReadedReportReq `protobuf:"bytes,2,rep,name=disReadReport" json:"disReadReport,omitempty"` - C2CReadReport *PbC2CReadedReportReq `protobuf:"bytes,3,opt,name=c2CReadReport" json:"c2CReadReport,omitempty"` //optional PbBindUinMsgReadedConfirmReq bindUinReadReport = 4; -} - -func (x *PbMsgReadedReportReq) Reset() { - *x = PbMsgReadedReportReq{} - if protoimpl.UnsafeEnabled { - mi := &file_report_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PbMsgReadedReportReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PbMsgReadedReportReq) ProtoMessage() {} - -func (x *PbMsgReadedReportReq) ProtoReflect() protoreflect.Message { - mi := &file_report_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PbMsgReadedReportReq.ProtoReflect.Descriptor instead. -func (*PbMsgReadedReportReq) Descriptor() ([]byte, []int) { - return file_report_proto_rawDescGZIP(), []int{0} + GrpReadReport []*PbGroupReadedReportReq `protobuf:"bytes,1,rep"` + DisReadReport []*PbDiscussReadedReportReq `protobuf:"bytes,2,rep"` + C2CReadReport *PbC2CReadedReportReq `protobuf:"bytes,3,opt"` //optional PbBindUinMsgReadedConfirmReq bindUinReadReport = 4; } func (x *PbMsgReadedReportReq) GetGrpReadReport() []*PbGroupReadedReportReq { @@ -85,45 +31,9 @@ func (x *PbMsgReadedReportReq) GetC2CReadReport() *PbC2CReadedReportReq { } type PbMsgReadedReportResp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GrpReadReport []*PbGroupReadedReportResp `protobuf:"bytes,1,rep,name=grpReadReport" json:"grpReadReport,omitempty"` - DisReadReport []*PbDiscussReadedReportResp `protobuf:"bytes,2,rep,name=disReadReport" json:"disReadReport,omitempty"` - C2CReadReport *PbC2CReadedReportResp `protobuf:"bytes,3,opt,name=c2CReadReport" json:"c2CReadReport,omitempty"` //optional PbBindUinMsgReadedConfirmResp bindUinReadReport = 4; -} - -func (x *PbMsgReadedReportResp) Reset() { - *x = PbMsgReadedReportResp{} - if protoimpl.UnsafeEnabled { - mi := &file_report_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PbMsgReadedReportResp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PbMsgReadedReportResp) ProtoMessage() {} - -func (x *PbMsgReadedReportResp) ProtoReflect() protoreflect.Message { - mi := &file_report_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PbMsgReadedReportResp.ProtoReflect.Descriptor instead. -func (*PbMsgReadedReportResp) Descriptor() ([]byte, []int) { - return file_report_proto_rawDescGZIP(), []int{1} + GrpReadReport []*PbGroupReadedReportResp `protobuf:"bytes,1,rep"` + DisReadReport []*PbDiscussReadedReportResp `protobuf:"bytes,2,rep"` + C2CReadReport *PbC2CReadedReportResp `protobuf:"bytes,3,opt"` //optional PbBindUinMsgReadedConfirmResp bindUinReadReport = 4; } func (x *PbMsgReadedReportResp) GetGrpReadReport() []*PbGroupReadedReportResp { @@ -148,44 +58,8 @@ func (x *PbMsgReadedReportResp) GetC2CReadReport() *PbC2CReadedReportResp { } type PbGroupReadedReportReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - LastReadSeq *uint64 `protobuf:"varint,2,opt,name=lastReadSeq" json:"lastReadSeq,omitempty"` -} - -func (x *PbGroupReadedReportReq) Reset() { - *x = PbGroupReadedReportReq{} - if protoimpl.UnsafeEnabled { - mi := &file_report_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PbGroupReadedReportReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PbGroupReadedReportReq) ProtoMessage() {} - -func (x *PbGroupReadedReportReq) ProtoReflect() protoreflect.Message { - mi := &file_report_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PbGroupReadedReportReq.ProtoReflect.Descriptor instead. -func (*PbGroupReadedReportReq) Descriptor() ([]byte, []int) { - return file_report_proto_rawDescGZIP(), []int{2} + GroupCode *uint64 `protobuf:"varint,1,opt"` + LastReadSeq *uint64 `protobuf:"varint,2,opt"` } func (x *PbGroupReadedReportReq) GetGroupCode() uint64 { @@ -203,44 +77,8 @@ func (x *PbGroupReadedReportReq) GetLastReadSeq() uint64 { } type PbDiscussReadedReportReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ConfUin *uint64 `protobuf:"varint,1,opt,name=confUin" json:"confUin,omitempty"` - LastReadSeq *uint64 `protobuf:"varint,2,opt,name=lastReadSeq" json:"lastReadSeq,omitempty"` -} - -func (x *PbDiscussReadedReportReq) Reset() { - *x = PbDiscussReadedReportReq{} - if protoimpl.UnsafeEnabled { - mi := &file_report_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PbDiscussReadedReportReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PbDiscussReadedReportReq) ProtoMessage() {} - -func (x *PbDiscussReadedReportReq) ProtoReflect() protoreflect.Message { - mi := &file_report_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PbDiscussReadedReportReq.ProtoReflect.Descriptor instead. -func (*PbDiscussReadedReportReq) Descriptor() ([]byte, []int) { - return file_report_proto_rawDescGZIP(), []int{3} + ConfUin *uint64 `protobuf:"varint,1,opt"` + LastReadSeq *uint64 `protobuf:"varint,2,opt"` } func (x *PbDiscussReadedReportReq) GetConfUin() uint64 { @@ -258,44 +96,8 @@ func (x *PbDiscussReadedReportReq) GetLastReadSeq() uint64 { } type PbC2CReadedReportReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SyncCookie []byte `protobuf:"bytes,1,opt,name=syncCookie" json:"syncCookie,omitempty"` - PairInfo []*UinPairReadInfo `protobuf:"bytes,2,rep,name=pairInfo" json:"pairInfo,omitempty"` -} - -func (x *PbC2CReadedReportReq) Reset() { - *x = PbC2CReadedReportReq{} - if protoimpl.UnsafeEnabled { - mi := &file_report_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PbC2CReadedReportReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PbC2CReadedReportReq) ProtoMessage() {} - -func (x *PbC2CReadedReportReq) ProtoReflect() protoreflect.Message { - mi := &file_report_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PbC2CReadedReportReq.ProtoReflect.Descriptor instead. -func (*PbC2CReadedReportReq) Descriptor() ([]byte, []int) { - return file_report_proto_rawDescGZIP(), []int{4} + SyncCookie []byte `protobuf:"bytes,1,opt"` + PairInfo []*UinPairReadInfo `protobuf:"bytes,2,rep"` } func (x *PbC2CReadedReportReq) GetSyncCookie() []byte { @@ -313,50 +115,14 @@ func (x *PbC2CReadedReportReq) GetPairInfo() []*UinPairReadInfo { } type UinPairReadInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PeerUin *uint64 `protobuf:"varint,1,opt,name=peerUin" json:"peerUin,omitempty"` - LastReadTime *uint32 `protobuf:"varint,2,opt,name=lastReadTime" json:"lastReadTime,omitempty"` - CrmSig []byte `protobuf:"bytes,3,opt,name=crmSig" json:"crmSig,omitempty"` - PeerType *uint32 `protobuf:"varint,4,opt,name=peerType" json:"peerType,omitempty"` - ChatType *uint32 `protobuf:"varint,5,opt,name=chatType" json:"chatType,omitempty"` - Cpid *uint64 `protobuf:"varint,6,opt,name=cpid" json:"cpid,omitempty"` - AioType *uint32 `protobuf:"varint,7,opt,name=aioType" json:"aioType,omitempty"` - ToTinyId *uint64 `protobuf:"varint,9,opt,name=toTinyId" json:"toTinyId,omitempty"` -} - -func (x *UinPairReadInfo) Reset() { - *x = UinPairReadInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_report_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UinPairReadInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UinPairReadInfo) ProtoMessage() {} - -func (x *UinPairReadInfo) ProtoReflect() protoreflect.Message { - mi := &file_report_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UinPairReadInfo.ProtoReflect.Descriptor instead. -func (*UinPairReadInfo) Descriptor() ([]byte, []int) { - return file_report_proto_rawDescGZIP(), []int{5} + PeerUin *uint64 `protobuf:"varint,1,opt"` + LastReadTime *uint32 `protobuf:"varint,2,opt"` + CrmSig []byte `protobuf:"bytes,3,opt"` + PeerType *uint32 `protobuf:"varint,4,opt"` + ChatType *uint32 `protobuf:"varint,5,opt"` + Cpid *uint64 `protobuf:"varint,6,opt"` + AioType *uint32 `protobuf:"varint,7,opt"` + ToTinyId *uint64 `protobuf:"varint,9,opt"` } func (x *UinPairReadInfo) GetPeerUin() uint64 { @@ -416,47 +182,11 @@ func (x *UinPairReadInfo) GetToTinyId() uint64 { } type PbGroupReadedReportResp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` - Errmsg *string `protobuf:"bytes,2,opt,name=errmsg" json:"errmsg,omitempty"` - GroupCode *uint64 `protobuf:"varint,3,opt,name=groupCode" json:"groupCode,omitempty"` - MemberSeq *uint64 `protobuf:"varint,4,opt,name=memberSeq" json:"memberSeq,omitempty"` - GroupMsgSeq *uint64 `protobuf:"varint,5,opt,name=groupMsgSeq" json:"groupMsgSeq,omitempty"` -} - -func (x *PbGroupReadedReportResp) Reset() { - *x = PbGroupReadedReportResp{} - if protoimpl.UnsafeEnabled { - mi := &file_report_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PbGroupReadedReportResp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PbGroupReadedReportResp) ProtoMessage() {} - -func (x *PbGroupReadedReportResp) ProtoReflect() protoreflect.Message { - mi := &file_report_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PbGroupReadedReportResp.ProtoReflect.Descriptor instead. -func (*PbGroupReadedReportResp) Descriptor() ([]byte, []int) { - return file_report_proto_rawDescGZIP(), []int{6} + Result *uint32 `protobuf:"varint,1,opt"` + Errmsg *string `protobuf:"bytes,2,opt"` + GroupCode *uint64 `protobuf:"varint,3,opt"` + MemberSeq *uint64 `protobuf:"varint,4,opt"` + GroupMsgSeq *uint64 `protobuf:"varint,5,opt"` } func (x *PbGroupReadedReportResp) GetResult() uint32 { @@ -495,47 +225,11 @@ func (x *PbGroupReadedReportResp) GetGroupMsgSeq() uint64 { } type PbDiscussReadedReportResp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` - Errmsg *string `protobuf:"bytes,2,opt,name=errmsg" json:"errmsg,omitempty"` - ConfUin *uint64 `protobuf:"varint,3,opt,name=confUin" json:"confUin,omitempty"` - MemberSeq *uint64 `protobuf:"varint,4,opt,name=memberSeq" json:"memberSeq,omitempty"` - ConfSeq *uint64 `protobuf:"varint,5,opt,name=confSeq" json:"confSeq,omitempty"` -} - -func (x *PbDiscussReadedReportResp) Reset() { - *x = PbDiscussReadedReportResp{} - if protoimpl.UnsafeEnabled { - mi := &file_report_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PbDiscussReadedReportResp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PbDiscussReadedReportResp) ProtoMessage() {} - -func (x *PbDiscussReadedReportResp) ProtoReflect() protoreflect.Message { - mi := &file_report_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PbDiscussReadedReportResp.ProtoReflect.Descriptor instead. -func (*PbDiscussReadedReportResp) Descriptor() ([]byte, []int) { - return file_report_proto_rawDescGZIP(), []int{7} + Result *uint32 `protobuf:"varint,1,opt"` + Errmsg *string `protobuf:"bytes,2,opt"` + ConfUin *uint64 `protobuf:"varint,3,opt"` + MemberSeq *uint64 `protobuf:"varint,4,opt"` + ConfSeq *uint64 `protobuf:"varint,5,opt"` } func (x *PbDiscussReadedReportResp) GetResult() uint32 { @@ -574,45 +268,9 @@ func (x *PbDiscussReadedReportResp) GetConfSeq() uint64 { } type PbC2CReadedReportResp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` - Errmsg *string `protobuf:"bytes,2,opt,name=errmsg" json:"errmsg,omitempty"` - SyncCookie []byte `protobuf:"bytes,3,opt,name=syncCookie" json:"syncCookie,omitempty"` -} - -func (x *PbC2CReadedReportResp) Reset() { - *x = PbC2CReadedReportResp{} - if protoimpl.UnsafeEnabled { - mi := &file_report_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PbC2CReadedReportResp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PbC2CReadedReportResp) ProtoMessage() {} - -func (x *PbC2CReadedReportResp) ProtoReflect() protoreflect.Message { - mi := &file_report_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PbC2CReadedReportResp.ProtoReflect.Descriptor instead. -func (*PbC2CReadedReportResp) Descriptor() ([]byte, []int) { - return file_report_proto_rawDescGZIP(), []int{8} + Result *uint32 `protobuf:"varint,1,opt"` + Errmsg *string `protobuf:"bytes,2,opt"` + SyncCookie []byte `protobuf:"bytes,3,opt"` } func (x *PbC2CReadedReportResp) GetResult() uint32 { @@ -635,270 +293,3 @@ func (x *PbC2CReadedReportResp) GetSyncCookie() []byte { } return nil } - -var File_report_proto protoreflect.FileDescriptor - -var file_report_proto_rawDesc = []byte{ - 0x0a, 0x0c, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xd3, - 0x01, 0x0a, 0x14, 0x50, 0x62, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x61, 0x64, 0x65, 0x64, 0x52, 0x65, - 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x12, 0x3d, 0x0a, 0x0d, 0x67, 0x72, 0x70, 0x52, 0x65, - 0x61, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, - 0x2e, 0x50, 0x62, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x61, 0x64, 0x65, 0x64, 0x52, 0x65, - 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x52, 0x0d, 0x67, 0x72, 0x70, 0x52, 0x65, 0x61, 0x64, - 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x3f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x52, 0x65, 0x61, - 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, - 0x50, 0x62, 0x44, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x52, 0x65, 0x61, 0x64, 0x65, 0x64, 0x52, - 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x52, 0x0d, 0x64, 0x69, 0x73, 0x52, 0x65, 0x61, - 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x3b, 0x0a, 0x0d, 0x63, 0x32, 0x43, 0x52, 0x65, - 0x61, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, - 0x2e, 0x50, 0x62, 0x43, 0x32, 0x43, 0x52, 0x65, 0x61, 0x64, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6f, - 0x72, 0x74, 0x52, 0x65, 0x71, 0x52, 0x0d, 0x63, 0x32, 0x43, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, - 0x70, 0x6f, 0x72, 0x74, 0x22, 0xd7, 0x01, 0x0a, 0x15, 0x50, 0x62, 0x4d, 0x73, 0x67, 0x52, 0x65, - 0x61, 0x64, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3e, - 0x0a, 0x0d, 0x67, 0x72, 0x70, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x18, - 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x50, 0x62, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, - 0x65, 0x61, 0x64, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x52, - 0x0d, 0x67, 0x72, 0x70, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x40, - 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x18, - 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x50, 0x62, 0x44, 0x69, 0x73, 0x63, 0x75, 0x73, - 0x73, 0x52, 0x65, 0x61, 0x64, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, - 0x70, 0x52, 0x0d, 0x64, 0x69, 0x73, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, - 0x12, 0x3c, 0x0a, 0x0d, 0x63, 0x32, 0x43, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, - 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x50, 0x62, 0x43, 0x32, 0x43, 0x52, - 0x65, 0x61, 0x64, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x52, - 0x0d, 0x63, 0x32, 0x43, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x22, 0x58, - 0x0a, 0x16, 0x50, 0x62, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x61, 0x64, 0x65, 0x64, 0x52, - 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x52, 0x65, - 0x61, 0x64, 0x53, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x6c, 0x61, 0x73, - 0x74, 0x52, 0x65, 0x61, 0x64, 0x53, 0x65, 0x71, 0x22, 0x56, 0x0a, 0x18, 0x50, 0x62, 0x44, 0x69, - 0x73, 0x63, 0x75, 0x73, 0x73, 0x52, 0x65, 0x61, 0x64, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, - 0x74, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x66, 0x55, 0x69, 0x6e, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x66, 0x55, 0x69, 0x6e, 0x12, 0x20, - 0x0a, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x52, 0x65, 0x61, 0x64, 0x53, 0x65, 0x71, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x52, 0x65, 0x61, 0x64, 0x53, 0x65, 0x71, - 0x22, 0x64, 0x0a, 0x14, 0x50, 0x62, 0x43, 0x32, 0x43, 0x52, 0x65, 0x61, 0x64, 0x65, 0x64, 0x52, - 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x79, 0x6e, 0x63, - 0x43, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x79, - 0x6e, 0x63, 0x43, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x12, 0x2c, 0x0a, 0x08, 0x70, 0x61, 0x69, 0x72, - 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x55, 0x69, 0x6e, - 0x50, 0x61, 0x69, 0x72, 0x52, 0x65, 0x61, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x70, 0x61, - 0x69, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0xe9, 0x01, 0x0a, 0x0f, 0x55, 0x69, 0x6e, 0x50, 0x61, - 0x69, 0x72, 0x52, 0x65, 0x61, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x65, - 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x70, 0x65, 0x65, - 0x72, 0x55, 0x69, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x52, 0x65, 0x61, 0x64, - 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x6c, 0x61, 0x73, 0x74, - 0x52, 0x65, 0x61, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x72, 0x6d, 0x53, - 0x69, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x63, 0x72, 0x6d, 0x53, 0x69, 0x67, - 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x08, 0x70, 0x65, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, - 0x63, 0x68, 0x61, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, - 0x63, 0x68, 0x61, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x70, 0x69, 0x64, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x63, 0x70, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, - 0x61, 0x69, 0x6f, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x61, - 0x69, 0x6f, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x74, 0x6f, 0x54, 0x69, 0x6e, 0x79, - 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x74, 0x6f, 0x54, 0x69, 0x6e, 0x79, - 0x49, 0x64, 0x22, 0xa7, 0x01, 0x0a, 0x17, 0x50, 0x62, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, - 0x61, 0x64, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, - 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, - 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x6d, 0x73, 0x67, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x6d, 0x73, 0x67, 0x12, 0x1c, - 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, - 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x53, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x09, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x53, 0x65, 0x71, 0x12, 0x20, 0x0a, 0x0b, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x0b, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x22, 0x9d, 0x01, 0x0a, - 0x19, 0x50, 0x62, 0x44, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x52, 0x65, 0x61, 0x64, 0x65, 0x64, - 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, - 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, - 0x6c, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x6d, 0x73, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, - 0x6e, 0x66, 0x55, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x63, 0x6f, 0x6e, - 0x66, 0x55, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x53, 0x65, - 0x71, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x53, - 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x66, 0x53, 0x65, 0x71, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x66, 0x53, 0x65, 0x71, 0x22, 0x67, 0x0a, 0x15, - 0x50, 0x62, 0x43, 0x32, 0x43, 0x52, 0x65, 0x61, 0x64, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, - 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x16, 0x0a, - 0x06, 0x65, 0x72, 0x72, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, - 0x72, 0x72, 0x6d, 0x73, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x79, 0x6e, 0x63, 0x43, 0x6f, 0x6f, - 0x6b, 0x69, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x79, 0x6e, 0x63, 0x43, - 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x42, 0x08, 0x5a, 0x06, 0x2e, 0x2f, 0x3b, 0x6d, 0x73, 0x67, -} - -var ( - file_report_proto_rawDescOnce sync.Once - file_report_proto_rawDescData = file_report_proto_rawDesc -) - -func file_report_proto_rawDescGZIP() []byte { - file_report_proto_rawDescOnce.Do(func() { - file_report_proto_rawDescData = protoimpl.X.CompressGZIP(file_report_proto_rawDescData) - }) - return file_report_proto_rawDescData -} - -var file_report_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_report_proto_goTypes = []interface{}{ - (*PbMsgReadedReportReq)(nil), // 0: PbMsgReadedReportReq - (*PbMsgReadedReportResp)(nil), // 1: PbMsgReadedReportResp - (*PbGroupReadedReportReq)(nil), // 2: PbGroupReadedReportReq - (*PbDiscussReadedReportReq)(nil), // 3: PbDiscussReadedReportReq - (*PbC2CReadedReportReq)(nil), // 4: PbC2CReadedReportReq - (*UinPairReadInfo)(nil), // 5: UinPairReadInfo - (*PbGroupReadedReportResp)(nil), // 6: PbGroupReadedReportResp - (*PbDiscussReadedReportResp)(nil), // 7: PbDiscussReadedReportResp - (*PbC2CReadedReportResp)(nil), // 8: PbC2CReadedReportResp -} -var file_report_proto_depIdxs = []int32{ - 2, // 0: PbMsgReadedReportReq.grpReadReport:type_name -> PbGroupReadedReportReq - 3, // 1: PbMsgReadedReportReq.disReadReport:type_name -> PbDiscussReadedReportReq - 4, // 2: PbMsgReadedReportReq.c2CReadReport:type_name -> PbC2CReadedReportReq - 6, // 3: PbMsgReadedReportResp.grpReadReport:type_name -> PbGroupReadedReportResp - 7, // 4: PbMsgReadedReportResp.disReadReport:type_name -> PbDiscussReadedReportResp - 8, // 5: PbMsgReadedReportResp.c2CReadReport:type_name -> PbC2CReadedReportResp - 5, // 6: PbC2CReadedReportReq.pairInfo:type_name -> UinPairReadInfo - 7, // [7:7] is the sub-list for method output_type - 7, // [7:7] is the sub-list for method input_type - 7, // [7:7] is the sub-list for extension type_name - 7, // [7:7] is the sub-list for extension extendee - 0, // [0:7] is the sub-list for field type_name -} - -func init() { file_report_proto_init() } -func file_report_proto_init() { - if File_report_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_report_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PbMsgReadedReportReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_report_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PbMsgReadedReportResp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_report_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PbGroupReadedReportReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_report_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PbDiscussReadedReportReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_report_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PbC2CReadedReportReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_report_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UinPairReadInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_report_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PbGroupReadedReportResp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_report_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PbDiscussReadedReportResp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_report_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PbC2CReadedReportResp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_report_proto_rawDesc, - NumEnums: 0, - NumMessages: 9, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_report_proto_goTypes, - DependencyIndexes: file_report_proto_depIdxs, - MessageInfos: file_report_proto_msgTypes, - }.Build() - File_report_proto = out.File - file_report_proto_rawDesc = nil - file_report_proto_goTypes = nil - file_report_proto_depIdxs = nil -} diff --git a/client/pb/msgtype0x210/subMsgType0x27.pb.go b/client/pb/msgtype0x210/subMsgType0x27.pb.go index 2fe44ca0..70b44b46 100644 --- a/client/pb/msgtype0x210/subMsgType0x27.pb.go +++ b/client/pb/msgtype0x210/subMsgType0x27.pb.go @@ -1,66 +1,12 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: subMsgType0x27.proto package msgtype0x210 -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type AddGroup struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Groupid *uint32 `protobuf:"varint,1,opt,name=groupid" json:"groupid,omitempty"` - Sortid *uint32 `protobuf:"varint,2,opt,name=sortid" json:"sortid,omitempty"` - Groupname []byte `protobuf:"bytes,3,opt,name=groupname" json:"groupname,omitempty"` -} - -func (x *AddGroup) Reset() { - *x = AddGroup{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AddGroup) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AddGroup) ProtoMessage() {} - -func (x *AddGroup) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AddGroup.ProtoReflect.Descriptor instead. -func (*AddGroup) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{0} + Groupid *uint32 `protobuf:"varint,1,opt"` + Sortid *uint32 `protobuf:"varint,2,opt"` + Groupname []byte `protobuf:"bytes,3,opt"` } func (x *AddGroup) GetGroupid() uint32 { @@ -85,53 +31,17 @@ func (x *AddGroup) GetGroupname() []byte { } type AppointmentNotify struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FromUin *uint64 `protobuf:"varint,1,opt,name=fromUin" json:"fromUin,omitempty"` - AppointId *string `protobuf:"bytes,2,opt,name=appointId" json:"appointId,omitempty"` - Notifytype *uint32 `protobuf:"varint,3,opt,name=notifytype" json:"notifytype,omitempty"` - TipsContent *string `protobuf:"bytes,4,opt,name=tipsContent" json:"tipsContent,omitempty"` - UnreadCount *uint32 `protobuf:"varint,5,opt,name=unreadCount" json:"unreadCount,omitempty"` - JoinWording *string `protobuf:"bytes,6,opt,name=joinWording" json:"joinWording,omitempty"` - ViewWording *string `protobuf:"bytes,7,opt,name=viewWording" json:"viewWording,omitempty"` - Sig []byte `protobuf:"bytes,8,opt,name=sig" json:"sig,omitempty"` - EventInfo []byte `protobuf:"bytes,9,opt,name=eventInfo" json:"eventInfo,omitempty"` - NearbyEventInfo []byte `protobuf:"bytes,10,opt,name=nearbyEventInfo" json:"nearbyEventInfo,omitempty"` - FeedEventInfo []byte `protobuf:"bytes,11,opt,name=feedEventInfo" json:"feedEventInfo,omitempty"` -} - -func (x *AppointmentNotify) Reset() { - *x = AppointmentNotify{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AppointmentNotify) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AppointmentNotify) ProtoMessage() {} - -func (x *AppointmentNotify) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AppointmentNotify.ProtoReflect.Descriptor instead. -func (*AppointmentNotify) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{1} + FromUin *uint64 `protobuf:"varint,1,opt"` + AppointId *string `protobuf:"bytes,2,opt"` + Notifytype *uint32 `protobuf:"varint,3,opt"` + TipsContent *string `protobuf:"bytes,4,opt"` + UnreadCount *uint32 `protobuf:"varint,5,opt"` + JoinWording *string `protobuf:"bytes,6,opt"` + ViewWording *string `protobuf:"bytes,7,opt"` + Sig []byte `protobuf:"bytes,8,opt"` + EventInfo []byte `protobuf:"bytes,9,opt"` + NearbyEventInfo []byte `protobuf:"bytes,10,opt"` + FeedEventInfo []byte `protobuf:"bytes,11,opt"` } func (x *AppointmentNotify) GetFromUin() uint64 { @@ -212,44 +122,8 @@ func (x *AppointmentNotify) GetFeedEventInfo() []byte { } type BinaryMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - OpType *uint32 `protobuf:"varint,1,opt,name=opType" json:"opType,omitempty"` - OpValue []byte `protobuf:"bytes,2,opt,name=opValue" json:"opValue,omitempty"` -} - -func (x *BinaryMsg) Reset() { - *x = BinaryMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BinaryMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BinaryMsg) ProtoMessage() {} - -func (x *BinaryMsg) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BinaryMsg.ProtoReflect.Descriptor instead. -func (*BinaryMsg) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{2} + OpType *uint32 `protobuf:"varint,1,opt"` + OpValue []byte `protobuf:"bytes,2,opt"` } func (x *BinaryMsg) GetOpType() uint32 { @@ -267,52 +141,16 @@ func (x *BinaryMsg) GetOpValue() []byte { } type ChatMatchInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Sig []byte `protobuf:"bytes,1,opt,name=sig" json:"sig,omitempty"` - Uin *uint64 `protobuf:"varint,2,opt,name=uin" json:"uin,omitempty"` - MatchUin *uint64 `protobuf:"varint,3,opt,name=matchUin" json:"matchUin,omitempty"` - TipsWording []byte `protobuf:"bytes,4,opt,name=tipsWording" json:"tipsWording,omitempty"` - LeftChatTime *uint32 `protobuf:"varint,5,opt,name=leftChatTime" json:"leftChatTime,omitempty"` - TimeStamp *uint64 `protobuf:"varint,6,opt,name=timeStamp" json:"timeStamp,omitempty"` - MatchExpiredTime *uint32 `protobuf:"varint,7,opt,name=matchExpiredTime" json:"matchExpiredTime,omitempty"` - C2CExpiredTime *uint32 `protobuf:"varint,8,opt,name=c2CExpiredTime" json:"c2CExpiredTime,omitempty"` - MatchCount *uint32 `protobuf:"varint,9,opt,name=matchCount" json:"matchCount,omitempty"` - Nick []byte `protobuf:"bytes,10,opt,name=nick" json:"nick,omitempty"` -} - -func (x *ChatMatchInfo) Reset() { - *x = ChatMatchInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChatMatchInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChatMatchInfo) ProtoMessage() {} - -func (x *ChatMatchInfo) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChatMatchInfo.ProtoReflect.Descriptor instead. -func (*ChatMatchInfo) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{3} + Sig []byte `protobuf:"bytes,1,opt"` + Uin *uint64 `protobuf:"varint,2,opt"` + MatchUin *uint64 `protobuf:"varint,3,opt"` + TipsWording []byte `protobuf:"bytes,4,opt"` + LeftChatTime *uint32 `protobuf:"varint,5,opt"` + TimeStamp *uint64 `protobuf:"varint,6,opt"` + MatchExpiredTime *uint32 `protobuf:"varint,7,opt"` + C2CExpiredTime *uint32 `protobuf:"varint,8,opt"` + MatchCount *uint32 `protobuf:"varint,9,opt"` + Nick []byte `protobuf:"bytes,10,opt"` } func (x *ChatMatchInfo) GetSig() []byte { @@ -386,45 +224,9 @@ func (x *ChatMatchInfo) GetNick() []byte { } type ConfMsgRoamFlag struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Confid *uint64 `protobuf:"varint,1,opt,name=confid" json:"confid,omitempty"` - Flag *uint32 `protobuf:"varint,2,opt,name=flag" json:"flag,omitempty"` - Timestamp *uint64 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"` -} - -func (x *ConfMsgRoamFlag) Reset() { - *x = ConfMsgRoamFlag{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConfMsgRoamFlag) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConfMsgRoamFlag) ProtoMessage() {} - -func (x *ConfMsgRoamFlag) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConfMsgRoamFlag.ProtoReflect.Descriptor instead. -func (*ConfMsgRoamFlag) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{4} + Confid *uint64 `protobuf:"varint,1,opt"` + Flag *uint32 `protobuf:"varint,2,opt"` + Timestamp *uint64 `protobuf:"varint,3,opt"` } func (x *ConfMsgRoamFlag) GetConfid() uint64 { @@ -449,47 +251,11 @@ func (x *ConfMsgRoamFlag) GetTimestamp() uint64 { } type DaRenNotify struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *uint64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` - LoginDays *uint32 `protobuf:"varint,2,opt,name=loginDays" json:"loginDays,omitempty"` - Days *uint32 `protobuf:"varint,3,opt,name=days" json:"days,omitempty"` - IsYestodayLogin *uint32 `protobuf:"varint,4,opt,name=isYestodayLogin" json:"isYestodayLogin,omitempty"` - IsTodayLogin *uint32 `protobuf:"varint,5,opt,name=isTodayLogin" json:"isTodayLogin,omitempty"` -} - -func (x *DaRenNotify) Reset() { - *x = DaRenNotify{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DaRenNotify) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DaRenNotify) ProtoMessage() {} - -func (x *DaRenNotify) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DaRenNotify.ProtoReflect.Descriptor instead. -func (*DaRenNotify) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{5} + Uin *uint64 `protobuf:"varint,1,opt"` + LoginDays *uint32 `protobuf:"varint,2,opt"` + Days *uint32 `protobuf:"varint,3,opt"` + IsYestodayLogin *uint32 `protobuf:"varint,4,opt"` + IsTodayLogin *uint32 `protobuf:"varint,5,opt"` } func (x *DaRenNotify) GetUin() uint64 { @@ -528,43 +294,7 @@ func (x *DaRenNotify) GetIsTodayLogin() uint32 { } type DelFriend struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uins []uint64 `protobuf:"varint,1,rep,name=uins" json:"uins,omitempty"` -} - -func (x *DelFriend) Reset() { - *x = DelFriend{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DelFriend) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DelFriend) ProtoMessage() {} - -func (x *DelFriend) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DelFriend.ProtoReflect.Descriptor instead. -func (*DelFriend) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{6} + Uins []uint64 `protobuf:"varint,1,rep"` } func (x *DelFriend) GetUins() []uint64 { @@ -575,43 +305,7 @@ func (x *DelFriend) GetUins() []uint64 { } type DelGroup struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Groupid *uint32 `protobuf:"varint,1,opt,name=groupid" json:"groupid,omitempty"` -} - -func (x *DelGroup) Reset() { - *x = DelGroup{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DelGroup) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DelGroup) ProtoMessage() {} - -func (x *DelGroup) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DelGroup.ProtoReflect.Descriptor instead. -func (*DelGroup) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{7} + Groupid *uint32 `protobuf:"varint,1,opt"` } func (x *DelGroup) GetGroupid() uint32 { @@ -622,46 +316,10 @@ func (x *DelGroup) GetGroupid() uint32 { } type FanpaiziNotify struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FromUin *uint64 `protobuf:"varint,1,opt,name=fromUin" json:"fromUin,omitempty"` - FromNick *string `protobuf:"bytes,2,opt,name=fromNick" json:"fromNick,omitempty"` - TipsContent []byte `protobuf:"bytes,3,opt,name=tipsContent" json:"tipsContent,omitempty"` - Sig []byte `protobuf:"bytes,4,opt,name=sig" json:"sig,omitempty"` -} - -func (x *FanpaiziNotify) Reset() { - *x = FanpaiziNotify{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FanpaiziNotify) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FanpaiziNotify) ProtoMessage() {} - -func (x *FanpaiziNotify) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FanpaiziNotify.ProtoReflect.Descriptor instead. -func (*FanpaiziNotify) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{8} + FromUin *uint64 `protobuf:"varint,1,opt"` + FromNick *string `protobuf:"bytes,2,opt"` + TipsContent []byte `protobuf:"bytes,3,opt"` + Sig []byte `protobuf:"bytes,4,opt"` } func (x *FanpaiziNotify) GetFromUin() uint64 { @@ -693,78 +351,42 @@ func (x *FanpaiziNotify) GetSig() []byte { } type ForwardBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - NotifyType *uint32 `protobuf:"varint,1,opt,name=notifyType" json:"notifyType,omitempty"` - OpType *uint32 `protobuf:"varint,2,opt,name=opType" json:"opType,omitempty"` - AddGroup *AddGroup `protobuf:"bytes,3,opt,name=addGroup" json:"addGroup,omitempty"` - DelGroup *DelGroup `protobuf:"bytes,4,opt,name=delGroup" json:"delGroup,omitempty"` - ModGroupName *ModGroupName `protobuf:"bytes,5,opt,name=modGroupName" json:"modGroupName,omitempty"` - ModGroupSort *ModGroupSort `protobuf:"bytes,6,opt,name=modGroupSort" json:"modGroupSort,omitempty"` - ModFriendGroup *ModFriendGroup `protobuf:"bytes,7,opt,name=modFriendGroup" json:"modFriendGroup,omitempty"` - ModProfile *ModProfile `protobuf:"bytes,8,opt,name=modProfile" json:"modProfile,omitempty"` - ModFriendRemark *ModFriendRemark `protobuf:"bytes,9,opt,name=modFriendRemark" json:"modFriendRemark,omitempty"` - ModLongNick *ModLongNick `protobuf:"bytes,10,opt,name=modLongNick" json:"modLongNick,omitempty"` - ModCustomFace *ModCustomFace `protobuf:"bytes,11,opt,name=modCustomFace" json:"modCustomFace,omitempty"` - ModGroupProfile *ModGroupProfile `protobuf:"bytes,12,opt,name=modGroupProfile" json:"modGroupProfile,omitempty"` - ModGroupMemberProfile *ModGroupMemberProfile `protobuf:"bytes,13,opt,name=modGroupMemberProfile" json:"modGroupMemberProfile,omitempty"` - DelFriend *DelFriend `protobuf:"bytes,14,opt,name=delFriend" json:"delFriend,omitempty"` - RoamPriv *ModFrdRoamPriv `protobuf:"bytes,15,opt,name=roamPriv" json:"roamPriv,omitempty"` - GrpMsgRoamFlag *GrpMsgRoamFlag `protobuf:"bytes,16,opt,name=grpMsgRoamFlag" json:"grpMsgRoamFlag,omitempty"` - ConfMsgRoamFlag *ConfMsgRoamFlag `protobuf:"bytes,17,opt,name=confMsgRoamFlag" json:"confMsgRoamFlag,omitempty"` - ModRichLongNick *ModLongNick `protobuf:"bytes,18,opt,name=modRichLongNick" json:"modRichLongNick,omitempty"` - BinPkg *BinaryMsg `protobuf:"bytes,19,opt,name=binPkg" json:"binPkg,omitempty"` - ModFriendRings *ModSnsGeneralInfo `protobuf:"bytes,20,opt,name=modFriendRings" json:"modFriendRings,omitempty"` - ModConfProfile *ModConfProfile `protobuf:"bytes,21,opt,name=modConfProfile" json:"modConfProfile,omitempty"` - ModFriendFlag *SnsUpdateFlag `protobuf:"bytes,22,opt,name=modFriendFlag" json:"modFriendFlag,omitempty"` - AppointmentNotify *AppointmentNotify `protobuf:"bytes,23,opt,name=appointmentNotify" json:"appointmentNotify,omitempty"` - DarenNotify *DaRenNotify `protobuf:"bytes,25,opt,name=darenNotify" json:"darenNotify,omitempty"` - NewComeinUserNotify *NewComeinUserNotify `protobuf:"bytes,26,opt,name=newComeinUserNotify" json:"newComeinUserNotify,omitempty"` - PushSearchDev *PushSearchDev `protobuf:"bytes,200,opt,name=pushSearchDev" json:"pushSearchDev,omitempty"` - PushReportDev *PushReportDev `protobuf:"bytes,201,opt,name=pushReportDev" json:"pushReportDev,omitempty"` - QqPayPush *QQPayPush `protobuf:"bytes,202,opt,name=qqPayPush" json:"qqPayPush,omitempty"` - RedpointInfo []byte `protobuf:"bytes,203,opt,name=redpointInfo" json:"redpointInfo,omitempty"` - HotFriendNotify *HotFriendNotify `protobuf:"bytes,204,opt,name=hotFriendNotify" json:"hotFriendNotify,omitempty"` - PraiseRankNotify *PraiseRankNotify `protobuf:"bytes,205,opt,name=praiseRankNotify" json:"praiseRankNotify,omitempty"` - CampusNotify *MQQCampusNotify `protobuf:"bytes,210,opt,name=campusNotify" json:"campusNotify,omitempty"` - ModRichLongNickEx *ModLongNick `protobuf:"bytes,211,opt,name=modRichLongNickEx" json:"modRichLongNickEx,omitempty"` - ChatMatchInfo *ChatMatchInfo `protobuf:"bytes,212,opt,name=chatMatchInfo" json:"chatMatchInfo,omitempty"` - FrdCustomOnlineStatusChange *FrdCustomOnlineStatusChange `protobuf:"bytes,214,opt,name=frdCustomOnlineStatusChange" json:"frdCustomOnlineStatusChange,omitempty"` - FanpanziNotify *FanpaiziNotify `protobuf:"bytes,2000,opt,name=fanpanziNotify" json:"fanpanziNotify,omitempty"` -} - -func (x *ForwardBody) Reset() { - *x = ForwardBody{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ForwardBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ForwardBody) ProtoMessage() {} - -func (x *ForwardBody) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ForwardBody.ProtoReflect.Descriptor instead. -func (*ForwardBody) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{9} + NotifyType *uint32 `protobuf:"varint,1,opt"` + OpType *uint32 `protobuf:"varint,2,opt"` + AddGroup *AddGroup `protobuf:"bytes,3,opt"` + DelGroup *DelGroup `protobuf:"bytes,4,opt"` + ModGroupName *ModGroupName `protobuf:"bytes,5,opt"` + ModGroupSort *ModGroupSort `protobuf:"bytes,6,opt"` + ModFriendGroup *ModFriendGroup `protobuf:"bytes,7,opt"` + ModProfile *ModProfile `protobuf:"bytes,8,opt"` + ModFriendRemark *ModFriendRemark `protobuf:"bytes,9,opt"` + ModLongNick *ModLongNick `protobuf:"bytes,10,opt"` + ModCustomFace *ModCustomFace `protobuf:"bytes,11,opt"` + ModGroupProfile *ModGroupProfile `protobuf:"bytes,12,opt"` + ModGroupMemberProfile *ModGroupMemberProfile `protobuf:"bytes,13,opt"` + DelFriend *DelFriend `protobuf:"bytes,14,opt"` + RoamPriv *ModFrdRoamPriv `protobuf:"bytes,15,opt"` + GrpMsgRoamFlag *GrpMsgRoamFlag `protobuf:"bytes,16,opt"` + ConfMsgRoamFlag *ConfMsgRoamFlag `protobuf:"bytes,17,opt"` + ModRichLongNick *ModLongNick `protobuf:"bytes,18,opt"` + BinPkg *BinaryMsg `protobuf:"bytes,19,opt"` + ModFriendRings *ModSnsGeneralInfo `protobuf:"bytes,20,opt"` + ModConfProfile *ModConfProfile `protobuf:"bytes,21,opt"` + ModFriendFlag *SnsUpdateFlag `protobuf:"bytes,22,opt"` + AppointmentNotify *AppointmentNotify `protobuf:"bytes,23,opt"` + DarenNotify *DaRenNotify `protobuf:"bytes,25,opt"` + NewComeinUserNotify *NewComeinUserNotify `protobuf:"bytes,26,opt"` + PushSearchDev *PushSearchDev `protobuf:"bytes,200,opt"` + PushReportDev *PushReportDev `protobuf:"bytes,201,opt"` + QqPayPush *QQPayPush `protobuf:"bytes,202,opt"` + RedpointInfo []byte `protobuf:"bytes,203,opt"` + HotFriendNotify *HotFriendNotify `protobuf:"bytes,204,opt"` + PraiseRankNotify *PraiseRankNotify `protobuf:"bytes,205,opt"` + CampusNotify *MQQCampusNotify `protobuf:"bytes,210,opt"` + ModRichLongNickEx *ModLongNick `protobuf:"bytes,211,opt"` + ChatMatchInfo *ChatMatchInfo `protobuf:"bytes,212,opt"` + FrdCustomOnlineStatusChange *FrdCustomOnlineStatusChange `protobuf:"bytes,214,opt"` + FanpanziNotify *FanpaiziNotify `protobuf:"bytes,2000,opt"` } func (x *ForwardBody) GetNotifyType() uint32 { @@ -1020,43 +642,7 @@ func (x *ForwardBody) GetFanpanziNotify() *FanpaiziNotify { } type FrdCustomOnlineStatusChange struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *uint64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` -} - -func (x *FrdCustomOnlineStatusChange) Reset() { - *x = FrdCustomOnlineStatusChange{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FrdCustomOnlineStatusChange) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FrdCustomOnlineStatusChange) ProtoMessage() {} - -func (x *FrdCustomOnlineStatusChange) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FrdCustomOnlineStatusChange.ProtoReflect.Descriptor instead. -func (*FrdCustomOnlineStatusChange) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{10} + Uin *uint64 `protobuf:"varint,1,opt"` } func (x *FrdCustomOnlineStatusChange) GetUin() uint64 { @@ -1067,45 +653,9 @@ func (x *FrdCustomOnlineStatusChange) GetUin() uint64 { } type FriendGroup struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Fuin *uint64 `protobuf:"varint,1,opt,name=fuin" json:"fuin,omitempty"` - OldGroupId []uint32 `protobuf:"varint,2,rep,name=oldGroupId" json:"oldGroupId,omitempty"` - NewGroupId []uint32 `protobuf:"varint,3,rep,name=newGroupId" json:"newGroupId,omitempty"` -} - -func (x *FriendGroup) Reset() { - *x = FriendGroup{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FriendGroup) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FriendGroup) ProtoMessage() {} - -func (x *FriendGroup) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FriendGroup.ProtoReflect.Descriptor instead. -func (*FriendGroup) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{11} + Fuin *uint64 `protobuf:"varint,1,opt"` + OldGroupId []uint32 `protobuf:"varint,2,rep"` + NewGroupId []uint32 `protobuf:"varint,3,rep"` } func (x *FriendGroup) GetFuin() uint64 { @@ -1130,46 +680,10 @@ func (x *FriendGroup) GetNewGroupId() []uint32 { } type FriendRemark struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"` - Fuin *uint64 `protobuf:"varint,2,opt,name=fuin" json:"fuin,omitempty"` - RmkName []byte `protobuf:"bytes,3,opt,name=rmkName" json:"rmkName,omitempty"` - GroupCode *uint64 `protobuf:"varint,4,opt,name=groupCode" json:"groupCode,omitempty"` -} - -func (x *FriendRemark) Reset() { - *x = FriendRemark{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FriendRemark) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FriendRemark) ProtoMessage() {} - -func (x *FriendRemark) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FriendRemark.ProtoReflect.Descriptor instead. -func (*FriendRemark) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{12} + Type *uint32 `protobuf:"varint,1,opt"` + Fuin *uint64 `protobuf:"varint,2,opt"` + RmkName []byte `protobuf:"bytes,3,opt"` + GroupCode *uint64 `protobuf:"varint,4,opt"` } func (x *FriendRemark) GetType() uint32 { @@ -1201,46 +715,10 @@ func (x *FriendRemark) GetGroupCode() uint64 { } type GPS struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Lat *int32 `protobuf:"varint,1,opt,name=lat" json:"lat,omitempty"` - Lon *int32 `protobuf:"varint,2,opt,name=lon" json:"lon,omitempty"` - Alt *int32 `protobuf:"varint,3,opt,name=alt" json:"alt,omitempty"` - Type *int32 `protobuf:"varint,4,opt,name=type" json:"type,omitempty"` -} - -func (x *GPS) Reset() { - *x = GPS{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GPS) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GPS) ProtoMessage() {} - -func (x *GPS) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GPS.ProtoReflect.Descriptor instead. -func (*GPS) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{13} + Lat *int32 `protobuf:"varint,1,opt"` + Lon *int32 `protobuf:"varint,2,opt"` + Alt *int32 `protobuf:"varint,3,opt"` + Type *int32 `protobuf:"varint,4,opt"` } func (x *GPS) GetLat() int32 { @@ -1272,44 +750,8 @@ func (x *GPS) GetType() int32 { } type GroupMemberProfileInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Field *uint32 `protobuf:"varint,1,opt,name=field" json:"field,omitempty"` - Value []byte `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` -} - -func (x *GroupMemberProfileInfo) Reset() { - *x = GroupMemberProfileInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupMemberProfileInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupMemberProfileInfo) ProtoMessage() {} - -func (x *GroupMemberProfileInfo) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupMemberProfileInfo.ProtoReflect.Descriptor instead. -func (*GroupMemberProfileInfo) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{14} + Field *uint32 `protobuf:"varint,1,opt"` + Value []byte `protobuf:"bytes,2,opt"` } func (x *GroupMemberProfileInfo) GetField() uint32 { @@ -1327,44 +769,8 @@ func (x *GroupMemberProfileInfo) GetValue() []byte { } type GroupProfileInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Field *uint32 `protobuf:"varint,1,opt,name=field" json:"field,omitempty"` - Value []byte `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` -} - -func (x *GroupProfileInfo) Reset() { - *x = GroupProfileInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupProfileInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupProfileInfo) ProtoMessage() {} - -func (x *GroupProfileInfo) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupProfileInfo.ProtoReflect.Descriptor instead. -func (*GroupProfileInfo) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{15} + Field *uint32 `protobuf:"varint,1,opt"` + Value []byte `protobuf:"bytes,2,opt"` } func (x *GroupProfileInfo) GetField() uint32 { @@ -1382,44 +788,8 @@ func (x *GroupProfileInfo) GetValue() []byte { } type GroupSort struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Groupid *uint32 `protobuf:"varint,1,opt,name=groupid" json:"groupid,omitempty"` - Sortid *uint32 `protobuf:"varint,2,opt,name=sortid" json:"sortid,omitempty"` -} - -func (x *GroupSort) Reset() { - *x = GroupSort{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[16] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupSort) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupSort) ProtoMessage() {} - -func (x *GroupSort) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[16] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupSort.ProtoReflect.Descriptor instead. -func (*GroupSort) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{16} + Groupid *uint32 `protobuf:"varint,1,opt"` + Sortid *uint32 `protobuf:"varint,2,opt"` } func (x *GroupSort) GetGroupid() uint32 { @@ -1437,45 +807,9 @@ func (x *GroupSort) GetSortid() uint32 { } type GrpMsgRoamFlag struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Groupcode *uint64 `protobuf:"varint,1,opt,name=groupcode" json:"groupcode,omitempty"` - Flag *uint32 `protobuf:"varint,2,opt,name=flag" json:"flag,omitempty"` - Timestamp *uint64 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"` -} - -func (x *GrpMsgRoamFlag) Reset() { - *x = GrpMsgRoamFlag{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[17] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GrpMsgRoamFlag) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GrpMsgRoamFlag) ProtoMessage() {} - -func (x *GrpMsgRoamFlag) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[17] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GrpMsgRoamFlag.ProtoReflect.Descriptor instead. -func (*GrpMsgRoamFlag) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{17} + Groupcode *uint64 `protobuf:"varint,1,opt"` + Flag *uint32 `protobuf:"varint,2,opt"` + Timestamp *uint64 `protobuf:"varint,3,opt"` } func (x *GrpMsgRoamFlag) GetGroupcode() uint64 { @@ -1500,59 +834,23 @@ func (x *GrpMsgRoamFlag) GetTimestamp() uint64 { } type HotFriendNotify struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - DstUin *uint64 `protobuf:"varint,1,opt,name=dstUin" json:"dstUin,omitempty"` - PraiseHotLevel *uint32 `protobuf:"varint,2,opt,name=praiseHotLevel" json:"praiseHotLevel,omitempty"` - ChatHotLevel *uint32 `protobuf:"varint,3,opt,name=chatHotLevel" json:"chatHotLevel,omitempty"` - PraiseHotDays *uint32 `protobuf:"varint,4,opt,name=praiseHotDays" json:"praiseHotDays,omitempty"` - ChatHotDays *uint32 `protobuf:"varint,5,opt,name=chatHotDays" json:"chatHotDays,omitempty"` - CloseLevel *uint32 `protobuf:"varint,6,opt,name=closeLevel" json:"closeLevel,omitempty"` - CloseDays *uint32 `protobuf:"varint,7,opt,name=closeDays" json:"closeDays,omitempty"` - PraiseFlag *uint32 `protobuf:"varint,8,opt,name=praiseFlag" json:"praiseFlag,omitempty"` - ChatFlag *uint32 `protobuf:"varint,9,opt,name=chatFlag" json:"chatFlag,omitempty"` - CloseFlag *uint32 `protobuf:"varint,10,opt,name=closeFlag" json:"closeFlag,omitempty"` - NotifyTime *uint64 `protobuf:"varint,11,opt,name=notifyTime" json:"notifyTime,omitempty"` - LastPraiseTime *uint64 `protobuf:"varint,12,opt,name=lastPraiseTime" json:"lastPraiseTime,omitempty"` - LastChatTime *uint64 `protobuf:"varint,13,opt,name=lastChatTime" json:"lastChatTime,omitempty"` - QzoneHotLevel *uint32 `protobuf:"varint,14,opt,name=qzoneHotLevel" json:"qzoneHotLevel,omitempty"` - QzoneHotDays *uint32 `protobuf:"varint,15,opt,name=qzoneHotDays" json:"qzoneHotDays,omitempty"` - QzoneFlag *uint32 `protobuf:"varint,16,opt,name=qzoneFlag" json:"qzoneFlag,omitempty"` - LastQzoneTime *uint64 `protobuf:"varint,17,opt,name=lastQzoneTime" json:"lastQzoneTime,omitempty"` -} - -func (x *HotFriendNotify) Reset() { - *x = HotFriendNotify{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[18] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *HotFriendNotify) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*HotFriendNotify) ProtoMessage() {} - -func (x *HotFriendNotify) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[18] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use HotFriendNotify.ProtoReflect.Descriptor instead. -func (*HotFriendNotify) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{18} + DstUin *uint64 `protobuf:"varint,1,opt"` + PraiseHotLevel *uint32 `protobuf:"varint,2,opt"` + ChatHotLevel *uint32 `protobuf:"varint,3,opt"` + PraiseHotDays *uint32 `protobuf:"varint,4,opt"` + ChatHotDays *uint32 `protobuf:"varint,5,opt"` + CloseLevel *uint32 `protobuf:"varint,6,opt"` + CloseDays *uint32 `protobuf:"varint,7,opt"` + PraiseFlag *uint32 `protobuf:"varint,8,opt"` + ChatFlag *uint32 `protobuf:"varint,9,opt"` + CloseFlag *uint32 `protobuf:"varint,10,opt"` + NotifyTime *uint64 `protobuf:"varint,11,opt"` + LastPraiseTime *uint64 `protobuf:"varint,12,opt"` + LastChatTime *uint64 `protobuf:"varint,13,opt"` + QzoneHotLevel *uint32 `protobuf:"varint,14,opt"` + QzoneHotDays *uint32 `protobuf:"varint,15,opt"` + QzoneFlag *uint32 `protobuf:"varint,16,opt"` + LastQzoneTime *uint64 `protobuf:"varint,17,opt"` } func (x *HotFriendNotify) GetDstUin() uint64 { @@ -1675,47 +973,11 @@ func (x *HotFriendNotify) GetLastQzoneTime() uint64 { } type MQQCampusNotify struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FromUin *uint64 `protobuf:"varint,1,opt,name=fromUin" json:"fromUin,omitempty"` - Wording *string `protobuf:"bytes,2,opt,name=wording" json:"wording,omitempty"` - Target *string `protobuf:"bytes,3,opt,name=target" json:"target,omitempty"` - Type *uint32 `protobuf:"varint,4,opt,name=type" json:"type,omitempty"` - Source *string `protobuf:"bytes,5,opt,name=source" json:"source,omitempty"` -} - -func (x *MQQCampusNotify) Reset() { - *x = MQQCampusNotify{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[19] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MQQCampusNotify) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MQQCampusNotify) ProtoMessage() {} - -func (x *MQQCampusNotify) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[19] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MQQCampusNotify.ProtoReflect.Descriptor instead. -func (*MQQCampusNotify) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{19} + FromUin *uint64 `protobuf:"varint,1,opt"` + Wording *string `protobuf:"bytes,2,opt"` + Target *string `protobuf:"bytes,3,opt"` + Type *uint32 `protobuf:"varint,4,opt"` + Source *string `protobuf:"bytes,5,opt"` } func (x *MQQCampusNotify) GetFromUin() uint64 { @@ -1754,45 +1016,9 @@ func (x *MQQCampusNotify) GetSource() string { } type ModConfProfile struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *uint64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` - ConfUin *uint32 `protobuf:"varint,2,opt,name=confUin" json:"confUin,omitempty"` - ProfileInfos []*ProfileInfo `protobuf:"bytes,3,rep,name=profileInfos" json:"profileInfos,omitempty"` -} - -func (x *ModConfProfile) Reset() { - *x = ModConfProfile{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[20] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ModConfProfile) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ModConfProfile) ProtoMessage() {} - -func (x *ModConfProfile) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[20] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ModConfProfile.ProtoReflect.Descriptor instead. -func (*ModConfProfile) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{20} + Uin *uint64 `protobuf:"varint,1,opt"` + ConfUin *uint32 `protobuf:"varint,2,opt"` + ProfileInfos []*ProfileInfo `protobuf:"bytes,3,rep"` } func (x *ModConfProfile) GetUin() uint64 { @@ -1817,46 +1043,10 @@ func (x *ModConfProfile) GetProfileInfos() []*ProfileInfo { } type ModCustomFace struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"` - Uin *uint64 `protobuf:"varint,2,opt,name=uin" json:"uin,omitempty"` - GroupCode *uint64 `protobuf:"varint,3,opt,name=groupCode" json:"groupCode,omitempty"` - CmdUin *uint64 `protobuf:"varint,4,opt,name=cmdUin" json:"cmdUin,omitempty"` -} - -func (x *ModCustomFace) Reset() { - *x = ModCustomFace{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[21] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ModCustomFace) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ModCustomFace) ProtoMessage() {} - -func (x *ModCustomFace) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[21] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ModCustomFace.ProtoReflect.Descriptor instead. -func (*ModCustomFace) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{21} + Type *uint32 `protobuf:"varint,1,opt"` + Uin *uint64 `protobuf:"varint,2,opt"` + GroupCode *uint64 `protobuf:"varint,3,opt"` + CmdUin *uint64 `protobuf:"varint,4,opt"` } func (x *ModCustomFace) GetType() uint32 { @@ -1888,43 +1078,7 @@ func (x *ModCustomFace) GetCmdUin() uint64 { } type ModFrdRoamPriv struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RoamPriv []*OneRoamPriv `protobuf:"bytes,1,rep,name=roamPriv" json:"roamPriv,omitempty"` -} - -func (x *ModFrdRoamPriv) Reset() { - *x = ModFrdRoamPriv{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[22] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ModFrdRoamPriv) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ModFrdRoamPriv) ProtoMessage() {} - -func (x *ModFrdRoamPriv) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[22] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ModFrdRoamPriv.ProtoReflect.Descriptor instead. -func (*ModFrdRoamPriv) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{22} + RoamPriv []*OneRoamPriv `protobuf:"bytes,1,rep"` } func (x *ModFrdRoamPriv) GetRoamPriv() []*OneRoamPriv { @@ -1935,43 +1089,7 @@ func (x *ModFrdRoamPriv) GetRoamPriv() []*OneRoamPriv { } type ModFriendGroup struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FrdGroup []*FriendGroup `protobuf:"bytes,1,rep,name=frdGroup" json:"frdGroup,omitempty"` -} - -func (x *ModFriendGroup) Reset() { - *x = ModFriendGroup{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[23] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ModFriendGroup) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ModFriendGroup) ProtoMessage() {} - -func (x *ModFriendGroup) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[23] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ModFriendGroup.ProtoReflect.Descriptor instead. -func (*ModFriendGroup) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{23} + FrdGroup []*FriendGroup `protobuf:"bytes,1,rep"` } func (x *ModFriendGroup) GetFrdGroup() []*FriendGroup { @@ -1982,43 +1100,7 @@ func (x *ModFriendGroup) GetFrdGroup() []*FriendGroup { } type ModFriendRemark struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FrdRmk []*FriendRemark `protobuf:"bytes,1,rep,name=frdRmk" json:"frdRmk,omitempty"` -} - -func (x *ModFriendRemark) Reset() { - *x = ModFriendRemark{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[24] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ModFriendRemark) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ModFriendRemark) ProtoMessage() {} - -func (x *ModFriendRemark) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[24] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ModFriendRemark.ProtoReflect.Descriptor instead. -func (*ModFriendRemark) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{24} + FrdRmk []*FriendRemark `protobuf:"bytes,1,rep"` } func (x *ModFriendRemark) GetFrdRmk() []*FriendRemark { @@ -2029,46 +1111,10 @@ func (x *ModFriendRemark) GetFrdRmk() []*FriendRemark { } type ModGroupMemberProfile struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupUin *uint64 `protobuf:"varint,1,opt,name=groupUin" json:"groupUin,omitempty"` - Uin *uint64 `protobuf:"varint,2,opt,name=uin" json:"uin,omitempty"` - GroupMemberProfileInfos []*GroupMemberProfileInfo `protobuf:"bytes,3,rep,name=groupMemberProfileInfos" json:"groupMemberProfileInfos,omitempty"` - GroupCode *uint64 `protobuf:"varint,4,opt,name=groupCode" json:"groupCode,omitempty"` -} - -func (x *ModGroupMemberProfile) Reset() { - *x = ModGroupMemberProfile{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[25] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ModGroupMemberProfile) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ModGroupMemberProfile) ProtoMessage() {} - -func (x *ModGroupMemberProfile) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[25] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ModGroupMemberProfile.ProtoReflect.Descriptor instead. -func (*ModGroupMemberProfile) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{25} + GroupUin *uint64 `protobuf:"varint,1,opt"` + Uin *uint64 `protobuf:"varint,2,opt"` + GroupMemberProfileInfos []*GroupMemberProfileInfo `protobuf:"bytes,3,rep"` + GroupCode *uint64 `protobuf:"varint,4,opt"` } func (x *ModGroupMemberProfile) GetGroupUin() uint64 { @@ -2100,44 +1146,8 @@ func (x *ModGroupMemberProfile) GetGroupCode() uint64 { } type ModGroupName struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Groupid *uint32 `protobuf:"varint,1,opt,name=groupid" json:"groupid,omitempty"` - Groupname []byte `protobuf:"bytes,2,opt,name=groupname" json:"groupname,omitempty"` -} - -func (x *ModGroupName) Reset() { - *x = ModGroupName{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[26] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ModGroupName) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ModGroupName) ProtoMessage() {} - -func (x *ModGroupName) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[26] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ModGroupName.ProtoReflect.Descriptor instead. -func (*ModGroupName) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{26} + Groupid *uint32 `protobuf:"varint,1,opt"` + Groupname []byte `protobuf:"bytes,2,opt"` } func (x *ModGroupName) GetGroupid() uint32 { @@ -2155,46 +1165,10 @@ func (x *ModGroupName) GetGroupname() []byte { } type ModGroupProfile struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupUin *uint64 `protobuf:"varint,1,opt,name=groupUin" json:"groupUin,omitempty"` - GroupProfileInfos []*GroupProfileInfo `protobuf:"bytes,2,rep,name=groupProfileInfos" json:"groupProfileInfos,omitempty"` - GroupCode *uint64 `protobuf:"varint,3,opt,name=groupCode" json:"groupCode,omitempty"` - CmdUin *uint64 `protobuf:"varint,4,opt,name=cmdUin" json:"cmdUin,omitempty"` -} - -func (x *ModGroupProfile) Reset() { - *x = ModGroupProfile{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[27] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ModGroupProfile) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ModGroupProfile) ProtoMessage() {} - -func (x *ModGroupProfile) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[27] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ModGroupProfile.ProtoReflect.Descriptor instead. -func (*ModGroupProfile) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{27} + GroupUin *uint64 `protobuf:"varint,1,opt"` + GroupProfileInfos []*GroupProfileInfo `protobuf:"bytes,2,rep"` + GroupCode *uint64 `protobuf:"varint,3,opt"` + CmdUin *uint64 `protobuf:"varint,4,opt"` } func (x *ModGroupProfile) GetGroupUin() uint64 { @@ -2226,43 +1200,7 @@ func (x *ModGroupProfile) GetCmdUin() uint64 { } type ModGroupSort struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Groupsort []*GroupSort `protobuf:"bytes,1,rep,name=groupsort" json:"groupsort,omitempty"` -} - -func (x *ModGroupSort) Reset() { - *x = ModGroupSort{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[28] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ModGroupSort) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ModGroupSort) ProtoMessage() {} - -func (x *ModGroupSort) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[28] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ModGroupSort.ProtoReflect.Descriptor instead. -func (*ModGroupSort) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{28} + Groupsort []*GroupSort `protobuf:"bytes,1,rep"` } func (x *ModGroupSort) GetGroupsort() []*GroupSort { @@ -2273,44 +1211,8 @@ func (x *ModGroupSort) GetGroupsort() []*GroupSort { } type ModLongNick struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *uint64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` - Value []byte `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` -} - -func (x *ModLongNick) Reset() { - *x = ModLongNick{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[29] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ModLongNick) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ModLongNick) ProtoMessage() {} - -func (x *ModLongNick) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[29] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ModLongNick.ProtoReflect.Descriptor instead. -func (*ModLongNick) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{29} + Uin *uint64 `protobuf:"varint,1,opt"` + Value []byte `protobuf:"bytes,2,opt"` } func (x *ModLongNick) GetUin() uint64 { @@ -2328,44 +1230,8 @@ func (x *ModLongNick) GetValue() []byte { } type ModProfile struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *uint64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` - ProfileInfos []*ProfileInfo `protobuf:"bytes,2,rep,name=profileInfos" json:"profileInfos,omitempty"` -} - -func (x *ModProfile) Reset() { - *x = ModProfile{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[30] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ModProfile) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ModProfile) ProtoMessage() {} - -func (x *ModProfile) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[30] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ModProfile.ProtoReflect.Descriptor instead. -func (*ModProfile) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{30} + Uin *uint64 `protobuf:"varint,1,opt"` + ProfileInfos []*ProfileInfo `protobuf:"bytes,2,rep"` } func (x *ModProfile) GetUin() uint64 { @@ -2383,43 +1249,7 @@ func (x *ModProfile) GetProfileInfos() []*ProfileInfo { } type ModSnsGeneralInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SnsGeneralInfos []*SnsUpateBuffer `protobuf:"bytes,1,rep,name=snsGeneralInfos" json:"snsGeneralInfos,omitempty"` -} - -func (x *ModSnsGeneralInfo) Reset() { - *x = ModSnsGeneralInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[31] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ModSnsGeneralInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ModSnsGeneralInfo) ProtoMessage() {} - -func (x *ModSnsGeneralInfo) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[31] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ModSnsGeneralInfo.ProtoReflect.Descriptor instead. -func (*ModSnsGeneralInfo) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{31} + SnsGeneralInfos []*SnsUpateBuffer `protobuf:"bytes,1,rep"` } func (x *ModSnsGeneralInfo) GetSnsGeneralInfos() []*SnsUpateBuffer { @@ -2430,43 +1260,7 @@ func (x *ModSnsGeneralInfo) GetSnsGeneralInfos() []*SnsUpateBuffer { } type SubMsg0X27Body struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ModInfos []*ForwardBody `protobuf:"bytes,1,rep,name=modInfos" json:"modInfos,omitempty"` -} - -func (x *SubMsg0X27Body) Reset() { - *x = SubMsg0X27Body{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[32] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SubMsg0X27Body) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SubMsg0X27Body) ProtoMessage() {} - -func (x *SubMsg0X27Body) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[32] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SubMsg0X27Body.ProtoReflect.Descriptor instead. -func (*SubMsg0X27Body) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{32} + ModInfos []*ForwardBody `protobuf:"bytes,1,rep"` } func (x *SubMsg0X27Body) GetModInfos() []*ForwardBody { @@ -2477,46 +1271,10 @@ func (x *SubMsg0X27Body) GetModInfos() []*ForwardBody { } type NewComeinUser struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *uint64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` - IsFrd *uint32 `protobuf:"varint,2,opt,name=isFrd" json:"isFrd,omitempty"` - Remark []byte `protobuf:"bytes,3,opt,name=remark" json:"remark,omitempty"` - Nick []byte `protobuf:"bytes,4,opt,name=nick" json:"nick,omitempty"` -} - -func (x *NewComeinUser) Reset() { - *x = NewComeinUser{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[33] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NewComeinUser) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NewComeinUser) ProtoMessage() {} - -func (x *NewComeinUser) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[33] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NewComeinUser.ProtoReflect.Descriptor instead. -func (*NewComeinUser) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{33} + Uin *uint64 `protobuf:"varint,1,opt"` + IsFrd *uint32 `protobuf:"varint,2,opt"` + Remark []byte `protobuf:"bytes,3,opt"` + Nick []byte `protobuf:"bytes,4,opt"` } func (x *NewComeinUser) GetUin() uint64 { @@ -2548,48 +1306,12 @@ func (x *NewComeinUser) GetNick() []byte { } type NewComeinUserNotify struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgType *uint32 `protobuf:"varint,1,opt,name=msgType" json:"msgType,omitempty"` - OngNotify *bool `protobuf:"varint,2,opt,name=ongNotify" json:"ongNotify,omitempty"` - PushTime *uint32 `protobuf:"varint,3,opt,name=pushTime" json:"pushTime,omitempty"` - NewComeinUser *NewComeinUser `protobuf:"bytes,4,opt,name=newComeinUser" json:"newComeinUser,omitempty"` - NewGroup *NewGroup `protobuf:"bytes,5,opt,name=newGroup" json:"newGroup,omitempty"` - NewGroupUser *NewGroupUser `protobuf:"bytes,6,opt,name=newGroupUser" json:"newGroupUser,omitempty"` -} - -func (x *NewComeinUserNotify) Reset() { - *x = NewComeinUserNotify{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[34] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NewComeinUserNotify) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NewComeinUserNotify) ProtoMessage() {} - -func (x *NewComeinUserNotify) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[34] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NewComeinUserNotify.ProtoReflect.Descriptor instead. -func (*NewComeinUserNotify) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{34} + MsgType *uint32 `protobuf:"varint,1,opt"` + OngNotify *bool `protobuf:"varint,2,opt"` + PushTime *uint32 `protobuf:"varint,3,opt"` + NewComeinUser *NewComeinUser `protobuf:"bytes,4,opt"` + NewGroup *NewGroup `protobuf:"bytes,5,opt"` + NewGroupUser *NewGroupUser `protobuf:"bytes,6,opt"` } func (x *NewComeinUserNotify) GetMsgType() uint32 { @@ -2635,47 +1357,11 @@ func (x *NewComeinUserNotify) GetNewGroupUser() *NewGroupUser { } type NewGroup struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - GroupName []byte `protobuf:"bytes,2,opt,name=groupName" json:"groupName,omitempty"` - OwnerUin *uint64 `protobuf:"varint,3,opt,name=ownerUin" json:"ownerUin,omitempty"` - OwnerNick []byte `protobuf:"bytes,4,opt,name=ownerNick" json:"ownerNick,omitempty"` - Distance []byte `protobuf:"bytes,5,opt,name=distance" json:"distance,omitempty"` -} - -func (x *NewGroup) Reset() { - *x = NewGroup{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[35] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NewGroup) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NewGroup) ProtoMessage() {} - -func (x *NewGroup) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[35] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NewGroup.ProtoReflect.Descriptor instead. -func (*NewGroup) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{35} + GroupCode *uint64 `protobuf:"varint,1,opt"` + GroupName []byte `protobuf:"bytes,2,opt"` + OwnerUin *uint64 `protobuf:"varint,3,opt"` + OwnerNick []byte `protobuf:"bytes,4,opt"` + Distance []byte `protobuf:"bytes,5,opt"` } func (x *NewGroup) GetGroupCode() uint64 { @@ -2714,47 +1400,11 @@ func (x *NewGroup) GetDistance() []byte { } type NewGroupUser struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *uint64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` - Sex *int32 `protobuf:"varint,2,opt,name=sex" json:"sex,omitempty"` - Age *int32 `protobuf:"varint,3,opt,name=age" json:"age,omitempty"` - Nick *string `protobuf:"bytes,4,opt,name=nick" json:"nick,omitempty"` - Distance []byte `protobuf:"bytes,5,opt,name=distance" json:"distance,omitempty"` -} - -func (x *NewGroupUser) Reset() { - *x = NewGroupUser{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[36] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NewGroupUser) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NewGroupUser) ProtoMessage() {} - -func (x *NewGroupUser) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[36] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NewGroupUser.ProtoReflect.Descriptor instead. -func (*NewGroupUser) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{36} + Uin *uint64 `protobuf:"varint,1,opt"` + Sex *int32 `protobuf:"varint,2,opt"` + Age *int32 `protobuf:"varint,3,opt"` + Nick *string `protobuf:"bytes,4,opt"` + Distance []byte `protobuf:"bytes,5,opt"` } func (x *NewGroupUser) GetUin() uint64 { @@ -2793,45 +1443,9 @@ func (x *NewGroupUser) GetDistance() []byte { } type OneRoamPriv struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Fuin *uint64 `protobuf:"varint,1,opt,name=fuin" json:"fuin,omitempty"` - PrivTag *uint32 `protobuf:"varint,2,opt,name=privTag" json:"privTag,omitempty"` - PrivValue *uint32 `protobuf:"varint,3,opt,name=privValue" json:"privValue,omitempty"` -} - -func (x *OneRoamPriv) Reset() { - *x = OneRoamPriv{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[37] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *OneRoamPriv) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*OneRoamPriv) ProtoMessage() {} - -func (x *OneRoamPriv) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[37] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use OneRoamPriv.ProtoReflect.Descriptor instead. -func (*OneRoamPriv) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{37} + Fuin *uint64 `protobuf:"varint,1,opt"` + PrivTag *uint32 `protobuf:"varint,2,opt"` + PrivValue *uint32 `protobuf:"varint,3,opt"` } func (x *OneRoamPriv) GetFuin() uint64 { @@ -2856,45 +1470,9 @@ func (x *OneRoamPriv) GetPrivValue() uint32 { } type PraiseRankNotify struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - IsChampion *uint32 `protobuf:"varint,11,opt,name=isChampion" json:"isChampion,omitempty"` - RankNum *uint32 `protobuf:"varint,12,opt,name=rankNum" json:"rankNum,omitempty"` - Msg *string `protobuf:"bytes,13,opt,name=msg" json:"msg,omitempty"` -} - -func (x *PraiseRankNotify) Reset() { - *x = PraiseRankNotify{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[38] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PraiseRankNotify) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PraiseRankNotify) ProtoMessage() {} - -func (x *PraiseRankNotify) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[38] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PraiseRankNotify.ProtoReflect.Descriptor instead. -func (*PraiseRankNotify) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{38} + IsChampion *uint32 `protobuf:"varint,11,opt"` + RankNum *uint32 `protobuf:"varint,12,opt"` + Msg *string `protobuf:"bytes,13,opt"` } func (x *PraiseRankNotify) GetIsChampion() uint32 { @@ -2919,44 +1497,8 @@ func (x *PraiseRankNotify) GetMsg() string { } type ProfileInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Field *uint32 `protobuf:"varint,1,opt,name=field" json:"field,omitempty"` - Value []byte `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` -} - -func (x *ProfileInfo) Reset() { - *x = ProfileInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[39] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ProfileInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ProfileInfo) ProtoMessage() {} - -func (x *ProfileInfo) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[39] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ProfileInfo.ProtoReflect.Descriptor instead. -func (*ProfileInfo) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{39} + Field *uint32 `protobuf:"varint,1,opt"` + Value []byte `protobuf:"bytes,2,opt"` } func (x *ProfileInfo) GetField() uint32 { @@ -2974,46 +1516,10 @@ func (x *ProfileInfo) GetValue() []byte { } type PushReportDev struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgType *uint32 `protobuf:"varint,1,opt,name=msgType" json:"msgType,omitempty"` - Cookie []byte `protobuf:"bytes,4,opt,name=cookie" json:"cookie,omitempty"` - ReportMaxNum *uint32 `protobuf:"varint,5,opt,name=reportMaxNum" json:"reportMaxNum,omitempty"` - Sn []byte `protobuf:"bytes,6,opt,name=sn" json:"sn,omitempty"` -} - -func (x *PushReportDev) Reset() { - *x = PushReportDev{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[40] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PushReportDev) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PushReportDev) ProtoMessage() {} - -func (x *PushReportDev) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[40] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PushReportDev.ProtoReflect.Descriptor instead. -func (*PushReportDev) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{40} + MsgType *uint32 `protobuf:"varint,1,opt"` + Cookie []byte `protobuf:"bytes,4,opt"` + ReportMaxNum *uint32 `protobuf:"varint,5,opt"` + Sn []byte `protobuf:"bytes,6,opt"` } func (x *PushReportDev) GetMsgType() uint32 { @@ -3045,48 +1551,12 @@ func (x *PushReportDev) GetSn() []byte { } type PushSearchDev struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgType *uint32 `protobuf:"varint,1,opt,name=msgType" json:"msgType,omitempty"` - GpsInfo *GPS `protobuf:"bytes,2,opt,name=gpsInfo" json:"gpsInfo,omitempty"` - DevTime *uint32 `protobuf:"varint,3,opt,name=devTime" json:"devTime,omitempty"` - PushTime *uint32 `protobuf:"varint,4,opt,name=pushTime" json:"pushTime,omitempty"` - Din *uint64 `protobuf:"varint,5,opt,name=din" json:"din,omitempty"` - Data *string `protobuf:"bytes,6,opt,name=data" json:"data,omitempty"` -} - -func (x *PushSearchDev) Reset() { - *x = PushSearchDev{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[41] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PushSearchDev) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PushSearchDev) ProtoMessage() {} - -func (x *PushSearchDev) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[41] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PushSearchDev.ProtoReflect.Descriptor instead. -func (*PushSearchDev) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{41} + MsgType *uint32 `protobuf:"varint,1,opt"` + GpsInfo *GPS `protobuf:"bytes,2,opt"` + DevTime *uint32 `protobuf:"varint,3,opt"` + PushTime *uint32 `protobuf:"varint,4,opt"` + Din *uint64 `protobuf:"varint,5,opt"` + Data *string `protobuf:"bytes,6,opt"` } func (x *PushSearchDev) GetMsgType() uint32 { @@ -3132,44 +1602,8 @@ func (x *PushSearchDev) GetData() string { } type QQPayPush struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *uint64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` - PayOk *bool `protobuf:"varint,2,opt,name=payOk" json:"payOk,omitempty"` -} - -func (x *QQPayPush) Reset() { - *x = QQPayPush{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[42] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *QQPayPush) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*QQPayPush) ProtoMessage() {} - -func (x *QQPayPush) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[42] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use QQPayPush.ProtoReflect.Descriptor instead. -func (*QQPayPush) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{42} + Uin *uint64 `protobuf:"varint,1,opt"` + PayOk *bool `protobuf:"varint,2,opt"` } func (x *QQPayPush) GetUin() uint64 { @@ -3187,47 +1621,11 @@ func (x *QQPayPush) GetPayOk() bool { } type SnsUpateBuffer struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *uint64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` - Code *uint64 `protobuf:"varint,2,opt,name=code" json:"code,omitempty"` - Result *uint32 `protobuf:"varint,3,opt,name=result" json:"result,omitempty"` - SnsUpdateItem []*SnsUpdateItem `protobuf:"bytes,400,rep,name=snsUpdateItem" json:"snsUpdateItem,omitempty"` - Idlist []uint32 `protobuf:"varint,401,rep,name=idlist" json:"idlist,omitempty"` -} - -func (x *SnsUpateBuffer) Reset() { - *x = SnsUpateBuffer{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[43] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SnsUpateBuffer) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SnsUpateBuffer) ProtoMessage() {} - -func (x *SnsUpateBuffer) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[43] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SnsUpateBuffer.ProtoReflect.Descriptor instead. -func (*SnsUpateBuffer) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{43} + Uin *uint64 `protobuf:"varint,1,opt"` + Code *uint64 `protobuf:"varint,2,opt"` + Result *uint32 `protobuf:"varint,3,opt"` + SnsUpdateItem []*SnsUpdateItem `protobuf:"bytes,400,rep"` + Idlist []uint32 `protobuf:"varint,401,rep"` } func (x *SnsUpateBuffer) GetUin() uint64 { @@ -3266,43 +1664,7 @@ func (x *SnsUpateBuffer) GetIdlist() []uint32 { } type SnsUpdateFlag struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - UpdateSnsFlag []*SnsUpdateOneFlag `protobuf:"bytes,1,rep,name=updateSnsFlag" json:"updateSnsFlag,omitempty"` -} - -func (x *SnsUpdateFlag) Reset() { - *x = SnsUpdateFlag{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[44] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SnsUpdateFlag) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SnsUpdateFlag) ProtoMessage() {} - -func (x *SnsUpdateFlag) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[44] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SnsUpdateFlag.ProtoReflect.Descriptor instead. -func (*SnsUpdateFlag) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{44} + UpdateSnsFlag []*SnsUpdateOneFlag `protobuf:"bytes,1,rep"` } func (x *SnsUpdateFlag) GetUpdateSnsFlag() []*SnsUpdateOneFlag { @@ -3313,44 +1675,8 @@ func (x *SnsUpdateFlag) GetUpdateSnsFlag() []*SnsUpdateOneFlag { } type SnsUpdateItem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - UpdateSnsType *uint32 `protobuf:"varint,1,opt,name=updateSnsType" json:"updateSnsType,omitempty"` - Value []byte `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` -} - -func (x *SnsUpdateItem) Reset() { - *x = SnsUpdateItem{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[45] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SnsUpdateItem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SnsUpdateItem) ProtoMessage() {} - -func (x *SnsUpdateItem) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[45] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SnsUpdateItem.ProtoReflect.Descriptor instead. -func (*SnsUpdateItem) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{45} + UpdateSnsType *uint32 `protobuf:"varint,1,opt"` + Value []byte `protobuf:"bytes,2,opt"` } func (x *SnsUpdateItem) GetUpdateSnsType() uint32 { @@ -3368,45 +1694,9 @@ func (x *SnsUpdateItem) GetValue() []byte { } type SnsUpdateOneFlag struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - XUin *uint64 `protobuf:"varint,1,opt,name=XUin" json:"XUin,omitempty"` - Id *uint64 `protobuf:"varint,2,opt,name=id" json:"id,omitempty"` - Flag *uint32 `protobuf:"varint,3,opt,name=flag" json:"flag,omitempty"` -} - -func (x *SnsUpdateOneFlag) Reset() { - *x = SnsUpdateOneFlag{} - if protoimpl.UnsafeEnabled { - mi := &file_subMsgType0x27_proto_msgTypes[46] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SnsUpdateOneFlag) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SnsUpdateOneFlag) ProtoMessage() {} - -func (x *SnsUpdateOneFlag) ProtoReflect() protoreflect.Message { - mi := &file_subMsgType0x27_proto_msgTypes[46] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SnsUpdateOneFlag.ProtoReflect.Descriptor instead. -func (*SnsUpdateOneFlag) Descriptor() ([]byte, []int) { - return file_subMsgType0x27_proto_rawDescGZIP(), []int{46} + XUin *uint64 `protobuf:"varint,1,opt"` + Id *uint64 `protobuf:"varint,2,opt"` + Flag *uint32 `protobuf:"varint,3,opt"` } func (x *SnsUpdateOneFlag) GetXUin() uint64 { @@ -3429,1182 +1719,3 @@ func (x *SnsUpdateOneFlag) GetFlag() uint32 { } return 0 } - -var File_subMsgType0x27_proto protoreflect.FileDescriptor - -var file_subMsgType0x27_proto_rawDesc = []byte{ - 0x0a, 0x14, 0x73, 0x75, 0x62, 0x4d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x30, 0x78, 0x32, 0x37, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x5a, 0x0a, 0x08, 0x41, 0x64, 0x64, 0x47, 0x72, 0x6f, - 0x75, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x07, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, - 0x73, 0x6f, 0x72, 0x74, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x73, 0x6f, - 0x72, 0x74, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x6e, 0x61, 0x6d, - 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x6e, 0x61, - 0x6d, 0x65, 0x22, 0xf3, 0x02, 0x0a, 0x11, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, - 0x6e, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x72, 0x6f, 0x6d, - 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, - 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x49, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x49, 0x64, - 0x12, 0x1e, 0x0a, 0x0a, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x74, 0x79, 0x70, 0x65, - 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x69, 0x70, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x74, 0x69, 0x70, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x65, - 0x6e, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x75, 0x6e, - 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x43, - 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x6a, 0x6f, 0x69, 0x6e, 0x57, 0x6f, 0x72, 0x64, - 0x69, 0x6e, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6a, 0x6f, 0x69, 0x6e, 0x57, - 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x20, 0x0a, 0x0b, 0x76, 0x69, 0x65, 0x77, 0x57, 0x6f, - 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x76, 0x69, 0x65, - 0x77, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x69, 0x67, 0x18, - 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x73, 0x69, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x76, - 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x65, - 0x76, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x28, 0x0a, 0x0f, 0x6e, 0x65, 0x61, 0x72, - 0x62, 0x79, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x0a, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x0f, 0x6e, 0x65, 0x61, 0x72, 0x62, 0x79, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x6e, - 0x66, 0x6f, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x65, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, - 0x6e, 0x66, 0x6f, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x66, 0x65, 0x65, 0x64, 0x45, - 0x76, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x3d, 0x0a, 0x09, 0x42, 0x69, 0x6e, 0x61, - 0x72, 0x79, 0x4d, 0x73, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x54, 0x79, 0x70, 0x65, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x6f, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, - 0x07, 0x6f, 0x70, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, - 0x6f, 0x70, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xbb, 0x02, 0x0a, 0x0d, 0x43, 0x68, 0x61, 0x74, - 0x4d, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x69, 0x67, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x73, 0x69, 0x67, 0x12, 0x10, 0x0a, 0x03, 0x75, - 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x1a, 0x0a, - 0x08, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x55, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x08, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x55, 0x69, 0x6e, 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x69, 0x70, - 0x73, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, - 0x74, 0x69, 0x70, 0x73, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x22, 0x0a, 0x0c, 0x6c, - 0x65, 0x66, 0x74, 0x43, 0x68, 0x61, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x0c, 0x6c, 0x65, 0x66, 0x74, 0x43, 0x68, 0x61, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, - 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x06, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x2a, 0x0a, - 0x10, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x45, 0x78, 0x70, 0x69, 0x72, 0x65, 0x64, 0x54, 0x69, 0x6d, - 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x45, 0x78, - 0x70, 0x69, 0x72, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x32, 0x43, - 0x45, 0x78, 0x70, 0x69, 0x72, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x0e, 0x63, 0x32, 0x43, 0x45, 0x78, 0x70, 0x69, 0x72, 0x65, 0x64, 0x54, 0x69, 0x6d, - 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, - 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x75, 0x6e, - 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x69, 0x63, 0x6b, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x04, 0x6e, 0x69, 0x63, 0x6b, 0x22, 0x5b, 0x0a, 0x0f, 0x43, 0x6f, 0x6e, 0x66, 0x4d, 0x73, 0x67, - 0x52, 0x6f, 0x61, 0x6d, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x6f, 0x6e, 0x66, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x64, - 0x12, 0x12, 0x0a, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, - 0x66, 0x6c, 0x61, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, - 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, - 0x6d, 0x70, 0x22, 0x9f, 0x01, 0x0a, 0x0b, 0x44, 0x61, 0x52, 0x65, 0x6e, 0x4e, 0x6f, 0x74, 0x69, - 0x66, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x03, 0x75, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x44, 0x61, 0x79, - 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x44, 0x61, - 0x79, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x79, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x04, 0x64, 0x61, 0x79, 0x73, 0x12, 0x28, 0x0a, 0x0f, 0x69, 0x73, 0x59, 0x65, 0x73, 0x74, - 0x6f, 0x64, 0x61, 0x79, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0f, 0x69, 0x73, 0x59, 0x65, 0x73, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x4c, 0x6f, 0x67, 0x69, 0x6e, - 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x73, 0x54, 0x6f, 0x64, 0x61, 0x79, 0x4c, 0x6f, 0x67, 0x69, 0x6e, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x69, 0x73, 0x54, 0x6f, 0x64, 0x61, 0x79, 0x4c, - 0x6f, 0x67, 0x69, 0x6e, 0x22, 0x1f, 0x0a, 0x09, 0x44, 0x65, 0x6c, 0x46, 0x72, 0x69, 0x65, 0x6e, - 0x64, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x69, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x04, 0x52, - 0x04, 0x75, 0x69, 0x6e, 0x73, 0x22, 0x24, 0x0a, 0x08, 0x44, 0x65, 0x6c, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x07, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x69, 0x64, 0x22, 0x7a, 0x0a, 0x0e, 0x46, - 0x61, 0x6e, 0x70, 0x61, 0x69, 0x7a, 0x69, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x12, 0x18, 0x0a, - 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, - 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x72, 0x6f, 0x6d, 0x4e, - 0x69, 0x63, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x72, 0x6f, 0x6d, 0x4e, - 0x69, 0x63, 0x6b, 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x69, 0x70, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x65, - 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x74, 0x69, 0x70, 0x73, 0x43, 0x6f, - 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x69, 0x67, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x03, 0x73, 0x69, 0x67, 0x22, 0x99, 0x0f, 0x0a, 0x0b, 0x46, 0x6f, 0x72, 0x77, - 0x61, 0x72, 0x64, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x6e, 0x6f, 0x74, 0x69, 0x66, - 0x79, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x6e, 0x6f, 0x74, - 0x69, 0x66, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x54, 0x79, 0x70, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x6f, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, - 0x25, 0x0a, 0x08, 0x61, 0x64, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x09, 0x2e, 0x41, 0x64, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x08, 0x61, 0x64, - 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x25, 0x0a, 0x08, 0x64, 0x65, 0x6c, 0x47, 0x72, 0x6f, - 0x75, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x44, 0x65, 0x6c, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x52, 0x08, 0x64, 0x65, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x31, 0x0a, - 0x0c, 0x6d, 0x6f, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x4d, 0x6f, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, - 0x6d, 0x65, 0x52, 0x0c, 0x6d, 0x6f, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, - 0x12, 0x31, 0x0a, 0x0c, 0x6d, 0x6f, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x6f, 0x72, 0x74, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x4d, 0x6f, 0x64, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x53, 0x6f, 0x72, 0x74, 0x52, 0x0c, 0x6d, 0x6f, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, - 0x6f, 0x72, 0x74, 0x12, 0x37, 0x0a, 0x0e, 0x6d, 0x6f, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x4d, 0x6f, - 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x0e, 0x6d, 0x6f, - 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x2b, 0x0a, 0x0a, - 0x6d, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x0b, 0x2e, 0x4d, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x0a, 0x6d, - 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x3a, 0x0a, 0x0f, 0x6d, 0x6f, 0x64, - 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x09, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x4d, 0x6f, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x65, - 0x6d, 0x61, 0x72, 0x6b, 0x52, 0x0f, 0x6d, 0x6f, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, - 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x2e, 0x0a, 0x0b, 0x6d, 0x6f, 0x64, 0x4c, 0x6f, 0x6e, 0x67, - 0x4e, 0x69, 0x63, 0x6b, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x4d, 0x6f, 0x64, - 0x4c, 0x6f, 0x6e, 0x67, 0x4e, 0x69, 0x63, 0x6b, 0x52, 0x0b, 0x6d, 0x6f, 0x64, 0x4c, 0x6f, 0x6e, - 0x67, 0x4e, 0x69, 0x63, 0x6b, 0x12, 0x34, 0x0a, 0x0d, 0x6d, 0x6f, 0x64, 0x43, 0x75, 0x73, 0x74, - 0x6f, 0x6d, 0x46, 0x61, 0x63, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x4d, - 0x6f, 0x64, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x46, 0x61, 0x63, 0x65, 0x52, 0x0d, 0x6d, 0x6f, - 0x64, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x46, 0x61, 0x63, 0x65, 0x12, 0x3a, 0x0a, 0x0f, 0x6d, - 0x6f, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x0c, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x4d, 0x6f, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, - 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x0f, 0x6d, 0x6f, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x4c, 0x0a, 0x15, 0x6d, 0x6f, 0x64, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, - 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x4d, 0x6f, 0x64, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x15, - 0x6d, 0x6f, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x50, 0x72, - 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x28, 0x0a, 0x09, 0x64, 0x65, 0x6c, 0x46, 0x72, 0x69, 0x65, - 0x6e, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x65, 0x6c, 0x46, 0x72, - 0x69, 0x65, 0x6e, 0x64, 0x52, 0x09, 0x64, 0x65, 0x6c, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x12, - 0x2b, 0x0a, 0x08, 0x72, 0x6f, 0x61, 0x6d, 0x50, 0x72, 0x69, 0x76, 0x18, 0x0f, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x0f, 0x2e, 0x4d, 0x6f, 0x64, 0x46, 0x72, 0x64, 0x52, 0x6f, 0x61, 0x6d, 0x50, 0x72, - 0x69, 0x76, 0x52, 0x08, 0x72, 0x6f, 0x61, 0x6d, 0x50, 0x72, 0x69, 0x76, 0x12, 0x37, 0x0a, 0x0e, - 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x52, 0x6f, 0x61, 0x6d, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x10, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x47, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x52, 0x6f, 0x61, - 0x6d, 0x46, 0x6c, 0x61, 0x67, 0x52, 0x0e, 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x52, 0x6f, 0x61, - 0x6d, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x3a, 0x0a, 0x0f, 0x63, 0x6f, 0x6e, 0x66, 0x4d, 0x73, 0x67, - 0x52, 0x6f, 0x61, 0x6d, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, - 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x4d, 0x73, 0x67, 0x52, 0x6f, 0x61, 0x6d, 0x46, 0x6c, 0x61, 0x67, - 0x52, 0x0f, 0x63, 0x6f, 0x6e, 0x66, 0x4d, 0x73, 0x67, 0x52, 0x6f, 0x61, 0x6d, 0x46, 0x6c, 0x61, - 0x67, 0x12, 0x36, 0x0a, 0x0f, 0x6d, 0x6f, 0x64, 0x52, 0x69, 0x63, 0x68, 0x4c, 0x6f, 0x6e, 0x67, - 0x4e, 0x69, 0x63, 0x6b, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x4d, 0x6f, 0x64, - 0x4c, 0x6f, 0x6e, 0x67, 0x4e, 0x69, 0x63, 0x6b, 0x52, 0x0f, 0x6d, 0x6f, 0x64, 0x52, 0x69, 0x63, - 0x68, 0x4c, 0x6f, 0x6e, 0x67, 0x4e, 0x69, 0x63, 0x6b, 0x12, 0x22, 0x0a, 0x06, 0x62, 0x69, 0x6e, - 0x50, 0x6b, 0x67, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x42, 0x69, 0x6e, 0x61, - 0x72, 0x79, 0x4d, 0x73, 0x67, 0x52, 0x06, 0x62, 0x69, 0x6e, 0x50, 0x6b, 0x67, 0x12, 0x3a, 0x0a, - 0x0e, 0x6d, 0x6f, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x69, 0x6e, 0x67, 0x73, 0x18, - 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x4d, 0x6f, 0x64, 0x53, 0x6e, 0x73, 0x47, 0x65, - 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0e, 0x6d, 0x6f, 0x64, 0x46, 0x72, - 0x69, 0x65, 0x6e, 0x64, 0x52, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x37, 0x0a, 0x0e, 0x6d, 0x6f, 0x64, - 0x43, 0x6f, 0x6e, 0x66, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x0f, 0x2e, 0x4d, 0x6f, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x50, 0x72, 0x6f, 0x66, 0x69, - 0x6c, 0x65, 0x52, 0x0e, 0x6d, 0x6f, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x50, 0x72, 0x6f, 0x66, 0x69, - 0x6c, 0x65, 0x12, 0x34, 0x0a, 0x0d, 0x6d, 0x6f, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x46, - 0x6c, 0x61, 0x67, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x53, 0x6e, 0x73, 0x55, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x52, 0x0d, 0x6d, 0x6f, 0x64, 0x46, 0x72, - 0x69, 0x65, 0x6e, 0x64, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x40, 0x0a, 0x11, 0x61, 0x70, 0x70, 0x6f, - 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x18, 0x17, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, - 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x11, 0x61, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, - 0x6d, 0x65, 0x6e, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x12, 0x2e, 0x0a, 0x0b, 0x64, 0x61, - 0x72, 0x65, 0x6e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x0c, 0x2e, 0x44, 0x61, 0x52, 0x65, 0x6e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x0b, 0x64, - 0x61, 0x72, 0x65, 0x6e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x12, 0x46, 0x0a, 0x13, 0x6e, 0x65, - 0x77, 0x43, 0x6f, 0x6d, 0x65, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x4e, 0x6f, 0x74, 0x69, 0x66, - 0x79, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x4e, 0x65, 0x77, 0x43, 0x6f, 0x6d, - 0x65, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x13, 0x6e, - 0x65, 0x77, 0x43, 0x6f, 0x6d, 0x65, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x4e, 0x6f, 0x74, 0x69, - 0x66, 0x79, 0x12, 0x35, 0x0a, 0x0d, 0x70, 0x75, 0x73, 0x68, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, - 0x44, 0x65, 0x76, 0x18, 0xc8, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x50, 0x75, 0x73, - 0x68, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x44, 0x65, 0x76, 0x52, 0x0d, 0x70, 0x75, 0x73, 0x68, - 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x44, 0x65, 0x76, 0x12, 0x35, 0x0a, 0x0d, 0x70, 0x75, 0x73, - 0x68, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x65, 0x76, 0x18, 0xc9, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x0e, 0x2e, 0x50, 0x75, 0x73, 0x68, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x65, - 0x76, 0x52, 0x0d, 0x70, 0x75, 0x73, 0x68, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x65, 0x76, - 0x12, 0x29, 0x0a, 0x09, 0x71, 0x71, 0x50, 0x61, 0x79, 0x50, 0x75, 0x73, 0x68, 0x18, 0xca, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x51, 0x51, 0x50, 0x61, 0x79, 0x50, 0x75, 0x73, 0x68, - 0x52, 0x09, 0x71, 0x71, 0x50, 0x61, 0x79, 0x50, 0x75, 0x73, 0x68, 0x12, 0x23, 0x0a, 0x0c, 0x72, - 0x65, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0xcb, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x0c, 0x72, 0x65, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, - 0x12, 0x3b, 0x0a, 0x0f, 0x68, 0x6f, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4e, 0x6f, 0x74, - 0x69, 0x66, 0x79, 0x18, 0xcc, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x48, 0x6f, 0x74, - 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x0f, 0x68, 0x6f, - 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x12, 0x3e, 0x0a, - 0x10, 0x70, 0x72, 0x61, 0x69, 0x73, 0x65, 0x52, 0x61, 0x6e, 0x6b, 0x4e, 0x6f, 0x74, 0x69, 0x66, - 0x79, 0x18, 0xcd, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x50, 0x72, 0x61, 0x69, 0x73, - 0x65, 0x52, 0x61, 0x6e, 0x6b, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x10, 0x70, 0x72, 0x61, - 0x69, 0x73, 0x65, 0x52, 0x61, 0x6e, 0x6b, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x12, 0x35, 0x0a, - 0x0c, 0x63, 0x61, 0x6d, 0x70, 0x75, 0x73, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x18, 0xd2, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x4d, 0x51, 0x51, 0x43, 0x61, 0x6d, 0x70, 0x75, 0x73, - 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x0c, 0x63, 0x61, 0x6d, 0x70, 0x75, 0x73, 0x4e, 0x6f, - 0x74, 0x69, 0x66, 0x79, 0x12, 0x3b, 0x0a, 0x11, 0x6d, 0x6f, 0x64, 0x52, 0x69, 0x63, 0x68, 0x4c, - 0x6f, 0x6e, 0x67, 0x4e, 0x69, 0x63, 0x6b, 0x45, 0x78, 0x18, 0xd3, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x0c, 0x2e, 0x4d, 0x6f, 0x64, 0x4c, 0x6f, 0x6e, 0x67, 0x4e, 0x69, 0x63, 0x6b, 0x52, 0x11, - 0x6d, 0x6f, 0x64, 0x52, 0x69, 0x63, 0x68, 0x4c, 0x6f, 0x6e, 0x67, 0x4e, 0x69, 0x63, 0x6b, 0x45, - 0x78, 0x12, 0x35, 0x0a, 0x0d, 0x63, 0x68, 0x61, 0x74, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, - 0x66, 0x6f, 0x18, 0xd4, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x43, 0x68, 0x61, 0x74, - 0x4d, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0d, 0x63, 0x68, 0x61, 0x74, 0x4d, - 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x5f, 0x0a, 0x1b, 0x66, 0x72, 0x64, 0x43, - 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, - 0x73, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x18, 0xd6, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, - 0x2e, 0x46, 0x72, 0x64, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, - 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x1b, 0x66, 0x72, - 0x64, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x38, 0x0a, 0x0e, 0x66, 0x61, 0x6e, - 0x70, 0x61, 0x6e, 0x7a, 0x69, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x18, 0xd0, 0x0f, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x46, 0x61, 0x6e, 0x70, 0x61, 0x69, 0x7a, 0x69, 0x4e, 0x6f, 0x74, - 0x69, 0x66, 0x79, 0x52, 0x0e, 0x66, 0x61, 0x6e, 0x70, 0x61, 0x6e, 0x7a, 0x69, 0x4e, 0x6f, 0x74, - 0x69, 0x66, 0x79, 0x22, 0x2f, 0x0a, 0x1b, 0x46, 0x72, 0x64, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, - 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x68, 0x61, 0x6e, - 0x67, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x03, 0x75, 0x69, 0x6e, 0x22, 0x61, 0x0a, 0x0b, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x04, 0x66, 0x75, 0x69, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x6c, 0x64, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x0a, 0x6f, 0x6c, 0x64, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6e, 0x65, 0x77, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x49, 0x64, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x0a, 0x6e, 0x65, 0x77, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x22, 0x6e, 0x0a, 0x0c, 0x46, 0x72, 0x69, 0x65, 0x6e, - 0x64, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x66, - 0x75, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x66, 0x75, 0x69, 0x6e, 0x12, - 0x18, 0x0a, 0x07, 0x72, 0x6d, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x07, 0x72, 0x6d, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x22, 0x4f, 0x0a, 0x03, 0x47, 0x50, 0x53, 0x12, 0x10, - 0x0a, 0x03, 0x6c, 0x61, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6c, 0x61, 0x74, - 0x12, 0x10, 0x0a, 0x03, 0x6c, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6c, - 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x6c, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x03, 0x61, 0x6c, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x44, 0x0a, 0x16, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, - 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x3e, - 0x0a, 0x10, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, - 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x3d, - 0x0a, 0x09, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x6f, 0x72, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x6f, 0x72, 0x74, 0x69, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x73, 0x6f, 0x72, 0x74, 0x69, 0x64, 0x22, 0x60, 0x0a, - 0x0e, 0x47, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x52, 0x6f, 0x61, 0x6d, 0x46, 0x6c, 0x61, 0x67, 0x12, - 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x12, 0x0a, - 0x04, 0x66, 0x6c, 0x61, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x66, 0x6c, 0x61, - 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x22, - 0xcf, 0x04, 0x0a, 0x0f, 0x48, 0x6f, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4e, 0x6f, 0x74, - 0x69, 0x66, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x12, 0x26, 0x0a, 0x0e, 0x70, - 0x72, 0x61, 0x69, 0x73, 0x65, 0x48, 0x6f, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x70, 0x72, 0x61, 0x69, 0x73, 0x65, 0x48, 0x6f, 0x74, 0x4c, 0x65, - 0x76, 0x65, 0x6c, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x68, 0x61, 0x74, 0x48, 0x6f, 0x74, 0x4c, 0x65, - 0x76, 0x65, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x63, 0x68, 0x61, 0x74, 0x48, - 0x6f, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x24, 0x0a, 0x0d, 0x70, 0x72, 0x61, 0x69, 0x73, - 0x65, 0x48, 0x6f, 0x74, 0x44, 0x61, 0x79, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, - 0x70, 0x72, 0x61, 0x69, 0x73, 0x65, 0x48, 0x6f, 0x74, 0x44, 0x61, 0x79, 0x73, 0x12, 0x20, 0x0a, - 0x0b, 0x63, 0x68, 0x61, 0x74, 0x48, 0x6f, 0x74, 0x44, 0x61, 0x79, 0x73, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x74, 0x48, 0x6f, 0x74, 0x44, 0x61, 0x79, 0x73, 0x12, - 0x1e, 0x0a, 0x0a, 0x63, 0x6c, 0x6f, 0x73, 0x65, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x63, 0x6c, 0x6f, 0x73, 0x65, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, - 0x1c, 0x0a, 0x09, 0x63, 0x6c, 0x6f, 0x73, 0x65, 0x44, 0x61, 0x79, 0x73, 0x18, 0x07, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x09, 0x63, 0x6c, 0x6f, 0x73, 0x65, 0x44, 0x61, 0x79, 0x73, 0x12, 0x1e, 0x0a, - 0x0a, 0x70, 0x72, 0x61, 0x69, 0x73, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x08, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x0a, 0x70, 0x72, 0x61, 0x69, 0x73, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1a, 0x0a, - 0x08, 0x63, 0x68, 0x61, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x08, 0x63, 0x68, 0x61, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6c, 0x6f, - 0x73, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x63, 0x6c, - 0x6f, 0x73, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x6e, 0x6f, 0x74, 0x69, 0x66, - 0x79, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x6e, 0x6f, 0x74, - 0x69, 0x66, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x50, - 0x72, 0x61, 0x69, 0x73, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x50, 0x72, 0x61, 0x69, 0x73, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, - 0x22, 0x0a, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, - 0x0d, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x74, 0x54, - 0x69, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x71, 0x7a, 0x6f, 0x6e, 0x65, 0x48, 0x6f, 0x74, 0x4c, - 0x65, 0x76, 0x65, 0x6c, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x71, 0x7a, 0x6f, 0x6e, - 0x65, 0x48, 0x6f, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x22, 0x0a, 0x0c, 0x71, 0x7a, 0x6f, - 0x6e, 0x65, 0x48, 0x6f, 0x74, 0x44, 0x61, 0x79, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0c, 0x71, 0x7a, 0x6f, 0x6e, 0x65, 0x48, 0x6f, 0x74, 0x44, 0x61, 0x79, 0x73, 0x12, 0x1c, 0x0a, - 0x09, 0x71, 0x7a, 0x6f, 0x6e, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x09, 0x71, 0x7a, 0x6f, 0x6e, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x6c, - 0x61, 0x73, 0x74, 0x51, 0x7a, 0x6f, 0x6e, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x11, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x51, 0x7a, 0x6f, 0x6e, 0x65, 0x54, 0x69, 0x6d, - 0x65, 0x22, 0x89, 0x01, 0x0a, 0x0f, 0x4d, 0x51, 0x51, 0x43, 0x61, 0x6d, 0x70, 0x75, 0x73, 0x4e, - 0x6f, 0x74, 0x69, 0x66, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x12, - 0x18, 0x0a, 0x07, 0x77, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x07, 0x77, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x72, - 0x67, 0x65, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, - 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0x6e, 0x0a, - 0x0e, 0x4d, 0x6f, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, - 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x75, 0x69, - 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x66, 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x66, 0x55, 0x69, 0x6e, 0x12, 0x30, 0x0a, 0x0c, 0x70, - 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x0c, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, - 0x0c, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x22, 0x6b, 0x0a, - 0x0d, 0x4d, 0x6f, 0x64, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x46, 0x61, 0x63, 0x65, 0x12, 0x12, - 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x74, 0x79, - 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x03, 0x75, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, - 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, - 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x6d, 0x64, 0x55, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x06, 0x63, 0x6d, 0x64, 0x55, 0x69, 0x6e, 0x22, 0x3a, 0x0a, 0x0e, 0x4d, 0x6f, - 0x64, 0x46, 0x72, 0x64, 0x52, 0x6f, 0x61, 0x6d, 0x50, 0x72, 0x69, 0x76, 0x12, 0x28, 0x0a, 0x08, - 0x72, 0x6f, 0x61, 0x6d, 0x50, 0x72, 0x69, 0x76, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, - 0x2e, 0x4f, 0x6e, 0x65, 0x52, 0x6f, 0x61, 0x6d, 0x50, 0x72, 0x69, 0x76, 0x52, 0x08, 0x72, 0x6f, - 0x61, 0x6d, 0x50, 0x72, 0x69, 0x76, 0x22, 0x3a, 0x0a, 0x0e, 0x4d, 0x6f, 0x64, 0x46, 0x72, 0x69, - 0x65, 0x6e, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x28, 0x0a, 0x08, 0x66, 0x72, 0x64, 0x47, - 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x46, 0x72, 0x69, - 0x65, 0x6e, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x08, 0x66, 0x72, 0x64, 0x47, 0x72, 0x6f, - 0x75, 0x70, 0x22, 0x38, 0x0a, 0x0f, 0x4d, 0x6f, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, - 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x25, 0x0a, 0x06, 0x66, 0x72, 0x64, 0x52, 0x6d, 0x6b, 0x18, - 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x65, - 0x6d, 0x61, 0x72, 0x6b, 0x52, 0x06, 0x66, 0x72, 0x64, 0x52, 0x6d, 0x6b, 0x22, 0xb6, 0x01, 0x0a, - 0x15, 0x4d, 0x6f, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x50, - 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x55, - 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x55, - 0x69, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x03, 0x75, 0x69, 0x6e, 0x12, 0x51, 0x0a, 0x17, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x18, - 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x17, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x66, 0x69, - 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x43, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x43, 0x6f, 0x64, 0x65, 0x22, 0x46, 0x0a, 0x0c, 0x4d, 0x6f, 0x64, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x69, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x69, 0x64, 0x12, - 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xa4, 0x01, - 0x0a, 0x0f, 0x4d, 0x6f, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, - 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x55, 0x69, 0x6e, 0x12, 0x3f, 0x0a, - 0x11, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, - 0x6f, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x11, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x12, 0x1c, - 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, - 0x63, 0x6d, 0x64, 0x55, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x63, 0x6d, - 0x64, 0x55, 0x69, 0x6e, 0x22, 0x38, 0x0a, 0x0c, 0x4d, 0x6f, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x53, 0x6f, 0x72, 0x74, 0x12, 0x28, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x6f, 0x72, - 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, - 0x6f, 0x72, 0x74, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x6f, 0x72, 0x74, 0x22, 0x35, - 0x0a, 0x0b, 0x4d, 0x6f, 0x64, 0x4c, 0x6f, 0x6e, 0x67, 0x4e, 0x69, 0x63, 0x6b, 0x12, 0x10, 0x0a, - 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, - 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x50, 0x0a, 0x0a, 0x4d, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x66, - 0x69, 0x6c, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x30, 0x0a, 0x0c, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, - 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x50, 0x72, - 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0c, 0x70, 0x72, 0x6f, 0x66, 0x69, - 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x22, 0x4e, 0x0a, 0x11, 0x4d, 0x6f, 0x64, 0x53, 0x6e, - 0x73, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x39, 0x0a, 0x0f, - 0x73, 0x6e, 0x73, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x18, - 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x53, 0x6e, 0x73, 0x55, 0x70, 0x61, 0x74, 0x65, - 0x42, 0x75, 0x66, 0x66, 0x65, 0x72, 0x52, 0x0f, 0x73, 0x6e, 0x73, 0x47, 0x65, 0x6e, 0x65, 0x72, - 0x61, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x22, 0x3a, 0x0a, 0x0e, 0x53, 0x75, 0x62, 0x4d, 0x73, - 0x67, 0x30, 0x78, 0x32, 0x37, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x28, 0x0a, 0x08, 0x6d, 0x6f, 0x64, - 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x46, 0x6f, - 0x72, 0x77, 0x61, 0x72, 0x64, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x08, 0x6d, 0x6f, 0x64, 0x49, 0x6e, - 0x66, 0x6f, 0x73, 0x22, 0x63, 0x0a, 0x0d, 0x4e, 0x65, 0x77, 0x43, 0x6f, 0x6d, 0x65, 0x69, 0x6e, - 0x55, 0x73, 0x65, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x46, 0x72, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x73, 0x46, 0x72, 0x64, 0x12, 0x16, 0x0a, 0x06, - 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x72, 0x65, - 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x69, 0x63, 0x6b, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x04, 0x6e, 0x69, 0x63, 0x6b, 0x22, 0xf9, 0x01, 0x0a, 0x13, 0x4e, 0x65, 0x77, - 0x43, 0x6f, 0x6d, 0x65, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, - 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6f, 0x6e, - 0x67, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x6f, - 0x6e, 0x67, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x75, 0x73, 0x68, - 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x70, 0x75, 0x73, 0x68, - 0x54, 0x69, 0x6d, 0x65, 0x12, 0x34, 0x0a, 0x0d, 0x6e, 0x65, 0x77, 0x43, 0x6f, 0x6d, 0x65, 0x69, - 0x6e, 0x55, 0x73, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x4e, 0x65, - 0x77, 0x43, 0x6f, 0x6d, 0x65, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x0d, 0x6e, 0x65, 0x77, - 0x43, 0x6f, 0x6d, 0x65, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x12, 0x25, 0x0a, 0x08, 0x6e, 0x65, - 0x77, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x4e, - 0x65, 0x77, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x08, 0x6e, 0x65, 0x77, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x12, 0x31, 0x0a, 0x0c, 0x6e, 0x65, 0x77, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x55, 0x73, 0x65, - 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x4e, 0x65, 0x77, 0x47, 0x72, 0x6f, - 0x75, 0x70, 0x55, 0x73, 0x65, 0x72, 0x52, 0x0c, 0x6e, 0x65, 0x77, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x55, 0x73, 0x65, 0x72, 0x22, 0x9c, 0x01, 0x0a, 0x08, 0x4e, 0x65, 0x77, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, - 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, - 0x08, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x08, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6f, 0x77, 0x6e, - 0x65, 0x72, 0x4e, 0x69, 0x63, 0x6b, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x6f, 0x77, - 0x6e, 0x65, 0x72, 0x4e, 0x69, 0x63, 0x6b, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x69, 0x73, 0x74, 0x61, - 0x6e, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x64, 0x69, 0x73, 0x74, 0x61, - 0x6e, 0x63, 0x65, 0x22, 0x74, 0x0a, 0x0c, 0x4e, 0x65, 0x77, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x55, - 0x73, 0x65, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x69, 0x63, - 0x6b, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x69, 0x63, 0x6b, 0x12, 0x1a, 0x0a, - 0x08, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x08, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x22, 0x59, 0x0a, 0x0b, 0x4f, 0x6e, 0x65, - 0x52, 0x6f, 0x61, 0x6d, 0x50, 0x72, 0x69, 0x76, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x75, 0x69, 0x6e, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x66, 0x75, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, - 0x70, 0x72, 0x69, 0x76, 0x54, 0x61, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x70, - 0x72, 0x69, 0x76, 0x54, 0x61, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x72, 0x69, 0x76, 0x56, 0x61, - 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x70, 0x72, 0x69, 0x76, 0x56, - 0x61, 0x6c, 0x75, 0x65, 0x22, 0x5e, 0x0a, 0x10, 0x50, 0x72, 0x61, 0x69, 0x73, 0x65, 0x52, 0x61, - 0x6e, 0x6b, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x43, 0x68, - 0x61, 0x6d, 0x70, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x69, 0x73, - 0x43, 0x68, 0x61, 0x6d, 0x70, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x61, 0x6e, 0x6b, - 0x4e, 0x75, 0x6d, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x72, 0x61, 0x6e, 0x6b, 0x4e, - 0x75, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x03, 0x6d, 0x73, 0x67, 0x22, 0x39, 0x0a, 0x0b, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x49, - 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, - 0x75, 0x0a, 0x0d, 0x50, 0x75, 0x73, 0x68, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x65, 0x76, - 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x6f, - 0x6f, 0x6b, 0x69, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x63, 0x6f, 0x6f, 0x6b, - 0x69, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x4d, 0x61, 0x78, 0x4e, - 0x75, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, - 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x12, 0x0e, 0x0a, 0x02, 0x73, 0x6e, 0x18, 0x06, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x02, 0x73, 0x6e, 0x22, 0xa5, 0x01, 0x0a, 0x0d, 0x50, 0x75, 0x73, 0x68, 0x53, - 0x65, 0x61, 0x72, 0x63, 0x68, 0x44, 0x65, 0x76, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, - 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x07, 0x67, 0x70, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x04, 0x2e, 0x47, 0x50, 0x53, 0x52, 0x07, 0x67, 0x70, 0x73, 0x49, 0x6e, - 0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x65, 0x76, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x07, 0x64, 0x65, 0x76, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, - 0x70, 0x75, 0x73, 0x68, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, - 0x70, 0x75, 0x73, 0x68, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x64, 0x69, 0x6e, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x64, 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, - 0x74, 0x61, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x33, - 0x0a, 0x09, 0x51, 0x51, 0x50, 0x61, 0x79, 0x50, 0x75, 0x73, 0x68, 0x12, 0x10, 0x0a, 0x03, 0x75, - 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x14, 0x0a, - 0x05, 0x70, 0x61, 0x79, 0x4f, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x70, 0x61, - 0x79, 0x4f, 0x6b, 0x22, 0x9e, 0x01, 0x0a, 0x0e, 0x53, 0x6e, 0x73, 0x55, 0x70, 0x61, 0x74, 0x65, - 0x42, 0x75, 0x66, 0x66, 0x65, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, - 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, - 0x73, 0x75, 0x6c, 0x74, 0x12, 0x35, 0x0a, 0x0d, 0x73, 0x6e, 0x73, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x49, 0x74, 0x65, 0x6d, 0x18, 0x90, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x53, - 0x6e, 0x73, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x0d, 0x73, 0x6e, - 0x73, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x17, 0x0a, 0x06, 0x69, - 0x64, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x91, 0x03, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x06, 0x69, 0x64, - 0x6c, 0x69, 0x73, 0x74, 0x22, 0x48, 0x0a, 0x0d, 0x53, 0x6e, 0x73, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x37, 0x0a, 0x0d, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, - 0x6e, 0x73, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x53, - 0x6e, 0x73, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x6e, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x52, - 0x0d, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x6e, 0x73, 0x46, 0x6c, 0x61, 0x67, 0x22, 0x4b, - 0x0a, 0x0d, 0x53, 0x6e, 0x73, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x12, - 0x24, 0x0a, 0x0d, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x6e, 0x73, 0x54, 0x79, 0x70, 0x65, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x6e, - 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x4a, 0x0a, 0x10, 0x53, - 0x6e, 0x73, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x6e, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, - 0x12, 0x0a, 0x04, 0x58, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x58, - 0x55, 0x69, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x42, 0x11, 0x5a, 0x0f, 0x2e, 0x2f, 0x3b, 0x6d, 0x73, - 0x67, 0x74, 0x79, 0x70, 0x65, 0x30, 0x78, 0x32, 0x31, 0x30, -} - -var ( - file_subMsgType0x27_proto_rawDescOnce sync.Once - file_subMsgType0x27_proto_rawDescData = file_subMsgType0x27_proto_rawDesc -) - -func file_subMsgType0x27_proto_rawDescGZIP() []byte { - file_subMsgType0x27_proto_rawDescOnce.Do(func() { - file_subMsgType0x27_proto_rawDescData = protoimpl.X.CompressGZIP(file_subMsgType0x27_proto_rawDescData) - }) - return file_subMsgType0x27_proto_rawDescData -} - -var file_subMsgType0x27_proto_msgTypes = make([]protoimpl.MessageInfo, 47) -var file_subMsgType0x27_proto_goTypes = []interface{}{ - (*AddGroup)(nil), // 0: AddGroup - (*AppointmentNotify)(nil), // 1: AppointmentNotify - (*BinaryMsg)(nil), // 2: BinaryMsg - (*ChatMatchInfo)(nil), // 3: ChatMatchInfo - (*ConfMsgRoamFlag)(nil), // 4: ConfMsgRoamFlag - (*DaRenNotify)(nil), // 5: DaRenNotify - (*DelFriend)(nil), // 6: DelFriend - (*DelGroup)(nil), // 7: DelGroup - (*FanpaiziNotify)(nil), // 8: FanpaiziNotify - (*ForwardBody)(nil), // 9: ForwardBody - (*FrdCustomOnlineStatusChange)(nil), // 10: FrdCustomOnlineStatusChange - (*FriendGroup)(nil), // 11: FriendGroup - (*FriendRemark)(nil), // 12: FriendRemark - (*GPS)(nil), // 13: GPS - (*GroupMemberProfileInfo)(nil), // 14: GroupMemberProfileInfo - (*GroupProfileInfo)(nil), // 15: GroupProfileInfo - (*GroupSort)(nil), // 16: GroupSort - (*GrpMsgRoamFlag)(nil), // 17: GrpMsgRoamFlag - (*HotFriendNotify)(nil), // 18: HotFriendNotify - (*MQQCampusNotify)(nil), // 19: MQQCampusNotify - (*ModConfProfile)(nil), // 20: ModConfProfile - (*ModCustomFace)(nil), // 21: ModCustomFace - (*ModFrdRoamPriv)(nil), // 22: ModFrdRoamPriv - (*ModFriendGroup)(nil), // 23: ModFriendGroup - (*ModFriendRemark)(nil), // 24: ModFriendRemark - (*ModGroupMemberProfile)(nil), // 25: ModGroupMemberProfile - (*ModGroupName)(nil), // 26: ModGroupName - (*ModGroupProfile)(nil), // 27: ModGroupProfile - (*ModGroupSort)(nil), // 28: ModGroupSort - (*ModLongNick)(nil), // 29: ModLongNick - (*ModProfile)(nil), // 30: ModProfile - (*ModSnsGeneralInfo)(nil), // 31: ModSnsGeneralInfo - (*SubMsg0X27Body)(nil), // 32: SubMsg0x27Body - (*NewComeinUser)(nil), // 33: NewComeinUser - (*NewComeinUserNotify)(nil), // 34: NewComeinUserNotify - (*NewGroup)(nil), // 35: NewGroup - (*NewGroupUser)(nil), // 36: NewGroupUser - (*OneRoamPriv)(nil), // 37: OneRoamPriv - (*PraiseRankNotify)(nil), // 38: PraiseRankNotify - (*ProfileInfo)(nil), // 39: ProfileInfo - (*PushReportDev)(nil), // 40: PushReportDev - (*PushSearchDev)(nil), // 41: PushSearchDev - (*QQPayPush)(nil), // 42: QQPayPush - (*SnsUpateBuffer)(nil), // 43: SnsUpateBuffer - (*SnsUpdateFlag)(nil), // 44: SnsUpdateFlag - (*SnsUpdateItem)(nil), // 45: SnsUpdateItem - (*SnsUpdateOneFlag)(nil), // 46: SnsUpdateOneFlag -} -var file_subMsgType0x27_proto_depIdxs = []int32{ - 0, // 0: ForwardBody.addGroup:type_name -> AddGroup - 7, // 1: ForwardBody.delGroup:type_name -> DelGroup - 26, // 2: ForwardBody.modGroupName:type_name -> ModGroupName - 28, // 3: ForwardBody.modGroupSort:type_name -> ModGroupSort - 23, // 4: ForwardBody.modFriendGroup:type_name -> ModFriendGroup - 30, // 5: ForwardBody.modProfile:type_name -> ModProfile - 24, // 6: ForwardBody.modFriendRemark:type_name -> ModFriendRemark - 29, // 7: ForwardBody.modLongNick:type_name -> ModLongNick - 21, // 8: ForwardBody.modCustomFace:type_name -> ModCustomFace - 27, // 9: ForwardBody.modGroupProfile:type_name -> ModGroupProfile - 25, // 10: ForwardBody.modGroupMemberProfile:type_name -> ModGroupMemberProfile - 6, // 11: ForwardBody.delFriend:type_name -> DelFriend - 22, // 12: ForwardBody.roamPriv:type_name -> ModFrdRoamPriv - 17, // 13: ForwardBody.grpMsgRoamFlag:type_name -> GrpMsgRoamFlag - 4, // 14: ForwardBody.confMsgRoamFlag:type_name -> ConfMsgRoamFlag - 29, // 15: ForwardBody.modRichLongNick:type_name -> ModLongNick - 2, // 16: ForwardBody.binPkg:type_name -> BinaryMsg - 31, // 17: ForwardBody.modFriendRings:type_name -> ModSnsGeneralInfo - 20, // 18: ForwardBody.modConfProfile:type_name -> ModConfProfile - 44, // 19: ForwardBody.modFriendFlag:type_name -> SnsUpdateFlag - 1, // 20: ForwardBody.appointmentNotify:type_name -> AppointmentNotify - 5, // 21: ForwardBody.darenNotify:type_name -> DaRenNotify - 34, // 22: ForwardBody.newComeinUserNotify:type_name -> NewComeinUserNotify - 41, // 23: ForwardBody.pushSearchDev:type_name -> PushSearchDev - 40, // 24: ForwardBody.pushReportDev:type_name -> PushReportDev - 42, // 25: ForwardBody.qqPayPush:type_name -> QQPayPush - 18, // 26: ForwardBody.hotFriendNotify:type_name -> HotFriendNotify - 38, // 27: ForwardBody.praiseRankNotify:type_name -> PraiseRankNotify - 19, // 28: ForwardBody.campusNotify:type_name -> MQQCampusNotify - 29, // 29: ForwardBody.modRichLongNickEx:type_name -> ModLongNick - 3, // 30: ForwardBody.chatMatchInfo:type_name -> ChatMatchInfo - 10, // 31: ForwardBody.frdCustomOnlineStatusChange:type_name -> FrdCustomOnlineStatusChange - 8, // 32: ForwardBody.fanpanziNotify:type_name -> FanpaiziNotify - 39, // 33: ModConfProfile.profileInfos:type_name -> ProfileInfo - 37, // 34: ModFrdRoamPriv.roamPriv:type_name -> OneRoamPriv - 11, // 35: ModFriendGroup.frdGroup:type_name -> FriendGroup - 12, // 36: ModFriendRemark.frdRmk:type_name -> FriendRemark - 14, // 37: ModGroupMemberProfile.groupMemberProfileInfos:type_name -> GroupMemberProfileInfo - 15, // 38: ModGroupProfile.groupProfileInfos:type_name -> GroupProfileInfo - 16, // 39: ModGroupSort.groupsort:type_name -> GroupSort - 39, // 40: ModProfile.profileInfos:type_name -> ProfileInfo - 43, // 41: ModSnsGeneralInfo.snsGeneralInfos:type_name -> SnsUpateBuffer - 9, // 42: SubMsg0x27Body.modInfos:type_name -> ForwardBody - 33, // 43: NewComeinUserNotify.newComeinUser:type_name -> NewComeinUser - 35, // 44: NewComeinUserNotify.newGroup:type_name -> NewGroup - 36, // 45: NewComeinUserNotify.newGroupUser:type_name -> NewGroupUser - 13, // 46: PushSearchDev.gpsInfo:type_name -> GPS - 45, // 47: SnsUpateBuffer.snsUpdateItem:type_name -> SnsUpdateItem - 46, // 48: SnsUpdateFlag.updateSnsFlag:type_name -> SnsUpdateOneFlag - 49, // [49:49] is the sub-list for method output_type - 49, // [49:49] is the sub-list for method input_type - 49, // [49:49] is the sub-list for extension type_name - 49, // [49:49] is the sub-list for extension extendee - 0, // [0:49] is the sub-list for field type_name -} - -func init() { file_subMsgType0x27_proto_init() } -func file_subMsgType0x27_proto_init() { - if File_subMsgType0x27_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_subMsgType0x27_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AddGroup); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AppointmentNotify); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BinaryMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChatMatchInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConfMsgRoamFlag); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DaRenNotify); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DelFriend); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DelGroup); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FanpaiziNotify); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ForwardBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FrdCustomOnlineStatusChange); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FriendGroup); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FriendRemark); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GPS); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupMemberProfileInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupProfileInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupSort); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GrpMsgRoamFlag); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*HotFriendNotify); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MQQCampusNotify); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ModConfProfile); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ModCustomFace); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ModFrdRoamPriv); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ModFriendGroup); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ModFriendRemark); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ModGroupMemberProfile); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ModGroupName); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ModGroupProfile); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ModGroupSort); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ModLongNick); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ModProfile); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ModSnsGeneralInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SubMsg0X27Body); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NewComeinUser); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NewComeinUserNotify); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NewGroup); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NewGroupUser); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*OneRoamPriv); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PraiseRankNotify); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProfileInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PushReportDev); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PushSearchDev); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*QQPayPush); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SnsUpateBuffer); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SnsUpdateFlag); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SnsUpdateItem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_subMsgType0x27_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SnsUpdateOneFlag); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_subMsgType0x27_proto_rawDesc, - NumEnums: 0, - NumMessages: 47, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_subMsgType0x27_proto_goTypes, - DependencyIndexes: file_subMsgType0x27_proto_depIdxs, - MessageInfos: file_subMsgType0x27_proto_msgTypes, - }.Build() - File_subMsgType0x27_proto = out.File - file_subMsgType0x27_proto_rawDesc = nil - file_subMsgType0x27_proto_goTypes = nil - file_subMsgType0x27_proto_depIdxs = nil -} diff --git a/client/pb/multimsg/multimsg.pb.go b/client/pb/multimsg/multimsg.pb.go index c29e2ede..7a8c2f19 100644 --- a/client/pb/multimsg/multimsg.pb.go +++ b/client/pb/multimsg/multimsg.pb.go @@ -1,64 +1,10 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: multimsg.proto package multimsg -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type ExternMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ChannelType int32 `protobuf:"varint,1,opt,name=channelType,proto3" json:"channelType,omitempty"` -} - -func (x *ExternMsg) Reset() { - *x = ExternMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_multimsg_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ExternMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ExternMsg) ProtoMessage() {} - -func (x *ExternMsg) ProtoReflect() protoreflect.Message { - mi := &file_multimsg_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ExternMsg.ProtoReflect.Descriptor instead. -func (*ExternMsg) Descriptor() ([]byte, []int) { - return file_multimsg_proto_rawDescGZIP(), []int{0} + ChannelType int32 `protobuf:"varint,1,opt"` } func (x *ExternMsg) GetChannelType() int32 { @@ -69,45 +15,9 @@ func (x *ExternMsg) GetChannelType() int32 { } type MultiMsgApplyDownReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgResid []byte `protobuf:"bytes,1,opt,name=msgResid,proto3" json:"msgResid,omitempty"` - MsgType int32 `protobuf:"varint,2,opt,name=msgType,proto3" json:"msgType,omitempty"` - SrcUin int64 `protobuf:"varint,3,opt,name=srcUin,proto3" json:"srcUin,omitempty"` -} - -func (x *MultiMsgApplyDownReq) Reset() { - *x = MultiMsgApplyDownReq{} - if protoimpl.UnsafeEnabled { - mi := &file_multimsg_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MultiMsgApplyDownReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MultiMsgApplyDownReq) ProtoMessage() {} - -func (x *MultiMsgApplyDownReq) ProtoReflect() protoreflect.Message { - mi := &file_multimsg_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MultiMsgApplyDownReq.ProtoReflect.Descriptor instead. -func (*MultiMsgApplyDownReq) Descriptor() ([]byte, []int) { - return file_multimsg_proto_rawDescGZIP(), []int{1} + MsgResid []byte `protobuf:"bytes,1,opt"` + MsgType int32 `protobuf:"varint,2,opt"` + SrcUin int64 `protobuf:"varint,3,opt"` } func (x *MultiMsgApplyDownReq) GetMsgResid() []byte { @@ -132,51 +42,15 @@ func (x *MultiMsgApplyDownReq) GetSrcUin() int64 { } type MultiMsgApplyDownRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"` - ThumbDownPara []byte `protobuf:"bytes,2,opt,name=thumbDownPara,proto3" json:"thumbDownPara,omitempty"` - MsgKey []byte `protobuf:"bytes,3,opt,name=msgKey,proto3" json:"msgKey,omitempty"` - Uint32DownIp []int32 `protobuf:"varint,4,rep,packed,name=uint32DownIp,proto3" json:"uint32DownIp,omitempty"` - Uint32DownPort []int32 `protobuf:"varint,5,rep,packed,name=uint32DownPort,proto3" json:"uint32DownPort,omitempty"` - MsgResid []byte `protobuf:"bytes,6,opt,name=msgResid,proto3" json:"msgResid,omitempty"` - MsgExternInfo *ExternMsg `protobuf:"bytes,7,opt,name=msgExternInfo,proto3" json:"msgExternInfo,omitempty"` - BytesDownIpV6 [][]byte `protobuf:"bytes,8,rep,name=bytesDownIpV6,proto3" json:"bytesDownIpV6,omitempty"` - Uint32DownV6Port []int32 `protobuf:"varint,9,rep,packed,name=uint32DownV6Port,proto3" json:"uint32DownV6Port,omitempty"` -} - -func (x *MultiMsgApplyDownRsp) Reset() { - *x = MultiMsgApplyDownRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_multimsg_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MultiMsgApplyDownRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MultiMsgApplyDownRsp) ProtoMessage() {} - -func (x *MultiMsgApplyDownRsp) ProtoReflect() protoreflect.Message { - mi := &file_multimsg_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MultiMsgApplyDownRsp.ProtoReflect.Descriptor instead. -func (*MultiMsgApplyDownRsp) Descriptor() ([]byte, []int) { - return file_multimsg_proto_rawDescGZIP(), []int{2} + Result int32 `protobuf:"varint,1,opt"` + ThumbDownPara []byte `protobuf:"bytes,2,opt"` + MsgKey []byte `protobuf:"bytes,3,opt"` + Uint32DownIp []int32 `protobuf:"varint,4,rep"` + Uint32DownPort []int32 `protobuf:"varint,5,rep"` + MsgResid []byte `protobuf:"bytes,6,opt"` + MsgExternInfo *ExternMsg `protobuf:"bytes,7,opt"` + BytesDownIpV6 [][]byte `protobuf:"bytes,8,rep"` + Uint32DownV6Port []int32 `protobuf:"varint,9,rep"` } func (x *MultiMsgApplyDownRsp) GetResult() int32 { @@ -243,47 +117,11 @@ func (x *MultiMsgApplyDownRsp) GetUint32DownV6Port() []int32 { } type MultiMsgApplyUpReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - DstUin int64 `protobuf:"varint,1,opt,name=dstUin,proto3" json:"dstUin,omitempty"` - MsgSize int64 `protobuf:"varint,2,opt,name=msgSize,proto3" json:"msgSize,omitempty"` - MsgMd5 []byte `protobuf:"bytes,3,opt,name=msgMd5,proto3" json:"msgMd5,omitempty"` - MsgType int32 `protobuf:"varint,4,opt,name=msgType,proto3" json:"msgType,omitempty"` - ApplyId int32 `protobuf:"varint,5,opt,name=applyId,proto3" json:"applyId,omitempty"` -} - -func (x *MultiMsgApplyUpReq) Reset() { - *x = MultiMsgApplyUpReq{} - if protoimpl.UnsafeEnabled { - mi := &file_multimsg_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MultiMsgApplyUpReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MultiMsgApplyUpReq) ProtoMessage() {} - -func (x *MultiMsgApplyUpReq) ProtoReflect() protoreflect.Message { - mi := &file_multimsg_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MultiMsgApplyUpReq.ProtoReflect.Descriptor instead. -func (*MultiMsgApplyUpReq) Descriptor() ([]byte, []int) { - return file_multimsg_proto_rawDescGZIP(), []int{3} + DstUin int64 `protobuf:"varint,1,opt"` + MsgSize int64 `protobuf:"varint,2,opt"` + MsgMd5 []byte `protobuf:"bytes,3,opt"` + MsgType int32 `protobuf:"varint,4,opt"` + ApplyId int32 `protobuf:"varint,5,opt"` } func (x *MultiMsgApplyUpReq) GetDstUin() int64 { @@ -322,55 +160,19 @@ func (x *MultiMsgApplyUpReq) GetApplyId() int32 { } type MultiMsgApplyUpRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"` - MsgResid string `protobuf:"bytes,2,opt,name=msgResid,proto3" json:"msgResid,omitempty"` - MsgUkey []byte `protobuf:"bytes,3,opt,name=msgUkey,proto3" json:"msgUkey,omitempty"` - Uint32UpIp []int32 `protobuf:"varint,4,rep,packed,name=uint32UpIp,proto3" json:"uint32UpIp,omitempty"` - Uint32UpPort []int32 `protobuf:"varint,5,rep,packed,name=uint32UpPort,proto3" json:"uint32UpPort,omitempty"` - BlockSize int64 `protobuf:"varint,6,opt,name=blockSize,proto3" json:"blockSize,omitempty"` - UpOffset int64 `protobuf:"varint,7,opt,name=upOffset,proto3" json:"upOffset,omitempty"` - ApplyId int32 `protobuf:"varint,8,opt,name=applyId,proto3" json:"applyId,omitempty"` - MsgKey []byte `protobuf:"bytes,9,opt,name=msgKey,proto3" json:"msgKey,omitempty"` - MsgSig []byte `protobuf:"bytes,10,opt,name=msgSig,proto3" json:"msgSig,omitempty"` - MsgExternInfo *ExternMsg `protobuf:"bytes,11,opt,name=msgExternInfo,proto3" json:"msgExternInfo,omitempty"` - BytesUpIpV6 [][]byte `protobuf:"bytes,12,rep,name=bytesUpIpV6,proto3" json:"bytesUpIpV6,omitempty"` - Uint32UpV6Port []int32 `protobuf:"varint,13,rep,packed,name=uint32UpV6Port,proto3" json:"uint32UpV6Port,omitempty"` -} - -func (x *MultiMsgApplyUpRsp) Reset() { - *x = MultiMsgApplyUpRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_multimsg_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MultiMsgApplyUpRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MultiMsgApplyUpRsp) ProtoMessage() {} - -func (x *MultiMsgApplyUpRsp) ProtoReflect() protoreflect.Message { - mi := &file_multimsg_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MultiMsgApplyUpRsp.ProtoReflect.Descriptor instead. -func (*MultiMsgApplyUpRsp) Descriptor() ([]byte, []int) { - return file_multimsg_proto_rawDescGZIP(), []int{4} + Result int32 `protobuf:"varint,1,opt"` + MsgResid string `protobuf:"bytes,2,opt"` + MsgUkey []byte `protobuf:"bytes,3,opt"` + Uint32UpIp []int32 `protobuf:"varint,4,rep"` + Uint32UpPort []int32 `protobuf:"varint,5,rep"` + BlockSize int64 `protobuf:"varint,6,opt"` + UpOffset int64 `protobuf:"varint,7,opt"` + ApplyId int32 `protobuf:"varint,8,opt"` + MsgKey []byte `protobuf:"bytes,9,opt"` + MsgSig []byte `protobuf:"bytes,10,opt"` + MsgExternInfo *ExternMsg `protobuf:"bytes,11,opt"` + BytesUpIpV6 [][]byte `protobuf:"bytes,12,rep"` + Uint32UpV6Port []int32 `protobuf:"varint,13,rep"` } func (x *MultiMsgApplyUpRsp) GetResult() int32 { @@ -465,51 +267,15 @@ func (x *MultiMsgApplyUpRsp) GetUint32UpV6Port() []int32 { } type MultiReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Subcmd int32 `protobuf:"varint,1,opt,name=subcmd,proto3" json:"subcmd,omitempty"` - TermType int32 `protobuf:"varint,2,opt,name=termType,proto3" json:"termType,omitempty"` - PlatformType int32 `protobuf:"varint,3,opt,name=platformType,proto3" json:"platformType,omitempty"` - NetType int32 `protobuf:"varint,4,opt,name=netType,proto3" json:"netType,omitempty"` - BuildVer string `protobuf:"bytes,5,opt,name=buildVer,proto3" json:"buildVer,omitempty"` - MultimsgApplyupReq []*MultiMsgApplyUpReq `protobuf:"bytes,6,rep,name=multimsgApplyupReq,proto3" json:"multimsgApplyupReq,omitempty"` - MultimsgApplydownReq []*MultiMsgApplyDownReq `protobuf:"bytes,7,rep,name=multimsgApplydownReq,proto3" json:"multimsgApplydownReq,omitempty"` - BuType int32 `protobuf:"varint,8,opt,name=buType,proto3" json:"buType,omitempty"` - ReqChannelType int32 `protobuf:"varint,9,opt,name=reqChannelType,proto3" json:"reqChannelType,omitempty"` -} - -func (x *MultiReqBody) Reset() { - *x = MultiReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_multimsg_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MultiReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MultiReqBody) ProtoMessage() {} - -func (x *MultiReqBody) ProtoReflect() protoreflect.Message { - mi := &file_multimsg_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MultiReqBody.ProtoReflect.Descriptor instead. -func (*MultiReqBody) Descriptor() ([]byte, []int) { - return file_multimsg_proto_rawDescGZIP(), []int{5} + Subcmd int32 `protobuf:"varint,1,opt"` + TermType int32 `protobuf:"varint,2,opt"` + PlatformType int32 `protobuf:"varint,3,opt"` + NetType int32 `protobuf:"varint,4,opt"` + BuildVer string `protobuf:"bytes,5,opt"` + MultimsgApplyupReq []*MultiMsgApplyUpReq `protobuf:"bytes,6,rep"` + MultimsgApplydownReq []*MultiMsgApplyDownReq `protobuf:"bytes,7,rep"` + BuType int32 `protobuf:"varint,8,opt"` + ReqChannelType int32 `protobuf:"varint,9,opt"` } func (x *MultiReqBody) GetSubcmd() int32 { @@ -576,45 +342,9 @@ func (x *MultiReqBody) GetReqChannelType() int32 { } type MultiRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Subcmd int32 `protobuf:"varint,1,opt,name=subcmd,proto3" json:"subcmd,omitempty"` - MultimsgApplyupRsp []*MultiMsgApplyUpRsp `protobuf:"bytes,2,rep,name=multimsgApplyupRsp,proto3" json:"multimsgApplyupRsp,omitempty"` - MultimsgApplydownRsp []*MultiMsgApplyDownRsp `protobuf:"bytes,3,rep,name=multimsgApplydownRsp,proto3" json:"multimsgApplydownRsp,omitempty"` -} - -func (x *MultiRspBody) Reset() { - *x = MultiRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_multimsg_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MultiRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MultiRspBody) ProtoMessage() {} - -func (x *MultiRspBody) ProtoReflect() protoreflect.Message { - mi := &file_multimsg_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MultiRspBody.ProtoReflect.Descriptor instead. -func (*MultiRspBody) Descriptor() ([]byte, []int) { - return file_multimsg_proto_rawDescGZIP(), []int{6} + Subcmd int32 `protobuf:"varint,1,opt"` + MultimsgApplyupRsp []*MultiMsgApplyUpRsp `protobuf:"bytes,2,rep"` + MultimsgApplydownRsp []*MultiMsgApplyDownRsp `protobuf:"bytes,3,rep"` } func (x *MultiRspBody) GetSubcmd() int32 { @@ -637,259 +367,3 @@ func (x *MultiRspBody) GetMultimsgApplydownRsp() []*MultiMsgApplyDownRsp { } return nil } - -var File_multimsg_proto protoreflect.FileDescriptor - -var file_multimsg_proto_rawDesc = []byte{ - 0x0a, 0x0e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x22, 0x2d, 0x0a, 0x09, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x4d, 0x73, 0x67, 0x12, 0x20, 0x0a, - 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x22, - 0x64, 0x0a, 0x14, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x4d, 0x73, 0x67, 0x41, 0x70, 0x70, 0x6c, 0x79, - 0x44, 0x6f, 0x77, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x73, 0x67, 0x52, 0x65, - 0x73, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x6d, 0x73, 0x67, 0x52, 0x65, - 0x73, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, - 0x06, 0x73, 0x72, 0x63, 0x55, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, - 0x72, 0x63, 0x55, 0x69, 0x6e, 0x22, 0xd8, 0x02, 0x0a, 0x14, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x4d, - 0x73, 0x67, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x44, 0x6f, 0x77, 0x6e, 0x52, 0x73, 0x70, 0x12, 0x16, - 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, - 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x44, - 0x6f, 0x77, 0x6e, 0x50, 0x61, 0x72, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x74, - 0x68, 0x75, 0x6d, 0x62, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x61, 0x72, 0x61, 0x12, 0x16, 0x0a, 0x06, - 0x6d, 0x73, 0x67, 0x4b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x6d, 0x73, - 0x67, 0x4b, 0x65, 0x79, 0x12, 0x22, 0x0a, 0x0c, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x44, 0x6f, - 0x77, 0x6e, 0x49, 0x70, 0x18, 0x04, 0x20, 0x03, 0x28, 0x05, 0x52, 0x0c, 0x75, 0x69, 0x6e, 0x74, - 0x33, 0x32, 0x44, 0x6f, 0x77, 0x6e, 0x49, 0x70, 0x12, 0x26, 0x0a, 0x0e, 0x75, 0x69, 0x6e, 0x74, - 0x33, 0x32, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x05, 0x20, 0x03, 0x28, 0x05, - 0x52, 0x0e, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x6f, 0x72, 0x74, - 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x08, 0x6d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x69, 0x64, 0x12, 0x30, 0x0a, 0x0d, - 0x6d, 0x73, 0x67, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x07, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x4d, 0x73, 0x67, 0x52, - 0x0d, 0x6d, 0x73, 0x67, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, - 0x0a, 0x0d, 0x62, 0x79, 0x74, 0x65, 0x73, 0x44, 0x6f, 0x77, 0x6e, 0x49, 0x70, 0x56, 0x36, 0x18, - 0x08, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0d, 0x62, 0x79, 0x74, 0x65, 0x73, 0x44, 0x6f, 0x77, 0x6e, - 0x49, 0x70, 0x56, 0x36, 0x12, 0x2a, 0x0a, 0x10, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x44, 0x6f, - 0x77, 0x6e, 0x56, 0x36, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x09, 0x20, 0x03, 0x28, 0x05, 0x52, 0x10, - 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x44, 0x6f, 0x77, 0x6e, 0x56, 0x36, 0x50, 0x6f, 0x72, 0x74, - 0x22, 0x92, 0x01, 0x0a, 0x12, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x4d, 0x73, 0x67, 0x41, 0x70, 0x70, - 0x6c, 0x79, 0x55, 0x70, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, - 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x12, - 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, - 0x52, 0x07, 0x6d, 0x73, 0x67, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, 0x67, - 0x4d, 0x64, 0x35, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x4d, 0x64, - 0x35, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x61, - 0x70, 0x70, 0x6c, 0x79, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x61, 0x70, - 0x70, 0x6c, 0x79, 0x49, 0x64, 0x22, 0xa6, 0x03, 0x0a, 0x12, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x4d, - 0x73, 0x67, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x52, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, - 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x65, - 0x73, 0x75, 0x6c, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x69, 0x64, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x69, 0x64, - 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x55, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x55, 0x6b, 0x65, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x69, - 0x6e, 0x74, 0x33, 0x32, 0x55, 0x70, 0x49, 0x70, 0x18, 0x04, 0x20, 0x03, 0x28, 0x05, 0x52, 0x0a, - 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x55, 0x70, 0x49, 0x70, 0x12, 0x22, 0x0a, 0x0c, 0x75, 0x69, - 0x6e, 0x74, 0x33, 0x32, 0x55, 0x70, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x05, 0x20, 0x03, 0x28, 0x05, - 0x52, 0x0c, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x55, 0x70, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x1c, - 0x0a, 0x09, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x03, 0x52, 0x09, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1a, 0x0a, 0x08, - 0x75, 0x70, 0x4f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, - 0x75, 0x70, 0x4f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x6c, - 0x79, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x61, 0x70, 0x70, 0x6c, 0x79, - 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, 0x67, 0x4b, 0x65, 0x79, 0x18, 0x09, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x4b, 0x65, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, - 0x67, 0x53, 0x69, 0x67, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x53, - 0x69, 0x67, 0x12, 0x30, 0x0a, 0x0d, 0x6d, 0x73, 0x67, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x49, - 0x6e, 0x66, 0x6f, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x45, 0x78, 0x74, 0x65, - 0x72, 0x6e, 0x4d, 0x73, 0x67, 0x52, 0x0d, 0x6d, 0x73, 0x67, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, - 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x20, 0x0a, 0x0b, 0x62, 0x79, 0x74, 0x65, 0x73, 0x55, 0x70, 0x49, - 0x70, 0x56, 0x36, 0x18, 0x0c, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0b, 0x62, 0x79, 0x74, 0x65, 0x73, - 0x55, 0x70, 0x49, 0x70, 0x56, 0x36, 0x12, 0x26, 0x0a, 0x0e, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, - 0x55, 0x70, 0x56, 0x36, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x05, 0x52, 0x0e, - 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x55, 0x70, 0x56, 0x36, 0x50, 0x6f, 0x72, 0x74, 0x22, 0xec, - 0x02, 0x0a, 0x0c, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, - 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x06, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x74, 0x65, 0x72, 0x6d, 0x54, - 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x74, 0x65, 0x72, 0x6d, 0x54, - 0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x54, - 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x70, 0x6c, 0x61, 0x74, 0x66, - 0x6f, 0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6e, 0x65, 0x74, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6e, 0x65, 0x74, 0x54, 0x79, 0x70, - 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x56, 0x65, 0x72, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x08, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x56, 0x65, 0x72, 0x12, 0x43, 0x0a, - 0x12, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x6d, 0x73, 0x67, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x75, 0x70, - 0x52, 0x65, 0x71, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x4d, 0x75, 0x6c, 0x74, - 0x69, 0x4d, 0x73, 0x67, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x70, 0x52, 0x65, 0x71, 0x52, 0x12, - 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x6d, 0x73, 0x67, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x75, 0x70, 0x52, - 0x65, 0x71, 0x12, 0x49, 0x0a, 0x14, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x6d, 0x73, 0x67, 0x41, 0x70, - 0x70, 0x6c, 0x79, 0x64, 0x6f, 0x77, 0x6e, 0x52, 0x65, 0x71, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x15, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x4d, 0x73, 0x67, 0x41, 0x70, 0x70, 0x6c, 0x79, - 0x44, 0x6f, 0x77, 0x6e, 0x52, 0x65, 0x71, 0x52, 0x14, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x6d, 0x73, - 0x67, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x64, 0x6f, 0x77, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, - 0x06, 0x62, 0x75, 0x54, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x62, - 0x75, 0x54, 0x79, 0x70, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x72, 0x65, 0x71, 0x43, 0x68, 0x61, 0x6e, - 0x6e, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x72, - 0x65, 0x71, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x22, 0xb6, 0x01, - 0x0a, 0x0c, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x16, - 0x0a, 0x06, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, - 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x12, 0x43, 0x0a, 0x12, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x6d, - 0x73, 0x67, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x75, 0x70, 0x52, 0x73, 0x70, 0x18, 0x02, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x4d, 0x73, 0x67, 0x41, 0x70, 0x70, - 0x6c, 0x79, 0x55, 0x70, 0x52, 0x73, 0x70, 0x52, 0x12, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x6d, 0x73, - 0x67, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x75, 0x70, 0x52, 0x73, 0x70, 0x12, 0x49, 0x0a, 0x14, 0x6d, - 0x75, 0x6c, 0x74, 0x69, 0x6d, 0x73, 0x67, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x64, 0x6f, 0x77, 0x6e, - 0x52, 0x73, 0x70, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x4d, 0x75, 0x6c, 0x74, - 0x69, 0x4d, 0x73, 0x67, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x44, 0x6f, 0x77, 0x6e, 0x52, 0x73, 0x70, - 0x52, 0x14, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x6d, 0x73, 0x67, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x64, - 0x6f, 0x77, 0x6e, 0x52, 0x73, 0x70, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x6d, 0x75, 0x6c, - 0x74, 0x69, 0x6d, 0x73, 0x67, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_multimsg_proto_rawDescOnce sync.Once - file_multimsg_proto_rawDescData = file_multimsg_proto_rawDesc -) - -func file_multimsg_proto_rawDescGZIP() []byte { - file_multimsg_proto_rawDescOnce.Do(func() { - file_multimsg_proto_rawDescData = protoimpl.X.CompressGZIP(file_multimsg_proto_rawDescData) - }) - return file_multimsg_proto_rawDescData -} - -var file_multimsg_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_multimsg_proto_goTypes = []interface{}{ - (*ExternMsg)(nil), // 0: ExternMsg - (*MultiMsgApplyDownReq)(nil), // 1: MultiMsgApplyDownReq - (*MultiMsgApplyDownRsp)(nil), // 2: MultiMsgApplyDownRsp - (*MultiMsgApplyUpReq)(nil), // 3: MultiMsgApplyUpReq - (*MultiMsgApplyUpRsp)(nil), // 4: MultiMsgApplyUpRsp - (*MultiReqBody)(nil), // 5: MultiReqBody - (*MultiRspBody)(nil), // 6: MultiRspBody -} -var file_multimsg_proto_depIdxs = []int32{ - 0, // 0: MultiMsgApplyDownRsp.msgExternInfo:type_name -> ExternMsg - 0, // 1: MultiMsgApplyUpRsp.msgExternInfo:type_name -> ExternMsg - 3, // 2: MultiReqBody.multimsgApplyupReq:type_name -> MultiMsgApplyUpReq - 1, // 3: MultiReqBody.multimsgApplydownReq:type_name -> MultiMsgApplyDownReq - 4, // 4: MultiRspBody.multimsgApplyupRsp:type_name -> MultiMsgApplyUpRsp - 2, // 5: MultiRspBody.multimsgApplydownRsp:type_name -> MultiMsgApplyDownRsp - 6, // [6:6] is the sub-list for method output_type - 6, // [6:6] is the sub-list for method input_type - 6, // [6:6] is the sub-list for extension type_name - 6, // [6:6] is the sub-list for extension extendee - 0, // [0:6] is the sub-list for field type_name -} - -func init() { file_multimsg_proto_init() } -func file_multimsg_proto_init() { - if File_multimsg_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_multimsg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExternMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_multimsg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MultiMsgApplyDownReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_multimsg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MultiMsgApplyDownRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_multimsg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MultiMsgApplyUpReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_multimsg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MultiMsgApplyUpRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_multimsg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MultiReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_multimsg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MultiRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_multimsg_proto_rawDesc, - NumEnums: 0, - NumMessages: 7, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_multimsg_proto_goTypes, - DependencyIndexes: file_multimsg_proto_depIdxs, - MessageInfos: file_multimsg_proto_msgTypes, - }.Build() - File_multimsg_proto = out.File - file_multimsg_proto_rawDesc = nil - file_multimsg_proto_goTypes = nil - file_multimsg_proto_depIdxs = nil -} diff --git a/client/pb/notify/group0x857.pb.go b/client/pb/notify/group0x857.pb.go index 22f43d95..2b9e6896 100644 --- a/client/pb/notify/group0x857.pb.go +++ b/client/pb/notify/group0x857.pb.go @@ -1,69 +1,15 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: group0x857.proto package notify -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type NotifyMsgBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - OptMsgGrayTips *AIOGrayTipsInfo `protobuf:"bytes,5,opt,name=optMsgGrayTips,proto3" json:"optMsgGrayTips,omitempty"` - OptMsgRedTips *RedGrayTipsInfo `protobuf:"bytes,9,opt,name=optMsgRedTips,proto3" json:"optMsgRedTips,omitempty"` - OptMsgRecall *MessageRecallReminder `protobuf:"bytes,11,opt,name=optMsgRecall,proto3" json:"optMsgRecall,omitempty"` - OptGeneralGrayTip *GeneralGrayTipInfo `protobuf:"bytes,26,opt,name=optGeneralGrayTip,proto3" json:"optGeneralGrayTip,omitempty"` - QqGroupDigestMsg *QQGroupDigestMsg `protobuf:"bytes,33,opt,name=qqGroupDigestMsg,proto3" json:"qqGroupDigestMsg,omitempty"` - ServiceType int32 `protobuf:"varint,13,opt,name=serviceType,proto3" json:"serviceType,omitempty"` -} - -func (x *NotifyMsgBody) Reset() { - *x = NotifyMsgBody{} - if protoimpl.UnsafeEnabled { - mi := &file_group0x857_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NotifyMsgBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NotifyMsgBody) ProtoMessage() {} - -func (x *NotifyMsgBody) ProtoReflect() protoreflect.Message { - mi := &file_group0x857_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NotifyMsgBody.ProtoReflect.Descriptor instead. -func (*NotifyMsgBody) Descriptor() ([]byte, []int) { - return file_group0x857_proto_rawDescGZIP(), []int{0} + OptMsgGrayTips *AIOGrayTipsInfo `protobuf:"bytes,5,opt"` + OptMsgRedTips *RedGrayTipsInfo `protobuf:"bytes,9,opt"` + OptMsgRecall *MessageRecallReminder `protobuf:"bytes,11,opt"` + OptGeneralGrayTip *GeneralGrayTipInfo `protobuf:"bytes,26,opt"` + QqGroupDigestMsg *QQGroupDigestMsg `protobuf:"bytes,33,opt"` + ServiceType int32 `protobuf:"varint,13,opt"` } func (x *NotifyMsgBody) GetOptMsgGrayTips() *AIOGrayTipsInfo { @@ -109,48 +55,12 @@ func (x *NotifyMsgBody) GetServiceType() int32 { } type AIOGrayTipsInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ShowLatest uint32 `protobuf:"varint,1,opt,name=showLatest,proto3" json:"showLatest,omitempty"` - Content []byte `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` - Remind uint32 `protobuf:"varint,3,opt,name=remind,proto3" json:"remind,omitempty"` - Brief []byte `protobuf:"bytes,4,opt,name=brief,proto3" json:"brief,omitempty"` - ReceiverUin uint64 `protobuf:"varint,5,opt,name=receiverUin,proto3" json:"receiverUin,omitempty"` - ReliaoAdminOpt uint32 `protobuf:"varint,6,opt,name=reliaoAdminOpt,proto3" json:"reliaoAdminOpt,omitempty"` -} - -func (x *AIOGrayTipsInfo) Reset() { - *x = AIOGrayTipsInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_group0x857_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AIOGrayTipsInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AIOGrayTipsInfo) ProtoMessage() {} - -func (x *AIOGrayTipsInfo) ProtoReflect() protoreflect.Message { - mi := &file_group0x857_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AIOGrayTipsInfo.ProtoReflect.Descriptor instead. -func (*AIOGrayTipsInfo) Descriptor() ([]byte, []int) { - return file_group0x857_proto_rawDescGZIP(), []int{1} + ShowLatest uint32 `protobuf:"varint,1,opt"` + Content []byte `protobuf:"bytes,2,opt"` + Remind uint32 `protobuf:"varint,3,opt"` + Brief []byte `protobuf:"bytes,4,opt"` + ReceiverUin uint64 `protobuf:"varint,5,opt"` + ReliaoAdminOpt uint32 `protobuf:"varint,6,opt"` } func (x *AIOGrayTipsInfo) GetShowLatest() uint32 { @@ -196,50 +106,14 @@ func (x *AIOGrayTipsInfo) GetReliaoAdminOpt() uint32 { } type GeneralGrayTipInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BusiType uint64 `protobuf:"varint,1,opt,name=busiType,proto3" json:"busiType,omitempty"` - BusiId uint64 `protobuf:"varint,2,opt,name=busiId,proto3" json:"busiId,omitempty"` - CtrlFlag uint32 `protobuf:"varint,3,opt,name=ctrlFlag,proto3" json:"ctrlFlag,omitempty"` - C2CType uint32 `protobuf:"varint,4,opt,name=c2cType,proto3" json:"c2cType,omitempty"` - ServiceType uint32 `protobuf:"varint,5,opt,name=serviceType,proto3" json:"serviceType,omitempty"` - TemplId uint64 `protobuf:"varint,6,opt,name=templId,proto3" json:"templId,omitempty"` - MsgTemplParam []*TemplParam `protobuf:"bytes,7,rep,name=msgTemplParam,proto3" json:"msgTemplParam,omitempty"` - Content string `protobuf:"bytes,8,opt,name=content,proto3" json:"content,omitempty"` -} - -func (x *GeneralGrayTipInfo) Reset() { - *x = GeneralGrayTipInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_group0x857_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GeneralGrayTipInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GeneralGrayTipInfo) ProtoMessage() {} - -func (x *GeneralGrayTipInfo) ProtoReflect() protoreflect.Message { - mi := &file_group0x857_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GeneralGrayTipInfo.ProtoReflect.Descriptor instead. -func (*GeneralGrayTipInfo) Descriptor() ([]byte, []int) { - return file_group0x857_proto_rawDescGZIP(), []int{2} + BusiType uint64 `protobuf:"varint,1,opt"` + BusiId uint64 `protobuf:"varint,2,opt"` + CtrlFlag uint32 `protobuf:"varint,3,opt"` + C2CType uint32 `protobuf:"varint,4,opt"` + ServiceType uint32 `protobuf:"varint,5,opt"` + TemplId uint64 `protobuf:"varint,6,opt"` + MsgTemplParam []*TemplParam `protobuf:"bytes,7,rep"` + Content string `protobuf:"bytes,8,opt"` } func (x *GeneralGrayTipInfo) GetBusiType() uint64 { @@ -299,44 +173,8 @@ func (x *GeneralGrayTipInfo) GetContent() string { } type TemplParam struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` - Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *TemplParam) Reset() { - *x = TemplParam{} - if protoimpl.UnsafeEnabled { - mi := &file_group0x857_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TemplParam) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TemplParam) ProtoMessage() {} - -func (x *TemplParam) ProtoReflect() protoreflect.Message { - mi := &file_group0x857_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TemplParam.ProtoReflect.Descriptor instead. -func (*TemplParam) Descriptor() ([]byte, []int) { - return file_group0x857_proto_rawDescGZIP(), []int{3} + Name string `protobuf:"bytes,1,opt"` + Value string `protobuf:"bytes,2,opt"` } func (x *TemplParam) GetName() string { @@ -354,49 +192,13 @@ func (x *TemplParam) GetValue() string { } type MessageRecallReminder struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin int64 `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"` - Nickname []byte `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"` - RecalledMsgList []*RecalledMessageMeta `protobuf:"bytes,3,rep,name=recalledMsgList,proto3" json:"recalledMsgList,omitempty"` - ReminderContent []byte `protobuf:"bytes,4,opt,name=reminderContent,proto3" json:"reminderContent,omitempty"` - Userdef []byte `protobuf:"bytes,5,opt,name=userdef,proto3" json:"userdef,omitempty"` - GroupType int32 `protobuf:"varint,6,opt,name=groupType,proto3" json:"groupType,omitempty"` - OpType int32 `protobuf:"varint,7,opt,name=opType,proto3" json:"opType,omitempty"` -} - -func (x *MessageRecallReminder) Reset() { - *x = MessageRecallReminder{} - if protoimpl.UnsafeEnabled { - mi := &file_group0x857_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MessageRecallReminder) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MessageRecallReminder) ProtoMessage() {} - -func (x *MessageRecallReminder) ProtoReflect() protoreflect.Message { - mi := &file_group0x857_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MessageRecallReminder.ProtoReflect.Descriptor instead. -func (*MessageRecallReminder) Descriptor() ([]byte, []int) { - return file_group0x857_proto_rawDescGZIP(), []int{4} + Uin int64 `protobuf:"varint,1,opt"` + Nickname []byte `protobuf:"bytes,2,opt"` + RecalledMsgList []*RecalledMessageMeta `protobuf:"bytes,3,rep"` + ReminderContent []byte `protobuf:"bytes,4,opt"` + Userdef []byte `protobuf:"bytes,5,opt"` + GroupType int32 `protobuf:"varint,6,opt"` + OpType int32 `protobuf:"varint,7,opt"` } func (x *MessageRecallReminder) GetUin() int64 { @@ -449,48 +251,12 @@ func (x *MessageRecallReminder) GetOpType() int32 { } type RecalledMessageMeta struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Seq int32 `protobuf:"varint,1,opt,name=seq,proto3" json:"seq,omitempty"` - Time int32 `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"` - MsgRandom int32 `protobuf:"varint,3,opt,name=msgRandom,proto3" json:"msgRandom,omitempty"` - MsgType int32 `protobuf:"varint,4,opt,name=msgType,proto3" json:"msgType,omitempty"` - MsgFlag int32 `protobuf:"varint,5,opt,name=msgFlag,proto3" json:"msgFlag,omitempty"` - AuthorUin int64 `protobuf:"varint,6,opt,name=authorUin,proto3" json:"authorUin,omitempty"` -} - -func (x *RecalledMessageMeta) Reset() { - *x = RecalledMessageMeta{} - if protoimpl.UnsafeEnabled { - mi := &file_group0x857_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RecalledMessageMeta) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RecalledMessageMeta) ProtoMessage() {} - -func (x *RecalledMessageMeta) ProtoReflect() protoreflect.Message { - mi := &file_group0x857_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RecalledMessageMeta.ProtoReflect.Descriptor instead. -func (*RecalledMessageMeta) Descriptor() ([]byte, []int) { - return file_group0x857_proto_rawDescGZIP(), []int{5} + Seq int32 `protobuf:"varint,1,opt"` + Time int32 `protobuf:"varint,2,opt"` + MsgRandom int32 `protobuf:"varint,3,opt"` + MsgType int32 `protobuf:"varint,4,opt"` + MsgFlag int32 `protobuf:"varint,5,opt"` + AuthorUin int64 `protobuf:"varint,6,opt"` } func (x *RecalledMessageMeta) GetSeq() int32 { @@ -536,52 +302,16 @@ func (x *RecalledMessageMeta) GetAuthorUin() int64 { } type RedGrayTipsInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ShowLatest uint32 `protobuf:"varint,1,opt,name=showLatest,proto3" json:"showLatest,omitempty"` - SenderUin uint64 `protobuf:"varint,2,opt,name=senderUin,proto3" json:"senderUin,omitempty"` - ReceiverUin uint64 `protobuf:"varint,3,opt,name=receiverUin,proto3" json:"receiverUin,omitempty"` - SenderRichContent string `protobuf:"bytes,4,opt,name=senderRichContent,proto3" json:"senderRichContent,omitempty"` - ReceiverRichContent string `protobuf:"bytes,5,opt,name=receiverRichContent,proto3" json:"receiverRichContent,omitempty"` - AuthKey []byte `protobuf:"bytes,6,opt,name=authKey,proto3" json:"authKey,omitempty"` - MsgType int32 `protobuf:"zigzag32,7,opt,name=msgType,proto3" json:"msgType,omitempty"` - LuckyFlag uint32 `protobuf:"varint,8,opt,name=luckyFlag,proto3" json:"luckyFlag,omitempty"` - HideFlag uint32 `protobuf:"varint,9,opt,name=hideFlag,proto3" json:"hideFlag,omitempty"` - LuckyUin uint64 `protobuf:"varint,12,opt,name=luckyUin,proto3" json:"luckyUin,omitempty"` -} - -func (x *RedGrayTipsInfo) Reset() { - *x = RedGrayTipsInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_group0x857_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RedGrayTipsInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RedGrayTipsInfo) ProtoMessage() {} - -func (x *RedGrayTipsInfo) ProtoReflect() protoreflect.Message { - mi := &file_group0x857_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RedGrayTipsInfo.ProtoReflect.Descriptor instead. -func (*RedGrayTipsInfo) Descriptor() ([]byte, []int) { - return file_group0x857_proto_rawDescGZIP(), []int{6} + ShowLatest uint32 `protobuf:"varint,1,opt"` + SenderUin uint64 `protobuf:"varint,2,opt"` + ReceiverUin uint64 `protobuf:"varint,3,opt"` + SenderRichContent string `protobuf:"bytes,4,opt"` + ReceiverRichContent string `protobuf:"bytes,5,opt"` + AuthKey []byte `protobuf:"bytes,6,opt"` + MsgType int32 `protobuf:"zigzag32,7,opt"` + LuckyFlag uint32 `protobuf:"varint,8,opt"` + HideFlag uint32 `protobuf:"varint,9,opt"` + LuckyUin uint64 `protobuf:"varint,12,opt"` } func (x *RedGrayTipsInfo) GetShowLatest() uint32 { @@ -655,53 +385,17 @@ func (x *RedGrayTipsInfo) GetLuckyUin() uint64 { } type QQGroupDigestMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode uint64 `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"` - Seq uint32 `protobuf:"varint,2,opt,name=seq,proto3" json:"seq,omitempty"` - Random uint32 `protobuf:"varint,3,opt,name=random,proto3" json:"random,omitempty"` - OpType int32 `protobuf:"varint,4,opt,name=opType,proto3" json:"opType,omitempty"` - Sender uint64 `protobuf:"varint,5,opt,name=sender,proto3" json:"sender,omitempty"` - DigestOper uint64 `protobuf:"varint,6,opt,name=digestOper,proto3" json:"digestOper,omitempty"` - OpTime uint32 `protobuf:"varint,7,opt,name=opTime,proto3" json:"opTime,omitempty"` - LastestMsgSeq uint32 `protobuf:"varint,8,opt,name=lastestMsgSeq,proto3" json:"lastestMsgSeq,omitempty"` - OperNick []byte `protobuf:"bytes,9,opt,name=operNick,proto3" json:"operNick,omitempty"` - SenderNick []byte `protobuf:"bytes,10,opt,name=senderNick,proto3" json:"senderNick,omitempty"` - ExtInfo int32 `protobuf:"varint,11,opt,name=extInfo,proto3" json:"extInfo,omitempty"` -} - -func (x *QQGroupDigestMsg) Reset() { - *x = QQGroupDigestMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_group0x857_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *QQGroupDigestMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*QQGroupDigestMsg) ProtoMessage() {} - -func (x *QQGroupDigestMsg) ProtoReflect() protoreflect.Message { - mi := &file_group0x857_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use QQGroupDigestMsg.ProtoReflect.Descriptor instead. -func (*QQGroupDigestMsg) Descriptor() ([]byte, []int) { - return file_group0x857_proto_rawDescGZIP(), []int{7} + GroupCode uint64 `protobuf:"varint,1,opt"` + Seq uint32 `protobuf:"varint,2,opt"` + Random uint32 `protobuf:"varint,3,opt"` + OpType int32 `protobuf:"varint,4,opt"` + Sender uint64 `protobuf:"varint,5,opt"` + DigestOper uint64 `protobuf:"varint,6,opt"` + OpTime uint32 `protobuf:"varint,7,opt"` + LastestMsgSeq uint32 `protobuf:"varint,8,opt"` + OperNick []byte `protobuf:"bytes,9,opt"` + SenderNick []byte `protobuf:"bytes,10,opt"` + ExtInfo int32 `protobuf:"varint,11,opt"` } func (x *QQGroupDigestMsg) GetGroupCode() uint64 { @@ -780,296 +474,3 @@ func (x *QQGroupDigestMsg) GetExtInfo() int32 { } return 0 } - -var File_group0x857_proto protoreflect.FileDescriptor - -var file_group0x857_proto_rawDesc = []byte{ - 0x0a, 0x10, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x30, 0x78, 0x38, 0x35, 0x37, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x22, 0xe1, 0x02, 0x0a, 0x0d, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x4d, 0x73, 0x67, - 0x42, 0x6f, 0x64, 0x79, 0x12, 0x38, 0x0a, 0x0e, 0x6f, 0x70, 0x74, 0x4d, 0x73, 0x67, 0x47, 0x72, - 0x61, 0x79, 0x54, 0x69, 0x70, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x41, - 0x49, 0x4f, 0x47, 0x72, 0x61, 0x79, 0x54, 0x69, 0x70, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0e, - 0x6f, 0x70, 0x74, 0x4d, 0x73, 0x67, 0x47, 0x72, 0x61, 0x79, 0x54, 0x69, 0x70, 0x73, 0x12, 0x36, - 0x0a, 0x0d, 0x6f, 0x70, 0x74, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x64, 0x54, 0x69, 0x70, 0x73, 0x18, - 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x52, 0x65, 0x64, 0x47, 0x72, 0x61, 0x79, 0x54, - 0x69, 0x70, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0d, 0x6f, 0x70, 0x74, 0x4d, 0x73, 0x67, 0x52, - 0x65, 0x64, 0x54, 0x69, 0x70, 0x73, 0x12, 0x3a, 0x0a, 0x0c, 0x6f, 0x70, 0x74, 0x4d, 0x73, 0x67, - 0x52, 0x65, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x4d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x6d, 0x69, - 0x6e, 0x64, 0x65, 0x72, 0x52, 0x0c, 0x6f, 0x70, 0x74, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x63, 0x61, - 0x6c, 0x6c, 0x12, 0x41, 0x0a, 0x11, 0x6f, 0x70, 0x74, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, - 0x47, 0x72, 0x61, 0x79, 0x54, 0x69, 0x70, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, - 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x47, 0x72, 0x61, 0x79, 0x54, 0x69, 0x70, 0x49, 0x6e, - 0x66, 0x6f, 0x52, 0x11, 0x6f, 0x70, 0x74, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x47, 0x72, - 0x61, 0x79, 0x54, 0x69, 0x70, 0x12, 0x3d, 0x0a, 0x10, 0x71, 0x71, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x44, 0x69, 0x67, 0x65, 0x73, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x11, 0x2e, 0x51, 0x51, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x44, 0x69, 0x67, 0x65, 0x73, 0x74, 0x4d, - 0x73, 0x67, 0x52, 0x10, 0x71, 0x71, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x44, 0x69, 0x67, 0x65, 0x73, - 0x74, 0x4d, 0x73, 0x67, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, - 0x79, 0x70, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x22, 0xc3, 0x01, 0x0a, 0x0f, 0x41, 0x49, 0x4f, 0x47, 0x72, - 0x61, 0x79, 0x54, 0x69, 0x70, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x68, - 0x6f, 0x77, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, - 0x73, 0x68, 0x6f, 0x77, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, - 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x63, 0x6f, 0x6e, - 0x74, 0x65, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x12, 0x14, 0x0a, 0x05, - 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x62, 0x72, 0x69, - 0x65, 0x66, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x72, 0x55, 0x69, - 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, - 0x72, 0x55, 0x69, 0x6e, 0x12, 0x26, 0x0a, 0x0e, 0x72, 0x65, 0x6c, 0x69, 0x61, 0x6f, 0x41, 0x64, - 0x6d, 0x69, 0x6e, 0x4f, 0x70, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x72, 0x65, - 0x6c, 0x69, 0x61, 0x6f, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x4f, 0x70, 0x74, 0x22, 0x87, 0x02, 0x0a, - 0x12, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x47, 0x72, 0x61, 0x79, 0x54, 0x69, 0x70, 0x49, - 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x75, 0x73, 0x69, 0x54, 0x79, 0x70, 0x65, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x62, 0x75, 0x73, 0x69, 0x54, 0x79, 0x70, 0x65, 0x12, - 0x16, 0x0a, 0x06, 0x62, 0x75, 0x73, 0x69, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x06, 0x62, 0x75, 0x73, 0x69, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x74, 0x72, 0x6c, 0x46, - 0x6c, 0x61, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x63, 0x74, 0x72, 0x6c, 0x46, - 0x6c, 0x61, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x32, 0x63, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x63, 0x32, 0x63, 0x54, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, - 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, - 0x18, 0x0a, 0x07, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x07, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x49, 0x64, 0x12, 0x31, 0x0a, 0x0d, 0x6d, 0x73, 0x67, - 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x0b, 0x2e, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x52, 0x0d, 0x6d, - 0x73, 0x67, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x18, 0x0a, 0x07, - 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, - 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x22, 0x36, 0x0a, 0x0a, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x50, - 0x61, 0x72, 0x61, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xff, - 0x01, 0x0a, 0x15, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x63, 0x61, 0x6c, 0x6c, - 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, - 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x6e, 0x69, - 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x3e, 0x0a, 0x0f, 0x72, 0x65, 0x63, 0x61, 0x6c, 0x6c, - 0x65, 0x64, 0x4d, 0x73, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x14, 0x2e, 0x52, 0x65, 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, - 0x65, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x0f, 0x72, 0x65, 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x4d, - 0x73, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x6d, 0x69, 0x6e, 0x64, - 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x0f, 0x72, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, - 0x12, 0x18, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x64, 0x65, 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x07, 0x75, 0x73, 0x65, 0x72, 0x64, 0x65, 0x66, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6f, 0x70, 0x54, 0x79, 0x70, 0x65, - 0x22, 0xab, 0x01, 0x0a, 0x13, 0x52, 0x65, 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x4d, 0x65, 0x73, - 0x73, 0x61, 0x67, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x69, - 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x1c, - 0x0a, 0x09, 0x6d, 0x73, 0x67, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x09, 0x6d, 0x73, 0x67, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x12, 0x18, 0x0a, 0x07, - 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6d, - 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x46, 0x6c, 0x61, - 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x46, 0x6c, 0x61, 0x67, - 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x03, 0x52, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x55, 0x69, 0x6e, 0x22, 0xdb, - 0x02, 0x0a, 0x0f, 0x52, 0x65, 0x64, 0x47, 0x72, 0x61, 0x79, 0x54, 0x69, 0x70, 0x73, 0x49, 0x6e, - 0x66, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x68, 0x6f, 0x77, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x73, 0x68, 0x6f, 0x77, 0x4c, 0x61, 0x74, 0x65, - 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x55, 0x69, 0x6e, - 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x72, 0x55, - 0x69, 0x6e, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x69, 0x63, 0x68, - 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x73, - 0x65, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x69, 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, - 0x12, 0x30, 0x0a, 0x13, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x72, 0x52, 0x69, 0x63, 0x68, - 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x72, - 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x72, 0x52, 0x69, 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x74, 0x65, - 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x75, 0x74, 0x68, 0x4b, 0x65, 0x79, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x75, 0x74, 0x68, 0x4b, 0x65, 0x79, 0x12, 0x18, 0x0a, 0x07, - 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x11, 0x52, 0x07, 0x6d, - 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x75, 0x63, 0x6b, 0x79, 0x46, - 0x6c, 0x61, 0x67, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x6c, 0x75, 0x63, 0x6b, 0x79, - 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x68, 0x69, 0x64, 0x65, 0x46, 0x6c, 0x61, 0x67, - 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x68, 0x69, 0x64, 0x65, 0x46, 0x6c, 0x61, 0x67, - 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x75, 0x63, 0x6b, 0x79, 0x55, 0x69, 0x6e, 0x18, 0x0c, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x08, 0x6c, 0x75, 0x63, 0x6b, 0x79, 0x55, 0x69, 0x6e, 0x22, 0xbe, 0x02, 0x0a, - 0x10, 0x51, 0x51, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x44, 0x69, 0x67, 0x65, 0x73, 0x74, 0x4d, 0x73, - 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, - 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x73, 0x65, - 0x71, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x06, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x54, - 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6f, 0x70, 0x54, 0x79, 0x70, - 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x06, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x69, 0x67, - 0x65, 0x73, 0x74, 0x4f, 0x70, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x64, - 0x69, 0x67, 0x65, 0x73, 0x74, 0x4f, 0x70, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x54, - 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x6f, 0x70, 0x54, 0x69, 0x6d, - 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x65, 0x73, 0x74, 0x4d, 0x73, 0x67, 0x53, - 0x65, 0x71, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x65, 0x73, - 0x74, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x4e, - 0x69, 0x63, 0x6b, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x4e, - 0x69, 0x63, 0x6b, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x4e, 0x69, 0x63, - 0x6b, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x4e, - 0x69, 0x63, 0x6b, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x78, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x0b, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x65, 0x78, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x0b, 0x5a, - 0x09, 0x2e, 0x2f, 0x3b, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x33, -} - -var ( - file_group0x857_proto_rawDescOnce sync.Once - file_group0x857_proto_rawDescData = file_group0x857_proto_rawDesc -) - -func file_group0x857_proto_rawDescGZIP() []byte { - file_group0x857_proto_rawDescOnce.Do(func() { - file_group0x857_proto_rawDescData = protoimpl.X.CompressGZIP(file_group0x857_proto_rawDescData) - }) - return file_group0x857_proto_rawDescData -} - -var file_group0x857_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_group0x857_proto_goTypes = []interface{}{ - (*NotifyMsgBody)(nil), // 0: NotifyMsgBody - (*AIOGrayTipsInfo)(nil), // 1: AIOGrayTipsInfo - (*GeneralGrayTipInfo)(nil), // 2: GeneralGrayTipInfo - (*TemplParam)(nil), // 3: TemplParam - (*MessageRecallReminder)(nil), // 4: MessageRecallReminder - (*RecalledMessageMeta)(nil), // 5: RecalledMessageMeta - (*RedGrayTipsInfo)(nil), // 6: RedGrayTipsInfo - (*QQGroupDigestMsg)(nil), // 7: QQGroupDigestMsg -} -var file_group0x857_proto_depIdxs = []int32{ - 1, // 0: NotifyMsgBody.optMsgGrayTips:type_name -> AIOGrayTipsInfo - 6, // 1: NotifyMsgBody.optMsgRedTips:type_name -> RedGrayTipsInfo - 4, // 2: NotifyMsgBody.optMsgRecall:type_name -> MessageRecallReminder - 2, // 3: NotifyMsgBody.optGeneralGrayTip:type_name -> GeneralGrayTipInfo - 7, // 4: NotifyMsgBody.qqGroupDigestMsg:type_name -> QQGroupDigestMsg - 3, // 5: GeneralGrayTipInfo.msgTemplParam:type_name -> TemplParam - 5, // 6: MessageRecallReminder.recalledMsgList:type_name -> RecalledMessageMeta - 7, // [7:7] is the sub-list for method output_type - 7, // [7:7] is the sub-list for method input_type - 7, // [7:7] is the sub-list for extension type_name - 7, // [7:7] is the sub-list for extension extendee - 0, // [0:7] is the sub-list for field type_name -} - -func init() { file_group0x857_proto_init() } -func file_group0x857_proto_init() { - if File_group0x857_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_group0x857_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NotifyMsgBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_group0x857_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AIOGrayTipsInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_group0x857_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GeneralGrayTipInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_group0x857_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TemplParam); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_group0x857_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MessageRecallReminder); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_group0x857_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RecalledMessageMeta); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_group0x857_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RedGrayTipsInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_group0x857_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*QQGroupDigestMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_group0x857_proto_rawDesc, - NumEnums: 0, - NumMessages: 8, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_group0x857_proto_goTypes, - DependencyIndexes: file_group0x857_proto_depIdxs, - MessageInfos: file_group0x857_proto_msgTypes, - }.Build() - File_group0x857_proto = out.File - file_group0x857_proto_rawDesc = nil - file_group0x857_proto_goTypes = nil - file_group0x857_proto_depIdxs = nil -} diff --git a/client/pb/oidb/oidb.pb.go b/client/pb/oidb/oidb.pb.go index 289a0744..106686d6 100644 --- a/client/pb/oidb/oidb.pb.go +++ b/client/pb/oidb/oidb.pb.go @@ -1,69 +1,15 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: oidb.proto package oidb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type OIDBSSOPkg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Command int32 `protobuf:"varint,1,opt,name=command,proto3" json:"command,omitempty"` - ServiceType int32 `protobuf:"varint,2,opt,name=serviceType,proto3" json:"serviceType,omitempty"` - Result int32 `protobuf:"varint,3,opt,name=result,proto3" json:"result,omitempty"` - Bodybuffer []byte `protobuf:"bytes,4,opt,name=bodybuffer,proto3" json:"bodybuffer,omitempty"` - ErrorMsg string `protobuf:"bytes,5,opt,name=errorMsg,proto3" json:"errorMsg,omitempty"` - ClientVersion string `protobuf:"bytes,6,opt,name=clientVersion,proto3" json:"clientVersion,omitempty"` -} - -func (x *OIDBSSOPkg) Reset() { - *x = OIDBSSOPkg{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *OIDBSSOPkg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*OIDBSSOPkg) ProtoMessage() {} - -func (x *OIDBSSOPkg) ProtoReflect() protoreflect.Message { - mi := &file_oidb_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use OIDBSSOPkg.ProtoReflect.Descriptor instead. -func (*OIDBSSOPkg) Descriptor() ([]byte, []int) { - return file_oidb_proto_rawDescGZIP(), []int{0} + Command int32 `protobuf:"varint,1,opt"` + ServiceType int32 `protobuf:"varint,2,opt"` + Result int32 `protobuf:"varint,3,opt"` + Bodybuffer []byte `protobuf:"bytes,4,opt"` + ErrorMsg string `protobuf:"bytes,5,opt"` + ClientVersion string `protobuf:"bytes,6,opt"` } func (x *OIDBSSOPkg) GetCommand() int32 { @@ -109,44 +55,8 @@ func (x *OIDBSSOPkg) GetClientVersion() string { } type D8A0RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - OptUint64GroupCode int64 `protobuf:"varint,1,opt,name=optUint64GroupCode,proto3" json:"optUint64GroupCode,omitempty"` - MsgKickResult []*D8A0KickResult `protobuf:"bytes,2,rep,name=msgKickResult,proto3" json:"msgKickResult,omitempty"` -} - -func (x *D8A0RspBody) Reset() { - *x = D8A0RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D8A0RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D8A0RspBody) ProtoMessage() {} - -func (x *D8A0RspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D8A0RspBody.ProtoReflect.Descriptor instead. -func (*D8A0RspBody) Descriptor() ([]byte, []int) { - return file_oidb_proto_rawDescGZIP(), []int{1} + OptUint64GroupCode int64 `protobuf:"varint,1,opt"` + MsgKickResult []*D8A0KickResult `protobuf:"bytes,2,rep"` } func (x *D8A0RspBody) GetOptUint64GroupCode() int64 { @@ -164,44 +74,8 @@ func (x *D8A0RspBody) GetMsgKickResult() []*D8A0KickResult { } type D8A0KickResult struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - OptUint32Result int32 `protobuf:"varint,1,opt,name=optUint32Result,proto3" json:"optUint32Result,omitempty"` - OptUint64MemberUin int64 `protobuf:"varint,2,opt,name=optUint64MemberUin,proto3" json:"optUint64MemberUin,omitempty"` -} - -func (x *D8A0KickResult) Reset() { - *x = D8A0KickResult{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D8A0KickResult) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D8A0KickResult) ProtoMessage() {} - -func (x *D8A0KickResult) ProtoReflect() protoreflect.Message { - mi := &file_oidb_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D8A0KickResult.ProtoReflect.Descriptor instead. -func (*D8A0KickResult) Descriptor() ([]byte, []int) { - return file_oidb_proto_rawDescGZIP(), []int{2} + OptUint32Result int32 `protobuf:"varint,1,opt"` + OptUint64MemberUin int64 `protobuf:"varint,2,opt"` } func (x *D8A0KickResult) GetOptUint32Result() int32 { @@ -219,46 +93,10 @@ func (x *D8A0KickResult) GetOptUint64MemberUin() int64 { } type D8A0KickMemberInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - OptUint32Operate int32 `protobuf:"varint,1,opt,name=optUint32Operate,proto3" json:"optUint32Operate,omitempty"` - OptUint64MemberUin int64 `protobuf:"varint,2,opt,name=optUint64MemberUin,proto3" json:"optUint64MemberUin,omitempty"` - OptUint32Flag int32 `protobuf:"varint,3,opt,name=optUint32Flag,proto3" json:"optUint32Flag,omitempty"` - OptBytesMsg []byte `protobuf:"bytes,4,opt,name=optBytesMsg,proto3" json:"optBytesMsg,omitempty"` -} - -func (x *D8A0KickMemberInfo) Reset() { - *x = D8A0KickMemberInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D8A0KickMemberInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D8A0KickMemberInfo) ProtoMessage() {} - -func (x *D8A0KickMemberInfo) ProtoReflect() protoreflect.Message { - mi := &file_oidb_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D8A0KickMemberInfo.ProtoReflect.Descriptor instead. -func (*D8A0KickMemberInfo) Descriptor() ([]byte, []int) { - return file_oidb_proto_rawDescGZIP(), []int{3} + OptUint32Operate int32 `protobuf:"varint,1,opt"` + OptUint64MemberUin int64 `protobuf:"varint,2,opt"` + OptUint32Flag int32 `protobuf:"varint,3,opt"` + OptBytesMsg []byte `protobuf:"bytes,4,opt"` } func (x *D8A0KickMemberInfo) GetOptUint32Operate() int32 { @@ -290,47 +128,11 @@ func (x *D8A0KickMemberInfo) GetOptBytesMsg() []byte { } type D8A0ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - OptUint64GroupCode int64 `protobuf:"varint,1,opt,name=optUint64GroupCode,proto3" json:"optUint64GroupCode,omitempty"` - MsgKickList []*D8A0KickMemberInfo `protobuf:"bytes,2,rep,name=msgKickList,proto3" json:"msgKickList,omitempty"` - KickList []int64 `protobuf:"varint,3,rep,packed,name=kickList,proto3" json:"kickList,omitempty"` - KickFlag int32 `protobuf:"varint,4,opt,name=kickFlag,proto3" json:"kickFlag,omitempty"` - KickMsg []byte `protobuf:"bytes,5,opt,name=kickMsg,proto3" json:"kickMsg,omitempty"` -} - -func (x *D8A0ReqBody) Reset() { - *x = D8A0ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D8A0ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D8A0ReqBody) ProtoMessage() {} - -func (x *D8A0ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D8A0ReqBody.ProtoReflect.Descriptor instead. -func (*D8A0ReqBody) Descriptor() ([]byte, []int) { - return file_oidb_proto_rawDescGZIP(), []int{4} + OptUint64GroupCode int64 `protobuf:"varint,1,opt"` + MsgKickList []*D8A0KickMemberInfo `protobuf:"bytes,2,rep"` + KickList []int64 `protobuf:"varint,3,rep"` + KickFlag int32 `protobuf:"varint,4,opt"` + KickMsg []byte `protobuf:"bytes,5,opt"` } func (x *D8A0ReqBody) GetOptUint64GroupCode() int64 { @@ -369,46 +171,10 @@ func (x *D8A0ReqBody) GetKickMsg() []byte { } type D89AReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode int64 `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"` - StGroupInfo *D89AGroupinfo `protobuf:"bytes,2,opt,name=stGroupInfo,proto3" json:"stGroupInfo,omitempty"` - OriginalOperatorUin int64 `protobuf:"varint,3,opt,name=originalOperatorUin,proto3" json:"originalOperatorUin,omitempty"` - ReqGroupOpenAppid int32 `protobuf:"varint,4,opt,name=reqGroupOpenAppid,proto3" json:"reqGroupOpenAppid,omitempty"` -} - -func (x *D89AReqBody) Reset() { - *x = D89AReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D89AReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D89AReqBody) ProtoMessage() {} - -func (x *D89AReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D89AReqBody.ProtoReflect.Descriptor instead. -func (*D89AReqBody) Descriptor() ([]byte, []int) { - return file_oidb_proto_rawDescGZIP(), []int{5} + GroupCode int64 `protobuf:"varint,1,opt"` + StGroupInfo *D89AGroupinfo `protobuf:"bytes,2,opt"` + OriginalOperatorUin int64 `protobuf:"varint,3,opt"` + ReqGroupOpenAppid int32 `protobuf:"varint,4,opt"` } func (x *D89AReqBody) GetGroupCode() int64 { @@ -440,82 +206,46 @@ func (x *D89AReqBody) GetReqGroupOpenAppid() int32 { } type D89AGroupinfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupExtAdmNum int32 `protobuf:"varint,1,opt,name=groupExtAdmNum,proto3" json:"groupExtAdmNum,omitempty"` - Flag int32 `protobuf:"varint,2,opt,name=flag,proto3" json:"flag,omitempty"` - IngGroupName []byte `protobuf:"bytes,3,opt,name=ingGroupName,proto3" json:"ingGroupName,omitempty"` - IngGroupMemo []byte `protobuf:"bytes,4,opt,name=ingGroupMemo,proto3" json:"ingGroupMemo,omitempty"` - IngGroupFingerMemo []byte `protobuf:"bytes,5,opt,name=ingGroupFingerMemo,proto3" json:"ingGroupFingerMemo,omitempty"` - IngGroupAioSkinUrl []byte `protobuf:"bytes,6,opt,name=ingGroupAioSkinUrl,proto3" json:"ingGroupAioSkinUrl,omitempty"` - IngGroupBoardSkinUrl []byte `protobuf:"bytes,7,opt,name=ingGroupBoardSkinUrl,proto3" json:"ingGroupBoardSkinUrl,omitempty"` - IngGroupCoverSkinUrl []byte `protobuf:"bytes,8,opt,name=ingGroupCoverSkinUrl,proto3" json:"ingGroupCoverSkinUrl,omitempty"` - GroupGrade int32 `protobuf:"varint,9,opt,name=groupGrade,proto3" json:"groupGrade,omitempty"` - ActiveMemberNum int32 `protobuf:"varint,10,opt,name=activeMemberNum,proto3" json:"activeMemberNum,omitempty"` - CertificationType int32 `protobuf:"varint,11,opt,name=certificationType,proto3" json:"certificationType,omitempty"` - IngCertificationText []byte `protobuf:"bytes,12,opt,name=ingCertificationText,proto3" json:"ingCertificationText,omitempty"` - IngGroupRichFingerMemo []byte `protobuf:"bytes,13,opt,name=ingGroupRichFingerMemo,proto3" json:"ingGroupRichFingerMemo,omitempty"` - StGroupNewguidelines *D89AGroupNewGuidelinesInfo `protobuf:"bytes,14,opt,name=stGroupNewguidelines,proto3" json:"stGroupNewguidelines,omitempty"` - GroupFace int32 `protobuf:"varint,15,opt,name=groupFace,proto3" json:"groupFace,omitempty"` - AddOption int32 `protobuf:"varint,16,opt,name=addOption,proto3" json:"addOption,omitempty"` + GroupExtAdmNum int32 `protobuf:"varint,1,opt"` + Flag int32 `protobuf:"varint,2,opt"` + IngGroupName []byte `protobuf:"bytes,3,opt"` + IngGroupMemo []byte `protobuf:"bytes,4,opt"` + IngGroupFingerMemo []byte `protobuf:"bytes,5,opt"` + IngGroupAioSkinUrl []byte `protobuf:"bytes,6,opt"` + IngGroupBoardSkinUrl []byte `protobuf:"bytes,7,opt"` + IngGroupCoverSkinUrl []byte `protobuf:"bytes,8,opt"` + GroupGrade int32 `protobuf:"varint,9,opt"` + ActiveMemberNum int32 `protobuf:"varint,10,opt"` + CertificationType int32 `protobuf:"varint,11,opt"` + IngCertificationText []byte `protobuf:"bytes,12,opt"` + IngGroupRichFingerMemo []byte `protobuf:"bytes,13,opt"` + StGroupNewguidelines *D89AGroupNewGuidelinesInfo `protobuf:"bytes,14,opt"` + GroupFace int32 `protobuf:"varint,15,opt"` + AddOption int32 `protobuf:"varint,16,opt"` // Types that are assignable to ShutupTime: // *D89AGroupinfo_Val ShutupTime isD89AGroupinfo_ShutupTime `protobuf_oneof:"shutupTime"` - GroupTypeFlag int32 `protobuf:"varint,18,opt,name=groupTypeFlag,proto3" json:"groupTypeFlag,omitempty"` - StringGroupTag []byte `protobuf:"bytes,19,opt,name=stringGroupTag,proto3" json:"stringGroupTag,omitempty"` - MsgGroupGeoInfo *D89AGroupGeoInfo `protobuf:"bytes,20,opt,name=msgGroupGeoInfo,proto3" json:"msgGroupGeoInfo,omitempty"` - GroupClassExt int32 `protobuf:"varint,21,opt,name=groupClassExt,proto3" json:"groupClassExt,omitempty"` - IngGroupClassText []byte `protobuf:"bytes,22,opt,name=ingGroupClassText,proto3" json:"ingGroupClassText,omitempty"` - AppPrivilegeFlag int32 `protobuf:"varint,23,opt,name=appPrivilegeFlag,proto3" json:"appPrivilegeFlag,omitempty"` - AppPrivilegeMask int32 `protobuf:"varint,24,opt,name=appPrivilegeMask,proto3" json:"appPrivilegeMask,omitempty"` - StGroupExInfo *D89AGroupExInfoOnly `protobuf:"bytes,25,opt,name=stGroupExInfo,proto3" json:"stGroupExInfo,omitempty"` - GroupSecLevel int32 `protobuf:"varint,26,opt,name=groupSecLevel,proto3" json:"groupSecLevel,omitempty"` - GroupSecLevelInfo int32 `protobuf:"varint,27,opt,name=groupSecLevelInfo,proto3" json:"groupSecLevelInfo,omitempty"` - SubscriptionUin int64 `protobuf:"varint,28,opt,name=subscriptionUin,proto3" json:"subscriptionUin,omitempty"` - AllowMemberInvite int32 `protobuf:"varint,29,opt,name=allowMemberInvite,proto3" json:"allowMemberInvite,omitempty"` - IngGroupQuestion []byte `protobuf:"bytes,30,opt,name=ingGroupQuestion,proto3" json:"ingGroupQuestion,omitempty"` - IngGroupAnswer []byte `protobuf:"bytes,31,opt,name=ingGroupAnswer,proto3" json:"ingGroupAnswer,omitempty"` - GroupFlagext3 int32 `protobuf:"varint,32,opt,name=groupFlagext3,proto3" json:"groupFlagext3,omitempty"` - GroupFlagext3Mask int32 `protobuf:"varint,33,opt,name=groupFlagext3Mask,proto3" json:"groupFlagext3Mask,omitempty"` - GroupOpenAppid int32 `protobuf:"varint,34,opt,name=groupOpenAppid,proto3" json:"groupOpenAppid,omitempty"` - NoFingerOpenFlag int32 `protobuf:"varint,35,opt,name=noFingerOpenFlag,proto3" json:"noFingerOpenFlag,omitempty"` - NoCodeFingerOpenFlag int32 `protobuf:"varint,36,opt,name=noCodeFingerOpenFlag,proto3" json:"noCodeFingerOpenFlag,omitempty"` - RootId int64 `protobuf:"varint,37,opt,name=rootId,proto3" json:"rootId,omitempty"` - MsgLimitFrequency int32 `protobuf:"varint,38,opt,name=msgLimitFrequency,proto3" json:"msgLimitFrequency,omitempty"` -} - -func (x *D89AGroupinfo) Reset() { - *x = D89AGroupinfo{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D89AGroupinfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D89AGroupinfo) ProtoMessage() {} - -func (x *D89AGroupinfo) ProtoReflect() protoreflect.Message { - mi := &file_oidb_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D89AGroupinfo.ProtoReflect.Descriptor instead. -func (*D89AGroupinfo) Descriptor() ([]byte, []int) { - return file_oidb_proto_rawDescGZIP(), []int{6} + GroupTypeFlag int32 `protobuf:"varint,18,opt"` + StringGroupTag []byte `protobuf:"bytes,19,opt"` + MsgGroupGeoInfo *D89AGroupGeoInfo `protobuf:"bytes,20,opt"` + GroupClassExt int32 `protobuf:"varint,21,opt"` + IngGroupClassText []byte `protobuf:"bytes,22,opt"` + AppPrivilegeFlag int32 `protobuf:"varint,23,opt"` + AppPrivilegeMask int32 `protobuf:"varint,24,opt"` + StGroupExInfo *D89AGroupExInfoOnly `protobuf:"bytes,25,opt"` + GroupSecLevel int32 `protobuf:"varint,26,opt"` + GroupSecLevelInfo int32 `protobuf:"varint,27,opt"` + SubscriptionUin int64 `protobuf:"varint,28,opt"` + AllowMemberInvite int32 `protobuf:"varint,29,opt"` + IngGroupQuestion []byte `protobuf:"bytes,30,opt"` + IngGroupAnswer []byte `protobuf:"bytes,31,opt"` + GroupFlagext3 int32 `protobuf:"varint,32,opt"` + GroupFlagext3Mask int32 `protobuf:"varint,33,opt"` + GroupOpenAppid int32 `protobuf:"varint,34,opt"` + NoFingerOpenFlag int32 `protobuf:"varint,35,opt"` + NoCodeFingerOpenFlag int32 `protobuf:"varint,36,opt"` + RootId int64 `protobuf:"varint,37,opt"` + MsgLimitFrequency int32 `protobuf:"varint,38,opt"` } func (x *D89AGroupinfo) GetGroupExtAdmNum() int32 { @@ -796,50 +526,14 @@ type isD89AGroupinfo_ShutupTime interface { } type D89AGroupinfo_Val struct { - Val int32 `protobuf:"varint,17,opt,name=val,proto3,oneof"` + Val int32 `protobuf:"varint,17,opt"` } func (*D89AGroupinfo_Val) isD89AGroupinfo_ShutupTime() {} type D89AGroupNewGuidelinesInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BoolEnabled bool `protobuf:"varint,1,opt,name=boolEnabled,proto3" json:"boolEnabled,omitempty"` - IngContent []byte `protobuf:"bytes,2,opt,name=ingContent,proto3" json:"ingContent,omitempty"` -} - -func (x *D89AGroupNewGuidelinesInfo) Reset() { - *x = D89AGroupNewGuidelinesInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D89AGroupNewGuidelinesInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D89AGroupNewGuidelinesInfo) ProtoMessage() {} - -func (x *D89AGroupNewGuidelinesInfo) ProtoReflect() protoreflect.Message { - mi := &file_oidb_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D89AGroupNewGuidelinesInfo.ProtoReflect.Descriptor instead. -func (*D89AGroupNewGuidelinesInfo) Descriptor() ([]byte, []int) { - return file_oidb_proto_rawDescGZIP(), []int{7} + BoolEnabled bool `protobuf:"varint,1,opt"` + IngContent []byte `protobuf:"bytes,2,opt"` } func (x *D89AGroupNewGuidelinesInfo) GetBoolEnabled() bool { @@ -857,44 +551,8 @@ func (x *D89AGroupNewGuidelinesInfo) GetIngContent() []byte { } type D89AGroupExInfoOnly struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - TribeId int32 `protobuf:"varint,1,opt,name=tribeId,proto3" json:"tribeId,omitempty"` - MoneyForAddGroup int32 `protobuf:"varint,2,opt,name=moneyForAddGroup,proto3" json:"moneyForAddGroup,omitempty"` -} - -func (x *D89AGroupExInfoOnly) Reset() { - *x = D89AGroupExInfoOnly{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D89AGroupExInfoOnly) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D89AGroupExInfoOnly) ProtoMessage() {} - -func (x *D89AGroupExInfoOnly) ProtoReflect() protoreflect.Message { - mi := &file_oidb_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D89AGroupExInfoOnly.ProtoReflect.Descriptor instead. -func (*D89AGroupExInfoOnly) Descriptor() ([]byte, []int) { - return file_oidb_proto_rawDescGZIP(), []int{8} + TribeId int32 `protobuf:"varint,1,opt"` + MoneyForAddGroup int32 `protobuf:"varint,2,opt"` } func (x *D89AGroupExInfoOnly) GetTribeId() int32 { @@ -912,47 +570,11 @@ func (x *D89AGroupExInfoOnly) GetMoneyForAddGroup() int32 { } type D89AGroupGeoInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CityId int32 `protobuf:"varint,1,opt,name=cityId,proto3" json:"cityId,omitempty"` - Longtitude int64 `protobuf:"varint,2,opt,name=longtitude,proto3" json:"longtitude,omitempty"` - Latitude int64 `protobuf:"varint,3,opt,name=latitude,proto3" json:"latitude,omitempty"` - IngGeoContent []byte `protobuf:"bytes,4,opt,name=ingGeoContent,proto3" json:"ingGeoContent,omitempty"` - PoiId int64 `protobuf:"varint,5,opt,name=poiId,proto3" json:"poiId,omitempty"` -} - -func (x *D89AGroupGeoInfo) Reset() { - *x = D89AGroupGeoInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D89AGroupGeoInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D89AGroupGeoInfo) ProtoMessage() {} - -func (x *D89AGroupGeoInfo) ProtoReflect() protoreflect.Message { - mi := &file_oidb_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D89AGroupGeoInfo.ProtoReflect.Descriptor instead. -func (*D89AGroupGeoInfo) Descriptor() ([]byte, []int) { - return file_oidb_proto_rawDescGZIP(), []int{9} + CityId int32 `protobuf:"varint,1,opt"` + Longtitude int64 `protobuf:"varint,2,opt"` + Latitude int64 `protobuf:"varint,3,opt"` + IngGeoContent []byte `protobuf:"bytes,4,opt"` + PoiId int64 `protobuf:"varint,5,opt"` } func (x *D89AGroupGeoInfo) GetCityId() int32 { @@ -991,47 +613,11 @@ func (x *D89AGroupGeoInfo) GetPoiId() int64 { } type DED3ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ToUin int64 `protobuf:"varint,1,opt,name=toUin,proto3" json:"toUin,omitempty"` - GroupCode int64 `protobuf:"varint,2,opt,name=groupCode,proto3" json:"groupCode,omitempty"` - MsgSeq int32 `protobuf:"varint,3,opt,name=msgSeq,proto3" json:"msgSeq,omitempty"` - MsgRand int32 `protobuf:"varint,4,opt,name=msgRand,proto3" json:"msgRand,omitempty"` - AioUin int64 `protobuf:"varint,5,opt,name=aioUin,proto3" json:"aioUin,omitempty"` -} - -func (x *DED3ReqBody) Reset() { - *x = DED3ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DED3ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DED3ReqBody) ProtoMessage() {} - -func (x *DED3ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DED3ReqBody.ProtoReflect.Descriptor instead. -func (*DED3ReqBody) Descriptor() ([]byte, []int) { - return file_oidb_proto_rawDescGZIP(), []int{10} + ToUin int64 `protobuf:"varint,1,opt"` + GroupCode int64 `protobuf:"varint,2,opt"` + MsgSeq int32 `protobuf:"varint,3,opt"` + MsgRand int32 `protobuf:"varint,4,opt"` + AioUin int64 `protobuf:"varint,5,opt"` } func (x *DED3ReqBody) GetToUin() int64 { @@ -1068,410 +654,3 @@ func (x *DED3ReqBody) GetAioUin() int64 { } return 0 } - -var File_oidb_proto protoreflect.FileDescriptor - -var file_oidb_proto_rawDesc = []byte{ - 0x0a, 0x0a, 0x6f, 0x69, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xc2, 0x01, 0x0a, - 0x0a, 0x4f, 0x49, 0x44, 0x42, 0x53, 0x53, 0x4f, 0x50, 0x6b, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x63, - 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x63, 0x6f, - 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, - 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, - 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, - 0x1e, 0x0a, 0x0a, 0x62, 0x6f, 0x64, 0x79, 0x62, 0x75, 0x66, 0x66, 0x65, 0x72, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x62, 0x6f, 0x64, 0x79, 0x62, 0x75, 0x66, 0x66, 0x65, 0x72, 0x12, - 0x1a, 0x0a, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x63, - 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, - 0x6e, 0x22, 0x74, 0x0a, 0x0b, 0x44, 0x38, 0x41, 0x30, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, - 0x12, 0x2e, 0x0a, 0x12, 0x6f, 0x70, 0x74, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x47, 0x72, 0x6f, - 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, 0x6f, 0x70, - 0x74, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, - 0x12, 0x35, 0x0a, 0x0d, 0x6d, 0x73, 0x67, 0x4b, 0x69, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, - 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x44, 0x38, 0x41, 0x30, 0x4b, 0x69, - 0x63, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x0d, 0x6d, 0x73, 0x67, 0x4b, 0x69, 0x63, - 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x6a, 0x0a, 0x0e, 0x44, 0x38, 0x41, 0x30, 0x4b, - 0x69, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x6f, 0x70, 0x74, - 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x0f, 0x6f, 0x70, 0x74, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x52, 0x65, 0x73, - 0x75, 0x6c, 0x74, 0x12, 0x2e, 0x0a, 0x12, 0x6f, 0x70, 0x74, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, - 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, - 0x12, 0x6f, 0x70, 0x74, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x55, 0x69, 0x6e, 0x22, 0xb8, 0x01, 0x0a, 0x12, 0x44, 0x38, 0x41, 0x30, 0x4b, 0x69, 0x63, 0x6b, - 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x70, - 0x74, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, 0x6f, 0x70, 0x74, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x4f, - 0x70, 0x65, 0x72, 0x61, 0x74, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x6f, 0x70, 0x74, 0x55, 0x69, 0x6e, - 0x74, 0x36, 0x34, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x12, 0x6f, 0x70, 0x74, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x4d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x6f, 0x70, 0x74, 0x55, 0x69, 0x6e, - 0x74, 0x33, 0x32, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x6f, - 0x70, 0x74, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x20, 0x0a, 0x0b, - 0x6f, 0x70, 0x74, 0x42, 0x79, 0x74, 0x65, 0x73, 0x4d, 0x73, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x0b, 0x6f, 0x70, 0x74, 0x42, 0x79, 0x74, 0x65, 0x73, 0x4d, 0x73, 0x67, 0x22, 0xc6, - 0x01, 0x0a, 0x0b, 0x44, 0x38, 0x41, 0x30, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x2e, - 0x0a, 0x12, 0x6f, 0x70, 0x74, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, 0x6f, 0x70, 0x74, 0x55, - 0x69, 0x6e, 0x74, 0x36, 0x34, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x35, - 0x0a, 0x0b, 0x6d, 0x73, 0x67, 0x4b, 0x69, 0x63, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x44, 0x38, 0x41, 0x30, 0x4b, 0x69, 0x63, 0x6b, 0x4d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0b, 0x6d, 0x73, 0x67, 0x4b, 0x69, 0x63, - 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6b, 0x69, 0x63, 0x6b, 0x4c, 0x69, 0x73, - 0x74, 0x18, 0x03, 0x20, 0x03, 0x28, 0x03, 0x52, 0x08, 0x6b, 0x69, 0x63, 0x6b, 0x4c, 0x69, 0x73, - 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6b, 0x69, 0x63, 0x6b, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x08, 0x6b, 0x69, 0x63, 0x6b, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x18, 0x0a, - 0x07, 0x6b, 0x69, 0x63, 0x6b, 0x4d, 0x73, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, - 0x6b, 0x69, 0x63, 0x6b, 0x4d, 0x73, 0x67, 0x22, 0xbd, 0x01, 0x0a, 0x0b, 0x44, 0x38, 0x39, 0x41, - 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x30, 0x0a, 0x0b, 0x73, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x38, 0x39, - 0x41, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x69, 0x6e, 0x66, 0x6f, 0x52, 0x0b, 0x73, 0x74, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x30, 0x0a, 0x13, 0x6f, 0x72, 0x69, 0x67, 0x69, - 0x6e, 0x61, 0x6c, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x03, 0x52, 0x13, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x4f, 0x70, - 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x2c, 0x0a, 0x11, 0x72, 0x65, 0x71, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4f, 0x70, 0x65, 0x6e, 0x41, 0x70, 0x70, 0x69, 0x64, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x72, 0x65, 0x71, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4f, 0x70, - 0x65, 0x6e, 0x41, 0x70, 0x70, 0x69, 0x64, 0x22, 0x83, 0x0d, 0x0a, 0x0d, 0x44, 0x38, 0x39, 0x41, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x26, 0x0a, 0x0e, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x45, 0x78, 0x74, 0x41, 0x64, 0x6d, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0e, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x45, 0x78, 0x74, 0x41, 0x64, 0x6d, 0x4e, 0x75, - 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x04, 0x66, 0x6c, 0x61, 0x67, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x69, 0x6e, 0x67, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x67, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x0c, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x6f, 0x12, 0x2e, 0x0a, - 0x12, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6e, 0x67, 0x65, 0x72, 0x4d, - 0x65, 0x6d, 0x6f, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x12, 0x69, 0x6e, 0x67, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6e, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x6d, 0x6f, 0x12, 0x2e, 0x0a, - 0x12, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x69, 0x6f, 0x53, 0x6b, 0x69, 0x6e, - 0x55, 0x72, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x12, 0x69, 0x6e, 0x67, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x41, 0x69, 0x6f, 0x53, 0x6b, 0x69, 0x6e, 0x55, 0x72, 0x6c, 0x12, 0x32, 0x0a, - 0x14, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x53, 0x6b, - 0x69, 0x6e, 0x55, 0x72, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x14, 0x69, 0x6e, 0x67, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x53, 0x6b, 0x69, 0x6e, 0x55, 0x72, - 0x6c, 0x12, 0x32, 0x0a, 0x14, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x76, - 0x65, 0x72, 0x53, 0x6b, 0x69, 0x6e, 0x55, 0x72, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x14, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x76, 0x65, 0x72, 0x53, 0x6b, - 0x69, 0x6e, 0x55, 0x72, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x47, 0x72, - 0x61, 0x64, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x47, 0x72, 0x61, 0x64, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x4d, - 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, - 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x12, - 0x2c, 0x0a, 0x11, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x54, 0x79, 0x70, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x63, 0x65, 0x72, 0x74, - 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x32, 0x0a, - 0x14, 0x69, 0x6e, 0x67, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x54, 0x65, 0x78, 0x74, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x14, 0x69, 0x6e, 0x67, - 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x65, 0x78, - 0x74, 0x12, 0x36, 0x0a, 0x16, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x69, 0x63, - 0x68, 0x46, 0x69, 0x6e, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x6d, 0x6f, 0x18, 0x0d, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x16, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x69, 0x63, 0x68, 0x46, - 0x69, 0x6e, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x6d, 0x6f, 0x12, 0x4f, 0x0a, 0x14, 0x73, 0x74, 0x47, - 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x65, 0x77, 0x67, 0x75, 0x69, 0x64, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x44, 0x38, 0x39, 0x41, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x4e, 0x65, 0x77, 0x47, 0x75, 0x69, 0x64, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x14, 0x73, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x65, 0x77, - 0x67, 0x75, 0x69, 0x64, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x46, 0x61, 0x63, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x46, 0x61, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x64, 0x64, 0x4f, - 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x10, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x61, 0x64, 0x64, - 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x03, 0x76, 0x61, 0x6c, 0x18, 0x11, 0x20, - 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x03, 0x76, 0x61, 0x6c, 0x12, 0x24, 0x0a, 0x0d, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x12, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x46, 0x6c, 0x61, 0x67, - 0x12, 0x26, 0x0a, 0x0e, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, - 0x61, 0x67, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0e, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x61, 0x67, 0x12, 0x3b, 0x0a, 0x0f, 0x6d, 0x73, 0x67, 0x47, - 0x72, 0x6f, 0x75, 0x70, 0x47, 0x65, 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x14, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x11, 0x2e, 0x44, 0x38, 0x39, 0x41, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x47, 0x65, 0x6f, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0f, 0x6d, 0x73, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x47, 0x65, - 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x0a, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6c, - 0x61, 0x73, 0x73, 0x45, 0x78, 0x74, 0x18, 0x15, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x45, 0x78, 0x74, 0x12, 0x2c, 0x0a, 0x11, 0x69, - 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x54, 0x65, 0x78, 0x74, - 0x18, 0x16, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x11, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x43, 0x6c, 0x61, 0x73, 0x73, 0x54, 0x65, 0x78, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x61, 0x70, 0x70, - 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x17, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x10, 0x61, 0x70, 0x70, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, - 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x2a, 0x0a, 0x10, 0x61, 0x70, 0x70, 0x50, 0x72, 0x69, 0x76, - 0x69, 0x6c, 0x65, 0x67, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x18, 0x18, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x10, 0x61, 0x70, 0x70, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x4d, 0x61, 0x73, - 0x6b, 0x12, 0x3a, 0x0a, 0x0d, 0x73, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x45, 0x78, 0x49, 0x6e, - 0x66, 0x6f, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x44, 0x38, 0x39, 0x41, 0x47, - 0x72, 0x6f, 0x75, 0x70, 0x45, 0x78, 0x49, 0x6e, 0x66, 0x6f, 0x4f, 0x6e, 0x6c, 0x79, 0x52, 0x0d, - 0x73, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x45, 0x78, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x0a, - 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x63, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x1a, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x63, 0x4c, 0x65, - 0x76, 0x65, 0x6c, 0x12, 0x2c, 0x0a, 0x11, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x63, 0x4c, - 0x65, 0x76, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x63, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x49, 0x6e, 0x66, - 0x6f, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, - 0x6e, 0x55, 0x69, 0x6e, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x73, 0x75, 0x62, 0x73, - 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x69, 0x6e, 0x12, 0x2c, 0x0a, 0x11, 0x61, - 0x6c, 0x6c, 0x6f, 0x77, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, - 0x18, 0x1d, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x4d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x69, 0x6e, 0x67, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x51, 0x75, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x1e, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x10, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x51, 0x75, 0x65, - 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x26, 0x0a, 0x0e, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x41, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0e, 0x69, - 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x12, 0x24, 0x0a, - 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6c, 0x61, 0x67, 0x65, 0x78, 0x74, 0x33, 0x18, 0x20, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6c, 0x61, 0x67, 0x65, - 0x78, 0x74, 0x33, 0x12, 0x2c, 0x0a, 0x11, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6c, 0x61, 0x67, - 0x65, 0x78, 0x74, 0x33, 0x4d, 0x61, 0x73, 0x6b, 0x18, 0x21, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6c, 0x61, 0x67, 0x65, 0x78, 0x74, 0x33, 0x4d, 0x61, 0x73, - 0x6b, 0x12, 0x26, 0x0a, 0x0e, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4f, 0x70, 0x65, 0x6e, 0x41, 0x70, - 0x70, 0x69, 0x64, 0x18, 0x22, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x4f, 0x70, 0x65, 0x6e, 0x41, 0x70, 0x70, 0x69, 0x64, 0x12, 0x2a, 0x0a, 0x10, 0x6e, 0x6f, 0x46, - 0x69, 0x6e, 0x67, 0x65, 0x72, 0x4f, 0x70, 0x65, 0x6e, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x23, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x10, 0x6e, 0x6f, 0x46, 0x69, 0x6e, 0x67, 0x65, 0x72, 0x4f, 0x70, 0x65, - 0x6e, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x32, 0x0a, 0x14, 0x6e, 0x6f, 0x43, 0x6f, 0x64, 0x65, 0x46, - 0x69, 0x6e, 0x67, 0x65, 0x72, 0x4f, 0x70, 0x65, 0x6e, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x24, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x14, 0x6e, 0x6f, 0x43, 0x6f, 0x64, 0x65, 0x46, 0x69, 0x6e, 0x67, 0x65, - 0x72, 0x4f, 0x70, 0x65, 0x6e, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, - 0x74, 0x49, 0x64, 0x18, 0x25, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x74, 0x49, - 0x64, 0x12, 0x2c, 0x0a, 0x11, 0x6d, 0x73, 0x67, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x46, 0x72, 0x65, - 0x71, 0x75, 0x65, 0x6e, 0x63, 0x79, 0x18, 0x26, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x6d, 0x73, - 0x67, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x46, 0x72, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x79, 0x42, - 0x0c, 0x0a, 0x0a, 0x73, 0x68, 0x75, 0x74, 0x75, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x5e, 0x0a, - 0x1a, 0x44, 0x38, 0x39, 0x41, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x65, 0x77, 0x47, 0x75, 0x69, - 0x64, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x20, 0x0a, 0x0b, 0x62, - 0x6f, 0x6f, 0x6c, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, - 0x52, 0x0b, 0x62, 0x6f, 0x6f, 0x6c, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x1e, 0x0a, - 0x0a, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x0a, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x22, 0x5b, 0x0a, - 0x13, 0x44, 0x38, 0x39, 0x41, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x45, 0x78, 0x49, 0x6e, 0x66, 0x6f, - 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x72, 0x69, 0x62, 0x65, 0x49, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x74, 0x72, 0x69, 0x62, 0x65, 0x49, 0x64, 0x12, 0x2a, - 0x0a, 0x10, 0x6d, 0x6f, 0x6e, 0x65, 0x79, 0x46, 0x6f, 0x72, 0x41, 0x64, 0x64, 0x47, 0x72, 0x6f, - 0x75, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, 0x6d, 0x6f, 0x6e, 0x65, 0x79, 0x46, - 0x6f, 0x72, 0x41, 0x64, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0xa2, 0x01, 0x0a, 0x10, 0x44, - 0x38, 0x39, 0x41, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x47, 0x65, 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x12, - 0x16, 0x0a, 0x06, 0x63, 0x69, 0x74, 0x79, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x06, 0x63, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6c, 0x6f, 0x6e, 0x67, 0x74, - 0x69, 0x74, 0x75, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x6c, 0x6f, 0x6e, - 0x67, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x74, 0x69, 0x74, - 0x75, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6c, 0x61, 0x74, 0x69, 0x74, - 0x75, 0x64, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x69, 0x6e, 0x67, 0x47, 0x65, 0x6f, 0x43, 0x6f, 0x6e, - 0x74, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x69, 0x6e, 0x67, 0x47, - 0x65, 0x6f, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x6f, 0x69, - 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x70, 0x6f, 0x69, 0x49, 0x64, 0x22, - 0x8b, 0x01, 0x0a, 0x0b, 0x44, 0x45, 0x44, 0x33, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, - 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, - 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, - 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, - 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x6d, - 0x73, 0x67, 0x52, 0x61, 0x6e, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6d, 0x73, - 0x67, 0x52, 0x61, 0x6e, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x69, 0x6f, 0x55, 0x69, 0x6e, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x61, 0x69, 0x6f, 0x55, 0x69, 0x6e, 0x42, 0x09, 0x5a, - 0x07, 0x2e, 0x2f, 0x3b, 0x6f, 0x69, 0x64, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_oidb_proto_rawDescOnce sync.Once - file_oidb_proto_rawDescData = file_oidb_proto_rawDesc -) - -func file_oidb_proto_rawDescGZIP() []byte { - file_oidb_proto_rawDescOnce.Do(func() { - file_oidb_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb_proto_rawDescData) - }) - return file_oidb_proto_rawDescData -} - -var file_oidb_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_oidb_proto_goTypes = []interface{}{ - (*OIDBSSOPkg)(nil), // 0: OIDBSSOPkg - (*D8A0RspBody)(nil), // 1: D8A0RspBody - (*D8A0KickResult)(nil), // 2: D8A0KickResult - (*D8A0KickMemberInfo)(nil), // 3: D8A0KickMemberInfo - (*D8A0ReqBody)(nil), // 4: D8A0ReqBody - (*D89AReqBody)(nil), // 5: D89AReqBody - (*D89AGroupinfo)(nil), // 6: D89AGroupinfo - (*D89AGroupNewGuidelinesInfo)(nil), // 7: D89AGroupNewGuidelinesInfo - (*D89AGroupExInfoOnly)(nil), // 8: D89AGroupExInfoOnly - (*D89AGroupGeoInfo)(nil), // 9: D89AGroupGeoInfo - (*DED3ReqBody)(nil), // 10: DED3ReqBody -} -var file_oidb_proto_depIdxs = []int32{ - 2, // 0: D8A0RspBody.msgKickResult:type_name -> D8A0KickResult - 3, // 1: D8A0ReqBody.msgKickList:type_name -> D8A0KickMemberInfo - 6, // 2: D89AReqBody.stGroupInfo:type_name -> D89AGroupinfo - 7, // 3: D89AGroupinfo.stGroupNewguidelines:type_name -> D89AGroupNewGuidelinesInfo - 9, // 4: D89AGroupinfo.msgGroupGeoInfo:type_name -> D89AGroupGeoInfo - 8, // 5: D89AGroupinfo.stGroupExInfo:type_name -> D89AGroupExInfoOnly - 6, // [6:6] is the sub-list for method output_type - 6, // [6:6] is the sub-list for method input_type - 6, // [6:6] is the sub-list for extension type_name - 6, // [6:6] is the sub-list for extension extendee - 0, // [0:6] is the sub-list for field type_name -} - -func init() { file_oidb_proto_init() } -func file_oidb_proto_init() { - if File_oidb_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_oidb_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*OIDBSSOPkg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D8A0RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D8A0KickResult); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D8A0KickMemberInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D8A0ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D89AReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D89AGroupinfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D89AGroupNewGuidelinesInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D89AGroupExInfoOnly); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D89AGroupGeoInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DED3ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - file_oidb_proto_msgTypes[6].OneofWrappers = []interface{}{ - (*D89AGroupinfo_Val)(nil), - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_oidb_proto_rawDesc, - NumEnums: 0, - NumMessages: 11, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_oidb_proto_goTypes, - DependencyIndexes: file_oidb_proto_depIdxs, - MessageInfos: file_oidb_proto_msgTypes, - }.Build() - File_oidb_proto = out.File - file_oidb_proto_rawDesc = nil - file_oidb_proto_goTypes = nil - file_oidb_proto_depIdxs = nil -} diff --git a/client/pb/oidb/oidb0x5eb.pb.go b/client/pb/oidb/oidb0x5eb.pb.go index 7e0bc891..061e40f6 100644 --- a/client/pb/oidb/oidb0x5eb.pb.go +++ b/client/pb/oidb/oidb0x5eb.pb.go @@ -1,143 +1,89 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: oidb0x5eb.proto package oidb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type D5EBReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uins []uint64 `protobuf:"varint,1,rep,name=uins" json:"uins,omitempty"` - MaxPackageSize *uint32 `protobuf:"varint,3,opt,name=max_package_size,json=maxPackageSize" json:"max_package_size,omitempty"` - Openid [][]byte `protobuf:"bytes,4,rep,name=openid" json:"openid,omitempty"` - Appid *uint32 `protobuf:"varint,5,opt,name=appid" json:"appid,omitempty"` - ReqNick *uint32 `protobuf:"varint,20002,opt,name=reqNick" json:"reqNick,omitempty"` - ReqCountry *uint32 `protobuf:"varint,20003,opt,name=reqCountry" json:"reqCountry,omitempty"` - ReqProvince *int32 `protobuf:"varint,20004,opt,name=reqProvince" json:"reqProvince,omitempty"` - ReqGender *int32 `protobuf:"varint,20009,opt,name=reqGender" json:"reqGender,omitempty"` - ReqAllow *int32 `protobuf:"varint,20014,opt,name=reqAllow" json:"reqAllow,omitempty"` - ReqFaceId *int32 `protobuf:"varint,20015,opt,name=reqFaceId" json:"reqFaceId,omitempty"` - ReqCity *int32 `protobuf:"varint,20020,opt,name=reqCity" json:"reqCity,omitempty"` - ReqConstellation *int32 `protobuf:"varint,20022,opt,name=reqConstellation" json:"reqConstellation,omitempty"` - ReqCommonPlace1 *int32 `protobuf:"varint,20027,opt,name=reqCommonPlace1" json:"reqCommonPlace1,omitempty"` - ReqMss3Bitmapextra *int32 `protobuf:"varint,20030,opt,name=reqMss3Bitmapextra" json:"reqMss3Bitmapextra,omitempty"` - ReqBirthday *int32 `protobuf:"varint,20031,opt,name=reqBirthday" json:"reqBirthday,omitempty"` - ReqCityId *int32 `protobuf:"varint,20032,opt,name=reqCityId" json:"reqCityId,omitempty"` - ReqLang1 *int32 `protobuf:"varint,20033,opt,name=reqLang1" json:"reqLang1,omitempty"` - ReqLang2 *int32 `protobuf:"varint,20034,opt,name=reqLang2" json:"reqLang2,omitempty"` - ReqLang3 *int32 `protobuf:"varint,20035,opt,name=reqLang3" json:"reqLang3,omitempty"` - ReqAge *int32 `protobuf:"varint,20037,opt,name=reqAge" json:"reqAge,omitempty"` - ReqCityZoneId *int32 `protobuf:"varint,20041,opt,name=reqCityZoneId" json:"reqCityZoneId,omitempty"` - ReqOin *int32 `protobuf:"varint,20056,opt,name=reqOin" json:"reqOin,omitempty"` - ReqBubbleId *int32 `protobuf:"varint,20059,opt,name=reqBubbleId" json:"reqBubbleId,omitempty"` - ReqMss2Identity *int32 `protobuf:"varint,21001,opt,name=reqMss2Identity" json:"reqMss2Identity,omitempty"` - ReqMss1Service *int32 `protobuf:"varint,21002,opt,name=reqMss1Service" json:"reqMss1Service,omitempty"` - ReqLflag *int32 `protobuf:"varint,21003,opt,name=reqLflag" json:"reqLflag,omitempty"` - ReqExtFlag *int32 `protobuf:"varint,21004,opt,name=reqExtFlag" json:"reqExtFlag,omitempty"` - ReqBasicSvrFlag *int32 `protobuf:"varint,21006,opt,name=reqBasicSvrFlag" json:"reqBasicSvrFlag,omitempty"` - ReqBasicCliFlag *int32 `protobuf:"varint,21007,opt,name=reqBasicCliFlag" json:"reqBasicCliFlag,omitempty"` - ReqFullBirthday *int32 `protobuf:"varint,26004,opt,name=reqFullBirthday" json:"reqFullBirthday,omitempty"` - ReqFullAge *int32 `protobuf:"varint,26005,opt,name=reqFullAge" json:"reqFullAge,omitempty"` - ReqSimpleUpdateTime *int32 `protobuf:"varint,26010,opt,name=reqSimpleUpdateTime" json:"reqSimpleUpdateTime,omitempty"` - ReqMssUpdateTime *int32 `protobuf:"varint,26011,opt,name=reqMssUpdateTime" json:"reqMssUpdateTime,omitempty"` - ReqPstnMultiCallTime *int32 `protobuf:"varint,26012,opt,name=reqPstnMultiCallTime" json:"reqPstnMultiCallTime,omitempty"` - ReqPstnMultiLastGuideRechargeTime *int32 `protobuf:"varint,26013,opt,name=reqPstnMultiLastGuideRechargeTime" json:"reqPstnMultiLastGuideRechargeTime,omitempty"` - ReqPstnC2CCallTime *int32 `protobuf:"varint,26014,opt,name=reqPstnC2cCallTime" json:"reqPstnC2cCallTime,omitempty"` - ReqPstnC2CLastGuideRechargeTime *int32 `protobuf:"varint,26015,opt,name=reqPstnC2cLastGuideRechargeTime" json:"reqPstnC2cLastGuideRechargeTime,omitempty"` - ReqGroupMemCreditFlag *int32 `protobuf:"varint,27022,opt,name=reqGroupMemCreditFlag" json:"reqGroupMemCreditFlag,omitempty"` - ReqFaceAddonId *int32 `protobuf:"varint,27025,opt,name=reqFaceAddonId" json:"reqFaceAddonId,omitempty"` - ReqMusicGene *int32 `protobuf:"varint,27026,opt,name=reqMusicGene" json:"reqMusicGene,omitempty"` - ReqStrangerNick *int32 `protobuf:"varint,27034,opt,name=reqStrangerNick" json:"reqStrangerNick,omitempty"` - ReqStrangerDeclare *int32 `protobuf:"varint,27035,opt,name=reqStrangerDeclare" json:"reqStrangerDeclare,omitempty"` - ReqLoveStatus *int32 `protobuf:"varint,27036,opt,name=reqLoveStatus" json:"reqLoveStatus,omitempty"` - ReqProfession *int32 `protobuf:"varint,27037,opt,name=reqProfession" json:"reqProfession,omitempty"` - ReqVasColorringFlag *int32 `protobuf:"varint,27041,opt,name=reqVasColorringFlag" json:"reqVasColorringFlag,omitempty"` - ReqCharm *int32 `protobuf:"varint,27052,opt,name=reqCharm" json:"reqCharm,omitempty"` - ReqApolloTimestamp *int32 `protobuf:"varint,27059,opt,name=reqApolloTimestamp" json:"reqApolloTimestamp,omitempty"` - ReqVasFontIdFlag *int32 `protobuf:"varint,27201,opt,name=reqVasFontIdFlag" json:"reqVasFontIdFlag,omitempty"` - ReqGlobalGroupLevel *int32 `protobuf:"varint,27208,opt,name=reqGlobalGroupLevel" json:"reqGlobalGroupLevel,omitempty"` - ReqInvite2GroupAutoAgreeFlag *int32 `protobuf:"varint,40346,opt,name=reqInvite2groupAutoAgreeFlag" json:"reqInvite2groupAutoAgreeFlag,omitempty"` - ReqSubaccountDisplayThirdQqFlag *int32 `protobuf:"varint,40348,opt,name=reqSubaccountDisplayThirdQqFlag" json:"reqSubaccountDisplayThirdQqFlag,omitempty"` - NotifyPartakeLikeRankingListFlag *int32 `protobuf:"varint,40350,opt,name=notifyPartakeLikeRankingListFlag" json:"notifyPartakeLikeRankingListFlag,omitempty"` - ReqLightalkSwitch *int32 `protobuf:"varint,40506,opt,name=reqLightalkSwitch" json:"reqLightalkSwitch,omitempty"` - ReqMusicRingVisible *int32 `protobuf:"varint,40507,opt,name=reqMusicRingVisible" json:"reqMusicRingVisible,omitempty"` - ReqMusicRingAutoplay *int32 `protobuf:"varint,40508,opt,name=reqMusicRingAutoplay" json:"reqMusicRingAutoplay,omitempty"` - ReqMusicRingRedpoint *int32 `protobuf:"varint,40509,opt,name=reqMusicRingRedpoint" json:"reqMusicRingRedpoint,omitempty"` - TorchDisableFlag *int32 `protobuf:"varint,40525,opt,name=torchDisableFlag" json:"torchDisableFlag,omitempty"` - ReqVasMagicfontFlag *int32 `protobuf:"varint,40530,opt,name=reqVasMagicfontFlag" json:"reqVasMagicfontFlag,omitempty"` - ReqVipFlag *int32 `protobuf:"varint,41756,opt,name=reqVipFlag" json:"reqVipFlag,omitempty"` - ReqAuthFlag *int32 `protobuf:"varint,41783,opt,name=reqAuthFlag" json:"reqAuthFlag,omitempty"` - ReqForbidFlag *int32 `protobuf:"varint,41784,opt,name=reqForbidFlag" json:"reqForbidFlag,omitempty"` - ReqGodForbid *int32 `protobuf:"varint,41804,opt,name=reqGodForbid" json:"reqGodForbid,omitempty"` - ReqGodFlag *int32 `protobuf:"varint,41805,opt,name=reqGodFlag" json:"reqGodFlag,omitempty"` - ReqCharmLevel *int32 `protobuf:"varint,41950,opt,name=reqCharmLevel" json:"reqCharmLevel,omitempty"` - ReqCharmShown *int32 `protobuf:"varint,41973,opt,name=reqCharmShown" json:"reqCharmShown,omitempty"` - ReqFreshnewsNotifyFlag *int32 `protobuf:"varint,41993,opt,name=reqFreshnewsNotifyFlag" json:"reqFreshnewsNotifyFlag,omitempty"` - ReqApolloVipLevel *int32 `protobuf:"varint,41999,opt,name=reqApolloVipLevel" json:"reqApolloVipLevel,omitempty"` - ReqApolloVipFlag *int32 `protobuf:"varint,42003,opt,name=reqApolloVipFlag" json:"reqApolloVipFlag,omitempty"` - ReqPstnC2CVip *int32 `protobuf:"varint,42005,opt,name=reqPstnC2cVip" json:"reqPstnC2cVip,omitempty"` - ReqPstnMultiVip *int32 `protobuf:"varint,42006,opt,name=reqPstnMultiVip" json:"reqPstnMultiVip,omitempty"` - ReqPstnEverC2CVip *int32 `protobuf:"varint,42007,opt,name=reqPstnEverC2cVip" json:"reqPstnEverC2cVip,omitempty"` - ReqPstnEverMultiVip *int32 `protobuf:"varint,42008,opt,name=reqPstnEverMultiVip" json:"reqPstnEverMultiVip,omitempty"` - ReqPstnMultiTryFlag *int32 `protobuf:"varint,42011,opt,name=reqPstnMultiTryFlag" json:"reqPstnMultiTryFlag,omitempty"` - ReqPstnC2CTryFlag *int32 `protobuf:"varint,42012,opt,name=reqPstnC2cTryFlag" json:"reqPstnC2cTryFlag,omitempty"` - ReqSubscribeNearbyassistantSwitch *int32 `protobuf:"varint,42024,opt,name=reqSubscribeNearbyassistantSwitch" json:"reqSubscribeNearbyassistantSwitch,omitempty"` - ReqTorchbearerFlag *int32 `protobuf:"varint,42051,opt,name=reqTorchbearerFlag" json:"reqTorchbearerFlag,omitempty"` - PreloadDisableFlag *int32 `protobuf:"varint,42073,opt,name=preloadDisableFlag" json:"preloadDisableFlag,omitempty"` - ReqMedalwallFlag *int32 `protobuf:"varint,42075,opt,name=reqMedalwallFlag" json:"reqMedalwallFlag,omitempty"` - NotifyOnLikeRankingListFlag *int32 `protobuf:"varint,42092,opt,name=notifyOnLikeRankingListFlag" json:"notifyOnLikeRankingListFlag,omitempty"` - ReqApolloStatus *int32 `protobuf:"varint,42980,opt,name=reqApolloStatus" json:"reqApolloStatus,omitempty"` -} - -func (x *D5EBReqBody) Reset() { - *x = D5EBReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x5eb_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D5EBReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D5EBReqBody) ProtoMessage() {} - -func (x *D5EBReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x5eb_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D5EBReqBody.ProtoReflect.Descriptor instead. -func (*D5EBReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x5eb_proto_rawDescGZIP(), []int{0} + Uins []uint64 `protobuf:"varint,1,rep"` + MaxPackageSize *uint32 `protobuf:"varint,3,opt"` + Openid [][]byte `protobuf:"bytes,4,rep"` + Appid *uint32 `protobuf:"varint,5,opt"` + ReqNick *uint32 `protobuf:"varint,20002,opt"` + ReqCountry *uint32 `protobuf:"varint,20003,opt"` + ReqProvince *int32 `protobuf:"varint,20004,opt"` + ReqGender *int32 `protobuf:"varint,20009,opt"` + ReqAllow *int32 `protobuf:"varint,20014,opt"` + ReqFaceId *int32 `protobuf:"varint,20015,opt"` + ReqCity *int32 `protobuf:"varint,20020,opt"` + ReqConstellation *int32 `protobuf:"varint,20022,opt"` + ReqCommonPlace1 *int32 `protobuf:"varint,20027,opt"` + ReqMss3Bitmapextra *int32 `protobuf:"varint,20030,opt"` + ReqBirthday *int32 `protobuf:"varint,20031,opt"` + ReqCityId *int32 `protobuf:"varint,20032,opt"` + ReqLang1 *int32 `protobuf:"varint,20033,opt"` + ReqLang2 *int32 `protobuf:"varint,20034,opt"` + ReqLang3 *int32 `protobuf:"varint,20035,opt"` + ReqAge *int32 `protobuf:"varint,20037,opt"` + ReqCityZoneId *int32 `protobuf:"varint,20041,opt"` + ReqOin *int32 `protobuf:"varint,20056,opt"` + ReqBubbleId *int32 `protobuf:"varint,20059,opt"` + ReqMss2Identity *int32 `protobuf:"varint,21001,opt"` + ReqMss1Service *int32 `protobuf:"varint,21002,opt"` + ReqLflag *int32 `protobuf:"varint,21003,opt"` + ReqExtFlag *int32 `protobuf:"varint,21004,opt"` + ReqBasicSvrFlag *int32 `protobuf:"varint,21006,opt"` + ReqBasicCliFlag *int32 `protobuf:"varint,21007,opt"` + ReqFullBirthday *int32 `protobuf:"varint,26004,opt"` + ReqFullAge *int32 `protobuf:"varint,26005,opt"` + ReqSimpleUpdateTime *int32 `protobuf:"varint,26010,opt"` + ReqMssUpdateTime *int32 `protobuf:"varint,26011,opt"` + ReqPstnMultiCallTime *int32 `protobuf:"varint,26012,opt"` + ReqPstnMultiLastGuideRechargeTime *int32 `protobuf:"varint,26013,opt"` + ReqPstnC2CCallTime *int32 `protobuf:"varint,26014,opt"` + ReqPstnC2CLastGuideRechargeTime *int32 `protobuf:"varint,26015,opt"` + ReqGroupMemCreditFlag *int32 `protobuf:"varint,27022,opt"` + ReqFaceAddonId *int32 `protobuf:"varint,27025,opt"` + ReqMusicGene *int32 `protobuf:"varint,27026,opt"` + ReqStrangerNick *int32 `protobuf:"varint,27034,opt"` + ReqStrangerDeclare *int32 `protobuf:"varint,27035,opt"` + ReqLoveStatus *int32 `protobuf:"varint,27036,opt"` + ReqProfession *int32 `protobuf:"varint,27037,opt"` + ReqVasColorringFlag *int32 `protobuf:"varint,27041,opt"` + ReqCharm *int32 `protobuf:"varint,27052,opt"` + ReqApolloTimestamp *int32 `protobuf:"varint,27059,opt"` + ReqVasFontIdFlag *int32 `protobuf:"varint,27201,opt"` + ReqGlobalGroupLevel *int32 `protobuf:"varint,27208,opt"` + ReqInvite2GroupAutoAgreeFlag *int32 `protobuf:"varint,40346,opt"` + ReqSubaccountDisplayThirdQqFlag *int32 `protobuf:"varint,40348,opt"` + NotifyPartakeLikeRankingListFlag *int32 `protobuf:"varint,40350,opt"` + ReqLightalkSwitch *int32 `protobuf:"varint,40506,opt"` + ReqMusicRingVisible *int32 `protobuf:"varint,40507,opt"` + ReqMusicRingAutoplay *int32 `protobuf:"varint,40508,opt"` + ReqMusicRingRedpoint *int32 `protobuf:"varint,40509,opt"` + TorchDisableFlag *int32 `protobuf:"varint,40525,opt"` + ReqVasMagicfontFlag *int32 `protobuf:"varint,40530,opt"` + ReqVipFlag *int32 `protobuf:"varint,41756,opt"` + ReqAuthFlag *int32 `protobuf:"varint,41783,opt"` + ReqForbidFlag *int32 `protobuf:"varint,41784,opt"` + ReqGodForbid *int32 `protobuf:"varint,41804,opt"` + ReqGodFlag *int32 `protobuf:"varint,41805,opt"` + ReqCharmLevel *int32 `protobuf:"varint,41950,opt"` + ReqCharmShown *int32 `protobuf:"varint,41973,opt"` + ReqFreshnewsNotifyFlag *int32 `protobuf:"varint,41993,opt"` + ReqApolloVipLevel *int32 `protobuf:"varint,41999,opt"` + ReqApolloVipFlag *int32 `protobuf:"varint,42003,opt"` + ReqPstnC2CVip *int32 `protobuf:"varint,42005,opt"` + ReqPstnMultiVip *int32 `protobuf:"varint,42006,opt"` + ReqPstnEverC2CVip *int32 `protobuf:"varint,42007,opt"` + ReqPstnEverMultiVip *int32 `protobuf:"varint,42008,opt"` + ReqPstnMultiTryFlag *int32 `protobuf:"varint,42011,opt"` + ReqPstnC2CTryFlag *int32 `protobuf:"varint,42012,opt"` + ReqSubscribeNearbyassistantSwitch *int32 `protobuf:"varint,42024,opt"` + ReqTorchbearerFlag *int32 `protobuf:"varint,42051,opt"` + PreloadDisableFlag *int32 `protobuf:"varint,42073,opt"` + ReqMedalwallFlag *int32 `protobuf:"varint,42075,opt"` + NotifyOnLikeRankingListFlag *int32 `protobuf:"varint,42092,opt"` + ReqApolloStatus *int32 `protobuf:"varint,42980,opt"` } func (x *D5EBReqBody) GetUins() []uint64 { @@ -701,44 +647,8 @@ func (x *D5EBReqBody) GetReqApolloStatus() int32 { } type D5EBRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - UinData []*UdcUinData `protobuf:"bytes,11,rep,name=uinData" json:"uinData,omitempty"` - UnfinishedUins []int64 `protobuf:"varint,12,rep,name=unfinishedUins" json:"unfinishedUins,omitempty"` -} - -func (x *D5EBRspBody) Reset() { - *x = D5EBRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x5eb_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D5EBRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D5EBRspBody) ProtoMessage() {} - -func (x *D5EBRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x5eb_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D5EBRspBody.ProtoReflect.Descriptor instead. -func (*D5EBRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x5eb_proto_rawDescGZIP(), []int{1} + UinData []*UdcUinData `protobuf:"bytes,11,rep"` + UnfinishedUins []int64 `protobuf:"varint,12,rep"` } func (x *D5EBRspBody) GetUinData() []*UdcUinData { @@ -756,120 +666,84 @@ func (x *D5EBRspBody) GetUnfinishedUins() []int64 { } type UdcUinData struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *int64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` - Openid []byte `protobuf:"bytes,4,opt,name=openid" json:"openid,omitempty"` - Nick []byte `protobuf:"bytes,20002,opt,name=nick" json:"nick,omitempty"` - Country []byte `protobuf:"bytes,20003,opt,name=country" json:"country,omitempty"` - Province []byte `protobuf:"bytes,20004,opt,name=province" json:"province,omitempty"` - Gender *int32 `protobuf:"varint,20009,opt,name=gender" json:"gender,omitempty"` - Allow *int32 `protobuf:"varint,20014,opt,name=allow" json:"allow,omitempty"` - FaceId *int32 `protobuf:"varint,20015,opt,name=faceId" json:"faceId,omitempty"` - City []byte `protobuf:"bytes,20020,opt,name=city" json:"city,omitempty"` - Constellation *int32 `protobuf:"varint,20022,opt,name=constellation" json:"constellation,omitempty"` - CommonPlace1 *int32 `protobuf:"varint,20027,opt,name=commonPlace1" json:"commonPlace1,omitempty"` - Mss3Bitmapextra []byte `protobuf:"bytes,20030,opt,name=mss3Bitmapextra" json:"mss3Bitmapextra,omitempty"` - Birthday []byte `protobuf:"bytes,20031,opt,name=birthday" json:"birthday,omitempty"` - CityId []byte `protobuf:"bytes,20032,opt,name=cityId" json:"cityId,omitempty"` - Lang1 *int32 `protobuf:"varint,20033,opt,name=lang1" json:"lang1,omitempty"` - Lang2 *int32 `protobuf:"varint,20034,opt,name=lang2" json:"lang2,omitempty"` - Lang3 *int32 `protobuf:"varint,20035,opt,name=lang3" json:"lang3,omitempty"` - Age *int32 `protobuf:"varint,20037,opt,name=age" json:"age,omitempty"` - CityZoneId *int32 `protobuf:"varint,20041,opt,name=cityZoneId" json:"cityZoneId,omitempty"` - Oin *int32 `protobuf:"varint,20056,opt,name=oin" json:"oin,omitempty"` - BubbleId *int32 `protobuf:"varint,20059,opt,name=bubbleId" json:"bubbleId,omitempty"` - Mss2Identity []byte `protobuf:"bytes,21001,opt,name=mss2Identity" json:"mss2Identity,omitempty"` - Mss1Service []byte `protobuf:"bytes,21002,opt,name=mss1Service" json:"mss1Service,omitempty"` - Lflag *int32 `protobuf:"varint,21003,opt,name=lflag" json:"lflag,omitempty"` - ExtFlag *int32 `protobuf:"varint,21004,opt,name=extFlag" json:"extFlag,omitempty"` - BasicSvrFlag []byte `protobuf:"bytes,21006,opt,name=basicSvrFlag" json:"basicSvrFlag,omitempty"` - BasicCliFlag []byte `protobuf:"bytes,21007,opt,name=basicCliFlag" json:"basicCliFlag,omitempty"` - FullBirthday []byte `protobuf:"bytes,26004,opt,name=fullBirthday" json:"fullBirthday,omitempty"` - FullAge []byte `protobuf:"bytes,26005,opt,name=fullAge" json:"fullAge,omitempty"` - SimpleUpdateTime *int32 `protobuf:"varint,26010,opt,name=simpleUpdateTime" json:"simpleUpdateTime,omitempty"` - MssUpdateTime *int32 `protobuf:"varint,26011,opt,name=mssUpdateTime" json:"mssUpdateTime,omitempty"` - PstnMultiCallTime *int32 `protobuf:"varint,26012,opt,name=pstnMultiCallTime" json:"pstnMultiCallTime,omitempty"` - PstnMultiLastGuideRechargeTime *int32 `protobuf:"varint,26013,opt,name=pstnMultiLastGuideRechargeTime" json:"pstnMultiLastGuideRechargeTime,omitempty"` - PstnC2CCallTime *int32 `protobuf:"varint,26014,opt,name=pstnC2cCallTime" json:"pstnC2cCallTime,omitempty"` - PstnC2CLastGuideRechargeTime *int32 `protobuf:"varint,26015,opt,name=pstnC2cLastGuideRechargeTime" json:"pstnC2cLastGuideRechargeTime,omitempty"` - GroupMemCreditFlag *int32 `protobuf:"varint,27022,opt,name=groupMemCreditFlag" json:"groupMemCreditFlag,omitempty"` - FaceAddonId *int64 `protobuf:"varint,27025,opt,name=faceAddonId" json:"faceAddonId,omitempty"` - MusicGene []byte `protobuf:"bytes,27026,opt,name=musicGene" json:"musicGene,omitempty"` - StrangerNick []byte `protobuf:"bytes,27034,opt,name=strangerNick" json:"strangerNick,omitempty"` - StrangerDeclare []byte `protobuf:"bytes,27035,opt,name=strangerDeclare" json:"strangerDeclare,omitempty"` - LoveStatus *int32 `protobuf:"varint,27036,opt,name=loveStatus" json:"loveStatus,omitempty"` - Profession *int32 `protobuf:"varint,27037,opt,name=profession" json:"profession,omitempty"` - VasColorringId *int32 `protobuf:"varint,27041,opt,name=vasColorringId" json:"vasColorringId,omitempty"` - Charm *int32 `protobuf:"varint,27052,opt,name=charm" json:"charm,omitempty"` - ApolloTimestamp *int32 `protobuf:"varint,27059,opt,name=apolloTimestamp" json:"apolloTimestamp,omitempty"` - VasFontId *int32 `protobuf:"varint,27201,opt,name=vasFontId" json:"vasFontId,omitempty"` - GlobalGroupLevel *int32 `protobuf:"varint,27208,opt,name=globalGroupLevel" json:"globalGroupLevel,omitempty"` - ReqInvite2GroupAutoAgreeFlag *int32 `protobuf:"varint,40346,opt,name=reqInvite2groupAutoAgreeFlag" json:"reqInvite2groupAutoAgreeFlag,omitempty"` - SubaccountDisplayThirdQqFlag *int32 `protobuf:"varint,40348,opt,name=subaccountDisplayThirdQqFlag" json:"subaccountDisplayThirdQqFlag,omitempty"` - NotifyPartakeLikeRankingListFlag *int32 `protobuf:"varint,40350,opt,name=notifyPartakeLikeRankingListFlag" json:"notifyPartakeLikeRankingListFlag,omitempty"` - LightalkSwitch *int32 `protobuf:"varint,40506,opt,name=lightalkSwitch" json:"lightalkSwitch,omitempty"` - MusicRingVisible *int32 `protobuf:"varint,40507,opt,name=musicRingVisible" json:"musicRingVisible,omitempty"` - MusicRingAutoplay *int32 `protobuf:"varint,40508,opt,name=musicRingAutoplay" json:"musicRingAutoplay,omitempty"` - MusicRingRedpoint *int32 `protobuf:"varint,40509,opt,name=musicRingRedpoint" json:"musicRingRedpoint,omitempty"` - TorchDisableFlag *int32 `protobuf:"varint,40525,opt,name=torchDisableFlag" json:"torchDisableFlag,omitempty"` - VasMagicfontFlag *int32 `protobuf:"varint,40530,opt,name=vasMagicfontFlag" json:"vasMagicfontFlag,omitempty"` - VipFlag *int32 `protobuf:"varint,41756,opt,name=vipFlag" json:"vipFlag,omitempty"` - AuthFlag *int32 `protobuf:"varint,41783,opt,name=authFlag" json:"authFlag,omitempty"` - ForbidFlag *int32 `protobuf:"varint,41784,opt,name=forbidFlag" json:"forbidFlag,omitempty"` - GodForbid *int32 `protobuf:"varint,41804,opt,name=godForbid" json:"godForbid,omitempty"` - GodFlag *int32 `protobuf:"varint,41805,opt,name=godFlag" json:"godFlag,omitempty"` - CharmLevel *int32 `protobuf:"varint,41950,opt,name=charmLevel" json:"charmLevel,omitempty"` - CharmShown *int32 `protobuf:"varint,41973,opt,name=charmShown" json:"charmShown,omitempty"` - FreshnewsNotifyFlag *int32 `protobuf:"varint,41993,opt,name=freshnewsNotifyFlag" json:"freshnewsNotifyFlag,omitempty"` - ApolloVipLevel *int32 `protobuf:"varint,41999,opt,name=apolloVipLevel" json:"apolloVipLevel,omitempty"` - ApolloVipFlag *int32 `protobuf:"varint,42003,opt,name=apolloVipFlag" json:"apolloVipFlag,omitempty"` - PstnC2CVip *int32 `protobuf:"varint,42005,opt,name=pstnC2cVip" json:"pstnC2cVip,omitempty"` - PstnMultiVip *int32 `protobuf:"varint,42006,opt,name=pstnMultiVip" json:"pstnMultiVip,omitempty"` - PstnEverC2CVip *int32 `protobuf:"varint,42007,opt,name=pstnEverC2cVip" json:"pstnEverC2cVip,omitempty"` - PstnEverMultiVip *int32 `protobuf:"varint,42008,opt,name=pstnEverMultiVip" json:"pstnEverMultiVip,omitempty"` - PstnMultiTryFlag *int32 `protobuf:"varint,42011,opt,name=pstnMultiTryFlag" json:"pstnMultiTryFlag,omitempty"` - PstnC2CTryFlag *int32 `protobuf:"varint,42012,opt,name=pstnC2cTryFlag" json:"pstnC2cTryFlag,omitempty"` - SubscribeNearbyassistantSwitch *int32 `protobuf:"varint,42024,opt,name=subscribeNearbyassistantSwitch" json:"subscribeNearbyassistantSwitch,omitempty"` - TorchbearerFlag *int32 `protobuf:"varint,42051,opt,name=torchbearerFlag" json:"torchbearerFlag,omitempty"` - PreloadDisableFlag *int32 `protobuf:"varint,42073,opt,name=preloadDisableFlag" json:"preloadDisableFlag,omitempty"` - ReqMedalwallFlag *int32 `protobuf:"varint,42075,opt,name=reqMedalwallFlag" json:"reqMedalwallFlag,omitempty"` - NotifyOnLikeRankingListFlag *int32 `protobuf:"varint,42092,opt,name=notifyOnLikeRankingListFlag" json:"notifyOnLikeRankingListFlag,omitempty"` - ApolloStatus *int32 `protobuf:"varint,42980,opt,name=apolloStatus" json:"apolloStatus,omitempty"` -} - -func (x *UdcUinData) Reset() { - *x = UdcUinData{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x5eb_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UdcUinData) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UdcUinData) ProtoMessage() {} - -func (x *UdcUinData) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x5eb_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UdcUinData.ProtoReflect.Descriptor instead. -func (*UdcUinData) Descriptor() ([]byte, []int) { - return file_oidb0x5eb_proto_rawDescGZIP(), []int{2} + Uin *int64 `protobuf:"varint,1,opt"` + Openid []byte `protobuf:"bytes,4,opt"` + Nick []byte `protobuf:"bytes,20002,opt"` + Country []byte `protobuf:"bytes,20003,opt"` + Province []byte `protobuf:"bytes,20004,opt"` + Gender *int32 `protobuf:"varint,20009,opt"` + Allow *int32 `protobuf:"varint,20014,opt"` + FaceId *int32 `protobuf:"varint,20015,opt"` + City []byte `protobuf:"bytes,20020,opt"` + Constellation *int32 `protobuf:"varint,20022,opt"` + CommonPlace1 *int32 `protobuf:"varint,20027,opt"` + Mss3Bitmapextra []byte `protobuf:"bytes,20030,opt"` + Birthday []byte `protobuf:"bytes,20031,opt"` + CityId []byte `protobuf:"bytes,20032,opt"` + Lang1 *int32 `protobuf:"varint,20033,opt"` + Lang2 *int32 `protobuf:"varint,20034,opt"` + Lang3 *int32 `protobuf:"varint,20035,opt"` + Age *int32 `protobuf:"varint,20037,opt"` + CityZoneId *int32 `protobuf:"varint,20041,opt"` + Oin *int32 `protobuf:"varint,20056,opt"` + BubbleId *int32 `protobuf:"varint,20059,opt"` + Mss2Identity []byte `protobuf:"bytes,21001,opt"` + Mss1Service []byte `protobuf:"bytes,21002,opt"` + Lflag *int32 `protobuf:"varint,21003,opt"` + ExtFlag *int32 `protobuf:"varint,21004,opt"` + BasicSvrFlag []byte `protobuf:"bytes,21006,opt"` + BasicCliFlag []byte `protobuf:"bytes,21007,opt"` + FullBirthday []byte `protobuf:"bytes,26004,opt"` + FullAge []byte `protobuf:"bytes,26005,opt"` + SimpleUpdateTime *int32 `protobuf:"varint,26010,opt"` + MssUpdateTime *int32 `protobuf:"varint,26011,opt"` + PstnMultiCallTime *int32 `protobuf:"varint,26012,opt"` + PstnMultiLastGuideRechargeTime *int32 `protobuf:"varint,26013,opt"` + PstnC2CCallTime *int32 `protobuf:"varint,26014,opt"` + PstnC2CLastGuideRechargeTime *int32 `protobuf:"varint,26015,opt"` + GroupMemCreditFlag *int32 `protobuf:"varint,27022,opt"` + FaceAddonId *int64 `protobuf:"varint,27025,opt"` + MusicGene []byte `protobuf:"bytes,27026,opt"` + StrangerNick []byte `protobuf:"bytes,27034,opt"` + StrangerDeclare []byte `protobuf:"bytes,27035,opt"` + LoveStatus *int32 `protobuf:"varint,27036,opt"` + Profession *int32 `protobuf:"varint,27037,opt"` + VasColorringId *int32 `protobuf:"varint,27041,opt"` + Charm *int32 `protobuf:"varint,27052,opt"` + ApolloTimestamp *int32 `protobuf:"varint,27059,opt"` + VasFontId *int32 `protobuf:"varint,27201,opt"` + GlobalGroupLevel *int32 `protobuf:"varint,27208,opt"` + ReqInvite2GroupAutoAgreeFlag *int32 `protobuf:"varint,40346,opt"` + SubaccountDisplayThirdQqFlag *int32 `protobuf:"varint,40348,opt"` + NotifyPartakeLikeRankingListFlag *int32 `protobuf:"varint,40350,opt"` + LightalkSwitch *int32 `protobuf:"varint,40506,opt"` + MusicRingVisible *int32 `protobuf:"varint,40507,opt"` + MusicRingAutoplay *int32 `protobuf:"varint,40508,opt"` + MusicRingRedpoint *int32 `protobuf:"varint,40509,opt"` + TorchDisableFlag *int32 `protobuf:"varint,40525,opt"` + VasMagicfontFlag *int32 `protobuf:"varint,40530,opt"` + VipFlag *int32 `protobuf:"varint,41756,opt"` + AuthFlag *int32 `protobuf:"varint,41783,opt"` + ForbidFlag *int32 `protobuf:"varint,41784,opt"` + GodForbid *int32 `protobuf:"varint,41804,opt"` + GodFlag *int32 `protobuf:"varint,41805,opt"` + CharmLevel *int32 `protobuf:"varint,41950,opt"` + CharmShown *int32 `protobuf:"varint,41973,opt"` + FreshnewsNotifyFlag *int32 `protobuf:"varint,41993,opt"` + ApolloVipLevel *int32 `protobuf:"varint,41999,opt"` + ApolloVipFlag *int32 `protobuf:"varint,42003,opt"` + PstnC2CVip *int32 `protobuf:"varint,42005,opt"` + PstnMultiVip *int32 `protobuf:"varint,42006,opt"` + PstnEverC2CVip *int32 `protobuf:"varint,42007,opt"` + PstnEverMultiVip *int32 `protobuf:"varint,42008,opt"` + PstnMultiTryFlag *int32 `protobuf:"varint,42011,opt"` + PstnC2CTryFlag *int32 `protobuf:"varint,42012,opt"` + SubscribeNearbyassistantSwitch *int32 `protobuf:"varint,42024,opt"` + TorchbearerFlag *int32 `protobuf:"varint,42051,opt"` + PreloadDisableFlag *int32 `protobuf:"varint,42073,opt"` + ReqMedalwallFlag *int32 `protobuf:"varint,42075,opt"` + NotifyOnLikeRankingListFlag *int32 `protobuf:"varint,42092,opt"` + ApolloStatus *int32 `protobuf:"varint,42980,opt"` } func (x *UdcUinData) GetUin() int64 { @@ -1417,519 +1291,3 @@ func (x *UdcUinData) GetApolloStatus() int32 { } return 0 } - -var File_oidb0x5eb_proto protoreflect.FileDescriptor - -var file_oidb0x5eb_proto_rawDesc = []byte{ - 0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x35, 0x65, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0xdb, 0x1b, 0x0a, 0x0b, 0x44, 0x35, 0x45, 0x42, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, - 0x79, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x69, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x04, 0x52, - 0x04, 0x75, 0x69, 0x6e, 0x73, 0x12, 0x28, 0x0a, 0x10, 0x6d, 0x61, 0x78, 0x5f, 0x70, 0x61, 0x63, - 0x6b, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0e, 0x6d, 0x61, 0x78, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, - 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x69, 0x64, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0c, 0x52, - 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x12, 0x1a, 0x0a, - 0x07, 0x72, 0x65, 0x71, 0x4e, 0x69, 0x63, 0x6b, 0x18, 0xa2, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x07, 0x72, 0x65, 0x71, 0x4e, 0x69, 0x63, 0x6b, 0x12, 0x20, 0x0a, 0x0a, 0x72, 0x65, 0x71, - 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x18, 0xa3, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0a, 0x72, 0x65, 0x71, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x22, 0x0a, 0x0b, 0x72, - 0x65, 0x71, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18, 0xa4, 0x9c, 0x01, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x0b, 0x72, 0x65, 0x71, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12, - 0x1e, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x47, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0xa9, 0x9c, 0x01, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x72, 0x65, 0x71, 0x47, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, - 0x1c, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x41, 0x6c, 0x6c, 0x6f, 0x77, 0x18, 0xae, 0x9c, 0x01, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x65, 0x71, 0x41, 0x6c, 0x6c, 0x6f, 0x77, 0x12, 0x1e, 0x0a, - 0x09, 0x72, 0x65, 0x71, 0x46, 0x61, 0x63, 0x65, 0x49, 0x64, 0x18, 0xaf, 0x9c, 0x01, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x09, 0x72, 0x65, 0x71, 0x46, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x1a, 0x0a, - 0x07, 0x72, 0x65, 0x71, 0x43, 0x69, 0x74, 0x79, 0x18, 0xb4, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x07, 0x72, 0x65, 0x71, 0x43, 0x69, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x10, 0x72, 0x65, 0x71, - 0x43, 0x6f, 0x6e, 0x73, 0x74, 0x65, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0xb6, 0x9c, - 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, 0x72, 0x65, 0x71, 0x43, 0x6f, 0x6e, 0x73, 0x74, 0x65, - 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2a, 0x0a, 0x0f, 0x72, 0x65, 0x71, 0x43, 0x6f, - 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x6c, 0x61, 0x63, 0x65, 0x31, 0x18, 0xbb, 0x9c, 0x01, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x0f, 0x72, 0x65, 0x71, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x6c, 0x61, - 0x63, 0x65, 0x31, 0x12, 0x30, 0x0a, 0x12, 0x72, 0x65, 0x71, 0x4d, 0x73, 0x73, 0x33, 0x42, 0x69, - 0x74, 0x6d, 0x61, 0x70, 0x65, 0x78, 0x74, 0x72, 0x61, 0x18, 0xbe, 0x9c, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x12, 0x72, 0x65, 0x71, 0x4d, 0x73, 0x73, 0x33, 0x42, 0x69, 0x74, 0x6d, 0x61, 0x70, - 0x65, 0x78, 0x74, 0x72, 0x61, 0x12, 0x22, 0x0a, 0x0b, 0x72, 0x65, 0x71, 0x42, 0x69, 0x72, 0x74, - 0x68, 0x64, 0x61, 0x79, 0x18, 0xbf, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x72, 0x65, - 0x71, 0x42, 0x69, 0x72, 0x74, 0x68, 0x64, 0x61, 0x79, 0x12, 0x1e, 0x0a, 0x09, 0x72, 0x65, 0x71, - 0x43, 0x69, 0x74, 0x79, 0x49, 0x64, 0x18, 0xc0, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, - 0x72, 0x65, 0x71, 0x43, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x08, 0x72, 0x65, 0x71, - 0x4c, 0x61, 0x6e, 0x67, 0x31, 0x18, 0xc1, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, - 0x65, 0x71, 0x4c, 0x61, 0x6e, 0x67, 0x31, 0x12, 0x1c, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x4c, 0x61, - 0x6e, 0x67, 0x32, 0x18, 0xc2, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x65, 0x71, - 0x4c, 0x61, 0x6e, 0x67, 0x32, 0x12, 0x1c, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x4c, 0x61, 0x6e, 0x67, - 0x33, 0x18, 0xc3, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x65, 0x71, 0x4c, 0x61, - 0x6e, 0x67, 0x33, 0x12, 0x18, 0x0a, 0x06, 0x72, 0x65, 0x71, 0x41, 0x67, 0x65, 0x18, 0xc5, 0x9c, - 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x65, 0x71, 0x41, 0x67, 0x65, 0x12, 0x26, 0x0a, - 0x0d, 0x72, 0x65, 0x71, 0x43, 0x69, 0x74, 0x79, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0xc9, - 0x9c, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x72, 0x65, 0x71, 0x43, 0x69, 0x74, 0x79, 0x5a, - 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x06, 0x72, 0x65, 0x71, 0x4f, 0x69, 0x6e, 0x18, - 0xd8, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x65, 0x71, 0x4f, 0x69, 0x6e, 0x12, - 0x22, 0x0a, 0x0b, 0x72, 0x65, 0x71, 0x42, 0x75, 0x62, 0x62, 0x6c, 0x65, 0x49, 0x64, 0x18, 0xdb, - 0x9c, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x72, 0x65, 0x71, 0x42, 0x75, 0x62, 0x62, 0x6c, - 0x65, 0x49, 0x64, 0x12, 0x2a, 0x0a, 0x0f, 0x72, 0x65, 0x71, 0x4d, 0x73, 0x73, 0x32, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x89, 0xa4, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, - 0x72, 0x65, 0x71, 0x4d, 0x73, 0x73, 0x32, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, - 0x28, 0x0a, 0x0e, 0x72, 0x65, 0x71, 0x4d, 0x73, 0x73, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x18, 0x8a, 0xa4, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x72, 0x65, 0x71, 0x4d, 0x73, - 0x73, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x08, 0x72, 0x65, 0x71, - 0x4c, 0x66, 0x6c, 0x61, 0x67, 0x18, 0x8b, 0xa4, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, - 0x65, 0x71, 0x4c, 0x66, 0x6c, 0x61, 0x67, 0x12, 0x20, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x45, 0x78, - 0x74, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x8c, 0xa4, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, - 0x65, 0x71, 0x45, 0x78, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x2a, 0x0a, 0x0f, 0x72, 0x65, 0x71, - 0x42, 0x61, 0x73, 0x69, 0x63, 0x53, 0x76, 0x72, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x8e, 0xa4, 0x01, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x72, 0x65, 0x71, 0x42, 0x61, 0x73, 0x69, 0x63, 0x53, 0x76, - 0x72, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x2a, 0x0a, 0x0f, 0x72, 0x65, 0x71, 0x42, 0x61, 0x73, 0x69, - 0x63, 0x43, 0x6c, 0x69, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x8f, 0xa4, 0x01, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x0f, 0x72, 0x65, 0x71, 0x42, 0x61, 0x73, 0x69, 0x63, 0x43, 0x6c, 0x69, 0x46, 0x6c, 0x61, - 0x67, 0x12, 0x2a, 0x0a, 0x0f, 0x72, 0x65, 0x71, 0x46, 0x75, 0x6c, 0x6c, 0x42, 0x69, 0x72, 0x74, - 0x68, 0x64, 0x61, 0x79, 0x18, 0x94, 0xcb, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x72, 0x65, - 0x71, 0x46, 0x75, 0x6c, 0x6c, 0x42, 0x69, 0x72, 0x74, 0x68, 0x64, 0x61, 0x79, 0x12, 0x20, 0x0a, - 0x0a, 0x72, 0x65, 0x71, 0x46, 0x75, 0x6c, 0x6c, 0x41, 0x67, 0x65, 0x18, 0x95, 0xcb, 0x01, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x65, 0x71, 0x46, 0x75, 0x6c, 0x6c, 0x41, 0x67, 0x65, 0x12, - 0x32, 0x0a, 0x13, 0x72, 0x65, 0x71, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x65, 0x55, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x9a, 0xcb, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x13, - 0x72, 0x65, 0x71, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, - 0x69, 0x6d, 0x65, 0x12, 0x2c, 0x0a, 0x10, 0x72, 0x65, 0x71, 0x4d, 0x73, 0x73, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x9b, 0xcb, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x10, 0x72, 0x65, 0x71, 0x4d, 0x73, 0x73, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, - 0x65, 0x12, 0x34, 0x0a, 0x14, 0x72, 0x65, 0x71, 0x50, 0x73, 0x74, 0x6e, 0x4d, 0x75, 0x6c, 0x74, - 0x69, 0x43, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x9c, 0xcb, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x14, 0x72, 0x65, 0x71, 0x50, 0x73, 0x74, 0x6e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x43, - 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x4e, 0x0a, 0x21, 0x72, 0x65, 0x71, 0x50, 0x73, - 0x74, 0x6e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x4c, 0x61, 0x73, 0x74, 0x47, 0x75, 0x69, 0x64, 0x65, - 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x9d, 0xcb, 0x01, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x21, 0x72, 0x65, 0x71, 0x50, 0x73, 0x74, 0x6e, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x4c, 0x61, 0x73, 0x74, 0x47, 0x75, 0x69, 0x64, 0x65, 0x52, 0x65, 0x63, 0x68, 0x61, - 0x72, 0x67, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x30, 0x0a, 0x12, 0x72, 0x65, 0x71, 0x50, 0x73, - 0x74, 0x6e, 0x43, 0x32, 0x63, 0x43, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x9e, 0xcb, - 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x72, 0x65, 0x71, 0x50, 0x73, 0x74, 0x6e, 0x43, 0x32, - 0x63, 0x43, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x4a, 0x0a, 0x1f, 0x72, 0x65, 0x71, - 0x50, 0x73, 0x74, 0x6e, 0x43, 0x32, 0x63, 0x4c, 0x61, 0x73, 0x74, 0x47, 0x75, 0x69, 0x64, 0x65, - 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x9f, 0xcb, 0x01, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x1f, 0x72, 0x65, 0x71, 0x50, 0x73, 0x74, 0x6e, 0x43, 0x32, 0x63, - 0x4c, 0x61, 0x73, 0x74, 0x47, 0x75, 0x69, 0x64, 0x65, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, - 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x36, 0x0a, 0x15, 0x72, 0x65, 0x71, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x4d, 0x65, 0x6d, 0x43, 0x72, 0x65, 0x64, 0x69, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x8e, - 0xd3, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x15, 0x72, 0x65, 0x71, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x4d, 0x65, 0x6d, 0x43, 0x72, 0x65, 0x64, 0x69, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x28, 0x0a, - 0x0e, 0x72, 0x65, 0x71, 0x46, 0x61, 0x63, 0x65, 0x41, 0x64, 0x64, 0x6f, 0x6e, 0x49, 0x64, 0x18, - 0x91, 0xd3, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x72, 0x65, 0x71, 0x46, 0x61, 0x63, 0x65, - 0x41, 0x64, 0x64, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0c, 0x72, 0x65, 0x71, 0x4d, 0x75, - 0x73, 0x69, 0x63, 0x47, 0x65, 0x6e, 0x65, 0x18, 0x92, 0xd3, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x0c, 0x72, 0x65, 0x71, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x47, 0x65, 0x6e, 0x65, 0x12, 0x2a, 0x0a, - 0x0f, 0x72, 0x65, 0x71, 0x53, 0x74, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x72, 0x4e, 0x69, 0x63, 0x6b, - 0x18, 0x9a, 0xd3, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x72, 0x65, 0x71, 0x53, 0x74, 0x72, - 0x61, 0x6e, 0x67, 0x65, 0x72, 0x4e, 0x69, 0x63, 0x6b, 0x12, 0x30, 0x0a, 0x12, 0x72, 0x65, 0x71, - 0x53, 0x74, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x72, 0x44, 0x65, 0x63, 0x6c, 0x61, 0x72, 0x65, 0x18, - 0x9b, 0xd3, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x72, 0x65, 0x71, 0x53, 0x74, 0x72, 0x61, - 0x6e, 0x67, 0x65, 0x72, 0x44, 0x65, 0x63, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x26, 0x0a, 0x0d, 0x72, - 0x65, 0x71, 0x4c, 0x6f, 0x76, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x9c, 0xd3, 0x01, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x72, 0x65, 0x71, 0x4c, 0x6f, 0x76, 0x65, 0x53, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x12, 0x26, 0x0a, 0x0d, 0x72, 0x65, 0x71, 0x50, 0x72, 0x6f, 0x66, 0x65, 0x73, - 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x9d, 0xd3, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x72, 0x65, - 0x71, 0x50, 0x72, 0x6f, 0x66, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x13, 0x72, - 0x65, 0x71, 0x56, 0x61, 0x73, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x72, 0x69, 0x6e, 0x67, 0x46, 0x6c, - 0x61, 0x67, 0x18, 0xa1, 0xd3, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x13, 0x72, 0x65, 0x71, 0x56, - 0x61, 0x73, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x72, 0x69, 0x6e, 0x67, 0x46, 0x6c, 0x61, 0x67, 0x12, - 0x1c, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x43, 0x68, 0x61, 0x72, 0x6d, 0x18, 0xac, 0xd3, 0x01, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x65, 0x71, 0x43, 0x68, 0x61, 0x72, 0x6d, 0x12, 0x30, 0x0a, - 0x12, 0x72, 0x65, 0x71, 0x41, 0x70, 0x6f, 0x6c, 0x6c, 0x6f, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, - 0x61, 0x6d, 0x70, 0x18, 0xb3, 0xd3, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x72, 0x65, 0x71, - 0x41, 0x70, 0x6f, 0x6c, 0x6c, 0x6f, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, - 0x2c, 0x0a, 0x10, 0x72, 0x65, 0x71, 0x56, 0x61, 0x73, 0x46, 0x6f, 0x6e, 0x74, 0x49, 0x64, 0x46, - 0x6c, 0x61, 0x67, 0x18, 0xc1, 0xd4, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, 0x72, 0x65, 0x71, - 0x56, 0x61, 0x73, 0x46, 0x6f, 0x6e, 0x74, 0x49, 0x64, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x32, 0x0a, - 0x13, 0x72, 0x65, 0x71, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c, - 0x65, 0x76, 0x65, 0x6c, 0x18, 0xc8, 0xd4, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x13, 0x72, 0x65, - 0x71, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x65, 0x76, 0x65, - 0x6c, 0x12, 0x44, 0x0a, 0x1c, 0x72, 0x65, 0x71, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x32, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x41, 0x75, 0x74, 0x6f, 0x41, 0x67, 0x72, 0x65, 0x65, 0x46, 0x6c, 0x61, - 0x67, 0x18, 0x9a, 0xbb, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x1c, 0x72, 0x65, 0x71, 0x49, 0x6e, - 0x76, 0x69, 0x74, 0x65, 0x32, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x75, 0x74, 0x6f, 0x41, 0x67, - 0x72, 0x65, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x4a, 0x0a, 0x1f, 0x72, 0x65, 0x71, 0x53, 0x75, - 0x62, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x54, - 0x68, 0x69, 0x72, 0x64, 0x51, 0x71, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x9c, 0xbb, 0x02, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x1f, 0x72, 0x65, 0x71, 0x53, 0x75, 0x62, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, - 0x74, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x54, 0x68, 0x69, 0x72, 0x64, 0x51, 0x71, 0x46, - 0x6c, 0x61, 0x67, 0x12, 0x4c, 0x0a, 0x20, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x50, 0x61, 0x72, - 0x74, 0x61, 0x6b, 0x65, 0x4c, 0x69, 0x6b, 0x65, 0x52, 0x61, 0x6e, 0x6b, 0x69, 0x6e, 0x67, 0x4c, - 0x69, 0x73, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x9e, 0xbb, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x20, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x50, 0x61, 0x72, 0x74, 0x61, 0x6b, 0x65, 0x4c, 0x69, - 0x6b, 0x65, 0x52, 0x61, 0x6e, 0x6b, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6c, 0x61, - 0x67, 0x12, 0x2e, 0x0a, 0x11, 0x72, 0x65, 0x71, 0x4c, 0x69, 0x67, 0x68, 0x74, 0x61, 0x6c, 0x6b, - 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x18, 0xba, 0xbc, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, - 0x72, 0x65, 0x71, 0x4c, 0x69, 0x67, 0x68, 0x74, 0x61, 0x6c, 0x6b, 0x53, 0x77, 0x69, 0x74, 0x63, - 0x68, 0x12, 0x32, 0x0a, 0x13, 0x72, 0x65, 0x71, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x52, 0x69, 0x6e, - 0x67, 0x56, 0x69, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x18, 0xbb, 0xbc, 0x02, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x13, 0x72, 0x65, 0x71, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x52, 0x69, 0x6e, 0x67, 0x56, 0x69, - 0x73, 0x69, 0x62, 0x6c, 0x65, 0x12, 0x34, 0x0a, 0x14, 0x72, 0x65, 0x71, 0x4d, 0x75, 0x73, 0x69, - 0x63, 0x52, 0x69, 0x6e, 0x67, 0x41, 0x75, 0x74, 0x6f, 0x70, 0x6c, 0x61, 0x79, 0x18, 0xbc, 0xbc, - 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x14, 0x72, 0x65, 0x71, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x52, - 0x69, 0x6e, 0x67, 0x41, 0x75, 0x74, 0x6f, 0x70, 0x6c, 0x61, 0x79, 0x12, 0x34, 0x0a, 0x14, 0x72, - 0x65, 0x71, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x52, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x64, 0x70, 0x6f, - 0x69, 0x6e, 0x74, 0x18, 0xbd, 0xbc, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x14, 0x72, 0x65, 0x71, - 0x4d, 0x75, 0x73, 0x69, 0x63, 0x52, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x64, 0x70, 0x6f, 0x69, 0x6e, - 0x74, 0x12, 0x2c, 0x0a, 0x10, 0x74, 0x6f, 0x72, 0x63, 0x68, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, - 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0xcd, 0xbc, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, 0x74, - 0x6f, 0x72, 0x63, 0x68, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, - 0x32, 0x0a, 0x13, 0x72, 0x65, 0x71, 0x56, 0x61, 0x73, 0x4d, 0x61, 0x67, 0x69, 0x63, 0x66, 0x6f, - 0x6e, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x18, 0xd2, 0xbc, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x13, - 0x72, 0x65, 0x71, 0x56, 0x61, 0x73, 0x4d, 0x61, 0x67, 0x69, 0x63, 0x66, 0x6f, 0x6e, 0x74, 0x46, - 0x6c, 0x61, 0x67, 0x12, 0x20, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x56, 0x69, 0x70, 0x46, 0x6c, 0x61, - 0x67, 0x18, 0x9c, 0xc6, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x65, 0x71, 0x56, 0x69, - 0x70, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x22, 0x0a, 0x0b, 0x72, 0x65, 0x71, 0x41, 0x75, 0x74, 0x68, - 0x46, 0x6c, 0x61, 0x67, 0x18, 0xb7, 0xc6, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x72, 0x65, - 0x71, 0x41, 0x75, 0x74, 0x68, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x26, 0x0a, 0x0d, 0x72, 0x65, 0x71, - 0x46, 0x6f, 0x72, 0x62, 0x69, 0x64, 0x46, 0x6c, 0x61, 0x67, 0x18, 0xb8, 0xc6, 0x02, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x0d, 0x72, 0x65, 0x71, 0x46, 0x6f, 0x72, 0x62, 0x69, 0x64, 0x46, 0x6c, 0x61, - 0x67, 0x12, 0x24, 0x0a, 0x0c, 0x72, 0x65, 0x71, 0x47, 0x6f, 0x64, 0x46, 0x6f, 0x72, 0x62, 0x69, - 0x64, 0x18, 0xcc, 0xc6, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x72, 0x65, 0x71, 0x47, 0x6f, - 0x64, 0x46, 0x6f, 0x72, 0x62, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x47, 0x6f, - 0x64, 0x46, 0x6c, 0x61, 0x67, 0x18, 0xcd, 0xc6, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, - 0x65, 0x71, 0x47, 0x6f, 0x64, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x26, 0x0a, 0x0d, 0x72, 0x65, 0x71, - 0x43, 0x68, 0x61, 0x72, 0x6d, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0xde, 0xc7, 0x02, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x0d, 0x72, 0x65, 0x71, 0x43, 0x68, 0x61, 0x72, 0x6d, 0x4c, 0x65, 0x76, 0x65, - 0x6c, 0x12, 0x26, 0x0a, 0x0d, 0x72, 0x65, 0x71, 0x43, 0x68, 0x61, 0x72, 0x6d, 0x53, 0x68, 0x6f, - 0x77, 0x6e, 0x18, 0xf5, 0xc7, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x72, 0x65, 0x71, 0x43, - 0x68, 0x61, 0x72, 0x6d, 0x53, 0x68, 0x6f, 0x77, 0x6e, 0x12, 0x38, 0x0a, 0x16, 0x72, 0x65, 0x71, - 0x46, 0x72, 0x65, 0x73, 0x68, 0x6e, 0x65, 0x77, 0x73, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x46, - 0x6c, 0x61, 0x67, 0x18, 0x89, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x16, 0x72, 0x65, 0x71, - 0x46, 0x72, 0x65, 0x73, 0x68, 0x6e, 0x65, 0x77, 0x73, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x46, - 0x6c, 0x61, 0x67, 0x12, 0x2e, 0x0a, 0x11, 0x72, 0x65, 0x71, 0x41, 0x70, 0x6f, 0x6c, 0x6c, 0x6f, - 0x56, 0x69, 0x70, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x8f, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x11, 0x72, 0x65, 0x71, 0x41, 0x70, 0x6f, 0x6c, 0x6c, 0x6f, 0x56, 0x69, 0x70, 0x4c, 0x65, - 0x76, 0x65, 0x6c, 0x12, 0x2c, 0x0a, 0x10, 0x72, 0x65, 0x71, 0x41, 0x70, 0x6f, 0x6c, 0x6c, 0x6f, - 0x56, 0x69, 0x70, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x93, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x10, 0x72, 0x65, 0x71, 0x41, 0x70, 0x6f, 0x6c, 0x6c, 0x6f, 0x56, 0x69, 0x70, 0x46, 0x6c, 0x61, - 0x67, 0x12, 0x26, 0x0a, 0x0d, 0x72, 0x65, 0x71, 0x50, 0x73, 0x74, 0x6e, 0x43, 0x32, 0x63, 0x56, - 0x69, 0x70, 0x18, 0x95, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x72, 0x65, 0x71, 0x50, - 0x73, 0x74, 0x6e, 0x43, 0x32, 0x63, 0x56, 0x69, 0x70, 0x12, 0x2a, 0x0a, 0x0f, 0x72, 0x65, 0x71, - 0x50, 0x73, 0x74, 0x6e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x56, 0x69, 0x70, 0x18, 0x96, 0xc8, 0x02, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x72, 0x65, 0x71, 0x50, 0x73, 0x74, 0x6e, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x56, 0x69, 0x70, 0x12, 0x2e, 0x0a, 0x11, 0x72, 0x65, 0x71, 0x50, 0x73, 0x74, 0x6e, - 0x45, 0x76, 0x65, 0x72, 0x43, 0x32, 0x63, 0x56, 0x69, 0x70, 0x18, 0x97, 0xc8, 0x02, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x11, 0x72, 0x65, 0x71, 0x50, 0x73, 0x74, 0x6e, 0x45, 0x76, 0x65, 0x72, 0x43, - 0x32, 0x63, 0x56, 0x69, 0x70, 0x12, 0x32, 0x0a, 0x13, 0x72, 0x65, 0x71, 0x50, 0x73, 0x74, 0x6e, - 0x45, 0x76, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x56, 0x69, 0x70, 0x18, 0x98, 0xc8, 0x02, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x13, 0x72, 0x65, 0x71, 0x50, 0x73, 0x74, 0x6e, 0x45, 0x76, 0x65, - 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x56, 0x69, 0x70, 0x12, 0x32, 0x0a, 0x13, 0x72, 0x65, 0x71, - 0x50, 0x73, 0x74, 0x6e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x54, 0x72, 0x79, 0x46, 0x6c, 0x61, 0x67, - 0x18, 0x9b, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x13, 0x72, 0x65, 0x71, 0x50, 0x73, 0x74, - 0x6e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x54, 0x72, 0x79, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x2e, 0x0a, - 0x11, 0x72, 0x65, 0x71, 0x50, 0x73, 0x74, 0x6e, 0x43, 0x32, 0x63, 0x54, 0x72, 0x79, 0x46, 0x6c, - 0x61, 0x67, 0x18, 0x9c, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x72, 0x65, 0x71, 0x50, - 0x73, 0x74, 0x6e, 0x43, 0x32, 0x63, 0x54, 0x72, 0x79, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x4e, 0x0a, - 0x21, 0x72, 0x65, 0x71, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x4e, 0x65, 0x61, - 0x72, 0x62, 0x79, 0x61, 0x73, 0x73, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x74, 0x53, 0x77, 0x69, 0x74, - 0x63, 0x68, 0x18, 0xa8, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x21, 0x72, 0x65, 0x71, 0x53, - 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x4e, 0x65, 0x61, 0x72, 0x62, 0x79, 0x61, 0x73, - 0x73, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x74, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x12, 0x30, 0x0a, - 0x12, 0x72, 0x65, 0x71, 0x54, 0x6f, 0x72, 0x63, 0x68, 0x62, 0x65, 0x61, 0x72, 0x65, 0x72, 0x46, - 0x6c, 0x61, 0x67, 0x18, 0xc3, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x72, 0x65, 0x71, - 0x54, 0x6f, 0x72, 0x63, 0x68, 0x62, 0x65, 0x61, 0x72, 0x65, 0x72, 0x46, 0x6c, 0x61, 0x67, 0x12, - 0x30, 0x0a, 0x12, 0x70, 0x72, 0x65, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, - 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0xd9, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x70, - 0x72, 0x65, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x46, 0x6c, 0x61, - 0x67, 0x12, 0x2c, 0x0a, 0x10, 0x72, 0x65, 0x71, 0x4d, 0x65, 0x64, 0x61, 0x6c, 0x77, 0x61, 0x6c, - 0x6c, 0x46, 0x6c, 0x61, 0x67, 0x18, 0xdb, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, 0x72, - 0x65, 0x71, 0x4d, 0x65, 0x64, 0x61, 0x6c, 0x77, 0x61, 0x6c, 0x6c, 0x46, 0x6c, 0x61, 0x67, 0x12, - 0x42, 0x0a, 0x1b, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x4f, 0x6e, 0x4c, 0x69, 0x6b, 0x65, 0x52, - 0x61, 0x6e, 0x6b, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x18, 0xec, - 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x1b, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x4f, 0x6e, - 0x4c, 0x69, 0x6b, 0x65, 0x52, 0x61, 0x6e, 0x6b, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x46, - 0x6c, 0x61, 0x67, 0x12, 0x2a, 0x0a, 0x0f, 0x72, 0x65, 0x71, 0x41, 0x70, 0x6f, 0x6c, 0x6c, 0x6f, - 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0xe4, 0xcf, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, - 0x72, 0x65, 0x71, 0x41, 0x70, 0x6f, 0x6c, 0x6c, 0x6f, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, - 0x5c, 0x0a, 0x0b, 0x44, 0x35, 0x45, 0x42, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x25, - 0x0a, 0x07, 0x75, 0x69, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x0b, 0x2e, 0x55, 0x64, 0x63, 0x55, 0x69, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x07, 0x75, 0x69, - 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x26, 0x0a, 0x0e, 0x75, 0x6e, 0x66, 0x69, 0x6e, 0x69, 0x73, - 0x68, 0x65, 0x64, 0x55, 0x69, 0x6e, 0x73, 0x18, 0x0c, 0x20, 0x03, 0x28, 0x03, 0x52, 0x0e, 0x75, - 0x6e, 0x66, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x65, 0x64, 0x55, 0x69, 0x6e, 0x73, 0x22, 0xe8, 0x17, - 0x0a, 0x0a, 0x55, 0x64, 0x63, 0x55, 0x69, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x10, 0x0a, 0x03, - 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x16, - 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, - 0x6f, 0x70, 0x65, 0x6e, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x04, 0x6e, 0x69, 0x63, 0x6b, 0x18, 0xa2, - 0x9c, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x6e, 0x69, 0x63, 0x6b, 0x12, 0x1a, 0x0a, 0x07, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x18, 0xa3, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x07, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x1c, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, - 0x69, 0x6e, 0x63, 0x65, 0x18, 0xa4, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x70, 0x72, - 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12, 0x18, 0x0a, 0x06, 0x67, 0x65, 0x6e, 0x64, 0x65, 0x72, - 0x18, 0xa9, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x67, 0x65, 0x6e, 0x64, 0x65, 0x72, - 0x12, 0x16, 0x0a, 0x05, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x18, 0xae, 0x9c, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x05, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x12, 0x18, 0x0a, 0x06, 0x66, 0x61, 0x63, 0x65, - 0x49, 0x64, 0x18, 0xaf, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x66, 0x61, 0x63, 0x65, - 0x49, 0x64, 0x12, 0x14, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0xb4, 0x9c, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x04, 0x63, 0x69, 0x74, 0x79, 0x12, 0x26, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x73, - 0x74, 0x65, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0xb6, 0x9c, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x65, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x12, 0x24, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x6c, 0x61, 0x63, 0x65, 0x31, - 0x18, 0xbb, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, - 0x50, 0x6c, 0x61, 0x63, 0x65, 0x31, 0x12, 0x2a, 0x0a, 0x0f, 0x6d, 0x73, 0x73, 0x33, 0x42, 0x69, - 0x74, 0x6d, 0x61, 0x70, 0x65, 0x78, 0x74, 0x72, 0x61, 0x18, 0xbe, 0x9c, 0x01, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x0f, 0x6d, 0x73, 0x73, 0x33, 0x42, 0x69, 0x74, 0x6d, 0x61, 0x70, 0x65, 0x78, 0x74, - 0x72, 0x61, 0x12, 0x1c, 0x0a, 0x08, 0x62, 0x69, 0x72, 0x74, 0x68, 0x64, 0x61, 0x79, 0x18, 0xbf, - 0x9c, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x62, 0x69, 0x72, 0x74, 0x68, 0x64, 0x61, 0x79, - 0x12, 0x18, 0x0a, 0x06, 0x63, 0x69, 0x74, 0x79, 0x49, 0x64, 0x18, 0xc0, 0x9c, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x06, 0x63, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x05, 0x6c, 0x61, - 0x6e, 0x67, 0x31, 0x18, 0xc1, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x61, 0x6e, - 0x67, 0x31, 0x12, 0x16, 0x0a, 0x05, 0x6c, 0x61, 0x6e, 0x67, 0x32, 0x18, 0xc2, 0x9c, 0x01, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x61, 0x6e, 0x67, 0x32, 0x12, 0x16, 0x0a, 0x05, 0x6c, 0x61, - 0x6e, 0x67, 0x33, 0x18, 0xc3, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x61, 0x6e, - 0x67, 0x33, 0x12, 0x12, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0xc5, 0x9c, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x20, 0x0a, 0x0a, 0x63, 0x69, 0x74, 0x79, 0x5a, 0x6f, - 0x6e, 0x65, 0x49, 0x64, 0x18, 0xc9, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x63, 0x69, - 0x74, 0x79, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x03, 0x6f, 0x69, 0x6e, 0x18, - 0xd8, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6f, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x08, - 0x62, 0x75, 0x62, 0x62, 0x6c, 0x65, 0x49, 0x64, 0x18, 0xdb, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x08, 0x62, 0x75, 0x62, 0x62, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0c, 0x6d, 0x73, - 0x73, 0x32, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x89, 0xa4, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x0c, 0x6d, 0x73, 0x73, 0x32, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x12, 0x22, 0x0a, 0x0b, 0x6d, 0x73, 0x73, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, - 0x8a, 0xa4, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x6d, 0x73, 0x73, 0x31, 0x53, 0x65, 0x72, - 0x76, 0x69, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x05, 0x6c, 0x66, 0x6c, 0x61, 0x67, 0x18, 0x8b, 0xa4, - 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x66, 0x6c, 0x61, 0x67, 0x12, 0x1a, 0x0a, 0x07, - 0x65, 0x78, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x8c, 0xa4, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x07, 0x65, 0x78, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x24, 0x0a, 0x0c, 0x62, 0x61, 0x73, 0x69, - 0x63, 0x53, 0x76, 0x72, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x8e, 0xa4, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x0c, 0x62, 0x61, 0x73, 0x69, 0x63, 0x53, 0x76, 0x72, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x24, - 0x0a, 0x0c, 0x62, 0x61, 0x73, 0x69, 0x63, 0x43, 0x6c, 0x69, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x8f, - 0xa4, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x62, 0x61, 0x73, 0x69, 0x63, 0x43, 0x6c, 0x69, - 0x46, 0x6c, 0x61, 0x67, 0x12, 0x24, 0x0a, 0x0c, 0x66, 0x75, 0x6c, 0x6c, 0x42, 0x69, 0x72, 0x74, - 0x68, 0x64, 0x61, 0x79, 0x18, 0x94, 0xcb, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x66, 0x75, - 0x6c, 0x6c, 0x42, 0x69, 0x72, 0x74, 0x68, 0x64, 0x61, 0x79, 0x12, 0x1a, 0x0a, 0x07, 0x66, 0x75, - 0x6c, 0x6c, 0x41, 0x67, 0x65, 0x18, 0x95, 0xcb, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, - 0x75, 0x6c, 0x6c, 0x41, 0x67, 0x65, 0x12, 0x2c, 0x0a, 0x10, 0x73, 0x69, 0x6d, 0x70, 0x6c, 0x65, - 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x9a, 0xcb, 0x01, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x10, 0x73, 0x69, 0x6d, 0x70, 0x6c, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x54, 0x69, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0d, 0x6d, 0x73, 0x73, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x9b, 0xcb, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x6d, - 0x73, 0x73, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x2e, 0x0a, 0x11, - 0x70, 0x73, 0x74, 0x6e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x43, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x6d, - 0x65, 0x18, 0x9c, 0xcb, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x70, 0x73, 0x74, 0x6e, 0x4d, - 0x75, 0x6c, 0x74, 0x69, 0x43, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x48, 0x0a, 0x1e, - 0x70, 0x73, 0x74, 0x6e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x4c, 0x61, 0x73, 0x74, 0x47, 0x75, 0x69, - 0x64, 0x65, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x9d, - 0xcb, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x1e, 0x70, 0x73, 0x74, 0x6e, 0x4d, 0x75, 0x6c, 0x74, - 0x69, 0x4c, 0x61, 0x73, 0x74, 0x47, 0x75, 0x69, 0x64, 0x65, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, - 0x67, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x0f, 0x70, 0x73, 0x74, 0x6e, 0x43, 0x32, - 0x63, 0x43, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x9e, 0xcb, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0f, 0x70, 0x73, 0x74, 0x6e, 0x43, 0x32, 0x63, 0x43, 0x61, 0x6c, 0x6c, 0x54, 0x69, - 0x6d, 0x65, 0x12, 0x44, 0x0a, 0x1c, 0x70, 0x73, 0x74, 0x6e, 0x43, 0x32, 0x63, 0x4c, 0x61, 0x73, - 0x74, 0x47, 0x75, 0x69, 0x64, 0x65, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x54, 0x69, - 0x6d, 0x65, 0x18, 0x9f, 0xcb, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x1c, 0x70, 0x73, 0x74, 0x6e, - 0x43, 0x32, 0x63, 0x4c, 0x61, 0x73, 0x74, 0x47, 0x75, 0x69, 0x64, 0x65, 0x52, 0x65, 0x63, 0x68, - 0x61, 0x72, 0x67, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x30, 0x0a, 0x12, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x4d, 0x65, 0x6d, 0x43, 0x72, 0x65, 0x64, 0x69, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x8e, - 0xd3, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, - 0x43, 0x72, 0x65, 0x64, 0x69, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x22, 0x0a, 0x0b, 0x66, 0x61, - 0x63, 0x65, 0x41, 0x64, 0x64, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x91, 0xd3, 0x01, 0x20, 0x01, 0x28, - 0x03, 0x52, 0x0b, 0x66, 0x61, 0x63, 0x65, 0x41, 0x64, 0x64, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1e, - 0x0a, 0x09, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x47, 0x65, 0x6e, 0x65, 0x18, 0x92, 0xd3, 0x01, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x09, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x47, 0x65, 0x6e, 0x65, 0x12, 0x24, - 0x0a, 0x0c, 0x73, 0x74, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x72, 0x4e, 0x69, 0x63, 0x6b, 0x18, 0x9a, - 0xd3, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x73, 0x74, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x72, - 0x4e, 0x69, 0x63, 0x6b, 0x12, 0x2a, 0x0a, 0x0f, 0x73, 0x74, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x72, - 0x44, 0x65, 0x63, 0x6c, 0x61, 0x72, 0x65, 0x18, 0x9b, 0xd3, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x0f, 0x73, 0x74, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x72, 0x44, 0x65, 0x63, 0x6c, 0x61, 0x72, 0x65, - 0x12, 0x20, 0x0a, 0x0a, 0x6c, 0x6f, 0x76, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x9c, - 0xd3, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6c, 0x6f, 0x76, 0x65, 0x53, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x12, 0x20, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x66, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x18, 0x9d, 0xd3, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x66, 0x65, 0x73, - 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x28, 0x0a, 0x0e, 0x76, 0x61, 0x73, 0x43, 0x6f, 0x6c, 0x6f, 0x72, - 0x72, 0x69, 0x6e, 0x67, 0x49, 0x64, 0x18, 0xa1, 0xd3, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, - 0x76, 0x61, 0x73, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x72, 0x69, 0x6e, 0x67, 0x49, 0x64, 0x12, 0x16, - 0x0a, 0x05, 0x63, 0x68, 0x61, 0x72, 0x6d, 0x18, 0xac, 0xd3, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x05, 0x63, 0x68, 0x61, 0x72, 0x6d, 0x12, 0x2a, 0x0a, 0x0f, 0x61, 0x70, 0x6f, 0x6c, 0x6c, 0x6f, - 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0xb3, 0xd3, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0f, 0x61, 0x70, 0x6f, 0x6c, 0x6c, 0x6f, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, - 0x6d, 0x70, 0x12, 0x1e, 0x0a, 0x09, 0x76, 0x61, 0x73, 0x46, 0x6f, 0x6e, 0x74, 0x49, 0x64, 0x18, - 0xc1, 0xd4, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x76, 0x61, 0x73, 0x46, 0x6f, 0x6e, 0x74, - 0x49, 0x64, 0x12, 0x2c, 0x0a, 0x10, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0xc8, 0xd4, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, - 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x65, 0x76, 0x65, 0x6c, - 0x12, 0x44, 0x0a, 0x1c, 0x72, 0x65, 0x71, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x32, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x41, 0x75, 0x74, 0x6f, 0x41, 0x67, 0x72, 0x65, 0x65, 0x46, 0x6c, 0x61, 0x67, - 0x18, 0x9a, 0xbb, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x1c, 0x72, 0x65, 0x71, 0x49, 0x6e, 0x76, - 0x69, 0x74, 0x65, 0x32, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x75, 0x74, 0x6f, 0x41, 0x67, 0x72, - 0x65, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x44, 0x0a, 0x1c, 0x73, 0x75, 0x62, 0x61, 0x63, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x54, 0x68, 0x69, 0x72, 0x64, - 0x51, 0x71, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x9c, 0xbb, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x1c, - 0x73, 0x75, 0x62, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, - 0x79, 0x54, 0x68, 0x69, 0x72, 0x64, 0x51, 0x71, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x4c, 0x0a, 0x20, - 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x50, 0x61, 0x72, 0x74, 0x61, 0x6b, 0x65, 0x4c, 0x69, 0x6b, - 0x65, 0x52, 0x61, 0x6e, 0x6b, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6c, 0x61, 0x67, - 0x18, 0x9e, 0xbb, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x20, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, - 0x50, 0x61, 0x72, 0x74, 0x61, 0x6b, 0x65, 0x4c, 0x69, 0x6b, 0x65, 0x52, 0x61, 0x6e, 0x6b, 0x69, - 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x28, 0x0a, 0x0e, 0x6c, 0x69, - 0x67, 0x68, 0x74, 0x61, 0x6c, 0x6b, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x18, 0xba, 0xbc, 0x02, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x61, 0x6c, 0x6b, 0x53, 0x77, - 0x69, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x10, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x52, 0x69, 0x6e, - 0x67, 0x56, 0x69, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x18, 0xbb, 0xbc, 0x02, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x10, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x52, 0x69, 0x6e, 0x67, 0x56, 0x69, 0x73, 0x69, 0x62, - 0x6c, 0x65, 0x12, 0x2e, 0x0a, 0x11, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x52, 0x69, 0x6e, 0x67, 0x41, - 0x75, 0x74, 0x6f, 0x70, 0x6c, 0x61, 0x79, 0x18, 0xbc, 0xbc, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x11, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x52, 0x69, 0x6e, 0x67, 0x41, 0x75, 0x74, 0x6f, 0x70, 0x6c, - 0x61, 0x79, 0x12, 0x2e, 0x0a, 0x11, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x52, 0x69, 0x6e, 0x67, 0x52, - 0x65, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x18, 0xbd, 0xbc, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x11, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x52, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x64, 0x70, 0x6f, 0x69, - 0x6e, 0x74, 0x12, 0x2c, 0x0a, 0x10, 0x74, 0x6f, 0x72, 0x63, 0x68, 0x44, 0x69, 0x73, 0x61, 0x62, - 0x6c, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0xcd, 0xbc, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, - 0x74, 0x6f, 0x72, 0x63, 0x68, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x46, 0x6c, 0x61, 0x67, - 0x12, 0x2c, 0x0a, 0x10, 0x76, 0x61, 0x73, 0x4d, 0x61, 0x67, 0x69, 0x63, 0x66, 0x6f, 0x6e, 0x74, - 0x46, 0x6c, 0x61, 0x67, 0x18, 0xd2, 0xbc, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, 0x76, 0x61, - 0x73, 0x4d, 0x61, 0x67, 0x69, 0x63, 0x66, 0x6f, 0x6e, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1a, - 0x0a, 0x07, 0x76, 0x69, 0x70, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x9c, 0xc6, 0x02, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x07, 0x76, 0x69, 0x70, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1c, 0x0a, 0x08, 0x61, 0x75, - 0x74, 0x68, 0x46, 0x6c, 0x61, 0x67, 0x18, 0xb7, 0xc6, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, - 0x61, 0x75, 0x74, 0x68, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x20, 0x0a, 0x0a, 0x66, 0x6f, 0x72, 0x62, - 0x69, 0x64, 0x46, 0x6c, 0x61, 0x67, 0x18, 0xb8, 0xc6, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, - 0x66, 0x6f, 0x72, 0x62, 0x69, 0x64, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1e, 0x0a, 0x09, 0x67, 0x6f, - 0x64, 0x46, 0x6f, 0x72, 0x62, 0x69, 0x64, 0x18, 0xcc, 0xc6, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x09, 0x67, 0x6f, 0x64, 0x46, 0x6f, 0x72, 0x62, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x07, 0x67, 0x6f, - 0x64, 0x46, 0x6c, 0x61, 0x67, 0x18, 0xcd, 0xc6, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x67, - 0x6f, 0x64, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x20, 0x0a, 0x0a, 0x63, 0x68, 0x61, 0x72, 0x6d, 0x4c, - 0x65, 0x76, 0x65, 0x6c, 0x18, 0xde, 0xc7, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x63, 0x68, - 0x61, 0x72, 0x6d, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x20, 0x0a, 0x0a, 0x63, 0x68, 0x61, 0x72, - 0x6d, 0x53, 0x68, 0x6f, 0x77, 0x6e, 0x18, 0xf5, 0xc7, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, - 0x63, 0x68, 0x61, 0x72, 0x6d, 0x53, 0x68, 0x6f, 0x77, 0x6e, 0x12, 0x32, 0x0a, 0x13, 0x66, 0x72, - 0x65, 0x73, 0x68, 0x6e, 0x65, 0x77, 0x73, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x46, 0x6c, 0x61, - 0x67, 0x18, 0x89, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x13, 0x66, 0x72, 0x65, 0x73, 0x68, - 0x6e, 0x65, 0x77, 0x73, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x28, - 0x0a, 0x0e, 0x61, 0x70, 0x6f, 0x6c, 0x6c, 0x6f, 0x56, 0x69, 0x70, 0x4c, 0x65, 0x76, 0x65, 0x6c, - 0x18, 0x8f, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x61, 0x70, 0x6f, 0x6c, 0x6c, 0x6f, - 0x56, 0x69, 0x70, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x26, 0x0a, 0x0d, 0x61, 0x70, 0x6f, 0x6c, - 0x6c, 0x6f, 0x56, 0x69, 0x70, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x93, 0xc8, 0x02, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0d, 0x61, 0x70, 0x6f, 0x6c, 0x6c, 0x6f, 0x56, 0x69, 0x70, 0x46, 0x6c, 0x61, 0x67, - 0x12, 0x20, 0x0a, 0x0a, 0x70, 0x73, 0x74, 0x6e, 0x43, 0x32, 0x63, 0x56, 0x69, 0x70, 0x18, 0x95, - 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x70, 0x73, 0x74, 0x6e, 0x43, 0x32, 0x63, 0x56, - 0x69, 0x70, 0x12, 0x24, 0x0a, 0x0c, 0x70, 0x73, 0x74, 0x6e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x56, - 0x69, 0x70, 0x18, 0x96, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x70, 0x73, 0x74, 0x6e, - 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x56, 0x69, 0x70, 0x12, 0x28, 0x0a, 0x0e, 0x70, 0x73, 0x74, 0x6e, - 0x45, 0x76, 0x65, 0x72, 0x43, 0x32, 0x63, 0x56, 0x69, 0x70, 0x18, 0x97, 0xc8, 0x02, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x0e, 0x70, 0x73, 0x74, 0x6e, 0x45, 0x76, 0x65, 0x72, 0x43, 0x32, 0x63, 0x56, - 0x69, 0x70, 0x12, 0x2c, 0x0a, 0x10, 0x70, 0x73, 0x74, 0x6e, 0x45, 0x76, 0x65, 0x72, 0x4d, 0x75, - 0x6c, 0x74, 0x69, 0x56, 0x69, 0x70, 0x18, 0x98, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, - 0x70, 0x73, 0x74, 0x6e, 0x45, 0x76, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x56, 0x69, 0x70, - 0x12, 0x2c, 0x0a, 0x10, 0x70, 0x73, 0x74, 0x6e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x54, 0x72, 0x79, - 0x46, 0x6c, 0x61, 0x67, 0x18, 0x9b, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, 0x70, 0x73, - 0x74, 0x6e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x54, 0x72, 0x79, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x28, - 0x0a, 0x0e, 0x70, 0x73, 0x74, 0x6e, 0x43, 0x32, 0x63, 0x54, 0x72, 0x79, 0x46, 0x6c, 0x61, 0x67, - 0x18, 0x9c, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x70, 0x73, 0x74, 0x6e, 0x43, 0x32, - 0x63, 0x54, 0x72, 0x79, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x48, 0x0a, 0x1e, 0x73, 0x75, 0x62, 0x73, - 0x63, 0x72, 0x69, 0x62, 0x65, 0x4e, 0x65, 0x61, 0x72, 0x62, 0x79, 0x61, 0x73, 0x73, 0x69, 0x73, - 0x74, 0x61, 0x6e, 0x74, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x18, 0xa8, 0xc8, 0x02, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x1e, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x4e, 0x65, 0x61, - 0x72, 0x62, 0x79, 0x61, 0x73, 0x73, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x74, 0x53, 0x77, 0x69, 0x74, - 0x63, 0x68, 0x12, 0x2a, 0x0a, 0x0f, 0x74, 0x6f, 0x72, 0x63, 0x68, 0x62, 0x65, 0x61, 0x72, 0x65, - 0x72, 0x46, 0x6c, 0x61, 0x67, 0x18, 0xc3, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x74, - 0x6f, 0x72, 0x63, 0x68, 0x62, 0x65, 0x61, 0x72, 0x65, 0x72, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x30, - 0x0a, 0x12, 0x70, 0x72, 0x65, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, - 0x46, 0x6c, 0x61, 0x67, 0x18, 0xd9, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x70, 0x72, - 0x65, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x46, 0x6c, 0x61, 0x67, - 0x12, 0x2c, 0x0a, 0x10, 0x72, 0x65, 0x71, 0x4d, 0x65, 0x64, 0x61, 0x6c, 0x77, 0x61, 0x6c, 0x6c, - 0x46, 0x6c, 0x61, 0x67, 0x18, 0xdb, 0xc8, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, 0x72, 0x65, - 0x71, 0x4d, 0x65, 0x64, 0x61, 0x6c, 0x77, 0x61, 0x6c, 0x6c, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x42, - 0x0a, 0x1b, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x4f, 0x6e, 0x4c, 0x69, 0x6b, 0x65, 0x52, 0x61, - 0x6e, 0x6b, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x18, 0xec, 0xc8, - 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x1b, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x4f, 0x6e, 0x4c, - 0x69, 0x6b, 0x65, 0x52, 0x61, 0x6e, 0x6b, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6c, - 0x61, 0x67, 0x12, 0x24, 0x0a, 0x0c, 0x61, 0x70, 0x6f, 0x6c, 0x6c, 0x6f, 0x53, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x18, 0xe4, 0xcf, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x61, 0x70, 0x6f, 0x6c, - 0x6c, 0x6f, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x09, 0x5a, 0x07, 0x2e, 0x2f, 0x3b, 0x6f, - 0x69, 0x64, 0x62, -} - -var ( - file_oidb0x5eb_proto_rawDescOnce sync.Once - file_oidb0x5eb_proto_rawDescData = file_oidb0x5eb_proto_rawDesc -) - -func file_oidb0x5eb_proto_rawDescGZIP() []byte { - file_oidb0x5eb_proto_rawDescOnce.Do(func() { - file_oidb0x5eb_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0x5eb_proto_rawDescData) - }) - return file_oidb0x5eb_proto_rawDescData -} - -var file_oidb0x5eb_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_oidb0x5eb_proto_goTypes = []interface{}{ - (*D5EBReqBody)(nil), // 0: D5EBReqBody - (*D5EBRspBody)(nil), // 1: D5EBRspBody - (*UdcUinData)(nil), // 2: UdcUinData -} -var file_oidb0x5eb_proto_depIdxs = []int32{ - 2, // 0: D5EBRspBody.uinData:type_name -> UdcUinData - 1, // [1:1] is the sub-list for method output_type - 1, // [1:1] is the sub-list for method input_type - 1, // [1:1] is the sub-list for extension type_name - 1, // [1:1] is the sub-list for extension extendee - 0, // [0:1] is the sub-list for field type_name -} - -func init() { file_oidb0x5eb_proto_init() } -func file_oidb0x5eb_proto_init() { - if File_oidb0x5eb_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_oidb0x5eb_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D5EBReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x5eb_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D5EBRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x5eb_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UdcUinData); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_oidb0x5eb_proto_rawDesc, - NumEnums: 0, - NumMessages: 3, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_oidb0x5eb_proto_goTypes, - DependencyIndexes: file_oidb0x5eb_proto_depIdxs, - MessageInfos: file_oidb0x5eb_proto_msgTypes, - }.Build() - File_oidb0x5eb_proto = out.File - file_oidb0x5eb_proto_rawDesc = nil - file_oidb0x5eb_proto_goTypes = nil - file_oidb0x5eb_proto_depIdxs = nil -} diff --git a/client/pb/oidb/oidb0x6d6.pb.go b/client/pb/oidb/oidb0x6d6.pb.go index e84d841f..a0777b8c 100644 --- a/client/pb/oidb/oidb0x6d6.pb.go +++ b/client/pb/oidb/oidb0x6d6.pb.go @@ -1,68 +1,14 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: oidb0x6d6.proto package oidb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type DeleteFileReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode int64 `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"` - AppId int32 `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"` - BusId int32 `protobuf:"varint,3,opt,name=busId,proto3" json:"busId,omitempty"` - ParentFolderId string `protobuf:"bytes,4,opt,name=parentFolderId,proto3" json:"parentFolderId,omitempty"` - FileId string `protobuf:"bytes,5,opt,name=fileId,proto3" json:"fileId,omitempty"` -} - -func (x *DeleteFileReqBody) Reset() { - *x = DeleteFileReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d6_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DeleteFileReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DeleteFileReqBody) ProtoMessage() {} - -func (x *DeleteFileReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d6_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DeleteFileReqBody.ProtoReflect.Descriptor instead. -func (*DeleteFileReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d6_proto_rawDescGZIP(), []int{0} + GroupCode int64 `protobuf:"varint,1,opt"` + AppId int32 `protobuf:"varint,2,opt"` + BusId int32 `protobuf:"varint,3,opt"` + ParentFolderId string `protobuf:"bytes,4,opt"` + FileId string `protobuf:"bytes,5,opt"` } func (x *DeleteFileReqBody) GetGroupCode() int64 { @@ -101,45 +47,9 @@ func (x *DeleteFileReqBody) GetFileId() string { } type DeleteFileRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - ClientWording string `protobuf:"bytes,3,opt,name=clientWording,proto3" json:"clientWording,omitempty"` -} - -func (x *DeleteFileRspBody) Reset() { - *x = DeleteFileRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d6_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DeleteFileRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DeleteFileRspBody) ProtoMessage() {} - -func (x *DeleteFileRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d6_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DeleteFileRspBody.ProtoReflect.Descriptor instead. -func (*DeleteFileRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d6_proto_rawDescGZIP(), []int{1} + RetCode int32 `protobuf:"varint,1,opt"` + RetMsg string `protobuf:"bytes,2,opt"` + ClientWording string `protobuf:"bytes,3,opt"` } func (x *DeleteFileRspBody) GetRetCode() int32 { @@ -164,49 +74,13 @@ func (x *DeleteFileRspBody) GetClientWording() string { } type DownloadFileReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode int64 `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"` - AppId int32 `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"` - BusId int32 `protobuf:"varint,3,opt,name=busId,proto3" json:"busId,omitempty"` - FileId string `protobuf:"bytes,4,opt,name=fileId,proto3" json:"fileId,omitempty"` - BoolThumbnailReq bool `protobuf:"varint,5,opt,name=boolThumbnailReq,proto3" json:"boolThumbnailReq,omitempty"` - UrlType int32 `protobuf:"varint,6,opt,name=urlType,proto3" json:"urlType,omitempty"` - BoolPreviewReq bool `protobuf:"varint,7,opt,name=boolPreviewReq,proto3" json:"boolPreviewReq,omitempty"` -} - -func (x *DownloadFileReqBody) Reset() { - *x = DownloadFileReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d6_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DownloadFileReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DownloadFileReqBody) ProtoMessage() {} - -func (x *DownloadFileReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d6_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DownloadFileReqBody.ProtoReflect.Descriptor instead. -func (*DownloadFileReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d6_proto_rawDescGZIP(), []int{2} + GroupCode int64 `protobuf:"varint,1,opt"` + AppId int32 `protobuf:"varint,2,opt"` + BusId int32 `protobuf:"varint,3,opt"` + FileId string `protobuf:"bytes,4,opt"` + BoolThumbnailReq bool `protobuf:"varint,5,opt"` + UrlType int32 `protobuf:"varint,6,opt"` + BoolPreviewReq bool `protobuf:"varint,7,opt"` } func (x *DownloadFileReqBody) GetGroupCode() int64 { @@ -259,54 +133,18 @@ func (x *DownloadFileReqBody) GetBoolPreviewReq() bool { } type DownloadFileRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - ClientWording string `protobuf:"bytes,3,opt,name=clientWording,proto3" json:"clientWording,omitempty"` - DownloadIp string `protobuf:"bytes,4,opt,name=downloadIp,proto3" json:"downloadIp,omitempty"` - DownloadDns []byte `protobuf:"bytes,5,opt,name=downloadDns,proto3" json:"downloadDns,omitempty"` - DownloadUrl []byte `protobuf:"bytes,6,opt,name=downloadUrl,proto3" json:"downloadUrl,omitempty"` - Sha []byte `protobuf:"bytes,7,opt,name=sha,proto3" json:"sha,omitempty"` - Sha3 []byte `protobuf:"bytes,8,opt,name=sha3,proto3" json:"sha3,omitempty"` - Md5 []byte `protobuf:"bytes,9,opt,name=md5,proto3" json:"md5,omitempty"` - CookieVal []byte `protobuf:"bytes,10,opt,name=cookieVal,proto3" json:"cookieVal,omitempty"` - SaveFileName string `protobuf:"bytes,11,opt,name=saveFileName,proto3" json:"saveFileName,omitempty"` - PreviewPort int32 `protobuf:"varint,12,opt,name=previewPort,proto3" json:"previewPort,omitempty"` -} - -func (x *DownloadFileRspBody) Reset() { - *x = DownloadFileRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d6_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DownloadFileRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DownloadFileRspBody) ProtoMessage() {} - -func (x *DownloadFileRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d6_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DownloadFileRspBody.ProtoReflect.Descriptor instead. -func (*DownloadFileRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d6_proto_rawDescGZIP(), []int{3} + RetCode int32 `protobuf:"varint,1,opt"` + RetMsg string `protobuf:"bytes,2,opt"` + ClientWording string `protobuf:"bytes,3,opt"` + DownloadIp string `protobuf:"bytes,4,opt"` + DownloadDns []byte `protobuf:"bytes,5,opt"` + DownloadUrl []byte `protobuf:"bytes,6,opt"` + Sha []byte `protobuf:"bytes,7,opt"` + Sha3 []byte `protobuf:"bytes,8,opt"` + Md5 []byte `protobuf:"bytes,9,opt"` + CookieVal []byte `protobuf:"bytes,10,opt"` + SaveFileName string `protobuf:"bytes,11,opt"` + PreviewPort int32 `protobuf:"varint,12,opt"` } func (x *DownloadFileRspBody) GetRetCode() int32 { @@ -394,48 +232,12 @@ func (x *DownloadFileRspBody) GetPreviewPort() int32 { } type MoveFileReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode int64 `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"` - AppId int32 `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"` - BusId int32 `protobuf:"varint,3,opt,name=busId,proto3" json:"busId,omitempty"` - FileId string `protobuf:"bytes,4,opt,name=fileId,proto3" json:"fileId,omitempty"` - ParentFolderId string `protobuf:"bytes,5,opt,name=parentFolderId,proto3" json:"parentFolderId,omitempty"` - DestFolderId string `protobuf:"bytes,6,opt,name=destFolderId,proto3" json:"destFolderId,omitempty"` -} - -func (x *MoveFileReqBody) Reset() { - *x = MoveFileReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d6_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MoveFileReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MoveFileReqBody) ProtoMessage() {} - -func (x *MoveFileReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d6_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MoveFileReqBody.ProtoReflect.Descriptor instead. -func (*MoveFileReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d6_proto_rawDescGZIP(), []int{4} + GroupCode int64 `protobuf:"varint,1,opt"` + AppId int32 `protobuf:"varint,2,opt"` + BusId int32 `protobuf:"varint,3,opt"` + FileId string `protobuf:"bytes,4,opt"` + ParentFolderId string `protobuf:"bytes,5,opt"` + DestFolderId string `protobuf:"bytes,6,opt"` } func (x *MoveFileReqBody) GetGroupCode() int64 { @@ -481,46 +283,10 @@ func (x *MoveFileReqBody) GetDestFolderId() string { } type MoveFileRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - ClientWording string `protobuf:"bytes,3,opt,name=clientWording,proto3" json:"clientWording,omitempty"` - ParentFolderId string `protobuf:"bytes,4,opt,name=parentFolderId,proto3" json:"parentFolderId,omitempty"` -} - -func (x *MoveFileRspBody) Reset() { - *x = MoveFileRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d6_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MoveFileRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MoveFileRspBody) ProtoMessage() {} - -func (x *MoveFileRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d6_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MoveFileRspBody.ProtoReflect.Descriptor instead. -func (*MoveFileRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d6_proto_rawDescGZIP(), []int{5} + RetCode int32 `protobuf:"varint,1,opt"` + RetMsg string `protobuf:"bytes,2,opt"` + ClientWording string `protobuf:"bytes,3,opt"` + ParentFolderId string `protobuf:"bytes,4,opt"` } func (x *MoveFileRspBody) GetRetCode() int32 { @@ -552,48 +318,12 @@ func (x *MoveFileRspBody) GetParentFolderId() string { } type RenameFileReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode int64 `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"` - AppId int32 `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"` - BusId int32 `protobuf:"varint,3,opt,name=busId,proto3" json:"busId,omitempty"` - FileId string `protobuf:"bytes,4,opt,name=fileId,proto3" json:"fileId,omitempty"` - ParentFolderId string `protobuf:"bytes,5,opt,name=parentFolderId,proto3" json:"parentFolderId,omitempty"` - NewFileName string `protobuf:"bytes,6,opt,name=newFileName,proto3" json:"newFileName,omitempty"` -} - -func (x *RenameFileReqBody) Reset() { - *x = RenameFileReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d6_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RenameFileReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RenameFileReqBody) ProtoMessage() {} - -func (x *RenameFileReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d6_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RenameFileReqBody.ProtoReflect.Descriptor instead. -func (*RenameFileReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d6_proto_rawDescGZIP(), []int{6} + GroupCode int64 `protobuf:"varint,1,opt"` + AppId int32 `protobuf:"varint,2,opt"` + BusId int32 `protobuf:"varint,3,opt"` + FileId string `protobuf:"bytes,4,opt"` + ParentFolderId string `protobuf:"bytes,5,opt"` + NewFileName string `protobuf:"bytes,6,opt"` } func (x *RenameFileReqBody) GetGroupCode() int64 { @@ -639,45 +369,9 @@ func (x *RenameFileReqBody) GetNewFileName() string { } type RenameFileRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - ClientWording string `protobuf:"bytes,3,opt,name=clientWording,proto3" json:"clientWording,omitempty"` -} - -func (x *RenameFileRspBody) Reset() { - *x = RenameFileRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d6_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RenameFileRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RenameFileRspBody) ProtoMessage() {} - -func (x *RenameFileRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d6_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RenameFileRspBody.ProtoReflect.Descriptor instead. -func (*RenameFileRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d6_proto_rawDescGZIP(), []int{7} + RetCode int32 `protobuf:"varint,1,opt"` + RetMsg string `protobuf:"bytes,2,opt"` + ClientWording string `protobuf:"bytes,3,opt"` } func (x *RenameFileRspBody) GetRetCode() int32 { @@ -702,48 +396,12 @@ func (x *RenameFileRspBody) GetClientWording() string { } type D6D6ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - UploadFileReq *UploadFileReqBody `protobuf:"bytes,1,opt,name=uploadFileReq,proto3" json:"uploadFileReq,omitempty"` - ResendFileReq *ResendReqBody `protobuf:"bytes,2,opt,name=resendFileReq,proto3" json:"resendFileReq,omitempty"` - DownloadFileReq *DownloadFileReqBody `protobuf:"bytes,3,opt,name=downloadFileReq,proto3" json:"downloadFileReq,omitempty"` - DeleteFileReq *DeleteFileReqBody `protobuf:"bytes,4,opt,name=deleteFileReq,proto3" json:"deleteFileReq,omitempty"` - RenameFileReq *RenameFileReqBody `protobuf:"bytes,5,opt,name=renameFileReq,proto3" json:"renameFileReq,omitempty"` - MoveFileReq *MoveFileReqBody `protobuf:"bytes,6,opt,name=moveFileReq,proto3" json:"moveFileReq,omitempty"` -} - -func (x *D6D6ReqBody) Reset() { - *x = D6D6ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d6_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D6D6ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D6D6ReqBody) ProtoMessage() {} - -func (x *D6D6ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d6_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D6D6ReqBody.ProtoReflect.Descriptor instead. -func (*D6D6ReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d6_proto_rawDescGZIP(), []int{8} + UploadFileReq *UploadFileReqBody `protobuf:"bytes,1,opt"` + ResendFileReq *ResendReqBody `protobuf:"bytes,2,opt"` + DownloadFileReq *DownloadFileReqBody `protobuf:"bytes,3,opt"` + DeleteFileReq *DeleteFileReqBody `protobuf:"bytes,4,opt"` + RenameFileReq *RenameFileReqBody `protobuf:"bytes,5,opt"` + MoveFileReq *MoveFileReqBody `protobuf:"bytes,6,opt"` } func (x *D6D6ReqBody) GetUploadFileReq() *UploadFileReqBody { @@ -789,47 +447,11 @@ func (x *D6D6ReqBody) GetMoveFileReq() *MoveFileReqBody { } type ResendReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode int64 `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"` - AppId int32 `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"` - BusId int32 `protobuf:"varint,3,opt,name=busId,proto3" json:"busId,omitempty"` - FileId string `protobuf:"bytes,4,opt,name=fileId,proto3" json:"fileId,omitempty"` - Sha []byte `protobuf:"bytes,5,opt,name=sha,proto3" json:"sha,omitempty"` -} - -func (x *ResendReqBody) Reset() { - *x = ResendReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d6_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ResendReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ResendReqBody) ProtoMessage() {} - -func (x *ResendReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d6_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ResendReqBody.ProtoReflect.Descriptor instead. -func (*ResendReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d6_proto_rawDescGZIP(), []int{9} + GroupCode int64 `protobuf:"varint,1,opt"` + AppId int32 `protobuf:"varint,2,opt"` + BusId int32 `protobuf:"varint,3,opt"` + FileId string `protobuf:"bytes,4,opt"` + Sha []byte `protobuf:"bytes,5,opt"` } func (x *ResendReqBody) GetGroupCode() int64 { @@ -868,48 +490,12 @@ func (x *ResendReqBody) GetSha() []byte { } type ResendRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - ClientWording string `protobuf:"bytes,3,opt,name=clientWording,proto3" json:"clientWording,omitempty"` - UploadIp string `protobuf:"bytes,4,opt,name=uploadIp,proto3" json:"uploadIp,omitempty"` - FileKey []byte `protobuf:"bytes,5,opt,name=fileKey,proto3" json:"fileKey,omitempty"` - CheckKey []byte `protobuf:"bytes,6,opt,name=checkKey,proto3" json:"checkKey,omitempty"` -} - -func (x *ResendRspBody) Reset() { - *x = ResendRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d6_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ResendRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ResendRspBody) ProtoMessage() {} - -func (x *ResendRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d6_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ResendRspBody.ProtoReflect.Descriptor instead. -func (*ResendRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d6_proto_rawDescGZIP(), []int{10} + RetCode int32 `protobuf:"varint,1,opt"` + RetMsg string `protobuf:"bytes,2,opt"` + ClientWording string `protobuf:"bytes,3,opt"` + UploadIp string `protobuf:"bytes,4,opt"` + FileKey []byte `protobuf:"bytes,5,opt"` + CheckKey []byte `protobuf:"bytes,6,opt"` } func (x *ResendRspBody) GetRetCode() int32 { @@ -955,48 +541,12 @@ func (x *ResendRspBody) GetCheckKey() []byte { } type D6D6RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - UploadFileRsp *UploadFileRspBody `protobuf:"bytes,1,opt,name=uploadFileRsp,proto3" json:"uploadFileRsp,omitempty"` - ResendFileRsp *ResendRspBody `protobuf:"bytes,2,opt,name=resendFileRsp,proto3" json:"resendFileRsp,omitempty"` - DownloadFileRsp *DownloadFileRspBody `protobuf:"bytes,3,opt,name=downloadFileRsp,proto3" json:"downloadFileRsp,omitempty"` - DeleteFileRsp *DeleteFileRspBody `protobuf:"bytes,4,opt,name=deleteFileRsp,proto3" json:"deleteFileRsp,omitempty"` - RenameFileRsp *RenameFileRspBody `protobuf:"bytes,5,opt,name=renameFileRsp,proto3" json:"renameFileRsp,omitempty"` - MoveFileRsp *MoveFileRspBody `protobuf:"bytes,6,opt,name=moveFileRsp,proto3" json:"moveFileRsp,omitempty"` -} - -func (x *D6D6RspBody) Reset() { - *x = D6D6RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d6_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D6D6RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D6D6RspBody) ProtoMessage() {} - -func (x *D6D6RspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d6_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D6D6RspBody.ProtoReflect.Descriptor instead. -func (*D6D6RspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d6_proto_rawDescGZIP(), []int{11} + UploadFileRsp *UploadFileRspBody `protobuf:"bytes,1,opt"` + ResendFileRsp *ResendRspBody `protobuf:"bytes,2,opt"` + DownloadFileRsp *DownloadFileRspBody `protobuf:"bytes,3,opt"` + DeleteFileRsp *DeleteFileRspBody `protobuf:"bytes,4,opt"` + RenameFileRsp *RenameFileRspBody `protobuf:"bytes,5,opt"` + MoveFileRsp *MoveFileRspBody `protobuf:"bytes,6,opt"` } func (x *D6D6RspBody) GetUploadFileRsp() *UploadFileRspBody { @@ -1042,54 +592,18 @@ func (x *D6D6RspBody) GetMoveFileRsp() *MoveFileRspBody { } type UploadFileReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode int64 `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"` - AppId int32 `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"` - BusId int32 `protobuf:"varint,3,opt,name=busId,proto3" json:"busId,omitempty"` - Entrance int32 `protobuf:"varint,4,opt,name=entrance,proto3" json:"entrance,omitempty"` - ParentFolderId string `protobuf:"bytes,5,opt,name=parentFolderId,proto3" json:"parentFolderId,omitempty"` - FileName string `protobuf:"bytes,6,opt,name=fileName,proto3" json:"fileName,omitempty"` - LocalPath string `protobuf:"bytes,7,opt,name=localPath,proto3" json:"localPath,omitempty"` - Int64FileSize int64 `protobuf:"varint,8,opt,name=int64FileSize,proto3" json:"int64FileSize,omitempty"` - Sha []byte `protobuf:"bytes,9,opt,name=sha,proto3" json:"sha,omitempty"` - Sha3 []byte `protobuf:"bytes,10,opt,name=sha3,proto3" json:"sha3,omitempty"` - Md5 []byte `protobuf:"bytes,11,opt,name=md5,proto3" json:"md5,omitempty"` - SupportMultiUpload bool `protobuf:"varint,15,opt,name=supportMultiUpload,proto3" json:"supportMultiUpload,omitempty"` -} - -func (x *UploadFileReqBody) Reset() { - *x = UploadFileReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d6_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UploadFileReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UploadFileReqBody) ProtoMessage() {} - -func (x *UploadFileReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d6_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UploadFileReqBody.ProtoReflect.Descriptor instead. -func (*UploadFileReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d6_proto_rawDescGZIP(), []int{12} + GroupCode int64 `protobuf:"varint,1,opt"` + AppId int32 `protobuf:"varint,2,opt"` + BusId int32 `protobuf:"varint,3,opt"` + Entrance int32 `protobuf:"varint,4,opt"` + ParentFolderId string `protobuf:"bytes,5,opt"` + FileName string `protobuf:"bytes,6,opt"` + LocalPath string `protobuf:"bytes,7,opt"` + Int64FileSize int64 `protobuf:"varint,8,opt"` + Sha []byte `protobuf:"bytes,9,opt"` + Sha3 []byte `protobuf:"bytes,10,opt"` + Md5 []byte `protobuf:"bytes,11,opt"` + SupportMultiUpload bool `protobuf:"varint,15,opt"` } func (x *UploadFileReqBody) GetGroupCode() int64 { @@ -1177,55 +691,19 @@ func (x *UploadFileReqBody) GetSupportMultiUpload() bool { } type UploadFileRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - ClientWording string `protobuf:"bytes,3,opt,name=clientWording,proto3" json:"clientWording,omitempty"` - UploadIp string `protobuf:"bytes,4,opt,name=uploadIp,proto3" json:"uploadIp,omitempty"` - ServerDns string `protobuf:"bytes,5,opt,name=serverDns,proto3" json:"serverDns,omitempty"` - BusId int32 `protobuf:"varint,6,opt,name=busId,proto3" json:"busId,omitempty"` - FileId string `protobuf:"bytes,7,opt,name=fileId,proto3" json:"fileId,omitempty"` - FileKey []byte `protobuf:"bytes,8,opt,name=fileKey,proto3" json:"fileKey,omitempty"` - CheckKey []byte `protobuf:"bytes,9,opt,name=checkKey,proto3" json:"checkKey,omitempty"` - BoolFileExist bool `protobuf:"varint,10,opt,name=boolFileExist,proto3" json:"boolFileExist,omitempty"` - UploadIpLanV4 []string `protobuf:"bytes,12,rep,name=uploadIpLanV4,proto3" json:"uploadIpLanV4,omitempty"` - UploadIpLanV6 []string `protobuf:"bytes,13,rep,name=uploadIpLanV6,proto3" json:"uploadIpLanV6,omitempty"` - UploadPort int32 `protobuf:"varint,14,opt,name=uploadPort,proto3" json:"uploadPort,omitempty"` -} - -func (x *UploadFileRspBody) Reset() { - *x = UploadFileRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d6_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UploadFileRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UploadFileRspBody) ProtoMessage() {} - -func (x *UploadFileRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d6_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UploadFileRspBody.ProtoReflect.Descriptor instead. -func (*UploadFileRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d6_proto_rawDescGZIP(), []int{13} + RetCode int32 `protobuf:"varint,1,opt"` + RetMsg string `protobuf:"bytes,2,opt"` + ClientWording string `protobuf:"bytes,3,opt"` + UploadIp string `protobuf:"bytes,4,opt"` + ServerDns string `protobuf:"bytes,5,opt"` + BusId int32 `protobuf:"varint,6,opt"` + FileId string `protobuf:"bytes,7,opt"` + FileKey []byte `protobuf:"bytes,8,opt"` + CheckKey []byte `protobuf:"bytes,9,opt"` + BoolFileExist bool `protobuf:"varint,10,opt"` + UploadIpLanV4 []string `protobuf:"bytes,12,rep"` + UploadIpLanV6 []string `protobuf:"bytes,13,rep"` + UploadPort int32 `protobuf:"varint,14,opt"` } func (x *UploadFileRspBody) GetRetCode() int32 { @@ -1318,463 +796,3 @@ func (x *UploadFileRspBody) GetUploadPort() int32 { } return 0 } - -var File_oidb0x6d6_proto protoreflect.FileDescriptor - -var file_oidb0x6d6_proto_rawDesc = []byte{ - 0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x36, 0x64, 0x36, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0x9d, 0x01, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, - 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x62, - 0x75, 0x73, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x62, 0x75, 0x73, 0x49, - 0x64, 0x12, 0x26, 0x0a, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, - 0x72, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, - 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, - 0x65, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, - 0x64, 0x22, 0x6b, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, - 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, - 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, - 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, - 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x22, 0xe5, - 0x01, 0x0a, 0x13, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, - 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, - 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, - 0x73, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, - 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x2a, 0x0a, 0x10, 0x62, 0x6f, 0x6f, 0x6c, - 0x54, 0x68, 0x75, 0x6d, 0x62, 0x6e, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x08, 0x52, 0x10, 0x62, 0x6f, 0x6f, 0x6c, 0x54, 0x68, 0x75, 0x6d, 0x62, 0x6e, 0x61, 0x69, - 0x6c, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x72, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x75, 0x72, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x26, - 0x0a, 0x0e, 0x62, 0x6f, 0x6f, 0x6c, 0x50, 0x72, 0x65, 0x76, 0x69, 0x65, 0x77, 0x52, 0x65, 0x71, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x62, 0x6f, 0x6f, 0x6c, 0x50, 0x72, 0x65, 0x76, - 0x69, 0x65, 0x77, 0x52, 0x65, 0x71, 0x22, 0xed, 0x02, 0x0a, 0x13, 0x44, 0x6f, 0x77, 0x6e, 0x6c, - 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, - 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, - 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, - 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, - 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, - 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, - 0x61, 0x64, 0x49, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64, 0x6f, 0x77, 0x6e, - 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, - 0x61, 0x64, 0x44, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x64, 0x6f, 0x77, - 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x6e, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x6f, 0x77, 0x6e, - 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x64, - 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x68, - 0x61, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x73, 0x68, 0x61, 0x12, 0x12, 0x0a, 0x04, - 0x73, 0x68, 0x61, 0x33, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x73, 0x68, 0x61, 0x33, - 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x64, 0x35, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6d, - 0x64, 0x35, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x56, 0x61, 0x6c, 0x18, - 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x63, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x56, 0x61, 0x6c, - 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x61, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, - 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x61, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, - 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x72, 0x65, 0x76, 0x69, 0x65, 0x77, 0x50, - 0x6f, 0x72, 0x74, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x70, 0x72, 0x65, 0x76, 0x69, - 0x65, 0x77, 0x50, 0x6f, 0x72, 0x74, 0x22, 0xbf, 0x01, 0x0a, 0x0f, 0x4d, 0x6f, 0x76, 0x65, 0x46, - 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, - 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x14, - 0x0a, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x62, - 0x75, 0x73, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0e, - 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x6c, 0x64, - 0x65, 0x72, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x64, 0x65, 0x73, 0x74, 0x46, 0x6f, 0x6c, 0x64, - 0x65, 0x72, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x64, 0x65, 0x73, 0x74, - 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x22, 0x91, 0x01, 0x0a, 0x0f, 0x4d, 0x6f, 0x76, - 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, - 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, - 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x24, - 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, - 0x64, 0x69, 0x6e, 0x67, 0x12, 0x26, 0x0a, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x46, 0x6f, - 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x70, 0x61, - 0x72, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x22, 0xbf, 0x01, 0x0a, - 0x11, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x42, 0x6f, - 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, - 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, - 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, - 0x6c, 0x65, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x46, 0x6f, - 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x70, 0x61, - 0x72, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, - 0x6e, 0x65, 0x77, 0x46, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0b, 0x6e, 0x65, 0x77, 0x46, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x6b, - 0x0a, 0x11, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x42, - 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, - 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, - 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, - 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6c, - 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x22, 0xe5, 0x02, 0x0a, 0x0b, - 0x44, 0x36, 0x44, 0x36, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x38, 0x0a, 0x0d, 0x75, - 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, - 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0d, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x69, - 0x6c, 0x65, 0x52, 0x65, 0x71, 0x12, 0x34, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x65, 0x6e, 0x64, 0x46, - 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x52, - 0x65, 0x73, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0d, 0x72, 0x65, - 0x73, 0x65, 0x6e, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x12, 0x3e, 0x0a, 0x0f, 0x64, - 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x46, - 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0f, 0x64, 0x6f, 0x77, 0x6e, - 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x12, 0x38, 0x0a, 0x0d, 0x64, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, - 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0d, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x69, - 0x6c, 0x65, 0x52, 0x65, 0x71, 0x12, 0x38, 0x0a, 0x0d, 0x72, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x46, - 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x52, - 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, - 0x52, 0x0d, 0x72, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x12, - 0x32, 0x0a, 0x0b, 0x6d, 0x6f, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x18, 0x06, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x4d, 0x6f, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, - 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0b, 0x6d, 0x6f, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, - 0x52, 0x65, 0x71, 0x22, 0x83, 0x01, 0x0a, 0x0d, 0x52, 0x65, 0x73, 0x65, 0x6e, 0x64, 0x52, 0x65, - 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, - 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, - 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x73, - 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x12, - 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x68, 0x61, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x73, 0x68, 0x61, 0x22, 0xb9, 0x01, 0x0a, 0x0d, 0x52, 0x65, - 0x73, 0x65, 0x6e, 0x64, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x72, - 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, - 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x24, 0x0a, - 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, - 0x69, 0x6e, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, 0x12, - 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4b, 0x65, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x68, 0x65, - 0x63, 0x6b, 0x4b, 0x65, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x63, 0x68, 0x65, - 0x63, 0x6b, 0x4b, 0x65, 0x79, 0x22, 0xe5, 0x02, 0x0a, 0x0b, 0x44, 0x36, 0x44, 0x36, 0x52, 0x73, - 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x38, 0x0a, 0x0d, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x46, - 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x55, - 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, - 0x52, 0x0d, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x12, - 0x34, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x65, 0x6e, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x52, 0x65, 0x73, 0x65, 0x6e, 0x64, 0x52, - 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0d, 0x72, 0x65, 0x73, 0x65, 0x6e, 0x64, 0x46, 0x69, - 0x6c, 0x65, 0x52, 0x73, 0x70, 0x12, 0x3e, 0x0a, 0x0f, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, - 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, - 0x2e, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, - 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0f, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x69, - 0x6c, 0x65, 0x52, 0x73, 0x70, 0x12, 0x38, 0x0a, 0x0d, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, - 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x44, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, - 0x52, 0x0d, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x12, - 0x38, 0x0a, 0x0d, 0x72, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x46, - 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0d, 0x72, 0x65, 0x6e, 0x61, - 0x6d, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x12, 0x32, 0x0a, 0x0b, 0x6d, 0x6f, 0x76, - 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, - 0x2e, 0x4d, 0x6f, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, - 0x52, 0x0b, 0x6d, 0x6f, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x22, 0xe9, 0x02, - 0x0a, 0x11, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x42, - 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, - 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x12, 0x1a, 0x0a, - 0x08, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x08, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x70, 0x61, 0x72, - 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, - 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, - 0x09, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x50, 0x61, 0x74, 0x68, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x09, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x50, 0x61, 0x74, 0x68, 0x12, 0x24, 0x0a, 0x0d, 0x69, - 0x6e, 0x74, 0x36, 0x34, 0x46, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x08, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x0d, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x46, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, - 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x68, 0x61, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, - 0x73, 0x68, 0x61, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x68, 0x61, 0x33, 0x18, 0x0a, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x04, 0x73, 0x68, 0x61, 0x33, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x64, 0x35, 0x18, 0x0b, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6d, 0x64, 0x35, 0x12, 0x2e, 0x0a, 0x12, 0x73, 0x75, 0x70, - 0x70, 0x6f, 0x72, 0x74, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x18, - 0x0f, 0x20, 0x01, 0x28, 0x08, 0x52, 0x12, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x4d, 0x75, - 0x6c, 0x74, 0x69, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x22, 0x9b, 0x03, 0x0a, 0x11, 0x55, 0x70, - 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, - 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, - 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, - 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, - 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, - 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x70, 0x6c, 0x6f, 0x61, - 0x64, 0x49, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x70, 0x6c, 0x6f, 0x61, - 0x64, 0x49, 0x70, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x44, 0x6e, 0x73, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x44, 0x6e, - 0x73, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, - 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, - 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4b, 0x65, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x68, 0x65, - 0x63, 0x6b, 0x4b, 0x65, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x63, 0x68, 0x65, - 0x63, 0x6b, 0x4b, 0x65, 0x79, 0x12, 0x24, 0x0a, 0x0d, 0x62, 0x6f, 0x6f, 0x6c, 0x46, 0x69, 0x6c, - 0x65, 0x45, 0x78, 0x69, 0x73, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x62, 0x6f, - 0x6f, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, 0x73, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x75, - 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, 0x4c, 0x61, 0x6e, 0x56, 0x34, 0x18, 0x0c, 0x20, 0x03, - 0x28, 0x09, 0x52, 0x0d, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, 0x4c, 0x61, 0x6e, 0x56, - 0x34, 0x12, 0x24, 0x0a, 0x0d, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x70, 0x4c, 0x61, 0x6e, - 0x56, 0x36, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, - 0x49, 0x70, 0x4c, 0x61, 0x6e, 0x56, 0x36, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x6c, 0x6f, 0x61, - 0x64, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x75, 0x70, 0x6c, - 0x6f, 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x42, 0x09, 0x5a, 0x07, 0x2e, 0x2f, 0x3b, 0x6f, 0x69, - 0x64, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_oidb0x6d6_proto_rawDescOnce sync.Once - file_oidb0x6d6_proto_rawDescData = file_oidb0x6d6_proto_rawDesc -) - -func file_oidb0x6d6_proto_rawDescGZIP() []byte { - file_oidb0x6d6_proto_rawDescOnce.Do(func() { - file_oidb0x6d6_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0x6d6_proto_rawDescData) - }) - return file_oidb0x6d6_proto_rawDescData -} - -var file_oidb0x6d6_proto_msgTypes = make([]protoimpl.MessageInfo, 14) -var file_oidb0x6d6_proto_goTypes = []interface{}{ - (*DeleteFileReqBody)(nil), // 0: DeleteFileReqBody - (*DeleteFileRspBody)(nil), // 1: DeleteFileRspBody - (*DownloadFileReqBody)(nil), // 2: DownloadFileReqBody - (*DownloadFileRspBody)(nil), // 3: DownloadFileRspBody - (*MoveFileReqBody)(nil), // 4: MoveFileReqBody - (*MoveFileRspBody)(nil), // 5: MoveFileRspBody - (*RenameFileReqBody)(nil), // 6: RenameFileReqBody - (*RenameFileRspBody)(nil), // 7: RenameFileRspBody - (*D6D6ReqBody)(nil), // 8: D6D6ReqBody - (*ResendReqBody)(nil), // 9: ResendReqBody - (*ResendRspBody)(nil), // 10: ResendRspBody - (*D6D6RspBody)(nil), // 11: D6D6RspBody - (*UploadFileReqBody)(nil), // 12: UploadFileReqBody - (*UploadFileRspBody)(nil), // 13: UploadFileRspBody -} -var file_oidb0x6d6_proto_depIdxs = []int32{ - 12, // 0: D6D6ReqBody.uploadFileReq:type_name -> UploadFileReqBody - 9, // 1: D6D6ReqBody.resendFileReq:type_name -> ResendReqBody - 2, // 2: D6D6ReqBody.downloadFileReq:type_name -> DownloadFileReqBody - 0, // 3: D6D6ReqBody.deleteFileReq:type_name -> DeleteFileReqBody - 6, // 4: D6D6ReqBody.renameFileReq:type_name -> RenameFileReqBody - 4, // 5: D6D6ReqBody.moveFileReq:type_name -> MoveFileReqBody - 13, // 6: D6D6RspBody.uploadFileRsp:type_name -> UploadFileRspBody - 10, // 7: D6D6RspBody.resendFileRsp:type_name -> ResendRspBody - 3, // 8: D6D6RspBody.downloadFileRsp:type_name -> DownloadFileRspBody - 1, // 9: D6D6RspBody.deleteFileRsp:type_name -> DeleteFileRspBody - 7, // 10: D6D6RspBody.renameFileRsp:type_name -> RenameFileRspBody - 5, // 11: D6D6RspBody.moveFileRsp:type_name -> MoveFileRspBody - 12, // [12:12] is the sub-list for method output_type - 12, // [12:12] is the sub-list for method input_type - 12, // [12:12] is the sub-list for extension type_name - 12, // [12:12] is the sub-list for extension extendee - 0, // [0:12] is the sub-list for field type_name -} - -func init() { file_oidb0x6d6_proto_init() } -func file_oidb0x6d6_proto_init() { - if File_oidb0x6d6_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_oidb0x6d6_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteFileReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d6_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteFileRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d6_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DownloadFileReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d6_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DownloadFileRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d6_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MoveFileReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d6_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MoveFileRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d6_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RenameFileReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d6_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RenameFileRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d6_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D6D6ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d6_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ResendReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d6_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ResendRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d6_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D6D6RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d6_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UploadFileReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d6_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UploadFileRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_oidb0x6d6_proto_rawDesc, - NumEnums: 0, - NumMessages: 14, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_oidb0x6d6_proto_goTypes, - DependencyIndexes: file_oidb0x6d6_proto_depIdxs, - MessageInfos: file_oidb0x6d6_proto_msgTypes, - }.Build() - File_oidb0x6d6_proto = out.File - file_oidb0x6d6_proto_rawDesc = nil - file_oidb0x6d6_proto_goTypes = nil - file_oidb0x6d6_proto_depIdxs = nil -} diff --git a/client/pb/oidb/oidb0x6d7.pb.go b/client/pb/oidb/oidb0x6d7.pb.go index 36df164b..c4f4e8c9 100644 --- a/client/pb/oidb/oidb0x6d7.pb.go +++ b/client/pb/oidb/oidb0x6d7.pb.go @@ -1,67 +1,13 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: oidb0x6d7.proto package oidb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type CreateFolderReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - AppId *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"` - ParentFolderId *string `protobuf:"bytes,3,opt,name=parentFolderId" json:"parentFolderId,omitempty"` - FolderName *string `protobuf:"bytes,4,opt,name=folderName" json:"folderName,omitempty"` -} - -func (x *CreateFolderReqBody) Reset() { - *x = CreateFolderReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d7_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CreateFolderReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CreateFolderReqBody) ProtoMessage() {} - -func (x *CreateFolderReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d7_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CreateFolderReqBody.ProtoReflect.Descriptor instead. -func (*CreateFolderReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d7_proto_rawDescGZIP(), []int{0} + GroupCode *uint64 `protobuf:"varint,1,opt"` + AppId *uint32 `protobuf:"varint,2,opt"` + ParentFolderId *string `protobuf:"bytes,3,opt"` + FolderName *string `protobuf:"bytes,4,opt"` } func (x *CreateFolderReqBody) GetGroupCode() uint64 { @@ -93,45 +39,9 @@ func (x *CreateFolderReqBody) GetFolderName() string { } type CreateFolderRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode *int32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"` - RetMsg *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"` - ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"` // optional group_file_common.FolderInfo folderInfo = 4; -} - -func (x *CreateFolderRspBody) Reset() { - *x = CreateFolderRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d7_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CreateFolderRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CreateFolderRspBody) ProtoMessage() {} - -func (x *CreateFolderRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d7_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CreateFolderRspBody.ProtoReflect.Descriptor instead. -func (*CreateFolderRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d7_proto_rawDescGZIP(), []int{1} + RetCode *int32 `protobuf:"varint,1,opt"` + RetMsg *string `protobuf:"bytes,2,opt"` + ClientWording *string `protobuf:"bytes,3,opt"` // optional group_file_common.FolderInfo folderInfo = 4; } func (x *CreateFolderRspBody) GetRetCode() int32 { @@ -156,45 +66,9 @@ func (x *CreateFolderRspBody) GetClientWording() string { } type DeleteFolderReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - AppId *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"` - FolderId *string `protobuf:"bytes,3,opt,name=folderId" json:"folderId,omitempty"` -} - -func (x *DeleteFolderReqBody) Reset() { - *x = DeleteFolderReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d7_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DeleteFolderReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DeleteFolderReqBody) ProtoMessage() {} - -func (x *DeleteFolderReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d7_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DeleteFolderReqBody.ProtoReflect.Descriptor instead. -func (*DeleteFolderReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d7_proto_rawDescGZIP(), []int{2} + GroupCode *uint64 `protobuf:"varint,1,opt"` + AppId *uint32 `protobuf:"varint,2,opt"` + FolderId *string `protobuf:"bytes,3,opt"` } func (x *DeleteFolderReqBody) GetGroupCode() uint64 { @@ -219,45 +93,9 @@ func (x *DeleteFolderReqBody) GetFolderId() string { } type DeleteFolderRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode *int32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"` - RetMsg *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"` - ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"` -} - -func (x *DeleteFolderRspBody) Reset() { - *x = DeleteFolderRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d7_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DeleteFolderRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DeleteFolderRspBody) ProtoMessage() {} - -func (x *DeleteFolderRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d7_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DeleteFolderRspBody.ProtoReflect.Descriptor instead. -func (*DeleteFolderRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d7_proto_rawDescGZIP(), []int{3} + RetCode *int32 `protobuf:"varint,1,opt"` + RetMsg *string `protobuf:"bytes,2,opt"` + ClientWording *string `protobuf:"bytes,3,opt"` } func (x *DeleteFolderRspBody) GetRetCode() int32 { @@ -282,47 +120,11 @@ func (x *DeleteFolderRspBody) GetClientWording() string { } type MoveFolderReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - AppId *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"` - FolderId *string `protobuf:"bytes,3,opt,name=folderId" json:"folderId,omitempty"` - ParentFolderId *string `protobuf:"bytes,4,opt,name=parentFolderId" json:"parentFolderId,omitempty"` - DestFolderId *string `protobuf:"bytes,5,opt,name=destFolderId" json:"destFolderId,omitempty"` -} - -func (x *MoveFolderReqBody) Reset() { - *x = MoveFolderReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d7_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MoveFolderReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MoveFolderReqBody) ProtoMessage() {} - -func (x *MoveFolderReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d7_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MoveFolderReqBody.ProtoReflect.Descriptor instead. -func (*MoveFolderReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d7_proto_rawDescGZIP(), []int{4} + GroupCode *uint64 `protobuf:"varint,1,opt"` + AppId *uint32 `protobuf:"varint,2,opt"` + FolderId *string `protobuf:"bytes,3,opt"` + ParentFolderId *string `protobuf:"bytes,4,opt"` + DestFolderId *string `protobuf:"bytes,5,opt"` } func (x *MoveFolderReqBody) GetGroupCode() uint64 { @@ -361,45 +163,9 @@ func (x *MoveFolderReqBody) GetDestFolderId() string { } type MoveFolderRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode *int32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"` - RetMsg *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"` - ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"` // optional group_file_common.FolderInfo folderInfo = 4; -} - -func (x *MoveFolderRspBody) Reset() { - *x = MoveFolderRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d7_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MoveFolderRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MoveFolderRspBody) ProtoMessage() {} - -func (x *MoveFolderRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d7_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MoveFolderRspBody.ProtoReflect.Descriptor instead. -func (*MoveFolderRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d7_proto_rawDescGZIP(), []int{5} + RetCode *int32 `protobuf:"varint,1,opt"` + RetMsg *string `protobuf:"bytes,2,opt"` + ClientWording *string `protobuf:"bytes,3,opt"` // optional group_file_common.FolderInfo folderInfo = 4; } func (x *MoveFolderRspBody) GetRetCode() int32 { @@ -424,46 +190,10 @@ func (x *MoveFolderRspBody) GetClientWording() string { } type RenameFolderReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - AppId *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"` - FolderId *string `protobuf:"bytes,3,opt,name=folderId" json:"folderId,omitempty"` - NewFolderName *string `protobuf:"bytes,4,opt,name=newFolderName" json:"newFolderName,omitempty"` -} - -func (x *RenameFolderReqBody) Reset() { - *x = RenameFolderReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d7_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RenameFolderReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RenameFolderReqBody) ProtoMessage() {} - -func (x *RenameFolderReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d7_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RenameFolderReqBody.ProtoReflect.Descriptor instead. -func (*RenameFolderReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d7_proto_rawDescGZIP(), []int{6} + GroupCode *uint64 `protobuf:"varint,1,opt"` + AppId *uint32 `protobuf:"varint,2,opt"` + FolderId *string `protobuf:"bytes,3,opt"` + NewFolderName *string `protobuf:"bytes,4,opt"` } func (x *RenameFolderReqBody) GetGroupCode() uint64 { @@ -495,45 +225,9 @@ func (x *RenameFolderReqBody) GetNewFolderName() string { } type RenameFolderRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode *int32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"` - RetMsg *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"` - ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"` // optional group_file_common.FolderInfo folderInfo = 4; -} - -func (x *RenameFolderRspBody) Reset() { - *x = RenameFolderRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d7_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RenameFolderRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RenameFolderRspBody) ProtoMessage() {} - -func (x *RenameFolderRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d7_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RenameFolderRspBody.ProtoReflect.Descriptor instead. -func (*RenameFolderRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d7_proto_rawDescGZIP(), []int{7} + RetCode *int32 `protobuf:"varint,1,opt"` + RetMsg *string `protobuf:"bytes,2,opt"` + ClientWording *string `protobuf:"bytes,3,opt"` // optional group_file_common.FolderInfo folderInfo = 4; } func (x *RenameFolderRspBody) GetRetCode() int32 { @@ -558,46 +252,10 @@ func (x *RenameFolderRspBody) GetClientWording() string { } type D6D7ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CreateFolderReq *CreateFolderReqBody `protobuf:"bytes,1,opt,name=createFolderReq" json:"createFolderReq,omitempty"` - DeleteFolderReq *DeleteFolderReqBody `protobuf:"bytes,2,opt,name=deleteFolderReq" json:"deleteFolderReq,omitempty"` - RenameFolderReq *RenameFolderReqBody `protobuf:"bytes,3,opt,name=renameFolderReq" json:"renameFolderReq,omitempty"` - MoveFolderReq *MoveFolderReqBody `protobuf:"bytes,4,opt,name=moveFolderReq" json:"moveFolderReq,omitempty"` -} - -func (x *D6D7ReqBody) Reset() { - *x = D6D7ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d7_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D6D7ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D6D7ReqBody) ProtoMessage() {} - -func (x *D6D7ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d7_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D6D7ReqBody.ProtoReflect.Descriptor instead. -func (*D6D7ReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d7_proto_rawDescGZIP(), []int{8} + CreateFolderReq *CreateFolderReqBody `protobuf:"bytes,1,opt"` + DeleteFolderReq *DeleteFolderReqBody `protobuf:"bytes,2,opt"` + RenameFolderReq *RenameFolderReqBody `protobuf:"bytes,3,opt"` + MoveFolderReq *MoveFolderReqBody `protobuf:"bytes,4,opt"` } func (x *D6D7ReqBody) GetCreateFolderReq() *CreateFolderReqBody { @@ -629,46 +287,10 @@ func (x *D6D7ReqBody) GetMoveFolderReq() *MoveFolderReqBody { } type D6D7RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CreateFolderRsp *CreateFolderRspBody `protobuf:"bytes,1,opt,name=createFolderRsp" json:"createFolderRsp,omitempty"` - DeleteFolderRsp *DeleteFolderRspBody `protobuf:"bytes,2,opt,name=deleteFolderRsp" json:"deleteFolderRsp,omitempty"` - RenameFolderRsp *RenameFolderRspBody `protobuf:"bytes,3,opt,name=renameFolderRsp" json:"renameFolderRsp,omitempty"` - MoveFolderRsp *MoveFolderRspBody `protobuf:"bytes,4,opt,name=moveFolderRsp" json:"moveFolderRsp,omitempty"` -} - -func (x *D6D7RspBody) Reset() { - *x = D6D7RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d7_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D6D7RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D6D7RspBody) ProtoMessage() {} - -func (x *D6D7RspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d7_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D6D7RspBody.ProtoReflect.Descriptor instead. -func (*D6D7RspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d7_proto_rawDescGZIP(), []int{9} + CreateFolderRsp *CreateFolderRspBody `protobuf:"bytes,1,opt"` + DeleteFolderRsp *DeleteFolderRspBody `protobuf:"bytes,2,opt"` + RenameFolderRsp *RenameFolderRspBody `protobuf:"bytes,3,opt"` + MoveFolderRsp *MoveFolderRspBody `protobuf:"bytes,4,opt"` } func (x *D6D7RspBody) GetCreateFolderRsp() *CreateFolderRspBody { @@ -698,295 +320,3 @@ func (x *D6D7RspBody) GetMoveFolderRsp() *MoveFolderRspBody { } return nil } - -var File_oidb0x6d7_proto protoreflect.FileDescriptor - -var file_oidb0x6d7_proto_rawDesc = []byte{ - 0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x36, 0x64, 0x37, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0x91, 0x01, 0x0a, 0x13, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x46, 0x6f, 0x6c, 0x64, - 0x65, 0x72, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x26, 0x0a, - 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x6c, - 0x64, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x4e, - 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x6f, 0x6c, 0x64, 0x65, - 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x6d, 0x0a, 0x13, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x46, - 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, - 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, - 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x24, - 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, - 0x64, 0x69, 0x6e, 0x67, 0x22, 0x65, 0x0a, 0x13, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6f, - 0x6c, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, - 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, - 0x1a, 0x0a, 0x08, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x08, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x22, 0x6d, 0x0a, 0x13, 0x44, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x73, 0x70, 0x42, 0x6f, - 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, - 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, - 0x74, 0x4d, 0x73, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, - 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6c, 0x69, - 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x22, 0xaf, 0x01, 0x0a, 0x11, 0x4d, - 0x6f, 0x76, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, - 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, - 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, - 0x70, 0x70, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, - 0x12, 0x26, 0x0a, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, - 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, - 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x64, 0x65, 0x73, 0x74, - 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, - 0x64, 0x65, 0x73, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x22, 0x6b, 0x0a, 0x11, - 0x4d, 0x6f, 0x76, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, - 0x79, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, - 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, - 0x4d, 0x73, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, - 0x64, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6c, 0x69, 0x65, - 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x22, 0x8b, 0x01, 0x0a, 0x13, 0x52, 0x65, - 0x6e, 0x61, 0x6d, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, - 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, - 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, - 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, - 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, - 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x6e, 0x65, 0x77, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x4e, 0x61, - 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6e, 0x65, 0x77, 0x46, 0x6f, 0x6c, - 0x64, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x6d, 0x0a, 0x13, 0x52, 0x65, 0x6e, 0x61, 0x6d, - 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, - 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, - 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, - 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, - 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, - 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x22, 0x87, 0x02, 0x0a, 0x0b, 0x44, 0x36, 0x44, 0x37, 0x52, - 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x3e, 0x0a, 0x0f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x14, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x65, - 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x46, 0x6f, 0x6c, - 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x3e, 0x0a, 0x0f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, - 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x14, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x65, - 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6f, 0x6c, - 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x3e, 0x0a, 0x0f, 0x72, 0x65, 0x6e, 0x61, 0x6d, 0x65, - 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x14, 0x2e, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x65, - 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0f, 0x72, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x46, 0x6f, 0x6c, - 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x38, 0x0a, 0x0d, 0x6d, 0x6f, 0x76, 0x65, 0x46, 0x6f, - 0x6c, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, - 0x4d, 0x6f, 0x76, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, - 0x79, 0x52, 0x0d, 0x6d, 0x6f, 0x76, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, - 0x22, 0x87, 0x02, 0x0a, 0x0b, 0x44, 0x36, 0x44, 0x37, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, - 0x12, 0x3e, 0x0a, 0x0f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, - 0x52, 0x73, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x43, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, - 0x0f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x73, 0x70, - 0x12, 0x3e, 0x0a, 0x0f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, - 0x52, 0x73, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x44, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, - 0x0f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x73, 0x70, - 0x12, 0x3e, 0x0a, 0x0f, 0x72, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, - 0x52, 0x73, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x52, 0x65, 0x6e, 0x61, - 0x6d, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, - 0x0f, 0x72, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x73, 0x70, - 0x12, 0x38, 0x0a, 0x0d, 0x6d, 0x6f, 0x76, 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x73, - 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x4d, 0x6f, 0x76, 0x65, 0x46, 0x6f, - 0x6c, 0x64, 0x65, 0x72, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0d, 0x6d, 0x6f, 0x76, - 0x65, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x73, 0x70, 0x42, 0x09, 0x5a, 0x07, 0x2e, 0x2f, - 0x3b, 0x6f, 0x69, 0x64, 0x62, -} - -var ( - file_oidb0x6d7_proto_rawDescOnce sync.Once - file_oidb0x6d7_proto_rawDescData = file_oidb0x6d7_proto_rawDesc -) - -func file_oidb0x6d7_proto_rawDescGZIP() []byte { - file_oidb0x6d7_proto_rawDescOnce.Do(func() { - file_oidb0x6d7_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0x6d7_proto_rawDescData) - }) - return file_oidb0x6d7_proto_rawDescData -} - -var file_oidb0x6d7_proto_msgTypes = make([]protoimpl.MessageInfo, 10) -var file_oidb0x6d7_proto_goTypes = []interface{}{ - (*CreateFolderReqBody)(nil), // 0: CreateFolderReqBody - (*CreateFolderRspBody)(nil), // 1: CreateFolderRspBody - (*DeleteFolderReqBody)(nil), // 2: DeleteFolderReqBody - (*DeleteFolderRspBody)(nil), // 3: DeleteFolderRspBody - (*MoveFolderReqBody)(nil), // 4: MoveFolderReqBody - (*MoveFolderRspBody)(nil), // 5: MoveFolderRspBody - (*RenameFolderReqBody)(nil), // 6: RenameFolderReqBody - (*RenameFolderRspBody)(nil), // 7: RenameFolderRspBody - (*D6D7ReqBody)(nil), // 8: D6D7ReqBody - (*D6D7RspBody)(nil), // 9: D6D7RspBody -} -var file_oidb0x6d7_proto_depIdxs = []int32{ - 0, // 0: D6D7ReqBody.createFolderReq:type_name -> CreateFolderReqBody - 2, // 1: D6D7ReqBody.deleteFolderReq:type_name -> DeleteFolderReqBody - 6, // 2: D6D7ReqBody.renameFolderReq:type_name -> RenameFolderReqBody - 4, // 3: D6D7ReqBody.moveFolderReq:type_name -> MoveFolderReqBody - 1, // 4: D6D7RspBody.createFolderRsp:type_name -> CreateFolderRspBody - 3, // 5: D6D7RspBody.deleteFolderRsp:type_name -> DeleteFolderRspBody - 7, // 6: D6D7RspBody.renameFolderRsp:type_name -> RenameFolderRspBody - 5, // 7: D6D7RspBody.moveFolderRsp:type_name -> MoveFolderRspBody - 8, // [8:8] is the sub-list for method output_type - 8, // [8:8] is the sub-list for method input_type - 8, // [8:8] is the sub-list for extension type_name - 8, // [8:8] is the sub-list for extension extendee - 0, // [0:8] is the sub-list for field type_name -} - -func init() { file_oidb0x6d7_proto_init() } -func file_oidb0x6d7_proto_init() { - if File_oidb0x6d7_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_oidb0x6d7_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateFolderReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d7_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateFolderRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d7_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteFolderReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d7_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteFolderRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d7_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MoveFolderReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d7_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MoveFolderRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d7_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RenameFolderReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d7_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RenameFolderRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d7_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D6D7ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d7_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D6D7RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_oidb0x6d7_proto_rawDesc, - NumEnums: 0, - NumMessages: 10, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_oidb0x6d7_proto_goTypes, - DependencyIndexes: file_oidb0x6d7_proto_depIdxs, - MessageInfos: file_oidb0x6d7_proto_msgTypes, - }.Build() - File_oidb0x6d7_proto = out.File - file_oidb0x6d7_proto_rawDesc = nil - file_oidb0x6d7_proto_goTypes = nil - file_oidb0x6d7_proto_depIdxs = nil -} diff --git a/client/pb/oidb/oidb0x6d8.pb.go b/client/pb/oidb/oidb0x6d8.pb.go index 276fe255..26b0adf3 100644 --- a/client/pb/oidb/oidb0x6d8.pb.go +++ b/client/pb/oidb/oidb0x6d8.pb.go @@ -1,67 +1,13 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: oidb0x6d8.proto package oidb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type D6D8ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FileInfoReq *GetFileInfoReqBody `protobuf:"bytes,1,opt,name=fileInfoReq" json:"fileInfoReq,omitempty"` - FileListInfoReq *GetFileListReqBody `protobuf:"bytes,2,opt,name=fileListInfoReq" json:"fileListInfoReq,omitempty"` - GroupFileCountReq *GetFileCountReqBody `protobuf:"bytes,3,opt,name=groupFileCountReq" json:"groupFileCountReq,omitempty"` - GroupSpaceReq *GetSpaceReqBody `protobuf:"bytes,4,opt,name=groupSpaceReq" json:"groupSpaceReq,omitempty"` -} - -func (x *D6D8ReqBody) Reset() { - *x = D6D8ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d8_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D6D8ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D6D8ReqBody) ProtoMessage() {} - -func (x *D6D8ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d8_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D6D8ReqBody.ProtoReflect.Descriptor instead. -func (*D6D8ReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d8_proto_rawDescGZIP(), []int{0} + FileInfoReq *GetFileInfoReqBody `protobuf:"bytes,1,opt"` + FileListInfoReq *GetFileListReqBody `protobuf:"bytes,2,opt"` + GroupFileCountReq *GetFileCountReqBody `protobuf:"bytes,3,opt"` + GroupSpaceReq *GetSpaceReqBody `protobuf:"bytes,4,opt"` } func (x *D6D8ReqBody) GetFileInfoReq() *GetFileInfoReqBody { @@ -93,46 +39,10 @@ func (x *D6D8ReqBody) GetGroupSpaceReq() *GetSpaceReqBody { } type D6D8RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FileInfoRsp *GetFileInfoRspBody `protobuf:"bytes,1,opt,name=fileInfoRsp" json:"fileInfoRsp,omitempty"` - FileListInfoRsp *GetFileListRspBody `protobuf:"bytes,2,opt,name=fileListInfoRsp" json:"fileListInfoRsp,omitempty"` - FileCountRsp *GetFileCountRspBody `protobuf:"bytes,3,opt,name=fileCountRsp" json:"fileCountRsp,omitempty"` - GroupSpaceRsp *GetSpaceRspBody `protobuf:"bytes,4,opt,name=groupSpaceRsp" json:"groupSpaceRsp,omitempty"` -} - -func (x *D6D8RspBody) Reset() { - *x = D6D8RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d8_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D6D8RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D6D8RspBody) ProtoMessage() {} - -func (x *D6D8RspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d8_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D6D8RspBody.ProtoReflect.Descriptor instead. -func (*D6D8RspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d8_proto_rawDescGZIP(), []int{1} + FileInfoRsp *GetFileInfoRspBody `protobuf:"bytes,1,opt"` + FileListInfoRsp *GetFileListRspBody `protobuf:"bytes,2,opt"` + FileCountRsp *GetFileCountRspBody `protobuf:"bytes,3,opt"` + GroupSpaceRsp *GetSpaceRspBody `protobuf:"bytes,4,opt"` } func (x *D6D8RspBody) GetFileInfoRsp() *GetFileInfoRspBody { @@ -164,47 +74,11 @@ func (x *D6D8RspBody) GetGroupSpaceRsp() *GetSpaceRspBody { } type GetFileInfoReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - AppId *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"` - BusId *uint32 `protobuf:"varint,3,opt,name=busId" json:"busId,omitempty"` - FileId *string `protobuf:"bytes,4,opt,name=fileId" json:"fileId,omitempty"` - FieldFlag *uint32 `protobuf:"varint,5,opt,name=fieldFlag" json:"fieldFlag,omitempty"` -} - -func (x *GetFileInfoReqBody) Reset() { - *x = GetFileInfoReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d8_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetFileInfoReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetFileInfoReqBody) ProtoMessage() {} - -func (x *GetFileInfoReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d8_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetFileInfoReqBody.ProtoReflect.Descriptor instead. -func (*GetFileInfoReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d8_proto_rawDescGZIP(), []int{2} + GroupCode *uint64 `protobuf:"varint,1,opt"` + AppId *uint32 `protobuf:"varint,2,opt"` + BusId *uint32 `protobuf:"varint,3,opt"` + FileId *string `protobuf:"bytes,4,opt"` + FieldFlag *uint32 `protobuf:"varint,5,opt"` } func (x *GetFileInfoReqBody) GetGroupCode() uint64 { @@ -243,46 +117,10 @@ func (x *GetFileInfoReqBody) GetFieldFlag() uint32 { } type GetFileInfoRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode *int32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"` - RetMsg *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"` - ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"` - FileInfo *GroupFileInfo `protobuf:"bytes,4,opt,name=fileInfo" json:"fileInfo,omitempty"` -} - -func (x *GetFileInfoRspBody) Reset() { - *x = GetFileInfoRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d8_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetFileInfoRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetFileInfoRspBody) ProtoMessage() {} - -func (x *GetFileInfoRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d8_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetFileInfoRspBody.ProtoReflect.Descriptor instead. -func (*GetFileInfoRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d8_proto_rawDescGZIP(), []int{3} + RetCode *int32 `protobuf:"varint,1,opt"` + RetMsg *string `protobuf:"bytes,2,opt"` + ClientWording *string `protobuf:"bytes,3,opt"` + FileInfo *GroupFileInfo `protobuf:"bytes,4,opt"` } func (x *GetFileInfoRspBody) GetRetCode() int32 { @@ -314,56 +152,20 @@ func (x *GetFileInfoRspBody) GetFileInfo() *GroupFileInfo { } type GetFileListRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode *int32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"` - RetMsg *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"` - ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"` - IsEnd *bool `protobuf:"varint,4,opt,name=isEnd" json:"isEnd,omitempty"` - ItemList []*GetFileListRspBody_Item `protobuf:"bytes,5,rep,name=itemList" json:"itemList,omitempty"` - MaxTimestamp *FileTimeStamp `protobuf:"bytes,6,opt,name=maxTimestamp" json:"maxTimestamp,omitempty"` - AllFileCount *uint32 `protobuf:"varint,7,opt,name=allFileCount" json:"allFileCount,omitempty"` - FilterCode *uint32 `protobuf:"varint,8,opt,name=filterCode" json:"filterCode,omitempty"` - SafeCheckFlag *bool `protobuf:"varint,11,opt,name=safeCheckFlag" json:"safeCheckFlag,omitempty"` - SafeCheckRes *uint32 `protobuf:"varint,12,opt,name=safeCheckRes" json:"safeCheckRes,omitempty"` - NextIndex *uint32 `protobuf:"varint,13,opt,name=nextIndex" json:"nextIndex,omitempty"` - Context []byte `protobuf:"bytes,14,opt,name=context" json:"context,omitempty"` - Role *uint32 `protobuf:"varint,15,opt,name=role" json:"role,omitempty"` - OpenFlag *uint32 `protobuf:"varint,16,opt,name=openFlag" json:"openFlag,omitempty"` -} - -func (x *GetFileListRspBody) Reset() { - *x = GetFileListRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d8_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetFileListRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetFileListRspBody) ProtoMessage() {} - -func (x *GetFileListRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d8_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetFileListRspBody.ProtoReflect.Descriptor instead. -func (*GetFileListRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d8_proto_rawDescGZIP(), []int{4} + RetCode *int32 `protobuf:"varint,1,opt"` + RetMsg *string `protobuf:"bytes,2,opt"` + ClientWording *string `protobuf:"bytes,3,opt"` + IsEnd *bool `protobuf:"varint,4,opt"` + ItemList []*GetFileListRspBody_Item `protobuf:"bytes,5,rep"` + MaxTimestamp *FileTimeStamp `protobuf:"bytes,6,opt"` + AllFileCount *uint32 `protobuf:"varint,7,opt"` + FilterCode *uint32 `protobuf:"varint,8,opt"` + SafeCheckFlag *bool `protobuf:"varint,11,opt"` + SafeCheckRes *uint32 `protobuf:"varint,12,opt"` + NextIndex *uint32 `protobuf:"varint,13,opt"` + Context []byte `protobuf:"bytes,14,opt"` + Role *uint32 `protobuf:"varint,15,opt"` + OpenFlag *uint32 `protobuf:"varint,16,opt"` } func (x *GetFileListRspBody) GetRetCode() int32 { @@ -465,58 +267,22 @@ func (x *GetFileListRspBody) GetOpenFlag() uint32 { } type GroupFileInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FileId *string `protobuf:"bytes,1,opt,name=fileId" json:"fileId,omitempty"` - FileName *string `protobuf:"bytes,2,opt,name=fileName" json:"fileName,omitempty"` - FileSize *uint64 `protobuf:"varint,3,opt,name=fileSize" json:"fileSize,omitempty"` - BusId *uint32 `protobuf:"varint,4,opt,name=busId" json:"busId,omitempty"` - UploadedSize *uint64 `protobuf:"varint,5,opt,name=uploadedSize" json:"uploadedSize,omitempty"` - UploadTime *uint32 `protobuf:"varint,6,opt,name=uploadTime" json:"uploadTime,omitempty"` - DeadTime *uint32 `protobuf:"varint,7,opt,name=deadTime" json:"deadTime,omitempty"` - ModifyTime *uint32 `protobuf:"varint,8,opt,name=modifyTime" json:"modifyTime,omitempty"` - DownloadTimes *uint32 `protobuf:"varint,9,opt,name=downloadTimes" json:"downloadTimes,omitempty"` - Sha []byte `protobuf:"bytes,10,opt,name=sha" json:"sha,omitempty"` - Sha3 []byte `protobuf:"bytes,11,opt,name=sha3" json:"sha3,omitempty"` - Md5 []byte `protobuf:"bytes,12,opt,name=md5" json:"md5,omitempty"` - LocalPath *string `protobuf:"bytes,13,opt,name=localPath" json:"localPath,omitempty"` - UploaderName *string `protobuf:"bytes,14,opt,name=uploaderName" json:"uploaderName,omitempty"` - UploaderUin *uint64 `protobuf:"varint,15,opt,name=uploaderUin" json:"uploaderUin,omitempty"` - ParentFolderId *string `protobuf:"bytes,16,opt,name=parentFolderId" json:"parentFolderId,omitempty"` -} - -func (x *GroupFileInfo) Reset() { - *x = GroupFileInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d8_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupFileInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupFileInfo) ProtoMessage() {} - -func (x *GroupFileInfo) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d8_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupFileInfo.ProtoReflect.Descriptor instead. -func (*GroupFileInfo) Descriptor() ([]byte, []int) { - return file_oidb0x6d8_proto_rawDescGZIP(), []int{5} + FileId *string `protobuf:"bytes,1,opt"` + FileName *string `protobuf:"bytes,2,opt"` + FileSize *uint64 `protobuf:"varint,3,opt"` + BusId *uint32 `protobuf:"varint,4,opt"` + UploadedSize *uint64 `protobuf:"varint,5,opt"` + UploadTime *uint32 `protobuf:"varint,6,opt"` + DeadTime *uint32 `protobuf:"varint,7,opt"` + ModifyTime *uint32 `protobuf:"varint,8,opt"` + DownloadTimes *uint32 `protobuf:"varint,9,opt"` + Sha []byte `protobuf:"bytes,10,opt"` + Sha3 []byte `protobuf:"bytes,11,opt"` + Md5 []byte `protobuf:"bytes,12,opt"` + LocalPath *string `protobuf:"bytes,13,opt"` + UploaderName *string `protobuf:"bytes,14,opt"` + UploaderUin *uint64 `protobuf:"varint,15,opt"` + ParentFolderId *string `protobuf:"bytes,16,opt"` } func (x *GroupFileInfo) GetFileId() string { @@ -632,50 +398,14 @@ func (x *GroupFileInfo) GetParentFolderId() string { } type GroupFolderInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FolderId *string `protobuf:"bytes,1,opt,name=folderId" json:"folderId,omitempty"` - ParentFolderId *string `protobuf:"bytes,2,opt,name=parentFolderId" json:"parentFolderId,omitempty"` - FolderName *string `protobuf:"bytes,3,opt,name=folderName" json:"folderName,omitempty"` - CreateTime *uint32 `protobuf:"varint,4,opt,name=createTime" json:"createTime,omitempty"` - ModifyTime *uint32 `protobuf:"varint,5,opt,name=modifyTime" json:"modifyTime,omitempty"` - CreateUin *uint64 `protobuf:"varint,6,opt,name=createUin" json:"createUin,omitempty"` - CreatorName *string `protobuf:"bytes,7,opt,name=creatorName" json:"creatorName,omitempty"` - TotalFileCount *uint32 `protobuf:"varint,8,opt,name=totalFileCount" json:"totalFileCount,omitempty"` -} - -func (x *GroupFolderInfo) Reset() { - *x = GroupFolderInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d8_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupFolderInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupFolderInfo) ProtoMessage() {} - -func (x *GroupFolderInfo) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d8_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupFolderInfo.ProtoReflect.Descriptor instead. -func (*GroupFolderInfo) Descriptor() ([]byte, []int) { - return file_oidb0x6d8_proto_rawDescGZIP(), []int{6} + FolderId *string `protobuf:"bytes,1,opt"` + ParentFolderId *string `protobuf:"bytes,2,opt"` + FolderName *string `protobuf:"bytes,3,opt"` + CreateTime *uint32 `protobuf:"varint,4,opt"` + ModifyTime *uint32 `protobuf:"varint,5,opt"` + CreateUin *uint64 `protobuf:"varint,6,opt"` + CreatorName *string `protobuf:"bytes,7,opt"` + TotalFileCount *uint32 `protobuf:"varint,8,opt"` } func (x *GroupFolderInfo) GetFolderId() string { @@ -735,57 +465,21 @@ func (x *GroupFolderInfo) GetTotalFileCount() uint32 { } type GetFileListReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - AppId *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"` - FolderId *string `protobuf:"bytes,3,opt,name=folderId" json:"folderId,omitempty"` - StartTimestamp *FileTimeStamp `protobuf:"bytes,4,opt,name=startTimestamp" json:"startTimestamp,omitempty"` - FileCount *uint32 `protobuf:"varint,5,opt,name=fileCount" json:"fileCount,omitempty"` - MaxTimestamp *FileTimeStamp `protobuf:"bytes,6,opt,name=maxTimestamp" json:"maxTimestamp,omitempty"` - AllFileCount *uint32 `protobuf:"varint,7,opt,name=allFileCount" json:"allFileCount,omitempty"` - ReqFrom *uint32 `protobuf:"varint,8,opt,name=reqFrom" json:"reqFrom,omitempty"` - SortBy *uint32 `protobuf:"varint,9,opt,name=sortBy" json:"sortBy,omitempty"` - FilterCode *uint32 `protobuf:"varint,10,opt,name=filterCode" json:"filterCode,omitempty"` - Uin *uint64 `protobuf:"varint,11,opt,name=uin" json:"uin,omitempty"` - FieldFlag *uint32 `protobuf:"varint,12,opt,name=fieldFlag" json:"fieldFlag,omitempty"` - StartIndex *uint32 `protobuf:"varint,13,opt,name=startIndex" json:"startIndex,omitempty"` - Context []byte `protobuf:"bytes,14,opt,name=context" json:"context,omitempty"` - ClientVersion *uint32 `protobuf:"varint,15,opt,name=clientVersion" json:"clientVersion,omitempty"` -} - -func (x *GetFileListReqBody) Reset() { - *x = GetFileListReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d8_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetFileListReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetFileListReqBody) ProtoMessage() {} - -func (x *GetFileListReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d8_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetFileListReqBody.ProtoReflect.Descriptor instead. -func (*GetFileListReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d8_proto_rawDescGZIP(), []int{7} + GroupCode *uint64 `protobuf:"varint,1,opt"` + AppId *uint32 `protobuf:"varint,2,opt"` + FolderId *string `protobuf:"bytes,3,opt"` + StartTimestamp *FileTimeStamp `protobuf:"bytes,4,opt"` + FileCount *uint32 `protobuf:"varint,5,opt"` + MaxTimestamp *FileTimeStamp `protobuf:"bytes,6,opt"` + AllFileCount *uint32 `protobuf:"varint,7,opt"` + ReqFrom *uint32 `protobuf:"varint,8,opt"` + SortBy *uint32 `protobuf:"varint,9,opt"` + FilterCode *uint32 `protobuf:"varint,10,opt"` + Uin *uint64 `protobuf:"varint,11,opt"` + FieldFlag *uint32 `protobuf:"varint,12,opt"` + StartIndex *uint32 `protobuf:"varint,13,opt"` + Context []byte `protobuf:"bytes,14,opt"` + ClientVersion *uint32 `protobuf:"varint,15,opt"` } func (x *GetFileListReqBody) GetGroupCode() uint64 { @@ -894,45 +588,9 @@ func (x *GetFileListReqBody) GetClientVersion() uint32 { } type GetFileCountReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - AppId *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"` - BusId *uint32 `protobuf:"varint,3,opt,name=busId" json:"busId,omitempty"` -} - -func (x *GetFileCountReqBody) Reset() { - *x = GetFileCountReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d8_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetFileCountReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetFileCountReqBody) ProtoMessage() {} - -func (x *GetFileCountReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d8_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetFileCountReqBody.ProtoReflect.Descriptor instead. -func (*GetFileCountReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d8_proto_rawDescGZIP(), []int{8} + GroupCode *uint64 `protobuf:"varint,1,opt"` + AppId *uint32 `protobuf:"varint,2,opt"` + BusId *uint32 `protobuf:"varint,3,opt"` } func (x *GetFileCountReqBody) GetGroupCode() uint64 { @@ -957,44 +615,8 @@ func (x *GetFileCountReqBody) GetBusId() uint32 { } type GetSpaceReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - AppId *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"` -} - -func (x *GetSpaceReqBody) Reset() { - *x = GetSpaceReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d8_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetSpaceReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetSpaceReqBody) ProtoMessage() {} - -func (x *GetSpaceReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d8_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetSpaceReqBody.ProtoReflect.Descriptor instead. -func (*GetSpaceReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d8_proto_rawDescGZIP(), []int{9} + GroupCode *uint64 `protobuf:"varint,1,opt"` + AppId *uint32 `protobuf:"varint,2,opt"` } func (x *GetSpaceReqBody) GetGroupCode() uint64 { @@ -1012,49 +634,13 @@ func (x *GetSpaceReqBody) GetAppId() uint32 { } type GetFileCountRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode *int32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"` - RetMsg *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"` - ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"` - AllFileCount *uint32 `protobuf:"varint,4,opt,name=allFileCount" json:"allFileCount,omitempty"` - FileTooMany *bool `protobuf:"varint,5,opt,name=fileTooMany" json:"fileTooMany,omitempty"` - LimitCount *uint32 `protobuf:"varint,6,opt,name=limitCount" json:"limitCount,omitempty"` - IsFull *bool `protobuf:"varint,7,opt,name=isFull" json:"isFull,omitempty"` -} - -func (x *GetFileCountRspBody) Reset() { - *x = GetFileCountRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d8_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetFileCountRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetFileCountRspBody) ProtoMessage() {} - -func (x *GetFileCountRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d8_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetFileCountRspBody.ProtoReflect.Descriptor instead. -func (*GetFileCountRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d8_proto_rawDescGZIP(), []int{10} + RetCode *int32 `protobuf:"varint,1,opt"` + RetMsg *string `protobuf:"bytes,2,opt"` + ClientWording *string `protobuf:"bytes,3,opt"` + AllFileCount *uint32 `protobuf:"varint,4,opt"` + FileTooMany *bool `protobuf:"varint,5,opt"` + LimitCount *uint32 `protobuf:"varint,6,opt"` + IsFull *bool `protobuf:"varint,7,opt"` } func (x *GetFileCountRspBody) GetRetCode() int32 { @@ -1107,47 +693,11 @@ func (x *GetFileCountRspBody) GetIsFull() bool { } type GetSpaceRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode *int32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"` - RetMsg *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"` - ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"` - TotalSpace *uint64 `protobuf:"varint,4,opt,name=totalSpace" json:"totalSpace,omitempty"` - UsedSpace *uint64 `protobuf:"varint,5,opt,name=usedSpace" json:"usedSpace,omitempty"` -} - -func (x *GetSpaceRspBody) Reset() { - *x = GetSpaceRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d8_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetSpaceRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetSpaceRspBody) ProtoMessage() {} - -func (x *GetSpaceRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d8_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetSpaceRspBody.ProtoReflect.Descriptor instead. -func (*GetSpaceRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d8_proto_rawDescGZIP(), []int{11} + RetCode *int32 `protobuf:"varint,1,opt"` + RetMsg *string `protobuf:"bytes,2,opt"` + ClientWording *string `protobuf:"bytes,3,opt"` + TotalSpace *uint64 `protobuf:"varint,4,opt"` + UsedSpace *uint64 `protobuf:"varint,5,opt"` } func (x *GetSpaceRspBody) GetRetCode() int32 { @@ -1186,44 +736,8 @@ func (x *GetSpaceRspBody) GetUsedSpace() uint64 { } type FileTimeStamp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - UploadTime *uint32 `protobuf:"varint,1,opt,name=uploadTime" json:"uploadTime,omitempty"` - FileId *string `protobuf:"bytes,2,opt,name=fileId" json:"fileId,omitempty"` -} - -func (x *FileTimeStamp) Reset() { - *x = FileTimeStamp{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d8_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FileTimeStamp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FileTimeStamp) ProtoMessage() {} - -func (x *FileTimeStamp) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d8_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FileTimeStamp.ProtoReflect.Descriptor instead. -func (*FileTimeStamp) Descriptor() ([]byte, []int) { - return file_oidb0x6d8_proto_rawDescGZIP(), []int{12} + UploadTime *uint32 `protobuf:"varint,1,opt"` + FileId *string `protobuf:"bytes,2,opt"` } func (x *FileTimeStamp) GetUploadTime() uint32 { @@ -1241,45 +755,9 @@ func (x *FileTimeStamp) GetFileId() string { } type GetFileListRspBody_Item struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"` - FolderInfo *GroupFolderInfo `protobuf:"bytes,2,opt,name=folderInfo" json:"folderInfo,omitempty"` - FileInfo *GroupFileInfo `protobuf:"bytes,3,opt,name=fileInfo" json:"fileInfo,omitempty"` -} - -func (x *GetFileListRspBody_Item) Reset() { - *x = GetFileListRspBody_Item{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d8_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetFileListRspBody_Item) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetFileListRspBody_Item) ProtoMessage() {} - -func (x *GetFileListRspBody_Item) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d8_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetFileListRspBody_Item.ProtoReflect.Descriptor instead. -func (*GetFileListRspBody_Item) Descriptor() ([]byte, []int) { - return file_oidb0x6d8_proto_rawDescGZIP(), []int{4, 0} + Type *uint32 `protobuf:"varint,1,opt"` + FolderInfo *GroupFolderInfo `protobuf:"bytes,2,opt"` + FileInfo *GroupFileInfo `protobuf:"bytes,3,opt"` } func (x *GetFileListRspBody_Item) GetType() uint32 { @@ -1302,466 +780,3 @@ func (x *GetFileListRspBody_Item) GetFileInfo() *GroupFileInfo { } return nil } - -var File_oidb0x6d8_proto protoreflect.FileDescriptor - -var file_oidb0x6d8_proto_rawDesc = []byte{ - 0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x36, 0x64, 0x38, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0xff, 0x01, 0x0a, 0x0b, 0x44, 0x36, 0x44, 0x38, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, - 0x79, 0x12, 0x35, 0x0a, 0x0b, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x47, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0b, 0x66, 0x69, 0x6c, - 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x3d, 0x0a, 0x0f, 0x66, 0x69, 0x6c, 0x65, - 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x13, 0x2e, 0x47, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, - 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0f, 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x42, 0x0a, 0x11, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x47, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, - 0x74, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x11, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, - 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x12, 0x36, 0x0a, 0x0d, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, - 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x70, 0x61, 0x63, 0x65, - 0x52, 0x65, 0x71, 0x22, 0xf5, 0x01, 0x0a, 0x0b, 0x44, 0x36, 0x44, 0x38, 0x52, 0x73, 0x70, 0x42, - 0x6f, 0x64, 0x79, 0x12, 0x35, 0x0a, 0x0b, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, - 0x73, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x47, 0x65, 0x74, 0x46, 0x69, - 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0b, 0x66, - 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x73, 0x70, 0x12, 0x3d, 0x0a, 0x0f, 0x66, 0x69, - 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x73, 0x70, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x47, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, - 0x74, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0f, 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x69, - 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x73, 0x70, 0x12, 0x38, 0x0a, 0x0c, 0x66, 0x69, 0x6c, - 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x73, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x14, 0x2e, 0x47, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x73, - 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0c, 0x66, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, - 0x52, 0x73, 0x70, 0x12, 0x36, 0x0a, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x70, 0x61, 0x63, - 0x65, 0x52, 0x73, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x47, 0x65, 0x74, - 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0d, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x73, 0x70, 0x22, 0x94, 0x01, 0x0a, 0x12, - 0x47, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x42, 0x6f, - 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, - 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, - 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, - 0x6c, 0x65, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x46, 0x6c, 0x61, - 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x46, 0x6c, - 0x61, 0x67, 0x22, 0x98, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x49, 0x6e, - 0x66, 0x6f, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, - 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, - 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x63, - 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, - 0x67, 0x12, 0x2a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6c, 0x65, 0x49, - 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0xdc, 0x04, - 0x0a, 0x12, 0x47, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, - 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, - 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, - 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, - 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, - 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x14, 0x0a, 0x05, - 0x69, 0x73, 0x45, 0x6e, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x69, 0x73, 0x45, - 0x6e, 0x64, 0x12, 0x34, 0x0a, 0x08, 0x69, 0x74, 0x65, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x05, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x47, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x4c, 0x69, - 0x73, 0x74, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x08, - 0x69, 0x74, 0x65, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x0c, 0x6d, 0x61, 0x78, 0x54, - 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, - 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0c, - 0x6d, 0x61, 0x78, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x22, 0x0a, 0x0c, - 0x61, 0x6c, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x07, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0c, 0x61, 0x6c, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, - 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x08, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, - 0x12, 0x24, 0x0a, 0x0d, 0x73, 0x61, 0x66, 0x65, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x46, 0x6c, 0x61, - 0x67, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x73, 0x61, 0x66, 0x65, 0x43, 0x68, 0x65, - 0x63, 0x6b, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x61, 0x66, 0x65, 0x43, 0x68, - 0x65, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x73, 0x61, - 0x66, 0x65, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, - 0x78, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x6e, - 0x65, 0x78, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, - 0x65, 0x78, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, - 0x78, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x6f, 0x6c, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x04, 0x72, 0x6f, 0x6c, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x6e, 0x46, 0x6c, - 0x61, 0x67, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x6e, 0x46, 0x6c, - 0x61, 0x67, 0x1a, 0x78, 0x0a, 0x04, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, - 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x30, - 0x0a, 0x0a, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, - 0x12, 0x2a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6c, 0x65, 0x49, 0x6e, - 0x66, 0x6f, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0xdf, 0x03, 0x0a, - 0x0d, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, - 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, - 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, - 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, - 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x14, - 0x0a, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x62, - 0x75, 0x73, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x65, 0x64, - 0x53, 0x69, 0x7a, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x75, 0x70, 0x6c, 0x6f, - 0x61, 0x64, 0x65, 0x64, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x6c, 0x6f, - 0x61, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x75, 0x70, - 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x65, 0x61, 0x64, - 0x54, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x64, 0x65, 0x61, 0x64, - 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x54, 0x69, - 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x79, - 0x54, 0x69, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, - 0x54, 0x69, 0x6d, 0x65, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x64, 0x6f, 0x77, - 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x68, - 0x61, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x73, 0x68, 0x61, 0x12, 0x12, 0x0a, 0x04, - 0x73, 0x68, 0x61, 0x33, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x73, 0x68, 0x61, 0x33, - 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x64, 0x35, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6d, - 0x64, 0x35, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x50, 0x61, 0x74, 0x68, 0x18, - 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x50, 0x61, 0x74, 0x68, - 0x12, 0x22, 0x0a, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, - 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x65, 0x72, - 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x65, 0x72, - 0x55, 0x69, 0x6e, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x75, 0x70, 0x6c, 0x6f, 0x61, - 0x64, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x26, 0x0a, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, - 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, - 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x22, 0x9d, - 0x02, 0x0a, 0x0f, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x6e, - 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x12, 0x26, - 0x0a, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x46, 0x6f, - 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, - 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x6f, 0x6c, 0x64, - 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x54, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x79, - 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x6d, 0x6f, 0x64, 0x69, - 0x66, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x55, 0x69, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, - 0x65, 0x55, 0x69, 0x6e, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x4e, - 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, - 0x6f, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x46, - 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, - 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xf4, - 0x03, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, - 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, - 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, - 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x6f, 0x6c, - 0x64, 0x65, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x6f, 0x6c, - 0x64, 0x65, 0x72, 0x49, 0x64, 0x12, 0x36, 0x0a, 0x0e, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, - 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, - 0x46, 0x69, 0x6c, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0e, 0x73, - 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x1c, 0x0a, - 0x09, 0x66, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x32, 0x0a, 0x0c, 0x6d, - 0x61, 0x78, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x0e, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, - 0x70, 0x52, 0x0c, 0x6d, 0x61, 0x78, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, - 0x22, 0x0a, 0x0c, 0x61, 0x6c, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, - 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x61, 0x6c, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, - 0x75, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x71, 0x46, 0x72, 0x6f, 0x6d, 0x18, 0x08, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x72, 0x65, 0x71, 0x46, 0x72, 0x6f, 0x6d, 0x12, 0x16, 0x0a, - 0x06, 0x73, 0x6f, 0x72, 0x74, 0x42, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x73, - 0x6f, 0x72, 0x74, 0x42, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x43, - 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x66, 0x69, 0x6c, 0x74, 0x65, - 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x0b, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, - 0x46, 0x6c, 0x61, 0x67, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, - 0x64, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x49, 0x6e, - 0x64, 0x65, 0x78, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, - 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, - 0x24, 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x56, 0x65, - 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x5f, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, - 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, - 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, - 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x22, 0x45, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x53, 0x70, 0x61, - 0x63, 0x65, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x22, 0xeb, 0x01, - 0x0a, 0x13, 0x47, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x73, - 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, - 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, - 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, - 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x22, 0x0a, - 0x0c, 0x61, 0x6c, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x61, 0x6c, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, - 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x66, 0x69, 0x6c, 0x65, 0x54, 0x6f, 0x6f, 0x4d, 0x61, 0x6e, 0x79, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x66, 0x69, 0x6c, 0x65, 0x54, 0x6f, 0x6f, 0x4d, - 0x61, 0x6e, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x6f, 0x75, 0x6e, - 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x6f, - 0x75, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x46, 0x75, 0x6c, 0x6c, 0x18, 0x07, 0x20, - 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x46, 0x75, 0x6c, 0x6c, 0x22, 0xa7, 0x01, 0x0a, 0x0f, - 0x47, 0x65, 0x74, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, - 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, - 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, - 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, - 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, - 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, - 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x74, 0x6f, 0x74, - 0x61, 0x6c, 0x53, 0x70, 0x61, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x64, 0x53, - 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x75, 0x73, 0x65, 0x64, - 0x53, 0x70, 0x61, 0x63, 0x65, 0x22, 0x47, 0x0a, 0x0d, 0x46, 0x69, 0x6c, 0x65, 0x54, 0x69, 0x6d, - 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, - 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x75, 0x70, 0x6c, 0x6f, - 0x61, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x42, 0x09, - 0x5a, 0x07, 0x2e, 0x2f, 0x3b, 0x6f, 0x69, 0x64, 0x62, -} - -var ( - file_oidb0x6d8_proto_rawDescOnce sync.Once - file_oidb0x6d8_proto_rawDescData = file_oidb0x6d8_proto_rawDesc -) - -func file_oidb0x6d8_proto_rawDescGZIP() []byte { - file_oidb0x6d8_proto_rawDescOnce.Do(func() { - file_oidb0x6d8_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0x6d8_proto_rawDescData) - }) - return file_oidb0x6d8_proto_rawDescData -} - -var file_oidb0x6d8_proto_msgTypes = make([]protoimpl.MessageInfo, 14) -var file_oidb0x6d8_proto_goTypes = []interface{}{ - (*D6D8ReqBody)(nil), // 0: D6D8ReqBody - (*D6D8RspBody)(nil), // 1: D6D8RspBody - (*GetFileInfoReqBody)(nil), // 2: GetFileInfoReqBody - (*GetFileInfoRspBody)(nil), // 3: GetFileInfoRspBody - (*GetFileListRspBody)(nil), // 4: GetFileListRspBody - (*GroupFileInfo)(nil), // 5: GroupFileInfo - (*GroupFolderInfo)(nil), // 6: GroupFolderInfo - (*GetFileListReqBody)(nil), // 7: GetFileListReqBody - (*GetFileCountReqBody)(nil), // 8: GetFileCountReqBody - (*GetSpaceReqBody)(nil), // 9: GetSpaceReqBody - (*GetFileCountRspBody)(nil), // 10: GetFileCountRspBody - (*GetSpaceRspBody)(nil), // 11: GetSpaceRspBody - (*FileTimeStamp)(nil), // 12: FileTimeStamp - (*GetFileListRspBody_Item)(nil), // 13: GetFileListRspBody.Item -} -var file_oidb0x6d8_proto_depIdxs = []int32{ - 2, // 0: D6D8ReqBody.fileInfoReq:type_name -> GetFileInfoReqBody - 7, // 1: D6D8ReqBody.fileListInfoReq:type_name -> GetFileListReqBody - 8, // 2: D6D8ReqBody.groupFileCountReq:type_name -> GetFileCountReqBody - 9, // 3: D6D8ReqBody.groupSpaceReq:type_name -> GetSpaceReqBody - 3, // 4: D6D8RspBody.fileInfoRsp:type_name -> GetFileInfoRspBody - 4, // 5: D6D8RspBody.fileListInfoRsp:type_name -> GetFileListRspBody - 10, // 6: D6D8RspBody.fileCountRsp:type_name -> GetFileCountRspBody - 11, // 7: D6D8RspBody.groupSpaceRsp:type_name -> GetSpaceRspBody - 5, // 8: GetFileInfoRspBody.fileInfo:type_name -> GroupFileInfo - 13, // 9: GetFileListRspBody.itemList:type_name -> GetFileListRspBody.Item - 12, // 10: GetFileListRspBody.maxTimestamp:type_name -> FileTimeStamp - 12, // 11: GetFileListReqBody.startTimestamp:type_name -> FileTimeStamp - 12, // 12: GetFileListReqBody.maxTimestamp:type_name -> FileTimeStamp - 6, // 13: GetFileListRspBody.Item.folderInfo:type_name -> GroupFolderInfo - 5, // 14: GetFileListRspBody.Item.fileInfo:type_name -> GroupFileInfo - 15, // [15:15] is the sub-list for method output_type - 15, // [15:15] is the sub-list for method input_type - 15, // [15:15] is the sub-list for extension type_name - 15, // [15:15] is the sub-list for extension extendee - 0, // [0:15] is the sub-list for field type_name -} - -func init() { file_oidb0x6d8_proto_init() } -func file_oidb0x6d8_proto_init() { - if File_oidb0x6d8_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_oidb0x6d8_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D6D8ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d8_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D6D8RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d8_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetFileInfoReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d8_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetFileInfoRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d8_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetFileListRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d8_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupFileInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d8_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupFolderInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d8_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetFileListReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d8_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetFileCountReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d8_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetSpaceReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d8_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetFileCountRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d8_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetSpaceRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d8_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FileTimeStamp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d8_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetFileListRspBody_Item); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_oidb0x6d8_proto_rawDesc, - NumEnums: 0, - NumMessages: 14, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_oidb0x6d8_proto_goTypes, - DependencyIndexes: file_oidb0x6d8_proto_depIdxs, - MessageInfos: file_oidb0x6d8_proto_msgTypes, - }.Build() - File_oidb0x6d8_proto = out.File - file_oidb0x6d8_proto_rawDesc = nil - file_oidb0x6d8_proto_goTypes = nil - file_oidb0x6d8_proto_depIdxs = nil -} diff --git a/client/pb/oidb/oidb0x6d9.pb.go b/client/pb/oidb/oidb0x6d9.pb.go index efd984bc..1b709780 100644 --- a/client/pb/oidb/oidb0x6d9.pb.go +++ b/client/pb/oidb/oidb0x6d9.pb.go @@ -1,68 +1,14 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: oidb0x6d9.proto package oidb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type GroupFileFeedsInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BusId *uint32 `protobuf:"varint,1,opt,name=busId" json:"busId,omitempty"` - FileId *string `protobuf:"bytes,2,opt,name=fileId" json:"fileId,omitempty"` - MsgRandom *uint32 `protobuf:"varint,3,opt,name=msgRandom" json:"msgRandom,omitempty"` - Ext []byte `protobuf:"bytes,4,opt,name=ext" json:"ext,omitempty"` - FeedFlag *uint32 `protobuf:"varint,5,opt,name=feedFlag" json:"feedFlag,omitempty"` -} - -func (x *GroupFileFeedsInfo) Reset() { - *x = GroupFileFeedsInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d9_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupFileFeedsInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupFileFeedsInfo) ProtoMessage() {} - -func (x *GroupFileFeedsInfo) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d9_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupFileFeedsInfo.ProtoReflect.Descriptor instead. -func (*GroupFileFeedsInfo) Descriptor() ([]byte, []int) { - return file_oidb0x6d9_proto_rawDescGZIP(), []int{0} + BusId *uint32 `protobuf:"varint,1,opt"` + FileId *string `protobuf:"bytes,2,opt"` + MsgRandom *uint32 `protobuf:"varint,3,opt"` + Ext []byte `protobuf:"bytes,4,opt"` + FeedFlag *uint32 `protobuf:"varint,5,opt"` } func (x *GroupFileFeedsInfo) GetBusId() uint32 { @@ -101,54 +47,18 @@ func (x *GroupFileFeedsInfo) GetFeedFlag() uint32 { } type CopyFromReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - AppId *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"` - SrcBusId *uint32 `protobuf:"varint,3,opt,name=srcBusId" json:"srcBusId,omitempty"` - SrcParentFolder []byte `protobuf:"bytes,4,opt,name=srcParentFolder" json:"srcParentFolder,omitempty"` - SrcFilePath []byte `protobuf:"bytes,5,opt,name=srcFilePath" json:"srcFilePath,omitempty"` - DstBusId *uint32 `protobuf:"varint,6,opt,name=dstBusId" json:"dstBusId,omitempty"` - DstFolderId []byte `protobuf:"bytes,7,opt,name=dstFolderId" json:"dstFolderId,omitempty"` - FileSize *uint64 `protobuf:"varint,8,opt,name=fileSize" json:"fileSize,omitempty"` - LocalPath *string `protobuf:"bytes,9,opt,name=localPath" json:"localPath,omitempty"` - FileName *string `protobuf:"bytes,10,opt,name=fileName" json:"fileName,omitempty"` - SrcUin *uint64 `protobuf:"varint,11,opt,name=srcUin" json:"srcUin,omitempty"` - Md5 []byte `protobuf:"bytes,12,opt,name=md5" json:"md5,omitempty"` -} - -func (x *CopyFromReqBody) Reset() { - *x = CopyFromReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d9_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CopyFromReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CopyFromReqBody) ProtoMessage() {} - -func (x *CopyFromReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d9_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CopyFromReqBody.ProtoReflect.Descriptor instead. -func (*CopyFromReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d9_proto_rawDescGZIP(), []int{1} + GroupCode *uint64 `protobuf:"varint,1,opt"` + AppId *uint32 `protobuf:"varint,2,opt"` + SrcBusId *uint32 `protobuf:"varint,3,opt"` + SrcParentFolder []byte `protobuf:"bytes,4,opt"` + SrcFilePath []byte `protobuf:"bytes,5,opt"` + DstBusId *uint32 `protobuf:"varint,6,opt"` + DstFolderId []byte `protobuf:"bytes,7,opt"` + FileSize *uint64 `protobuf:"varint,8,opt"` + LocalPath *string `protobuf:"bytes,9,opt"` + FileName *string `protobuf:"bytes,10,opt"` + SrcUin *uint64 `protobuf:"varint,11,opt"` + Md5 []byte `protobuf:"bytes,12,opt"` } func (x *CopyFromReqBody) GetGroupCode() uint64 { @@ -236,47 +146,11 @@ func (x *CopyFromReqBody) GetMd5() []byte { } type CopyFromRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode *int32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"` - RetMsg *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"` - ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"` - SaveFilePath []byte `protobuf:"bytes,4,opt,name=saveFilePath" json:"saveFilePath,omitempty"` - BusId *uint32 `protobuf:"varint,5,opt,name=busId" json:"busId,omitempty"` -} - -func (x *CopyFromRspBody) Reset() { - *x = CopyFromRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d9_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CopyFromRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CopyFromRspBody) ProtoMessage() {} - -func (x *CopyFromRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d9_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CopyFromRspBody.ProtoReflect.Descriptor instead. -func (*CopyFromRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d9_proto_rawDescGZIP(), []int{2} + RetCode *int32 `protobuf:"varint,1,opt"` + RetMsg *string `protobuf:"bytes,2,opt"` + ClientWording *string `protobuf:"bytes,3,opt"` + SaveFilePath []byte `protobuf:"bytes,4,opt"` + BusId *uint32 `protobuf:"varint,5,opt"` } func (x *CopyFromRspBody) GetRetCode() int32 { @@ -315,53 +189,17 @@ func (x *CopyFromRspBody) GetBusId() uint32 { } type CopyToReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - AppId *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"` - SrcBusId *uint32 `protobuf:"varint,3,opt,name=srcBusId" json:"srcBusId,omitempty"` - SrcFileId *string `protobuf:"bytes,4,opt,name=srcFileId" json:"srcFileId,omitempty"` - DstBusId *uint32 `protobuf:"varint,5,opt,name=dstBusId" json:"dstBusId,omitempty"` - DstUin *uint64 `protobuf:"varint,6,opt,name=dstUin" json:"dstUin,omitempty"` - NewFileName *string `protobuf:"bytes,40,opt,name=newFileName" json:"newFileName,omitempty"` - TimCloudPdirKey []byte `protobuf:"bytes,100,opt,name=timCloudPdirKey" json:"timCloudPdirKey,omitempty"` - TimCloudPpdirKey []byte `protobuf:"bytes,101,opt,name=timCloudPpdirKey" json:"timCloudPpdirKey,omitempty"` - TimCloudExtensionInfo []byte `protobuf:"bytes,102,opt,name=timCloudExtensionInfo" json:"timCloudExtensionInfo,omitempty"` - TimFileExistOption *uint32 `protobuf:"varint,103,opt,name=timFileExistOption" json:"timFileExistOption,omitempty"` -} - -func (x *CopyToReqBody) Reset() { - *x = CopyToReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d9_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CopyToReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CopyToReqBody) ProtoMessage() {} - -func (x *CopyToReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d9_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CopyToReqBody.ProtoReflect.Descriptor instead. -func (*CopyToReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d9_proto_rawDescGZIP(), []int{3} + GroupCode *uint64 `protobuf:"varint,1,opt"` + AppId *uint32 `protobuf:"varint,2,opt"` + SrcBusId *uint32 `protobuf:"varint,3,opt"` + SrcFileId *string `protobuf:"bytes,4,opt"` + DstBusId *uint32 `protobuf:"varint,5,opt"` + DstUin *uint64 `protobuf:"varint,6,opt"` + NewFileName *string `protobuf:"bytes,40,opt"` + TimCloudPdirKey []byte `protobuf:"bytes,100,opt"` + TimCloudPpdirKey []byte `protobuf:"bytes,101,opt"` + TimCloudExtensionInfo []byte `protobuf:"bytes,102,opt"` + TimFileExistOption *uint32 `protobuf:"varint,103,opt"` } func (x *CopyToReqBody) GetGroupCode() uint64 { @@ -442,48 +280,12 @@ func (x *CopyToReqBody) GetTimFileExistOption() uint32 { } type CopyToRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode *int32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"` - RetMsg *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"` - ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"` - SaveFilePath *string `protobuf:"bytes,4,opt,name=saveFilePath" json:"saveFilePath,omitempty"` - BusId *uint32 `protobuf:"varint,5,opt,name=busId" json:"busId,omitempty"` - FileName *string `protobuf:"bytes,40,opt,name=fileName" json:"fileName,omitempty"` -} - -func (x *CopyToRspBody) Reset() { - *x = CopyToRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d9_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CopyToRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CopyToRspBody) ProtoMessage() {} - -func (x *CopyToRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d9_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CopyToRspBody.ProtoReflect.Descriptor instead. -func (*CopyToRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d9_proto_rawDescGZIP(), []int{4} + RetCode *int32 `protobuf:"varint,1,opt"` + RetMsg *string `protobuf:"bytes,2,opt"` + ClientWording *string `protobuf:"bytes,3,opt"` + SaveFilePath *string `protobuf:"bytes,4,opt"` + BusId *uint32 `protobuf:"varint,5,opt"` + FileName *string `protobuf:"bytes,40,opt"` } func (x *CopyToRspBody) GetRetCode() int32 { @@ -529,46 +331,10 @@ func (x *CopyToRspBody) GetFileName() string { } type FeedsReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - AppId *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"` - FeedsInfoList []*GroupFileFeedsInfo `protobuf:"bytes,3,rep,name=feedsInfoList" json:"feedsInfoList,omitempty"` - MultiSendSeq *uint32 `protobuf:"varint,4,opt,name=multiSendSeq" json:"multiSendSeq,omitempty"` -} - -func (x *FeedsReqBody) Reset() { - *x = FeedsReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d9_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FeedsReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FeedsReqBody) ProtoMessage() {} - -func (x *FeedsReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d9_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FeedsReqBody.ProtoReflect.Descriptor instead. -func (*FeedsReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d9_proto_rawDescGZIP(), []int{5} + GroupCode *uint64 `protobuf:"varint,1,opt"` + AppId *uint32 `protobuf:"varint,2,opt"` + FeedsInfoList []*GroupFileFeedsInfo `protobuf:"bytes,3,rep"` + MultiSendSeq *uint32 `protobuf:"varint,4,opt"` } func (x *FeedsReqBody) GetGroupCode() uint64 { @@ -600,47 +366,11 @@ func (x *FeedsReqBody) GetMultiSendSeq() uint32 { } type FeedsRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode *int32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"` - RetMsg *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"` - ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"` + RetCode *int32 `protobuf:"varint,1,opt"` + RetMsg *string `protobuf:"bytes,2,opt"` + ClientWording *string `protobuf:"bytes,3,opt"` //repeated C8639group_file_common.FeedsResult feedsResultList = 4; - SvrbusyWaitTime *uint32 `protobuf:"varint,5,opt,name=svrbusyWaitTime" json:"svrbusyWaitTime,omitempty"` -} - -func (x *FeedsRspBody) Reset() { - *x = FeedsRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d9_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FeedsRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FeedsRspBody) ProtoMessage() {} - -func (x *FeedsRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d9_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FeedsRspBody.ProtoReflect.Descriptor instead. -func (*FeedsRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d9_proto_rawDescGZIP(), []int{6} + SvrbusyWaitTime *uint32 `protobuf:"varint,5,opt"` } func (x *FeedsRspBody) GetRetCode() int32 { @@ -672,46 +402,10 @@ func (x *FeedsRspBody) GetSvrbusyWaitTime() uint32 { } type D6D9ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - TransFileReq *TransFileReqBody `protobuf:"bytes,1,opt,name=transFileReq" json:"transFileReq,omitempty"` - CopyFromReq *CopyFromReqBody `protobuf:"bytes,2,opt,name=copyFromReq" json:"copyFromReq,omitempty"` - CopyToReq *CopyToReqBody `protobuf:"bytes,3,opt,name=copyToReq" json:"copyToReq,omitempty"` - FeedsInfoReq *FeedsReqBody `protobuf:"bytes,5,opt,name=feedsInfoReq" json:"feedsInfoReq,omitempty"` -} - -func (x *D6D9ReqBody) Reset() { - *x = D6D9ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d9_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D6D9ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D6D9ReqBody) ProtoMessage() {} - -func (x *D6D9ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d9_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D6D9ReqBody.ProtoReflect.Descriptor instead. -func (*D6D9ReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d9_proto_rawDescGZIP(), []int{7} + TransFileReq *TransFileReqBody `protobuf:"bytes,1,opt"` + CopyFromReq *CopyFromReqBody `protobuf:"bytes,2,opt"` + CopyToReq *CopyToReqBody `protobuf:"bytes,3,opt"` + FeedsInfoReq *FeedsReqBody `protobuf:"bytes,5,opt"` } func (x *D6D9ReqBody) GetTransFileReq() *TransFileReqBody { @@ -743,46 +437,10 @@ func (x *D6D9ReqBody) GetFeedsInfoReq() *FeedsReqBody { } type D6D9RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - TransFileRsp *TransFileRspBody `protobuf:"bytes,1,opt,name=transFileRsp" json:"transFileRsp,omitempty"` - CopyFromRsp *CopyFromRspBody `protobuf:"bytes,2,opt,name=copyFromRsp" json:"copyFromRsp,omitempty"` - CopyToRsp *CopyToRspBody `protobuf:"bytes,3,opt,name=copyToRsp" json:"copyToRsp,omitempty"` - FeedsInfoRsp *FeedsRspBody `protobuf:"bytes,5,opt,name=feedsInfoRsp" json:"feedsInfoRsp,omitempty"` -} - -func (x *D6D9RspBody) Reset() { - *x = D6D9RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d9_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D6D9RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D6D9RspBody) ProtoMessage() {} - -func (x *D6D9RspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d9_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D6D9RspBody.ProtoReflect.Descriptor instead. -func (*D6D9RspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d9_proto_rawDescGZIP(), []int{8} + TransFileRsp *TransFileRspBody `protobuf:"bytes,1,opt"` + CopyFromRsp *CopyFromRspBody `protobuf:"bytes,2,opt"` + CopyToRsp *CopyToRspBody `protobuf:"bytes,3,opt"` + FeedsInfoRsp *FeedsRspBody `protobuf:"bytes,5,opt"` } func (x *D6D9RspBody) GetTransFileRsp() *TransFileRspBody { @@ -814,46 +472,10 @@ func (x *D6D9RspBody) GetFeedsInfoRsp() *FeedsRspBody { } type TransFileReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - AppId *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"` - BusId *uint32 `protobuf:"varint,3,opt,name=busId" json:"busId,omitempty"` - FileId *string `protobuf:"bytes,4,opt,name=fileId" json:"fileId,omitempty"` -} - -func (x *TransFileReqBody) Reset() { - *x = TransFileReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d9_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TransFileReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TransFileReqBody) ProtoMessage() {} - -func (x *TransFileReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d9_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TransFileReqBody.ProtoReflect.Descriptor instead. -func (*TransFileReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d9_proto_rawDescGZIP(), []int{9} + GroupCode *uint64 `protobuf:"varint,1,opt"` + AppId *uint32 `protobuf:"varint,2,opt"` + BusId *uint32 `protobuf:"varint,3,opt"` + FileId *string `protobuf:"bytes,4,opt"` } func (x *TransFileReqBody) GetGroupCode() uint64 { @@ -885,47 +507,11 @@ func (x *TransFileReqBody) GetFileId() string { } type TransFileRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode *int32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"` - RetMsg *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"` - ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"` - SaveBusId *uint32 `protobuf:"varint,4,opt,name=saveBusId" json:"saveBusId,omitempty"` - SaveFilePath *string `protobuf:"bytes,5,opt,name=saveFilePath" json:"saveFilePath,omitempty"` -} - -func (x *TransFileRspBody) Reset() { - *x = TransFileRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x6d9_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TransFileRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TransFileRspBody) ProtoMessage() {} - -func (x *TransFileRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x6d9_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TransFileRspBody.ProtoReflect.Descriptor instead. -func (*TransFileRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x6d9_proto_rawDescGZIP(), []int{10} + RetCode *int32 `protobuf:"varint,1,opt"` + RetMsg *string `protobuf:"bytes,2,opt"` + ClientWording *string `protobuf:"bytes,3,opt"` + SaveBusId *uint32 `protobuf:"varint,4,opt"` + SaveFilePath *string `protobuf:"bytes,5,opt"` } func (x *TransFileRspBody) GetRetCode() int32 { @@ -962,357 +548,3 @@ func (x *TransFileRspBody) GetSaveFilePath() string { } return "" } - -var File_oidb0x6d9_proto protoreflect.FileDescriptor - -var file_oidb0x6d9_proto_rawDesc = []byte{ - 0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x36, 0x64, 0x39, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0x8e, 0x01, 0x0a, 0x12, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6c, 0x65, 0x46, - 0x65, 0x65, 0x64, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x73, 0x49, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x12, 0x16, - 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, - 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x73, 0x67, 0x52, 0x61, 0x6e, - 0x64, 0x6f, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x6d, 0x73, 0x67, 0x52, 0x61, - 0x6e, 0x64, 0x6f, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x65, 0x78, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x03, 0x65, 0x78, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x65, 0x65, 0x64, 0x46, 0x6c, - 0x61, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x66, 0x65, 0x65, 0x64, 0x46, 0x6c, - 0x61, 0x67, 0x22, 0xeb, 0x02, 0x0a, 0x0f, 0x43, 0x6f, 0x70, 0x79, 0x46, 0x72, 0x6f, 0x6d, 0x52, - 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, - 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x72, - 0x63, 0x42, 0x75, 0x73, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x73, 0x72, - 0x63, 0x42, 0x75, 0x73, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x72, 0x63, 0x50, 0x61, 0x72, - 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x0f, 0x73, 0x72, 0x63, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, - 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x72, 0x63, 0x46, 0x69, 0x6c, 0x65, 0x50, 0x61, 0x74, 0x68, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x73, 0x72, 0x63, 0x46, 0x69, 0x6c, 0x65, 0x50, 0x61, - 0x74, 0x68, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x73, 0x74, 0x42, 0x75, 0x73, 0x49, 0x64, 0x18, 0x06, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x64, 0x73, 0x74, 0x42, 0x75, 0x73, 0x49, 0x64, 0x12, 0x20, - 0x0a, 0x0b, 0x64, 0x73, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x18, 0x07, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x64, 0x73, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, - 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x08, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1c, 0x0a, 0x09, - 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x50, 0x61, 0x74, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x09, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x50, 0x61, 0x74, 0x68, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, - 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, - 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x72, 0x63, 0x55, 0x69, 0x6e, - 0x18, 0x0b, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x73, 0x72, 0x63, 0x55, 0x69, 0x6e, 0x12, 0x10, - 0x0a, 0x03, 0x6d, 0x64, 0x35, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6d, 0x64, 0x35, - 0x22, 0xa3, 0x01, 0x0a, 0x0f, 0x43, 0x6f, 0x70, 0x79, 0x46, 0x72, 0x6f, 0x6d, 0x52, 0x73, 0x70, - 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, - 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, - 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, - 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, - 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x22, 0x0a, 0x0c, - 0x73, 0x61, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x50, 0x61, 0x74, 0x68, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x0c, 0x73, 0x61, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x50, 0x61, 0x74, 0x68, - 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x22, 0x8f, 0x03, 0x0a, 0x0d, 0x43, 0x6f, 0x70, 0x79, 0x54, - 0x6f, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, - 0x73, 0x72, 0x63, 0x42, 0x75, 0x73, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, - 0x73, 0x72, 0x63, 0x42, 0x75, 0x73, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x72, 0x63, 0x46, - 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x72, 0x63, - 0x46, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x73, 0x74, 0x42, 0x75, 0x73, - 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x64, 0x73, 0x74, 0x42, 0x75, 0x73, - 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x18, 0x06, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x12, 0x20, 0x0a, 0x0b, 0x6e, 0x65, - 0x77, 0x46, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x28, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x0b, 0x6e, 0x65, 0x77, 0x46, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x0f, - 0x74, 0x69, 0x6d, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x50, 0x64, 0x69, 0x72, 0x4b, 0x65, 0x79, 0x18, - 0x64, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0f, 0x74, 0x69, 0x6d, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x50, - 0x64, 0x69, 0x72, 0x4b, 0x65, 0x79, 0x12, 0x2a, 0x0a, 0x10, 0x74, 0x69, 0x6d, 0x43, 0x6c, 0x6f, - 0x75, 0x64, 0x50, 0x70, 0x64, 0x69, 0x72, 0x4b, 0x65, 0x79, 0x18, 0x65, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x10, 0x74, 0x69, 0x6d, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x50, 0x70, 0x64, 0x69, 0x72, 0x4b, - 0x65, 0x79, 0x12, 0x34, 0x0a, 0x15, 0x74, 0x69, 0x6d, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x45, 0x78, - 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x66, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x15, 0x74, 0x69, 0x6d, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x45, 0x78, 0x74, 0x65, 0x6e, - 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x2e, 0x0a, 0x12, 0x74, 0x69, 0x6d, 0x46, - 0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, 0x73, 0x74, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x67, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x12, 0x74, 0x69, 0x6d, 0x46, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, - 0x73, 0x74, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xbd, 0x01, 0x0a, 0x0d, 0x43, 0x6f, 0x70, - 0x79, 0x54, 0x6f, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, - 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, - 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x24, 0x0a, 0x0d, - 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, - 0x6e, 0x67, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x61, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x50, 0x61, - 0x74, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x61, 0x76, 0x65, 0x46, 0x69, - 0x6c, 0x65, 0x50, 0x61, 0x74, 0x68, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, - 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x28, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, - 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0xa1, 0x01, 0x0a, 0x0c, 0x46, 0x65, 0x65, - 0x64, 0x73, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x39, 0x0a, - 0x0d, 0x66, 0x65, 0x65, 0x64, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x03, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6c, 0x65, - 0x46, 0x65, 0x65, 0x64, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0d, 0x66, 0x65, 0x65, 0x64, 0x73, - 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x75, 0x6c, 0x74, - 0x69, 0x53, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, - 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x53, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x22, 0x90, 0x01, 0x0a, - 0x0c, 0x46, 0x65, 0x65, 0x64, 0x73, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, - 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, - 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, - 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, - 0x24, 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, - 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x76, 0x72, 0x62, 0x75, 0x73, 0x79, - 0x57, 0x61, 0x69, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, - 0x73, 0x76, 0x72, 0x62, 0x75, 0x73, 0x79, 0x57, 0x61, 0x69, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x22, - 0xd9, 0x01, 0x0a, 0x0b, 0x44, 0x36, 0x44, 0x39, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, - 0x35, 0x0a, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x46, 0x69, 0x6c, - 0x65, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x46, - 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x12, 0x32, 0x0a, 0x0b, 0x63, 0x6f, 0x70, 0x79, 0x46, 0x72, - 0x6f, 0x6d, 0x52, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x43, 0x6f, - 0x70, 0x79, 0x46, 0x72, 0x6f, 0x6d, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0b, 0x63, - 0x6f, 0x70, 0x79, 0x46, 0x72, 0x6f, 0x6d, 0x52, 0x65, 0x71, 0x12, 0x2c, 0x0a, 0x09, 0x63, 0x6f, - 0x70, 0x79, 0x54, 0x6f, 0x52, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, - 0x43, 0x6f, 0x70, 0x79, 0x54, 0x6f, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x09, 0x63, - 0x6f, 0x70, 0x79, 0x54, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x31, 0x0a, 0x0c, 0x66, 0x65, 0x65, 0x64, - 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, - 0x2e, 0x46, 0x65, 0x65, 0x64, 0x73, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0c, 0x66, - 0x65, 0x65, 0x64, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x22, 0xd9, 0x01, 0x0a, 0x0b, - 0x44, 0x36, 0x44, 0x39, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x35, 0x0a, 0x0c, 0x74, - 0x72, 0x61, 0x6e, 0x73, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x11, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, - 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x46, 0x69, 0x6c, 0x65, 0x52, - 0x73, 0x70, 0x12, 0x32, 0x0a, 0x0b, 0x63, 0x6f, 0x70, 0x79, 0x46, 0x72, 0x6f, 0x6d, 0x52, 0x73, - 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x43, 0x6f, 0x70, 0x79, 0x46, 0x72, - 0x6f, 0x6d, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0b, 0x63, 0x6f, 0x70, 0x79, 0x46, - 0x72, 0x6f, 0x6d, 0x52, 0x73, 0x70, 0x12, 0x2c, 0x0a, 0x09, 0x63, 0x6f, 0x70, 0x79, 0x54, 0x6f, - 0x52, 0x73, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x43, 0x6f, 0x70, 0x79, - 0x54, 0x6f, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x09, 0x63, 0x6f, 0x70, 0x79, 0x54, - 0x6f, 0x52, 0x73, 0x70, 0x12, 0x31, 0x0a, 0x0c, 0x66, 0x65, 0x65, 0x64, 0x73, 0x49, 0x6e, 0x66, - 0x6f, 0x52, 0x73, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x46, 0x65, 0x65, - 0x64, 0x73, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0c, 0x66, 0x65, 0x65, 0x64, 0x73, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x73, 0x70, 0x22, 0x74, 0x0a, 0x10, 0x54, 0x72, 0x61, 0x6e, 0x73, - 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, - 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, - 0x14, 0x0a, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, - 0x62, 0x75, 0x73, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x22, 0xac, 0x01, - 0x0a, 0x10, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f, - 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, - 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, - 0x74, 0x4d, 0x73, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, - 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6c, 0x69, - 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x61, - 0x76, 0x65, 0x42, 0x75, 0x73, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x73, - 0x61, 0x76, 0x65, 0x42, 0x75, 0x73, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x61, 0x76, 0x65, - 0x46, 0x69, 0x6c, 0x65, 0x50, 0x61, 0x74, 0x68, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, - 0x73, 0x61, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x50, 0x61, 0x74, 0x68, 0x42, 0x09, 0x5a, 0x07, - 0x2e, 0x2f, 0x3b, 0x6f, 0x69, 0x64, 0x62, -} - -var ( - file_oidb0x6d9_proto_rawDescOnce sync.Once - file_oidb0x6d9_proto_rawDescData = file_oidb0x6d9_proto_rawDesc -) - -func file_oidb0x6d9_proto_rawDescGZIP() []byte { - file_oidb0x6d9_proto_rawDescOnce.Do(func() { - file_oidb0x6d9_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0x6d9_proto_rawDescData) - }) - return file_oidb0x6d9_proto_rawDescData -} - -var file_oidb0x6d9_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_oidb0x6d9_proto_goTypes = []interface{}{ - (*GroupFileFeedsInfo)(nil), // 0: GroupFileFeedsInfo - (*CopyFromReqBody)(nil), // 1: CopyFromReqBody - (*CopyFromRspBody)(nil), // 2: CopyFromRspBody - (*CopyToReqBody)(nil), // 3: CopyToReqBody - (*CopyToRspBody)(nil), // 4: CopyToRspBody - (*FeedsReqBody)(nil), // 5: FeedsReqBody - (*FeedsRspBody)(nil), // 6: FeedsRspBody - (*D6D9ReqBody)(nil), // 7: D6D9ReqBody - (*D6D9RspBody)(nil), // 8: D6D9RspBody - (*TransFileReqBody)(nil), // 9: TransFileReqBody - (*TransFileRspBody)(nil), // 10: TransFileRspBody -} -var file_oidb0x6d9_proto_depIdxs = []int32{ - 0, // 0: FeedsReqBody.feedsInfoList:type_name -> GroupFileFeedsInfo - 9, // 1: D6D9ReqBody.transFileReq:type_name -> TransFileReqBody - 1, // 2: D6D9ReqBody.copyFromReq:type_name -> CopyFromReqBody - 3, // 3: D6D9ReqBody.copyToReq:type_name -> CopyToReqBody - 5, // 4: D6D9ReqBody.feedsInfoReq:type_name -> FeedsReqBody - 10, // 5: D6D9RspBody.transFileRsp:type_name -> TransFileRspBody - 2, // 6: D6D9RspBody.copyFromRsp:type_name -> CopyFromRspBody - 4, // 7: D6D9RspBody.copyToRsp:type_name -> CopyToRspBody - 6, // 8: D6D9RspBody.feedsInfoRsp:type_name -> FeedsRspBody - 9, // [9:9] is the sub-list for method output_type - 9, // [9:9] is the sub-list for method input_type - 9, // [9:9] is the sub-list for extension type_name - 9, // [9:9] is the sub-list for extension extendee - 0, // [0:9] is the sub-list for field type_name -} - -func init() { file_oidb0x6d9_proto_init() } -func file_oidb0x6d9_proto_init() { - if File_oidb0x6d9_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_oidb0x6d9_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupFileFeedsInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d9_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CopyFromReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d9_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CopyFromRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d9_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CopyToReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d9_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CopyToRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d9_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FeedsReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d9_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FeedsRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d9_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D6D9ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d9_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D6D9RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d9_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TransFileReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x6d9_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TransFileRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_oidb0x6d9_proto_rawDesc, - NumEnums: 0, - NumMessages: 11, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_oidb0x6d9_proto_goTypes, - DependencyIndexes: file_oidb0x6d9_proto_depIdxs, - MessageInfos: file_oidb0x6d9_proto_msgTypes, - }.Build() - File_oidb0x6d9_proto = out.File - file_oidb0x6d9_proto_rawDesc = nil - file_oidb0x6d9_proto_goTypes = nil - file_oidb0x6d9_proto_depIdxs = nil -} diff --git a/client/pb/oidb/oidb0x769.pb.go b/client/pb/oidb/oidb0x769.pb.go index 956aec23..568207e8 100644 --- a/client/pb/oidb/oidb0x769.pb.go +++ b/client/pb/oidb/oidb0x769.pb.go @@ -1,66 +1,12 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: oidb0x769.proto package oidb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type CPU struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Model *string `protobuf:"bytes,1,opt,name=model" json:"model,omitempty"` - Cores *uint32 `protobuf:"varint,2,opt,name=cores" json:"cores,omitempty"` - Frequency *uint32 `protobuf:"varint,3,opt,name=frequency" json:"frequency,omitempty"` -} - -func (x *CPU) Reset() { - *x = CPU{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x769_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CPU) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CPU) ProtoMessage() {} - -func (x *CPU) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x769_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CPU.ProtoReflect.Descriptor instead. -func (*CPU) Descriptor() ([]byte, []int) { - return file_oidb0x769_proto_rawDescGZIP(), []int{0} + Model *string `protobuf:"bytes,1,opt"` + Cores *uint32 `protobuf:"varint,2,opt"` + Frequency *uint32 `protobuf:"varint,3,opt"` } func (x *CPU) GetModel() string { @@ -85,45 +31,9 @@ func (x *CPU) GetFrequency() uint32 { } type Camera struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Primary *uint64 `protobuf:"varint,1,opt,name=primary" json:"primary,omitempty"` - Secondary *uint64 `protobuf:"varint,2,opt,name=secondary" json:"secondary,omitempty"` - Flash *bool `protobuf:"varint,3,opt,name=flash" json:"flash,omitempty"` -} - -func (x *Camera) Reset() { - *x = Camera{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x769_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Camera) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Camera) ProtoMessage() {} - -func (x *Camera) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x769_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Camera.ProtoReflect.Descriptor instead. -func (*Camera) Descriptor() ([]byte, []int) { - return file_oidb0x769_proto_rawDescGZIP(), []int{1} + Primary *uint64 `protobuf:"varint,1,opt"` + Secondary *uint64 `protobuf:"varint,2,opt"` + Flash *bool `protobuf:"varint,3,opt"` } func (x *Camera) GetPrimary() uint64 { @@ -148,44 +58,8 @@ func (x *Camera) GetFlash() bool { } type D769ConfigSeq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"` - Version *uint32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"` -} - -func (x *D769ConfigSeq) Reset() { - *x = D769ConfigSeq{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x769_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D769ConfigSeq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D769ConfigSeq) ProtoMessage() {} - -func (x *D769ConfigSeq) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x769_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D769ConfigSeq.ProtoReflect.Descriptor instead. -func (*D769ConfigSeq) Descriptor() ([]byte, []int) { - return file_oidb0x769_proto_rawDescGZIP(), []int{2} + Type *uint32 `protobuf:"varint,1,opt"` + Version *uint32 `protobuf:"varint,2,opt"` } func (x *D769ConfigSeq) GetType() uint32 { @@ -203,45 +77,9 @@ func (x *D769ConfigSeq) GetVersion() uint32 { } type Content struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - TaskId *uint32 `protobuf:"varint,1,opt,name=taskId" json:"taskId,omitempty"` - Compress *uint32 `protobuf:"varint,2,opt,name=compress" json:"compress,omitempty"` - Content []byte `protobuf:"bytes,10,opt,name=content" json:"content,omitempty"` -} - -func (x *Content) Reset() { - *x = Content{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x769_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Content) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Content) ProtoMessage() {} - -func (x *Content) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x769_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Content.ProtoReflect.Descriptor instead. -func (*Content) Descriptor() ([]byte, []int) { - return file_oidb0x769_proto_rawDescGZIP(), []int{3} + TaskId *uint32 `protobuf:"varint,1,opt"` + Compress *uint32 `protobuf:"varint,2,opt"` + Content []byte `protobuf:"bytes,10,opt"` } func (x *Content) GetTaskId() uint32 { @@ -266,50 +104,14 @@ func (x *Content) GetContent() []byte { } type D769DeviceInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Brand *string `protobuf:"bytes,1,opt,name=brand" json:"brand,omitempty"` - Model *string `protobuf:"bytes,2,opt,name=model" json:"model,omitempty"` - Os *C41219OS `protobuf:"bytes,3,opt,name=os" json:"os,omitempty"` - Cpu *CPU `protobuf:"bytes,4,opt,name=cpu" json:"cpu,omitempty"` - Memory *Memory `protobuf:"bytes,5,opt,name=memory" json:"memory,omitempty"` - Storage *Storage `protobuf:"bytes,6,opt,name=storage" json:"storage,omitempty"` - Screen *Screen `protobuf:"bytes,7,opt,name=screen" json:"screen,omitempty"` - Camera *Camera `protobuf:"bytes,8,opt,name=camera" json:"camera,omitempty"` -} - -func (x *D769DeviceInfo) Reset() { - *x = D769DeviceInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x769_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D769DeviceInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D769DeviceInfo) ProtoMessage() {} - -func (x *D769DeviceInfo) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x769_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D769DeviceInfo.ProtoReflect.Descriptor instead. -func (*D769DeviceInfo) Descriptor() ([]byte, []int) { - return file_oidb0x769_proto_rawDescGZIP(), []int{4} + Brand *string `protobuf:"bytes,1,opt"` + Model *string `protobuf:"bytes,2,opt"` + Os *C41219OS `protobuf:"bytes,3,opt"` + Cpu *CPU `protobuf:"bytes,4,opt"` + Memory *Memory `protobuf:"bytes,5,opt"` + Storage *Storage `protobuf:"bytes,6,opt"` + Screen *Screen `protobuf:"bytes,7,opt"` + Camera *Camera `protobuf:"bytes,8,opt"` } func (x *D769DeviceInfo) GetBrand() string { @@ -369,44 +171,8 @@ func (x *D769DeviceInfo) GetCamera() *Camera { } type Memory struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Total *uint64 `protobuf:"varint,1,opt,name=total" json:"total,omitempty"` - Process *uint64 `protobuf:"varint,2,opt,name=process" json:"process,omitempty"` -} - -func (x *Memory) Reset() { - *x = Memory{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x769_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Memory) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Memory) ProtoMessage() {} - -func (x *Memory) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x769_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Memory.ProtoReflect.Descriptor instead. -func (*Memory) Descriptor() ([]byte, []int) { - return file_oidb0x769_proto_rawDescGZIP(), []int{5} + Total *uint64 `protobuf:"varint,1,opt"` + Process *uint64 `protobuf:"varint,2,opt"` } func (x *Memory) GetTotal() uint64 { @@ -424,47 +190,11 @@ func (x *Memory) GetProcess() uint64 { } type C41219OS struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"` - Version *string `protobuf:"bytes,2,opt,name=version" json:"version,omitempty"` - Sdk *string `protobuf:"bytes,3,opt,name=sdk" json:"sdk,omitempty"` - Kernel *string `protobuf:"bytes,4,opt,name=kernel" json:"kernel,omitempty"` - Rom *string `protobuf:"bytes,5,opt,name=rom" json:"rom,omitempty"` -} - -func (x *C41219OS) Reset() { - *x = C41219OS{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x769_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *C41219OS) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*C41219OS) ProtoMessage() {} - -func (x *C41219OS) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x769_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use C41219OS.ProtoReflect.Descriptor instead. -func (*C41219OS) Descriptor() ([]byte, []int) { - return file_oidb0x769_proto_rawDescGZIP(), []int{6} + Type *uint32 `protobuf:"varint,1,opt"` + Version *string `protobuf:"bytes,2,opt"` + Sdk *string `protobuf:"bytes,3,opt"` + Kernel *string `protobuf:"bytes,4,opt"` + Rom *string `protobuf:"bytes,5,opt"` } func (x *C41219OS) GetType() uint32 { @@ -503,44 +233,8 @@ func (x *C41219OS) GetRom() string { } type QueryUinPackageUsageReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"` - UinFileSize *uint64 `protobuf:"varint,2,opt,name=uinFileSize" json:"uinFileSize,omitempty"` -} - -func (x *QueryUinPackageUsageReq) Reset() { - *x = QueryUinPackageUsageReq{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x769_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *QueryUinPackageUsageReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*QueryUinPackageUsageReq) ProtoMessage() {} - -func (x *QueryUinPackageUsageReq) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x769_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use QueryUinPackageUsageReq.ProtoReflect.Descriptor instead. -func (*QueryUinPackageUsageReq) Descriptor() ([]byte, []int) { - return file_oidb0x769_proto_rawDescGZIP(), []int{7} + Type *uint32 `protobuf:"varint,1,opt"` + UinFileSize *uint64 `protobuf:"varint,2,opt"` } func (x *QueryUinPackageUsageReq) GetType() uint32 { @@ -558,47 +252,11 @@ func (x *QueryUinPackageUsageReq) GetUinFileSize() uint64 { } type QueryUinPackageUsageRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Status *uint32 `protobuf:"varint,1,opt,name=status" json:"status,omitempty"` - LeftUinNum *uint64 `protobuf:"varint,2,opt,name=leftUinNum" json:"leftUinNum,omitempty"` - MaxUinNum *uint64 `protobuf:"varint,3,opt,name=maxUinNum" json:"maxUinNum,omitempty"` - Proportion *uint32 `protobuf:"varint,4,opt,name=proportion" json:"proportion,omitempty"` - UinPackageUsedList []*UinPackageUsedInfo `protobuf:"bytes,10,rep,name=uinPackageUsedList" json:"uinPackageUsedList,omitempty"` -} - -func (x *QueryUinPackageUsageRsp) Reset() { - *x = QueryUinPackageUsageRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x769_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *QueryUinPackageUsageRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*QueryUinPackageUsageRsp) ProtoMessage() {} - -func (x *QueryUinPackageUsageRsp) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x769_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use QueryUinPackageUsageRsp.ProtoReflect.Descriptor instead. -func (*QueryUinPackageUsageRsp) Descriptor() ([]byte, []int) { - return file_oidb0x769_proto_rawDescGZIP(), []int{8} + Status *uint32 `protobuf:"varint,1,opt"` + LeftUinNum *uint64 `protobuf:"varint,2,opt"` + MaxUinNum *uint64 `protobuf:"varint,3,opt"` + Proportion *uint32 `protobuf:"varint,4,opt"` + UinPackageUsedList []*UinPackageUsedInfo `protobuf:"bytes,10,rep"` } func (x *QueryUinPackageUsageRsp) GetStatus() uint32 { @@ -637,49 +295,13 @@ func (x *QueryUinPackageUsageRsp) GetUinPackageUsedList() []*UinPackageUsedInfo } type D769ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ConfigList []*D769ConfigSeq `protobuf:"bytes,1,rep,name=configList" json:"configList,omitempty"` - DeviceInfo *D769DeviceInfo `protobuf:"bytes,2,opt,name=deviceInfo" json:"deviceInfo,omitempty"` - Info *string `protobuf:"bytes,3,opt,name=info" json:"info,omitempty"` - Province *string `protobuf:"bytes,4,opt,name=province" json:"province,omitempty"` - City *string `protobuf:"bytes,5,opt,name=city" json:"city,omitempty"` - ReqDebugMsg *int32 `protobuf:"varint,6,opt,name=reqDebugMsg" json:"reqDebugMsg,omitempty"` - QueryUinPackageUsageReq *QueryUinPackageUsageReq `protobuf:"bytes,101,opt,name=queryUinPackageUsageReq" json:"queryUinPackageUsageReq,omitempty"` -} - -func (x *D769ReqBody) Reset() { - *x = D769ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x769_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D769ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D769ReqBody) ProtoMessage() {} - -func (x *D769ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x769_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D769ReqBody.ProtoReflect.Descriptor instead. -func (*D769ReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x769_proto_rawDescGZIP(), []int{9} + ConfigList []*D769ConfigSeq `protobuf:"bytes,1,rep"` + DeviceInfo *D769DeviceInfo `protobuf:"bytes,2,opt"` + Info *string `protobuf:"bytes,3,opt"` + Province *string `protobuf:"bytes,4,opt"` + City *string `protobuf:"bytes,5,opt"` + ReqDebugMsg *int32 `protobuf:"varint,6,opt"` + QueryUinPackageUsageReq *QueryUinPackageUsageReq `protobuf:"bytes,101,opt"` } func (x *D769ReqBody) GetConfigList() []*D769ConfigSeq { @@ -732,45 +354,9 @@ func (x *D769ReqBody) GetQueryUinPackageUsageReq() *QueryUinPackageUsageReq { } type D769RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` - ConfigList []*D769ConfigSeq `protobuf:"bytes,2,rep,name=configList" json:"configList,omitempty"` - QueryUinPackageUsageRsp *QueryUinPackageUsageRsp `protobuf:"bytes,101,opt,name=queryUinPackageUsageRsp" json:"queryUinPackageUsageRsp,omitempty"` -} - -func (x *D769RspBody) Reset() { - *x = D769RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x769_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D769RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D769RspBody) ProtoMessage() {} - -func (x *D769RspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x769_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D769RspBody.ProtoReflect.Descriptor instead. -func (*D769RspBody) Descriptor() ([]byte, []int) { - return file_oidb0x769_proto_rawDescGZIP(), []int{10} + Result *uint32 `protobuf:"varint,1,opt"` + ConfigList []*D769ConfigSeq `protobuf:"bytes,2,rep"` + QueryUinPackageUsageRsp *QueryUinPackageUsageRsp `protobuf:"bytes,101,opt"` } func (x *D769RspBody) GetResult() uint32 { @@ -795,47 +381,11 @@ func (x *D769RspBody) GetQueryUinPackageUsageRsp() *QueryUinPackageUsageRsp { } type Screen struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Model *string `protobuf:"bytes,1,opt,name=model" json:"model,omitempty"` - Width *uint32 `protobuf:"varint,2,opt,name=width" json:"width,omitempty"` - Height *uint32 `protobuf:"varint,3,opt,name=height" json:"height,omitempty"` - Dpi *uint32 `protobuf:"varint,4,opt,name=dpi" json:"dpi,omitempty"` - MultiTouch *bool `protobuf:"varint,5,opt,name=multiTouch" json:"multiTouch,omitempty"` -} - -func (x *Screen) Reset() { - *x = Screen{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x769_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Screen) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Screen) ProtoMessage() {} - -func (x *Screen) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x769_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Screen.ProtoReflect.Descriptor instead. -func (*Screen) Descriptor() ([]byte, []int) { - return file_oidb0x769_proto_rawDescGZIP(), []int{11} + Model *string `protobuf:"bytes,1,opt"` + Width *uint32 `protobuf:"varint,2,opt"` + Height *uint32 `protobuf:"varint,3,opt"` + Dpi *uint32 `protobuf:"varint,4,opt"` + MultiTouch *bool `protobuf:"varint,5,opt"` } func (x *Screen) GetModel() string { @@ -874,44 +424,8 @@ func (x *Screen) GetMultiTouch() bool { } type Storage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Builtin *uint64 `protobuf:"varint,1,opt,name=builtin" json:"builtin,omitempty"` - External *uint64 `protobuf:"varint,2,opt,name=external" json:"external,omitempty"` -} - -func (x *Storage) Reset() { - *x = Storage{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x769_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Storage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Storage) ProtoMessage() {} - -func (x *Storage) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x769_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Storage.ProtoReflect.Descriptor instead. -func (*Storage) Descriptor() ([]byte, []int) { - return file_oidb0x769_proto_rawDescGZIP(), []int{12} + Builtin *uint64 `protobuf:"varint,1,opt"` + External *uint64 `protobuf:"varint,2,opt"` } func (x *Storage) GetBuiltin() uint64 { @@ -929,46 +443,10 @@ func (x *Storage) GetExternal() uint64 { } type UinPackageUsedInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RuleId *uint32 `protobuf:"varint,1,opt,name=ruleId" json:"ruleId,omitempty"` - Author *string `protobuf:"bytes,2,opt,name=author" json:"author,omitempty"` - Url *string `protobuf:"bytes,3,opt,name=url" json:"url,omitempty"` - UinNum *uint64 `protobuf:"varint,4,opt,name=uinNum" json:"uinNum,omitempty"` -} - -func (x *UinPackageUsedInfo) Reset() { - *x = UinPackageUsedInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x769_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UinPackageUsedInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UinPackageUsedInfo) ProtoMessage() {} - -func (x *UinPackageUsedInfo) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x769_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UinPackageUsedInfo.ProtoReflect.Descriptor instead. -func (*UinPackageUsedInfo) Descriptor() ([]byte, []int) { - return file_oidb0x769_proto_rawDescGZIP(), []int{13} + RuleId *uint32 `protobuf:"varint,1,opt"` + Author *string `protobuf:"bytes,2,opt"` + Url *string `protobuf:"bytes,3,opt"` + UinNum *uint64 `protobuf:"varint,4,opt"` } func (x *UinPackageUsedInfo) GetRuleId() uint32 { @@ -998,368 +476,3 @@ func (x *UinPackageUsedInfo) GetUinNum() uint64 { } return 0 } - -var File_oidb0x769_proto protoreflect.FileDescriptor - -var file_oidb0x769_proto_rawDesc = []byte{ - 0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x37, 0x36, 0x39, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0x4f, 0x0a, 0x03, 0x43, 0x50, 0x55, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, - 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x14, - 0x0a, 0x05, 0x63, 0x6f, 0x72, 0x65, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x63, - 0x6f, 0x72, 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x72, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, - 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x66, 0x72, 0x65, 0x71, 0x75, 0x65, 0x6e, - 0x63, 0x79, 0x22, 0x56, 0x0a, 0x06, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x12, 0x18, 0x0a, 0x07, - 0x70, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x70, - 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, - 0x61, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x73, 0x65, 0x63, 0x6f, 0x6e, - 0x64, 0x61, 0x72, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6c, 0x61, 0x73, 0x68, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6c, 0x61, 0x73, 0x68, 0x22, 0x3d, 0x0a, 0x0d, 0x44, 0x37, - 0x36, 0x39, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x74, - 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, - 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x57, 0x0a, 0x07, 0x43, 0x6f, 0x6e, - 0x74, 0x65, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, - 0x63, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, - 0x63, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, - 0x65, 0x6e, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, - 0x6e, 0x74, 0x22, 0xf6, 0x01, 0x0a, 0x0e, 0x44, 0x37, 0x36, 0x39, 0x44, 0x65, 0x76, 0x69, 0x63, - 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x61, 0x6e, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x61, 0x6e, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6d, - 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, - 0x6c, 0x12, 0x19, 0x0a, 0x02, 0x6f, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, - 0x43, 0x34, 0x31, 0x32, 0x31, 0x39, 0x4f, 0x53, 0x52, 0x02, 0x6f, 0x73, 0x12, 0x16, 0x0a, 0x03, - 0x63, 0x70, 0x75, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x04, 0x2e, 0x43, 0x50, 0x55, 0x52, - 0x03, 0x63, 0x70, 0x75, 0x12, 0x1f, 0x0a, 0x06, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x07, 0x2e, 0x4d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x52, 0x06, 0x6d, - 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x12, 0x22, 0x0a, 0x07, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, - 0x52, 0x07, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x12, 0x1f, 0x0a, 0x06, 0x73, 0x63, 0x72, - 0x65, 0x65, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x07, 0x2e, 0x53, 0x63, 0x72, 0x65, - 0x65, 0x6e, 0x52, 0x06, 0x73, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x12, 0x1f, 0x0a, 0x06, 0x63, 0x61, - 0x6d, 0x65, 0x72, 0x61, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x07, 0x2e, 0x43, 0x61, 0x6d, - 0x65, 0x72, 0x61, 0x52, 0x06, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x22, 0x38, 0x0a, 0x06, 0x4d, - 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x70, - 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x70, 0x72, - 0x6f, 0x63, 0x65, 0x73, 0x73, 0x22, 0x74, 0x0a, 0x08, 0x43, 0x34, 0x31, 0x32, 0x31, 0x39, 0x4f, - 0x53, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, - 0x10, 0x0a, 0x03, 0x73, 0x64, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x73, 0x64, - 0x6b, 0x12, 0x16, 0x0a, 0x06, 0x6b, 0x65, 0x72, 0x6e, 0x65, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x06, 0x6b, 0x65, 0x72, 0x6e, 0x65, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x6f, 0x6d, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x72, 0x6f, 0x6d, 0x22, 0x4f, 0x0a, 0x17, 0x51, - 0x75, 0x65, 0x72, 0x79, 0x55, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, - 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x75, 0x69, - 0x6e, 0x46, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x0b, 0x75, 0x69, 0x6e, 0x46, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xd4, 0x01, 0x0a, - 0x17, 0x51, 0x75, 0x65, 0x72, 0x79, 0x55, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, - 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, - 0x12, 0x1e, 0x0a, 0x0a, 0x6c, 0x65, 0x66, 0x74, 0x55, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x6c, 0x65, 0x66, 0x74, 0x55, 0x69, 0x6e, 0x4e, 0x75, 0x6d, - 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x61, 0x78, 0x55, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x09, 0x6d, 0x61, 0x78, 0x55, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x12, 0x1e, - 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x43, - 0x0a, 0x12, 0x75, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x65, 0x64, - 0x4c, 0x69, 0x73, 0x74, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x55, 0x69, 0x6e, - 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x65, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x52, - 0x12, 0x75, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x65, 0x64, 0x4c, - 0x69, 0x73, 0x74, 0x22, 0xa8, 0x02, 0x0a, 0x0b, 0x44, 0x37, 0x36, 0x39, 0x52, 0x65, 0x71, 0x42, - 0x6f, 0x64, 0x79, 0x12, 0x2e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4c, 0x69, 0x73, - 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x37, 0x36, 0x39, 0x43, 0x6f, - 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x71, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4c, - 0x69, 0x73, 0x74, 0x12, 0x2f, 0x0a, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, - 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x44, 0x37, 0x36, 0x39, 0x44, 0x65, - 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, - 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, - 0x69, 0x6e, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, - 0x69, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x04, 0x63, 0x69, 0x74, 0x79, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x71, 0x44, - 0x65, 0x62, 0x75, 0x67, 0x4d, 0x73, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x72, - 0x65, 0x71, 0x44, 0x65, 0x62, 0x75, 0x67, 0x4d, 0x73, 0x67, 0x12, 0x52, 0x0a, 0x17, 0x71, 0x75, - 0x65, 0x72, 0x79, 0x55, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x61, - 0x67, 0x65, 0x52, 0x65, 0x71, 0x18, 0x65, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x51, 0x75, - 0x65, 0x72, 0x79, 0x55, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x61, - 0x67, 0x65, 0x52, 0x65, 0x71, 0x52, 0x17, 0x71, 0x75, 0x65, 0x72, 0x79, 0x55, 0x69, 0x6e, 0x50, - 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x22, 0xa9, - 0x01, 0x0a, 0x0b, 0x44, 0x37, 0x36, 0x39, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x16, - 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, - 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x2e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x4c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x37, 0x36, - 0x39, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x71, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x52, 0x0a, 0x17, 0x71, 0x75, 0x65, 0x72, 0x79, 0x55, - 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x73, - 0x70, 0x18, 0x65, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x55, - 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x73, - 0x70, 0x52, 0x17, 0x71, 0x75, 0x65, 0x72, 0x79, 0x55, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, - 0x67, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x73, 0x70, 0x22, 0x7e, 0x0a, 0x06, 0x53, 0x63, - 0x72, 0x65, 0x65, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x69, - 0x64, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x77, 0x69, 0x64, 0x74, 0x68, - 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x64, 0x70, 0x69, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x64, 0x70, 0x69, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x75, - 0x6c, 0x74, 0x69, 0x54, 0x6f, 0x75, 0x63, 0x68, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, - 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x54, 0x6f, 0x75, 0x63, 0x68, 0x22, 0x3f, 0x0a, 0x07, 0x53, 0x74, - 0x6f, 0x72, 0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x75, 0x69, 0x6c, 0x74, 0x69, 0x6e, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x62, 0x75, 0x69, 0x6c, 0x74, 0x69, 0x6e, 0x12, - 0x1a, 0x0a, 0x08, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x08, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x22, 0x6e, 0x0a, 0x12, 0x55, - 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x65, 0x64, 0x49, 0x6e, 0x66, - 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x06, 0x72, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x75, 0x74, - 0x68, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x75, 0x74, 0x68, 0x6f, - 0x72, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, - 0x75, 0x72, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x42, 0x09, 0x5a, 0x07, 0x2e, - 0x2f, 0x3b, 0x6f, 0x69, 0x64, 0x62, -} - -var ( - file_oidb0x769_proto_rawDescOnce sync.Once - file_oidb0x769_proto_rawDescData = file_oidb0x769_proto_rawDesc -) - -func file_oidb0x769_proto_rawDescGZIP() []byte { - file_oidb0x769_proto_rawDescOnce.Do(func() { - file_oidb0x769_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0x769_proto_rawDescData) - }) - return file_oidb0x769_proto_rawDescData -} - -var file_oidb0x769_proto_msgTypes = make([]protoimpl.MessageInfo, 14) -var file_oidb0x769_proto_goTypes = []interface{}{ - (*CPU)(nil), // 0: CPU - (*Camera)(nil), // 1: Camera - (*D769ConfigSeq)(nil), // 2: D769ConfigSeq - (*Content)(nil), // 3: Content - (*D769DeviceInfo)(nil), // 4: D769DeviceInfo - (*Memory)(nil), // 5: Memory - (*C41219OS)(nil), // 6: C41219OS - (*QueryUinPackageUsageReq)(nil), // 7: QueryUinPackageUsageReq - (*QueryUinPackageUsageRsp)(nil), // 8: QueryUinPackageUsageRsp - (*D769ReqBody)(nil), // 9: D769ReqBody - (*D769RspBody)(nil), // 10: D769RspBody - (*Screen)(nil), // 11: Screen - (*Storage)(nil), // 12: Storage - (*UinPackageUsedInfo)(nil), // 13: UinPackageUsedInfo -} -var file_oidb0x769_proto_depIdxs = []int32{ - 6, // 0: D769DeviceInfo.os:type_name -> C41219OS - 0, // 1: D769DeviceInfo.cpu:type_name -> CPU - 5, // 2: D769DeviceInfo.memory:type_name -> Memory - 12, // 3: D769DeviceInfo.storage:type_name -> Storage - 11, // 4: D769DeviceInfo.screen:type_name -> Screen - 1, // 5: D769DeviceInfo.camera:type_name -> Camera - 13, // 6: QueryUinPackageUsageRsp.uinPackageUsedList:type_name -> UinPackageUsedInfo - 2, // 7: D769ReqBody.configList:type_name -> D769ConfigSeq - 4, // 8: D769ReqBody.deviceInfo:type_name -> D769DeviceInfo - 7, // 9: D769ReqBody.queryUinPackageUsageReq:type_name -> QueryUinPackageUsageReq - 2, // 10: D769RspBody.configList:type_name -> D769ConfigSeq - 8, // 11: D769RspBody.queryUinPackageUsageRsp:type_name -> QueryUinPackageUsageRsp - 12, // [12:12] is the sub-list for method output_type - 12, // [12:12] is the sub-list for method input_type - 12, // [12:12] is the sub-list for extension type_name - 12, // [12:12] is the sub-list for extension extendee - 0, // [0:12] is the sub-list for field type_name -} - -func init() { file_oidb0x769_proto_init() } -func file_oidb0x769_proto_init() { - if File_oidb0x769_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_oidb0x769_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CPU); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x769_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Camera); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x769_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D769ConfigSeq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x769_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Content); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x769_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D769DeviceInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x769_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Memory); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x769_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*C41219OS); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x769_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*QueryUinPackageUsageReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x769_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*QueryUinPackageUsageRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x769_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D769ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x769_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D769RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x769_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Screen); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x769_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Storage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x769_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UinPackageUsedInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_oidb0x769_proto_rawDesc, - NumEnums: 0, - NumMessages: 14, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_oidb0x769_proto_goTypes, - DependencyIndexes: file_oidb0x769_proto_depIdxs, - MessageInfos: file_oidb0x769_proto_msgTypes, - }.Build() - File_oidb0x769_proto = out.File - file_oidb0x769_proto_rawDesc = nil - file_oidb0x769_proto_goTypes = nil - file_oidb0x769_proto_depIdxs = nil -} diff --git a/client/pb/oidb/oidb0x88d.pb.go b/client/pb/oidb/oidb0x88d.pb.go index fd13ea51..c841c202 100644 --- a/client/pb/oidb/oidb0x88d.pb.go +++ b/client/pb/oidb/oidb0x88d.pb.go @@ -1,64 +1,10 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: oidb0x88d.proto package oidb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type D88DGroupHeadPortraitInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PicId *uint32 `protobuf:"varint,1,opt,name=picId" json:"picId,omitempty"` -} - -func (x *D88DGroupHeadPortraitInfo) Reset() { - *x = D88DGroupHeadPortraitInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x88d_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D88DGroupHeadPortraitInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D88DGroupHeadPortraitInfo) ProtoMessage() {} - -func (x *D88DGroupHeadPortraitInfo) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x88d_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D88DGroupHeadPortraitInfo.ProtoReflect.Descriptor instead. -func (*D88DGroupHeadPortraitInfo) Descriptor() ([]byte, []int) { - return file_oidb0x88d_proto_rawDescGZIP(), []int{0} + PicId *uint32 `protobuf:"varint,1,opt"` } func (x *D88DGroupHeadPortraitInfo) GetPicId() uint32 { @@ -69,47 +15,11 @@ func (x *D88DGroupHeadPortraitInfo) GetPicId() uint32 { } type D88DGroupHeadPortrait struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PicCount *uint32 `protobuf:"varint,1,opt,name=picCount" json:"picCount,omitempty"` - MsgInfo []*D88DGroupHeadPortraitInfo `protobuf:"bytes,2,rep,name=msgInfo" json:"msgInfo,omitempty"` - DefaultId *uint32 `protobuf:"varint,3,opt,name=defaultId" json:"defaultId,omitempty"` - VerifyingPicCnt *uint32 `protobuf:"varint,4,opt,name=verifyingPicCnt" json:"verifyingPicCnt,omitempty"` - MsgVerifyingPicInfo []*D88DGroupHeadPortraitInfo `protobuf:"bytes,5,rep,name=msgVerifyingPicInfo" json:"msgVerifyingPicInfo,omitempty"` -} - -func (x *D88DGroupHeadPortrait) Reset() { - *x = D88DGroupHeadPortrait{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x88d_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D88DGroupHeadPortrait) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D88DGroupHeadPortrait) ProtoMessage() {} - -func (x *D88DGroupHeadPortrait) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x88d_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D88DGroupHeadPortrait.ProtoReflect.Descriptor instead. -func (*D88DGroupHeadPortrait) Descriptor() ([]byte, []int) { - return file_oidb0x88d_proto_rawDescGZIP(), []int{1} + PicCount *uint32 `protobuf:"varint,1,opt"` + MsgInfo []*D88DGroupHeadPortraitInfo `protobuf:"bytes,2,rep"` + DefaultId *uint32 `protobuf:"varint,3,opt"` + VerifyingPicCnt *uint32 `protobuf:"varint,4,opt"` + MsgVerifyingPicInfo []*D88DGroupHeadPortraitInfo `protobuf:"bytes,5,rep"` } func (x *D88DGroupHeadPortrait) GetPicCount() uint32 { @@ -148,44 +58,8 @@ func (x *D88DGroupHeadPortrait) GetMsgVerifyingPicInfo() []*D88DGroupHeadPortrai } type D88DGroupExInfoOnly struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - TribeId *uint32 `protobuf:"varint,1,opt,name=tribeId" json:"tribeId,omitempty"` - MoneyForAddGroup *uint32 `protobuf:"varint,2,opt,name=moneyForAddGroup" json:"moneyForAddGroup,omitempty"` -} - -func (x *D88DGroupExInfoOnly) Reset() { - *x = D88DGroupExInfoOnly{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x88d_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D88DGroupExInfoOnly) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D88DGroupExInfoOnly) ProtoMessage() {} - -func (x *D88DGroupExInfoOnly) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x88d_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D88DGroupExInfoOnly.ProtoReflect.Descriptor instead. -func (*D88DGroupExInfoOnly) Descriptor() ([]byte, []int) { - return file_oidb0x88d_proto_rawDescGZIP(), []int{2} + TribeId *uint32 `protobuf:"varint,1,opt"` + MoneyForAddGroup *uint32 `protobuf:"varint,2,opt"` } func (x *D88DGroupExInfoOnly) GetTribeId() uint32 { @@ -203,125 +77,89 @@ func (x *D88DGroupExInfoOnly) GetMoneyForAddGroup() uint32 { } type D88DGroupInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupOwner *uint64 `protobuf:"varint,1,opt,name=groupOwner" json:"groupOwner,omitempty"` - GroupCreateTime *uint32 `protobuf:"varint,2,opt,name=groupCreateTime" json:"groupCreateTime,omitempty"` - GroupFlag *uint32 `protobuf:"varint,3,opt,name=groupFlag" json:"groupFlag,omitempty"` - GroupFlagExt *uint32 `protobuf:"varint,4,opt,name=groupFlagExt" json:"groupFlagExt,omitempty"` - GroupMemberMaxNum *uint32 `protobuf:"varint,5,opt,name=groupMemberMaxNum" json:"groupMemberMaxNum,omitempty"` - GroupMemberNum *uint32 `protobuf:"varint,6,opt,name=groupMemberNum" json:"groupMemberNum,omitempty"` - GroupOption *uint32 `protobuf:"varint,7,opt,name=groupOption" json:"groupOption,omitempty"` - GroupClassExt *uint32 `protobuf:"varint,8,opt,name=groupClassExt" json:"groupClassExt,omitempty"` - GroupSpecialClass *uint32 `protobuf:"varint,9,opt,name=groupSpecialClass" json:"groupSpecialClass,omitempty"` - GroupLevel *uint32 `protobuf:"varint,10,opt,name=groupLevel" json:"groupLevel,omitempty"` - GroupFace *uint32 `protobuf:"varint,11,opt,name=groupFace" json:"groupFace,omitempty"` - GroupDefaultPage *uint32 `protobuf:"varint,12,opt,name=groupDefaultPage" json:"groupDefaultPage,omitempty"` - GroupInfoSeq *uint32 `protobuf:"varint,13,opt,name=groupInfoSeq" json:"groupInfoSeq,omitempty"` - GroupRoamingTime *uint32 `protobuf:"varint,14,opt,name=groupRoamingTime" json:"groupRoamingTime,omitempty"` - GroupName []byte `protobuf:"bytes,15,opt,name=groupName" json:"groupName,omitempty"` - GroupMemo []byte `protobuf:"bytes,16,opt,name=groupMemo" json:"groupMemo,omitempty"` - GroupFingerMemo []byte `protobuf:"bytes,17,opt,name=groupFingerMemo" json:"groupFingerMemo,omitempty"` - GroupClassText []byte `protobuf:"bytes,18,opt,name=groupClassText" json:"groupClassText,omitempty"` - GroupAllianceCode []uint32 `protobuf:"varint,19,rep,name=groupAllianceCode" json:"groupAllianceCode,omitempty"` - GroupExtraAadmNum *uint32 `protobuf:"varint,20,opt,name=groupExtraAadmNum" json:"groupExtraAadmNum,omitempty"` - GroupUin *uint64 `protobuf:"varint,21,opt,name=groupUin" json:"groupUin,omitempty"` - GroupCurMsgSeq *uint32 `protobuf:"varint,22,opt,name=groupCurMsgSeq" json:"groupCurMsgSeq,omitempty"` - GroupLastMsgTime *uint32 `protobuf:"varint,23,opt,name=groupLastMsgTime" json:"groupLastMsgTime,omitempty"` - GroupQuestion []byte `protobuf:"bytes,24,opt,name=groupQuestion" json:"groupQuestion,omitempty"` - GroupAnswer []byte `protobuf:"bytes,25,opt,name=groupAnswer" json:"groupAnswer,omitempty"` - GroupVisitorMaxNum *uint32 `protobuf:"varint,26,opt,name=groupVisitorMaxNum" json:"groupVisitorMaxNum,omitempty"` - GroupVisitorCurNum *uint32 `protobuf:"varint,27,opt,name=groupVisitorCurNum" json:"groupVisitorCurNum,omitempty"` - LevelNameSeq *uint32 `protobuf:"varint,28,opt,name=levelNameSeq" json:"levelNameSeq,omitempty"` - GroupAdminMaxNum *uint32 `protobuf:"varint,29,opt,name=groupAdminMaxNum" json:"groupAdminMaxNum,omitempty"` - GroupAioSkinTimestamp *uint32 `protobuf:"varint,30,opt,name=groupAioSkinTimestamp" json:"groupAioSkinTimestamp,omitempty"` - GroupBoardSkinTimestamp *uint32 `protobuf:"varint,31,opt,name=groupBoardSkinTimestamp" json:"groupBoardSkinTimestamp,omitempty"` - GroupAioSkinUrl []byte `protobuf:"bytes,32,opt,name=groupAioSkinUrl" json:"groupAioSkinUrl,omitempty"` - GroupBoardSkinUrl []byte `protobuf:"bytes,33,opt,name=groupBoardSkinUrl" json:"groupBoardSkinUrl,omitempty"` - GroupCoverSkinTimestamp *uint32 `protobuf:"varint,34,opt,name=groupCoverSkinTimestamp" json:"groupCoverSkinTimestamp,omitempty"` - GroupCoverSkinUrl []byte `protobuf:"bytes,35,opt,name=groupCoverSkinUrl" json:"groupCoverSkinUrl,omitempty"` - GroupGrade *uint32 `protobuf:"varint,36,opt,name=groupGrade" json:"groupGrade,omitempty"` - ActiveMemberNum *uint32 `protobuf:"varint,37,opt,name=activeMemberNum" json:"activeMemberNum,omitempty"` - CertificationType *uint32 `protobuf:"varint,38,opt,name=certificationType" json:"certificationType,omitempty"` - CertificationText []byte `protobuf:"bytes,39,opt,name=certificationText" json:"certificationText,omitempty"` - GroupRichFingerMemo []byte `protobuf:"bytes,40,opt,name=groupRichFingerMemo" json:"groupRichFingerMemo,omitempty"` - TagRecord []*D88DTagRecord `protobuf:"bytes,41,rep,name=tagRecord" json:"tagRecord,omitempty"` - GroupGeoInfo *D88DGroupGeoInfo `protobuf:"bytes,42,opt,name=groupGeoInfo" json:"groupGeoInfo,omitempty"` - HeadPortraitSeq *uint32 `protobuf:"varint,43,opt,name=headPortraitSeq" json:"headPortraitSeq,omitempty"` - MsgHeadPortrait *D88DGroupHeadPortrait `protobuf:"bytes,44,opt,name=msgHeadPortrait" json:"msgHeadPortrait,omitempty"` - ShutupTimestamp *uint32 `protobuf:"varint,45,opt,name=shutupTimestamp" json:"shutupTimestamp,omitempty"` - ShutupTimestampMe *uint32 `protobuf:"varint,46,opt,name=shutupTimestampMe" json:"shutupTimestampMe,omitempty"` - CreateSourceFlag *uint32 `protobuf:"varint,47,opt,name=createSourceFlag" json:"createSourceFlag,omitempty"` - CmduinMsgSeq *uint32 `protobuf:"varint,48,opt,name=cmduinMsgSeq" json:"cmduinMsgSeq,omitempty"` - CmduinJoinTime *uint32 `protobuf:"varint,49,opt,name=cmduinJoinTime" json:"cmduinJoinTime,omitempty"` - CmduinUinFlag *uint32 `protobuf:"varint,50,opt,name=cmduinUinFlag" json:"cmduinUinFlag,omitempty"` - CmduinFlagEx *uint32 `protobuf:"varint,51,opt,name=cmduinFlagEx" json:"cmduinFlagEx,omitempty"` - CmduinNewMobileFlag *uint32 `protobuf:"varint,52,opt,name=cmduinNewMobileFlag" json:"cmduinNewMobileFlag,omitempty"` - CmduinReadMsgSeq *uint32 `protobuf:"varint,53,opt,name=cmduinReadMsgSeq" json:"cmduinReadMsgSeq,omitempty"` - CmduinLastMsgTime *uint32 `protobuf:"varint,54,opt,name=cmduinLastMsgTime" json:"cmduinLastMsgTime,omitempty"` - GroupTypeFlag *uint32 `protobuf:"varint,55,opt,name=groupTypeFlag" json:"groupTypeFlag,omitempty"` - AppPrivilegeFlag *uint32 `protobuf:"varint,56,opt,name=appPrivilegeFlag" json:"appPrivilegeFlag,omitempty"` - StGroupExInfo *D88DGroupExInfoOnly `protobuf:"bytes,57,opt,name=stGroupExInfo" json:"stGroupExInfo,omitempty"` - GroupSecLevel *uint32 `protobuf:"varint,58,opt,name=groupSecLevel" json:"groupSecLevel,omitempty"` - GroupSecLevelInfo *uint32 `protobuf:"varint,59,opt,name=groupSecLevelInfo" json:"groupSecLevelInfo,omitempty"` - CmduinPrivilege *uint32 `protobuf:"varint,60,opt,name=cmduinPrivilege" json:"cmduinPrivilege,omitempty"` - PoidInfo []byte `protobuf:"bytes,61,opt,name=poidInfo" json:"poidInfo,omitempty"` - CmduinFlagEx2 *uint32 `protobuf:"varint,62,opt,name=cmduinFlagEx2" json:"cmduinFlagEx2,omitempty"` - ConfUin *uint64 `protobuf:"varint,63,opt,name=confUin" json:"confUin,omitempty"` - ConfMaxMsgSeq *uint32 `protobuf:"varint,64,opt,name=confMaxMsgSeq" json:"confMaxMsgSeq,omitempty"` - ConfToGroupTime *uint32 `protobuf:"varint,65,opt,name=confToGroupTime" json:"confToGroupTime,omitempty"` - PasswordRedbagTime *uint32 `protobuf:"varint,66,opt,name=passwordRedbagTime" json:"passwordRedbagTime,omitempty"` - SubscriptionUin *uint64 `protobuf:"varint,67,opt,name=subscriptionUin" json:"subscriptionUin,omitempty"` - MemberListChangeSeq *uint32 `protobuf:"varint,68,opt,name=memberListChangeSeq" json:"memberListChangeSeq,omitempty"` - MembercardSeq *uint32 `protobuf:"varint,69,opt,name=membercardSeq" json:"membercardSeq,omitempty"` - RootId *uint64 `protobuf:"varint,70,opt,name=rootId" json:"rootId,omitempty"` - ParentId *uint64 `protobuf:"varint,71,opt,name=parentId" json:"parentId,omitempty"` - TeamSeq *uint32 `protobuf:"varint,72,opt,name=teamSeq" json:"teamSeq,omitempty"` - HistoryMsgBeginTime *uint64 `protobuf:"varint,73,opt,name=historyMsgBeginTime" json:"historyMsgBeginTime,omitempty"` - InviteNoAuthNumLimit *uint64 `protobuf:"varint,74,opt,name=inviteNoAuthNumLimit" json:"inviteNoAuthNumLimit,omitempty"` - CmduinHistoryMsgSeq *uint32 `protobuf:"varint,75,opt,name=cmduinHistoryMsgSeq" json:"cmduinHistoryMsgSeq,omitempty"` - CmduinJoinMsgSeq *uint32 `protobuf:"varint,76,opt,name=cmduinJoinMsgSeq" json:"cmduinJoinMsgSeq,omitempty"` - GroupFlagext3 *uint32 `protobuf:"varint,77,opt,name=groupFlagext3" json:"groupFlagext3,omitempty"` - GroupOpenAppid *uint32 `protobuf:"varint,78,opt,name=groupOpenAppid" json:"groupOpenAppid,omitempty"` - IsConfGroup *uint32 `protobuf:"varint,79,opt,name=isConfGroup" json:"isConfGroup,omitempty"` - IsModifyConfGroupFace *uint32 `protobuf:"varint,80,opt,name=isModifyConfGroupFace" json:"isModifyConfGroupFace,omitempty"` - IsModifyConfGroupName *uint32 `protobuf:"varint,81,opt,name=isModifyConfGroupName" json:"isModifyConfGroupName,omitempty"` - NoFingerOpenFlag *uint32 `protobuf:"varint,82,opt,name=noFingerOpenFlag" json:"noFingerOpenFlag,omitempty"` - NoCodeFingerOpenFlag *uint32 `protobuf:"varint,83,opt,name=noCodeFingerOpenFlag" json:"noCodeFingerOpenFlag,omitempty"` -} - -func (x *D88DGroupInfo) Reset() { - *x = D88DGroupInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x88d_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D88DGroupInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D88DGroupInfo) ProtoMessage() {} - -func (x *D88DGroupInfo) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x88d_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D88DGroupInfo.ProtoReflect.Descriptor instead. -func (*D88DGroupInfo) Descriptor() ([]byte, []int) { - return file_oidb0x88d_proto_rawDescGZIP(), []int{3} + GroupOwner *uint64 `protobuf:"varint,1,opt"` + GroupCreateTime *uint32 `protobuf:"varint,2,opt"` + GroupFlag *uint32 `protobuf:"varint,3,opt"` + GroupFlagExt *uint32 `protobuf:"varint,4,opt"` + GroupMemberMaxNum *uint32 `protobuf:"varint,5,opt"` + GroupMemberNum *uint32 `protobuf:"varint,6,opt"` + GroupOption *uint32 `protobuf:"varint,7,opt"` + GroupClassExt *uint32 `protobuf:"varint,8,opt"` + GroupSpecialClass *uint32 `protobuf:"varint,9,opt"` + GroupLevel *uint32 `protobuf:"varint,10,opt"` + GroupFace *uint32 `protobuf:"varint,11,opt"` + GroupDefaultPage *uint32 `protobuf:"varint,12,opt"` + GroupInfoSeq *uint32 `protobuf:"varint,13,opt"` + GroupRoamingTime *uint32 `protobuf:"varint,14,opt"` + GroupName []byte `protobuf:"bytes,15,opt"` + GroupMemo []byte `protobuf:"bytes,16,opt"` + GroupFingerMemo []byte `protobuf:"bytes,17,opt"` + GroupClassText []byte `protobuf:"bytes,18,opt"` + GroupAllianceCode []uint32 `protobuf:"varint,19,rep"` + GroupExtraAadmNum *uint32 `protobuf:"varint,20,opt"` + GroupUin *uint64 `protobuf:"varint,21,opt"` + GroupCurMsgSeq *uint32 `protobuf:"varint,22,opt"` + GroupLastMsgTime *uint32 `protobuf:"varint,23,opt"` + GroupQuestion []byte `protobuf:"bytes,24,opt"` + GroupAnswer []byte `protobuf:"bytes,25,opt"` + GroupVisitorMaxNum *uint32 `protobuf:"varint,26,opt"` + GroupVisitorCurNum *uint32 `protobuf:"varint,27,opt"` + LevelNameSeq *uint32 `protobuf:"varint,28,opt"` + GroupAdminMaxNum *uint32 `protobuf:"varint,29,opt"` + GroupAioSkinTimestamp *uint32 `protobuf:"varint,30,opt"` + GroupBoardSkinTimestamp *uint32 `protobuf:"varint,31,opt"` + GroupAioSkinUrl []byte `protobuf:"bytes,32,opt"` + GroupBoardSkinUrl []byte `protobuf:"bytes,33,opt"` + GroupCoverSkinTimestamp *uint32 `protobuf:"varint,34,opt"` + GroupCoverSkinUrl []byte `protobuf:"bytes,35,opt"` + GroupGrade *uint32 `protobuf:"varint,36,opt"` + ActiveMemberNum *uint32 `protobuf:"varint,37,opt"` + CertificationType *uint32 `protobuf:"varint,38,opt"` + CertificationText []byte `protobuf:"bytes,39,opt"` + GroupRichFingerMemo []byte `protobuf:"bytes,40,opt"` + TagRecord []*D88DTagRecord `protobuf:"bytes,41,rep"` + GroupGeoInfo *D88DGroupGeoInfo `protobuf:"bytes,42,opt"` + HeadPortraitSeq *uint32 `protobuf:"varint,43,opt"` + MsgHeadPortrait *D88DGroupHeadPortrait `protobuf:"bytes,44,opt"` + ShutupTimestamp *uint32 `protobuf:"varint,45,opt"` + ShutupTimestampMe *uint32 `protobuf:"varint,46,opt"` + CreateSourceFlag *uint32 `protobuf:"varint,47,opt"` + CmduinMsgSeq *uint32 `protobuf:"varint,48,opt"` + CmduinJoinTime *uint32 `protobuf:"varint,49,opt"` + CmduinUinFlag *uint32 `protobuf:"varint,50,opt"` + CmduinFlagEx *uint32 `protobuf:"varint,51,opt"` + CmduinNewMobileFlag *uint32 `protobuf:"varint,52,opt"` + CmduinReadMsgSeq *uint32 `protobuf:"varint,53,opt"` + CmduinLastMsgTime *uint32 `protobuf:"varint,54,opt"` + GroupTypeFlag *uint32 `protobuf:"varint,55,opt"` + AppPrivilegeFlag *uint32 `protobuf:"varint,56,opt"` + StGroupExInfo *D88DGroupExInfoOnly `protobuf:"bytes,57,opt"` + GroupSecLevel *uint32 `protobuf:"varint,58,opt"` + GroupSecLevelInfo *uint32 `protobuf:"varint,59,opt"` + CmduinPrivilege *uint32 `protobuf:"varint,60,opt"` + PoidInfo []byte `protobuf:"bytes,61,opt"` + CmduinFlagEx2 *uint32 `protobuf:"varint,62,opt"` + ConfUin *uint64 `protobuf:"varint,63,opt"` + ConfMaxMsgSeq *uint32 `protobuf:"varint,64,opt"` + ConfToGroupTime *uint32 `protobuf:"varint,65,opt"` + PasswordRedbagTime *uint32 `protobuf:"varint,66,opt"` + SubscriptionUin *uint64 `protobuf:"varint,67,opt"` + MemberListChangeSeq *uint32 `protobuf:"varint,68,opt"` + MembercardSeq *uint32 `protobuf:"varint,69,opt"` + RootId *uint64 `protobuf:"varint,70,opt"` + ParentId *uint64 `protobuf:"varint,71,opt"` + TeamSeq *uint32 `protobuf:"varint,72,opt"` + HistoryMsgBeginTime *uint64 `protobuf:"varint,73,opt"` + InviteNoAuthNumLimit *uint64 `protobuf:"varint,74,opt"` + CmduinHistoryMsgSeq *uint32 `protobuf:"varint,75,opt"` + CmduinJoinMsgSeq *uint32 `protobuf:"varint,76,opt"` + GroupFlagext3 *uint32 `protobuf:"varint,77,opt"` + GroupOpenAppid *uint32 `protobuf:"varint,78,opt"` + IsConfGroup *uint32 `protobuf:"varint,79,opt"` + IsModifyConfGroupFace *uint32 `protobuf:"varint,80,opt"` + IsModifyConfGroupName *uint32 `protobuf:"varint,81,opt"` + NoFingerOpenFlag *uint32 `protobuf:"varint,82,opt"` + NoCodeFingerOpenFlag *uint32 `protobuf:"varint,83,opt"` } func (x *D88DGroupInfo) GetGroupOwner() uint64 { @@ -906,45 +744,9 @@ func (x *D88DGroupInfo) GetNoCodeFingerOpenFlag() uint32 { } type ReqGroupInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - Stgroupinfo *D88DGroupInfo `protobuf:"bytes,2,opt,name=stgroupinfo" json:"stgroupinfo,omitempty"` - LastGetGroupNameTime *uint32 `protobuf:"varint,3,opt,name=lastGetGroupNameTime" json:"lastGetGroupNameTime,omitempty"` -} - -func (x *ReqGroupInfo) Reset() { - *x = ReqGroupInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x88d_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ReqGroupInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ReqGroupInfo) ProtoMessage() {} - -func (x *ReqGroupInfo) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x88d_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ReqGroupInfo.ProtoReflect.Descriptor instead. -func (*ReqGroupInfo) Descriptor() ([]byte, []int) { - return file_oidb0x88d_proto_rawDescGZIP(), []int{4} + GroupCode *uint64 `protobuf:"varint,1,opt"` + Stgroupinfo *D88DGroupInfo `protobuf:"bytes,2,opt"` + LastGetGroupNameTime *uint32 `protobuf:"varint,3,opt"` } func (x *ReqGroupInfo) GetGroupCode() uint64 { @@ -969,45 +771,9 @@ func (x *ReqGroupInfo) GetLastGetGroupNameTime() uint32 { } type D88DReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - AppId *uint32 `protobuf:"varint,1,opt,name=appId" json:"appId,omitempty"` - ReqGroupInfo []*ReqGroupInfo `protobuf:"bytes,2,rep,name=reqGroupInfo" json:"reqGroupInfo,omitempty"` - PcClientVersion *uint32 `protobuf:"varint,3,opt,name=pcClientVersion" json:"pcClientVersion,omitempty"` -} - -func (x *D88DReqBody) Reset() { - *x = D88DReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x88d_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D88DReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D88DReqBody) ProtoMessage() {} - -func (x *D88DReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x88d_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D88DReqBody.ProtoReflect.Descriptor instead. -func (*D88DReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x88d_proto_rawDescGZIP(), []int{5} + AppId *uint32 `protobuf:"varint,1,opt"` + ReqGroupInfo []*ReqGroupInfo `protobuf:"bytes,2,rep"` + PcClientVersion *uint32 `protobuf:"varint,3,opt"` } func (x *D88DReqBody) GetAppId() uint32 { @@ -1032,45 +798,9 @@ func (x *D88DReqBody) GetPcClientVersion() uint32 { } type RspGroupInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - Result *uint32 `protobuf:"varint,2,opt,name=result" json:"result,omitempty"` - GroupInfo *D88DGroupInfo `protobuf:"bytes,3,opt,name=groupInfo" json:"groupInfo,omitempty"` -} - -func (x *RspGroupInfo) Reset() { - *x = RspGroupInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x88d_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RspGroupInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RspGroupInfo) ProtoMessage() {} - -func (x *RspGroupInfo) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x88d_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RspGroupInfo.ProtoReflect.Descriptor instead. -func (*RspGroupInfo) Descriptor() ([]byte, []int) { - return file_oidb0x88d_proto_rawDescGZIP(), []int{6} + GroupCode *uint64 `protobuf:"varint,1,opt"` + Result *uint32 `protobuf:"varint,2,opt"` + GroupInfo *D88DGroupInfo `protobuf:"bytes,3,opt"` } func (x *RspGroupInfo) GetGroupCode() uint64 { @@ -1095,44 +825,8 @@ func (x *RspGroupInfo) GetGroupInfo() *D88DGroupInfo { } type D88DRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RspGroupInfo []*RspGroupInfo `protobuf:"bytes,1,rep,name=rspGroupInfo" json:"rspGroupInfo,omitempty"` - StrErrorInfo []byte `protobuf:"bytes,2,opt,name=strErrorInfo" json:"strErrorInfo,omitempty"` -} - -func (x *D88DRspBody) Reset() { - *x = D88DRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x88d_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D88DRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D88DRspBody) ProtoMessage() {} - -func (x *D88DRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x88d_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D88DRspBody.ProtoReflect.Descriptor instead. -func (*D88DRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x88d_proto_rawDescGZIP(), []int{7} + RspGroupInfo []*RspGroupInfo `protobuf:"bytes,1,rep"` + StrErrorInfo []byte `protobuf:"bytes,2,opt"` } func (x *D88DRspBody) GetRspGroupInfo() []*RspGroupInfo { @@ -1150,50 +844,14 @@ func (x *D88DRspBody) GetStrErrorInfo() []byte { } type D88DTagRecord struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FromUin *uint64 `protobuf:"varint,1,opt,name=fromUin" json:"fromUin,omitempty"` - GroupCode *uint64 `protobuf:"varint,2,opt,name=groupCode" json:"groupCode,omitempty"` - TagId []byte `protobuf:"bytes,3,opt,name=tagId" json:"tagId,omitempty"` - SetTime *uint64 `protobuf:"varint,4,opt,name=setTime" json:"setTime,omitempty"` - GoodNum *uint32 `protobuf:"varint,5,opt,name=goodNum" json:"goodNum,omitempty"` - BadNum *uint32 `protobuf:"varint,6,opt,name=badNum" json:"badNum,omitempty"` - TagLen *uint32 `protobuf:"varint,7,opt,name=tagLen" json:"tagLen,omitempty"` - TagValue []byte `protobuf:"bytes,8,opt,name=tagValue" json:"tagValue,omitempty"` -} - -func (x *D88DTagRecord) Reset() { - *x = D88DTagRecord{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x88d_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D88DTagRecord) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D88DTagRecord) ProtoMessage() {} - -func (x *D88DTagRecord) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x88d_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D88DTagRecord.ProtoReflect.Descriptor instead. -func (*D88DTagRecord) Descriptor() ([]byte, []int) { - return file_oidb0x88d_proto_rawDescGZIP(), []int{8} + FromUin *uint64 `protobuf:"varint,1,opt"` + GroupCode *uint64 `protobuf:"varint,2,opt"` + TagId []byte `protobuf:"bytes,3,opt"` + SetTime *uint64 `protobuf:"varint,4,opt"` + GoodNum *uint32 `protobuf:"varint,5,opt"` + BadNum *uint32 `protobuf:"varint,6,opt"` + TagLen *uint32 `protobuf:"varint,7,opt"` + TagValue []byte `protobuf:"bytes,8,opt"` } func (x *D88DTagRecord) GetFromUin() uint64 { @@ -1253,49 +911,13 @@ func (x *D88DTagRecord) GetTagValue() []byte { } type D88DGroupGeoInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Owneruin *uint64 `protobuf:"varint,1,opt,name=owneruin" json:"owneruin,omitempty"` - Settime *uint32 `protobuf:"varint,2,opt,name=settime" json:"settime,omitempty"` - Cityid *uint32 `protobuf:"varint,3,opt,name=cityid" json:"cityid,omitempty"` - Longitude *int64 `protobuf:"varint,4,opt,name=longitude" json:"longitude,omitempty"` - Latitude *int64 `protobuf:"varint,5,opt,name=latitude" json:"latitude,omitempty"` - Geocontent []byte `protobuf:"bytes,6,opt,name=geocontent" json:"geocontent,omitempty"` - PoiId *uint64 `protobuf:"varint,7,opt,name=poiId" json:"poiId,omitempty"` -} - -func (x *D88DGroupGeoInfo) Reset() { - *x = D88DGroupGeoInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x88d_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D88DGroupGeoInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D88DGroupGeoInfo) ProtoMessage() {} - -func (x *D88DGroupGeoInfo) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x88d_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D88DGroupGeoInfo.ProtoReflect.Descriptor instead. -func (*D88DGroupGeoInfo) Descriptor() ([]byte, []int) { - return file_oidb0x88d_proto_rawDescGZIP(), []int{9} + Owneruin *uint64 `protobuf:"varint,1,opt"` + Settime *uint32 `protobuf:"varint,2,opt"` + Cityid *uint32 `protobuf:"varint,3,opt"` + Longitude *int64 `protobuf:"varint,4,opt"` + Latitude *int64 `protobuf:"varint,5,opt"` + Geocontent []byte `protobuf:"bytes,6,opt"` + PoiId *uint64 `protobuf:"varint,7,opt"` } func (x *D88DGroupGeoInfo) GetOwneruin() uint64 { @@ -1346,502 +968,3 @@ func (x *D88DGroupGeoInfo) GetPoiId() uint64 { } return 0 } - -var File_oidb0x88d_proto protoreflect.FileDescriptor - -var file_oidb0x88d_proto_rawDesc = []byte{ - 0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x38, 0x38, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0x31, 0x0a, 0x19, 0x44, 0x38, 0x38, 0x44, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x48, 0x65, - 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x72, 0x61, 0x69, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, - 0x0a, 0x05, 0x70, 0x69, 0x63, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x70, - 0x69, 0x63, 0x49, 0x64, 0x22, 0xff, 0x01, 0x0a, 0x15, 0x44, 0x38, 0x38, 0x44, 0x47, 0x72, 0x6f, - 0x75, 0x70, 0x48, 0x65, 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x72, 0x61, 0x69, 0x74, 0x12, 0x1a, - 0x0a, 0x08, 0x70, 0x69, 0x63, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x08, 0x70, 0x69, 0x63, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x34, 0x0a, 0x07, 0x6d, 0x73, - 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x44, 0x38, - 0x38, 0x44, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x48, 0x65, 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x72, - 0x61, 0x69, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x49, 0x6e, 0x66, 0x6f, - 0x12, 0x1c, 0x0a, 0x09, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x09, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x49, 0x64, 0x12, 0x28, - 0x0a, 0x0f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x69, 0x6e, 0x67, 0x50, 0x69, 0x63, 0x43, 0x6e, - 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x69, - 0x6e, 0x67, 0x50, 0x69, 0x63, 0x43, 0x6e, 0x74, 0x12, 0x4c, 0x0a, 0x13, 0x6d, 0x73, 0x67, 0x56, - 0x65, 0x72, 0x69, 0x66, 0x79, 0x69, 0x6e, 0x67, 0x50, 0x69, 0x63, 0x49, 0x6e, 0x66, 0x6f, 0x18, - 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x44, 0x38, 0x38, 0x44, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x48, 0x65, 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x72, 0x61, 0x69, 0x74, 0x49, 0x6e, 0x66, - 0x6f, 0x52, 0x13, 0x6d, 0x73, 0x67, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x69, 0x6e, 0x67, 0x50, - 0x69, 0x63, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x5b, 0x0a, 0x13, 0x44, 0x38, 0x38, 0x44, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x45, 0x78, 0x49, 0x6e, 0x66, 0x6f, 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x18, 0x0a, - 0x07, 0x74, 0x72, 0x69, 0x62, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, - 0x74, 0x72, 0x69, 0x62, 0x65, 0x49, 0x64, 0x12, 0x2a, 0x0a, 0x10, 0x6d, 0x6f, 0x6e, 0x65, 0x79, - 0x46, 0x6f, 0x72, 0x41, 0x64, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x10, 0x6d, 0x6f, 0x6e, 0x65, 0x79, 0x46, 0x6f, 0x72, 0x41, 0x64, 0x64, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x22, 0xaa, 0x1b, 0x0a, 0x0d, 0x44, 0x38, 0x38, 0x44, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4f, 0x77, - 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, - 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x22, 0x0a, - 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6c, 0x61, 0x67, 0x45, 0x78, 0x74, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6c, 0x61, 0x67, 0x45, 0x78, - 0x74, 0x12, 0x2c, 0x0a, 0x11, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x11, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x12, - 0x26, 0x0a, 0x0e, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x75, - 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x12, 0x20, 0x0a, 0x0b, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x45, 0x78, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x45, 0x78, 0x74, 0x12, - 0x2c, 0x0a, 0x11, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x43, - 0x6c, 0x61, 0x73, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x11, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x1e, 0x0a, - 0x0a, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x0a, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x0a, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x1c, 0x0a, - 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x61, 0x63, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x50, 0x61, 0x67, 0x65, 0x18, - 0x0c, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x44, 0x65, 0x66, 0x61, - 0x75, 0x6c, 0x74, 0x50, 0x61, 0x67, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x49, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x71, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x71, 0x12, 0x2a, 0x0a, 0x10, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x52, 0x6f, 0x61, 0x6d, 0x69, 0x6e, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x18, - 0x0e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x6f, 0x61, 0x6d, - 0x69, 0x6e, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, - 0x6d, 0x6f, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4d, - 0x65, 0x6d, 0x6f, 0x12, 0x28, 0x0a, 0x0f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6e, 0x67, - 0x65, 0x72, 0x4d, 0x65, 0x6d, 0x6f, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0f, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6e, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x6d, 0x6f, 0x12, 0x26, 0x0a, - 0x0e, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x54, 0x65, 0x78, 0x74, 0x18, - 0x12, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0e, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6c, 0x61, 0x73, - 0x73, 0x54, 0x65, 0x78, 0x74, 0x12, 0x2c, 0x0a, 0x11, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x6c, - 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x13, 0x20, 0x03, 0x28, 0x0d, - 0x52, 0x11, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x6c, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x43, - 0x6f, 0x64, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x45, 0x78, 0x74, 0x72, - 0x61, 0x41, 0x61, 0x64, 0x6d, 0x4e, 0x75, 0x6d, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x11, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x61, 0x64, 0x6d, 0x4e, 0x75, - 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x55, 0x69, 0x6e, 0x18, 0x15, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x55, 0x69, 0x6e, 0x12, 0x26, 0x0a, - 0x0e, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x75, 0x72, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x18, - 0x16, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x75, 0x72, 0x4d, - 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, 0x2a, 0x0a, 0x10, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x61, - 0x73, 0x74, 0x4d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x10, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x61, 0x73, 0x74, 0x4d, 0x73, 0x67, 0x54, 0x69, 0x6d, - 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x51, 0x75, 0x65, 0x73, 0x74, 0x69, - 0x6f, 0x6e, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x51, - 0x75, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x20, 0x0a, 0x0b, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x41, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x41, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x56, 0x69, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x18, - 0x1a, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x12, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x56, 0x69, 0x73, 0x69, - 0x74, 0x6f, 0x72, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x56, 0x69, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x43, 0x75, 0x72, 0x4e, 0x75, 0x6d, 0x18, - 0x1b, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x12, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x56, 0x69, 0x73, 0x69, - 0x74, 0x6f, 0x72, 0x43, 0x75, 0x72, 0x4e, 0x75, 0x6d, 0x12, 0x22, 0x0a, 0x0c, 0x6c, 0x65, 0x76, - 0x65, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x71, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0c, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x71, 0x12, 0x2a, 0x0a, - 0x10, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x4d, 0x61, 0x78, 0x4e, 0x75, - 0x6d, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x64, - 0x6d, 0x69, 0x6e, 0x4d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x12, 0x34, 0x0a, 0x15, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x41, 0x69, 0x6f, 0x53, 0x6b, 0x69, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, - 0x6d, 0x70, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x15, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x41, - 0x69, 0x6f, 0x53, 0x6b, 0x69, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, - 0x38, 0x0a, 0x17, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x53, 0x6b, 0x69, - 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x17, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x53, 0x6b, 0x69, 0x6e, - 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x28, 0x0a, 0x0f, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x41, 0x69, 0x6f, 0x53, 0x6b, 0x69, 0x6e, 0x55, 0x72, 0x6c, 0x18, 0x20, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x0f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x69, 0x6f, 0x53, 0x6b, 0x69, 0x6e, - 0x55, 0x72, 0x6c, 0x12, 0x2c, 0x0a, 0x11, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x6f, 0x61, 0x72, - 0x64, 0x53, 0x6b, 0x69, 0x6e, 0x55, 0x72, 0x6c, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x11, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x53, 0x6b, 0x69, 0x6e, 0x55, 0x72, - 0x6c, 0x12, 0x38, 0x0a, 0x17, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x76, 0x65, 0x72, 0x53, - 0x6b, 0x69, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x22, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x17, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x76, 0x65, 0x72, 0x53, 0x6b, - 0x69, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x2c, 0x0a, 0x11, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x76, 0x65, 0x72, 0x53, 0x6b, 0x69, 0x6e, 0x55, 0x72, 0x6c, - 0x18, 0x23, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x11, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x76, - 0x65, 0x72, 0x53, 0x6b, 0x69, 0x6e, 0x55, 0x72, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x47, 0x72, 0x61, 0x64, 0x65, 0x18, 0x24, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x47, 0x72, 0x61, 0x64, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x61, 0x63, 0x74, - 0x69, 0x76, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x18, 0x25, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x4e, 0x75, 0x6d, 0x12, 0x2c, 0x0a, 0x11, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x26, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x11, - 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, - 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x54, 0x65, 0x78, 0x74, 0x18, 0x27, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x11, 0x63, 0x65, - 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x65, 0x78, 0x74, 0x12, - 0x30, 0x0a, 0x13, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x69, 0x63, 0x68, 0x46, 0x69, 0x6e, 0x67, - 0x65, 0x72, 0x4d, 0x65, 0x6d, 0x6f, 0x18, 0x28, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x13, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x52, 0x69, 0x63, 0x68, 0x46, 0x69, 0x6e, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x6d, - 0x6f, 0x12, 0x2c, 0x0a, 0x09, 0x74, 0x61, 0x67, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x18, 0x29, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x38, 0x38, 0x44, 0x54, 0x61, 0x67, 0x52, 0x65, - 0x63, 0x6f, 0x72, 0x64, 0x52, 0x09, 0x74, 0x61, 0x67, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, - 0x35, 0x0a, 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x47, 0x65, 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x18, - 0x2a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x44, 0x38, 0x38, 0x44, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x47, 0x65, 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x47, - 0x65, 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x28, 0x0a, 0x0f, 0x68, 0x65, 0x61, 0x64, 0x50, 0x6f, - 0x72, 0x74, 0x72, 0x61, 0x69, 0x74, 0x53, 0x65, 0x71, 0x18, 0x2b, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0f, 0x68, 0x65, 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x72, 0x61, 0x69, 0x74, 0x53, 0x65, 0x71, - 0x12, 0x40, 0x0a, 0x0f, 0x6d, 0x73, 0x67, 0x48, 0x65, 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x72, - 0x61, 0x69, 0x74, 0x18, 0x2c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x44, 0x38, 0x38, 0x44, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x48, 0x65, 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x72, 0x61, 0x69, - 0x74, 0x52, 0x0f, 0x6d, 0x73, 0x67, 0x48, 0x65, 0x61, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x72, 0x61, - 0x69, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x68, 0x75, 0x74, 0x75, 0x70, 0x54, 0x69, 0x6d, 0x65, - 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x2d, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x73, 0x68, 0x75, - 0x74, 0x75, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x2c, 0x0a, 0x11, - 0x73, 0x68, 0x75, 0x74, 0x75, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x4d, - 0x65, 0x18, 0x2e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x11, 0x73, 0x68, 0x75, 0x74, 0x75, 0x70, 0x54, - 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x4d, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x63, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x2f, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x6f, 0x75, 0x72, - 0x63, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x6d, 0x64, 0x75, 0x69, 0x6e, - 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x18, 0x30, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x63, 0x6d, - 0x64, 0x75, 0x69, 0x6e, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x6d, - 0x64, 0x75, 0x69, 0x6e, 0x4a, 0x6f, 0x69, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x31, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0e, 0x63, 0x6d, 0x64, 0x75, 0x69, 0x6e, 0x4a, 0x6f, 0x69, 0x6e, 0x54, 0x69, - 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6d, 0x64, 0x75, 0x69, 0x6e, 0x55, 0x69, 0x6e, 0x46, - 0x6c, 0x61, 0x67, 0x18, 0x32, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x63, 0x6d, 0x64, 0x75, 0x69, - 0x6e, 0x55, 0x69, 0x6e, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x6d, 0x64, 0x75, - 0x69, 0x6e, 0x46, 0x6c, 0x61, 0x67, 0x45, 0x78, 0x18, 0x33, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, - 0x63, 0x6d, 0x64, 0x75, 0x69, 0x6e, 0x46, 0x6c, 0x61, 0x67, 0x45, 0x78, 0x12, 0x30, 0x0a, 0x13, - 0x63, 0x6d, 0x64, 0x75, 0x69, 0x6e, 0x4e, 0x65, 0x77, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x46, - 0x6c, 0x61, 0x67, 0x18, 0x34, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x13, 0x63, 0x6d, 0x64, 0x75, 0x69, - 0x6e, 0x4e, 0x65, 0x77, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x2a, - 0x0a, 0x10, 0x63, 0x6d, 0x64, 0x75, 0x69, 0x6e, 0x52, 0x65, 0x61, 0x64, 0x4d, 0x73, 0x67, 0x53, - 0x65, 0x71, 0x18, 0x35, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x63, 0x6d, 0x64, 0x75, 0x69, 0x6e, - 0x52, 0x65, 0x61, 0x64, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, 0x2c, 0x0a, 0x11, 0x63, 0x6d, - 0x64, 0x75, 0x69, 0x6e, 0x4c, 0x61, 0x73, 0x74, 0x4d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x18, - 0x36, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x11, 0x63, 0x6d, 0x64, 0x75, 0x69, 0x6e, 0x4c, 0x61, 0x73, - 0x74, 0x4d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x54, 0x79, 0x70, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x37, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x2a, - 0x0a, 0x10, 0x61, 0x70, 0x70, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x46, 0x6c, - 0x61, 0x67, 0x18, 0x38, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x61, 0x70, 0x70, 0x50, 0x72, 0x69, - 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x3a, 0x0a, 0x0d, 0x73, 0x74, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x45, 0x78, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x39, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x14, 0x2e, 0x44, 0x38, 0x38, 0x44, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x45, 0x78, 0x49, - 0x6e, 0x66, 0x6f, 0x4f, 0x6e, 0x6c, 0x79, 0x52, 0x0d, 0x73, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x45, 0x78, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x0a, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x53, - 0x65, 0x63, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x3a, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x63, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x2c, 0x0a, 0x11, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x63, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x49, 0x6e, 0x66, - 0x6f, 0x18, 0x3b, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x11, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, - 0x63, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x28, 0x0a, 0x0f, 0x63, 0x6d, - 0x64, 0x75, 0x69, 0x6e, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x18, 0x3c, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x63, 0x6d, 0x64, 0x75, 0x69, 0x6e, 0x50, 0x72, 0x69, 0x76, 0x69, - 0x6c, 0x65, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6f, 0x69, 0x64, 0x49, 0x6e, 0x66, 0x6f, - 0x18, 0x3d, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x70, 0x6f, 0x69, 0x64, 0x49, 0x6e, 0x66, 0x6f, - 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6d, 0x64, 0x75, 0x69, 0x6e, 0x46, 0x6c, 0x61, 0x67, 0x45, 0x78, - 0x32, 0x18, 0x3e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x63, 0x6d, 0x64, 0x75, 0x69, 0x6e, 0x46, - 0x6c, 0x61, 0x67, 0x45, 0x78, 0x32, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x66, 0x55, 0x69, - 0x6e, 0x18, 0x3f, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x66, 0x55, 0x69, 0x6e, - 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x66, 0x4d, 0x61, 0x78, 0x4d, 0x73, 0x67, 0x53, 0x65, - 0x71, 0x18, 0x40, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x66, 0x4d, 0x61, 0x78, - 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, 0x28, 0x0a, 0x0f, 0x63, 0x6f, 0x6e, 0x66, 0x54, 0x6f, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x41, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0f, 0x63, 0x6f, 0x6e, 0x66, 0x54, 0x6f, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x69, 0x6d, 0x65, - 0x12, 0x2e, 0x0a, 0x12, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x64, 0x62, - 0x61, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x42, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x12, 0x70, 0x61, - 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x64, 0x62, 0x61, 0x67, 0x54, 0x69, 0x6d, 0x65, - 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, - 0x55, 0x69, 0x6e, 0x18, 0x43, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0f, 0x73, 0x75, 0x62, 0x73, 0x63, - 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x69, 0x6e, 0x12, 0x30, 0x0a, 0x13, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x53, 0x65, - 0x71, 0x18, 0x44, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x13, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4c, - 0x69, 0x73, 0x74, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x71, 0x12, 0x24, 0x0a, 0x0d, - 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x63, 0x61, 0x72, 0x64, 0x53, 0x65, 0x71, 0x18, 0x45, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x63, 0x61, 0x72, 0x64, 0x53, - 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x74, 0x49, 0x64, 0x18, 0x46, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, - 0x72, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x47, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x70, 0x61, - 0x72, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x65, 0x61, 0x6d, 0x53, 0x65, - 0x71, 0x18, 0x48, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x74, 0x65, 0x61, 0x6d, 0x53, 0x65, 0x71, - 0x12, 0x30, 0x0a, 0x13, 0x68, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67, 0x42, 0x65, - 0x67, 0x69, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x49, 0x20, 0x01, 0x28, 0x04, 0x52, 0x13, 0x68, - 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x54, 0x69, - 0x6d, 0x65, 0x12, 0x32, 0x0a, 0x14, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x4e, 0x6f, 0x41, 0x75, - 0x74, 0x68, 0x4e, 0x75, 0x6d, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x4a, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x14, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x4e, 0x6f, 0x41, 0x75, 0x74, 0x68, 0x4e, 0x75, - 0x6d, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x63, 0x6d, 0x64, 0x75, 0x69, 0x6e, - 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x18, 0x4b, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x13, 0x63, 0x6d, 0x64, 0x75, 0x69, 0x6e, 0x48, 0x69, 0x73, 0x74, 0x6f, - 0x72, 0x79, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, 0x2a, 0x0a, 0x10, 0x63, 0x6d, 0x64, 0x75, - 0x69, 0x6e, 0x4a, 0x6f, 0x69, 0x6e, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x18, 0x4c, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x10, 0x63, 0x6d, 0x64, 0x75, 0x69, 0x6e, 0x4a, 0x6f, 0x69, 0x6e, 0x4d, 0x73, - 0x67, 0x53, 0x65, 0x71, 0x12, 0x24, 0x0a, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6c, 0x61, - 0x67, 0x65, 0x78, 0x74, 0x33, 0x18, 0x4d, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x46, 0x6c, 0x61, 0x67, 0x65, 0x78, 0x74, 0x33, 0x12, 0x26, 0x0a, 0x0e, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x4f, 0x70, 0x65, 0x6e, 0x41, 0x70, 0x70, 0x69, 0x64, 0x18, 0x4e, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0e, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4f, 0x70, 0x65, 0x6e, 0x41, 0x70, 0x70, - 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x18, 0x4f, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x69, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x47, - 0x72, 0x6f, 0x75, 0x70, 0x12, 0x34, 0x0a, 0x15, 0x69, 0x73, 0x4d, 0x6f, 0x64, 0x69, 0x66, 0x79, - 0x43, 0x6f, 0x6e, 0x66, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x61, 0x63, 0x65, 0x18, 0x50, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x15, 0x69, 0x73, 0x4d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x43, 0x6f, 0x6e, - 0x66, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x61, 0x63, 0x65, 0x12, 0x34, 0x0a, 0x15, 0x69, 0x73, - 0x4d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e, - 0x61, 0x6d, 0x65, 0x18, 0x51, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x15, 0x69, 0x73, 0x4d, 0x6f, 0x64, - 0x69, 0x66, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, - 0x12, 0x2a, 0x0a, 0x10, 0x6e, 0x6f, 0x46, 0x69, 0x6e, 0x67, 0x65, 0x72, 0x4f, 0x70, 0x65, 0x6e, - 0x46, 0x6c, 0x61, 0x67, 0x18, 0x52, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x6e, 0x6f, 0x46, 0x69, - 0x6e, 0x67, 0x65, 0x72, 0x4f, 0x70, 0x65, 0x6e, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x32, 0x0a, 0x14, - 0x6e, 0x6f, 0x43, 0x6f, 0x64, 0x65, 0x46, 0x69, 0x6e, 0x67, 0x65, 0x72, 0x4f, 0x70, 0x65, 0x6e, - 0x46, 0x6c, 0x61, 0x67, 0x18, 0x53, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x14, 0x6e, 0x6f, 0x43, 0x6f, - 0x64, 0x65, 0x46, 0x69, 0x6e, 0x67, 0x65, 0x72, 0x4f, 0x70, 0x65, 0x6e, 0x46, 0x6c, 0x61, 0x67, - 0x22, 0x92, 0x01, 0x0a, 0x0c, 0x52, 0x65, 0x71, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, - 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, - 0x30, 0x0a, 0x0b, 0x73, 0x74, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x38, 0x38, 0x44, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0b, 0x73, 0x74, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x69, 0x6e, 0x66, - 0x6f, 0x12, 0x32, 0x0a, 0x14, 0x6c, 0x61, 0x73, 0x74, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x14, 0x6c, 0x61, 0x73, 0x74, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, - 0x65, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x80, 0x01, 0x0a, 0x0b, 0x44, 0x38, 0x38, 0x44, 0x52, 0x65, - 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x31, 0x0a, 0x0c, 0x72, - 0x65, 0x71, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x0d, 0x2e, 0x52, 0x65, 0x71, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, - 0x52, 0x0c, 0x72, 0x65, 0x71, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x28, - 0x0a, 0x0f, 0x70, 0x63, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, - 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x70, 0x63, 0x43, 0x6c, 0x69, 0x65, 0x6e, - 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x72, 0x0a, 0x0c, 0x52, 0x73, 0x70, 0x47, - 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x2c, - 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x38, 0x38, 0x44, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, - 0x6f, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x64, 0x0a, 0x0b, - 0x44, 0x38, 0x38, 0x44, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x31, 0x0a, 0x0c, 0x72, - 0x73, 0x70, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x0d, 0x2e, 0x52, 0x73, 0x70, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, - 0x52, 0x0c, 0x72, 0x73, 0x70, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x22, - 0x0a, 0x0c, 0x73, 0x74, 0x72, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x73, 0x74, 0x72, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x49, 0x6e, - 0x66, 0x6f, 0x22, 0xdd, 0x01, 0x0a, 0x0d, 0x44, 0x38, 0x38, 0x44, 0x54, 0x61, 0x67, 0x52, 0x65, - 0x63, 0x6f, 0x72, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x12, 0x1c, - 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, - 0x74, 0x61, 0x67, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x74, 0x61, 0x67, - 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x65, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x07, 0x73, 0x65, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, - 0x67, 0x6f, 0x6f, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x67, - 0x6f, 0x6f, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x61, 0x64, 0x4e, 0x75, 0x6d, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x62, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x16, - 0x0a, 0x06, 0x74, 0x61, 0x67, 0x4c, 0x65, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, - 0x74, 0x61, 0x67, 0x4c, 0x65, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x74, 0x61, 0x67, 0x56, 0x61, 0x6c, - 0x75, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x74, 0x61, 0x67, 0x56, 0x61, 0x6c, - 0x75, 0x65, 0x22, 0xd0, 0x01, 0x0a, 0x10, 0x44, 0x38, 0x38, 0x44, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x47, 0x65, 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x77, 0x6e, 0x65, 0x72, - 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x6f, 0x77, 0x6e, 0x65, 0x72, - 0x75, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a, - 0x06, 0x63, 0x69, 0x74, 0x79, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x63, - 0x69, 0x74, 0x79, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x6f, 0x6e, 0x67, 0x69, 0x74, 0x75, - 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6c, 0x6f, 0x6e, 0x67, 0x69, 0x74, - 0x75, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65, 0x12, - 0x1e, 0x0a, 0x0a, 0x67, 0x65, 0x6f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x67, 0x65, 0x6f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, - 0x14, 0x0a, 0x05, 0x70, 0x6f, 0x69, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, - 0x70, 0x6f, 0x69, 0x49, 0x64, 0x42, 0x09, 0x5a, 0x07, 0x2e, 0x2f, 0x3b, 0x6f, 0x69, 0x64, 0x62, -} - -var ( - file_oidb0x88d_proto_rawDescOnce sync.Once - file_oidb0x88d_proto_rawDescData = file_oidb0x88d_proto_rawDesc -) - -func file_oidb0x88d_proto_rawDescGZIP() []byte { - file_oidb0x88d_proto_rawDescOnce.Do(func() { - file_oidb0x88d_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0x88d_proto_rawDescData) - }) - return file_oidb0x88d_proto_rawDescData -} - -var file_oidb0x88d_proto_msgTypes = make([]protoimpl.MessageInfo, 10) -var file_oidb0x88d_proto_goTypes = []interface{}{ - (*D88DGroupHeadPortraitInfo)(nil), // 0: D88DGroupHeadPortraitInfo - (*D88DGroupHeadPortrait)(nil), // 1: D88DGroupHeadPortrait - (*D88DGroupExInfoOnly)(nil), // 2: D88DGroupExInfoOnly - (*D88DGroupInfo)(nil), // 3: D88DGroupInfo - (*ReqGroupInfo)(nil), // 4: ReqGroupInfo - (*D88DReqBody)(nil), // 5: D88DReqBody - (*RspGroupInfo)(nil), // 6: RspGroupInfo - (*D88DRspBody)(nil), // 7: D88DRspBody - (*D88DTagRecord)(nil), // 8: D88DTagRecord - (*D88DGroupGeoInfo)(nil), // 9: D88DGroupGeoInfo -} -var file_oidb0x88d_proto_depIdxs = []int32{ - 0, // 0: D88DGroupHeadPortrait.msgInfo:type_name -> D88DGroupHeadPortraitInfo - 0, // 1: D88DGroupHeadPortrait.msgVerifyingPicInfo:type_name -> D88DGroupHeadPortraitInfo - 8, // 2: D88DGroupInfo.tagRecord:type_name -> D88DTagRecord - 9, // 3: D88DGroupInfo.groupGeoInfo:type_name -> D88DGroupGeoInfo - 1, // 4: D88DGroupInfo.msgHeadPortrait:type_name -> D88DGroupHeadPortrait - 2, // 5: D88DGroupInfo.stGroupExInfo:type_name -> D88DGroupExInfoOnly - 3, // 6: ReqGroupInfo.stgroupinfo:type_name -> D88DGroupInfo - 4, // 7: D88DReqBody.reqGroupInfo:type_name -> ReqGroupInfo - 3, // 8: RspGroupInfo.groupInfo:type_name -> D88DGroupInfo - 6, // 9: D88DRspBody.rspGroupInfo:type_name -> RspGroupInfo - 10, // [10:10] is the sub-list for method output_type - 10, // [10:10] is the sub-list for method input_type - 10, // [10:10] is the sub-list for extension type_name - 10, // [10:10] is the sub-list for extension extendee - 0, // [0:10] is the sub-list for field type_name -} - -func init() { file_oidb0x88d_proto_init() } -func file_oidb0x88d_proto_init() { - if File_oidb0x88d_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_oidb0x88d_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D88DGroupHeadPortraitInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x88d_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D88DGroupHeadPortrait); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x88d_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D88DGroupExInfoOnly); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x88d_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D88DGroupInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x88d_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ReqGroupInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x88d_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D88DReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x88d_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RspGroupInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x88d_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D88DRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x88d_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D88DTagRecord); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x88d_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D88DGroupGeoInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_oidb0x88d_proto_rawDesc, - NumEnums: 0, - NumMessages: 10, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_oidb0x88d_proto_goTypes, - DependencyIndexes: file_oidb0x88d_proto_depIdxs, - MessageInfos: file_oidb0x88d_proto_msgTypes, - }.Build() - File_oidb0x88d_proto = out.File - file_oidb0x88d_proto_rawDesc = nil - file_oidb0x88d_proto_goTypes = nil - file_oidb0x88d_proto_depIdxs = nil -} diff --git a/client/pb/oidb/oidb0x8a7.pb.go b/client/pb/oidb/oidb0x8a7.pb.go index 841f0f49..b2a6137f 100644 --- a/client/pb/oidb/oidb0x8a7.pb.go +++ b/client/pb/oidb/oidb0x8a7.pb.go @@ -1,68 +1,14 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: oidb0x8a7.proto package oidb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type D8A7ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SubCmd *uint32 `protobuf:"varint,1,opt,name=subCmd" json:"subCmd,omitempty"` - LimitIntervalTypeForUin *uint32 `protobuf:"varint,2,opt,name=limitIntervalTypeForUin" json:"limitIntervalTypeForUin,omitempty"` - LimitIntervalTypeForGroup *uint32 `protobuf:"varint,3,opt,name=limitIntervalTypeForGroup" json:"limitIntervalTypeForGroup,omitempty"` - Uin *uint64 `protobuf:"varint,4,opt,name=uin" json:"uin,omitempty"` - GroupCode *uint64 `protobuf:"varint,5,opt,name=groupCode" json:"groupCode,omitempty"` -} - -func (x *D8A7ReqBody) Reset() { - *x = D8A7ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x8a7_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D8A7ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D8A7ReqBody) ProtoMessage() {} - -func (x *D8A7ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x8a7_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D8A7ReqBody.ProtoReflect.Descriptor instead. -func (*D8A7ReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x8a7_proto_rawDescGZIP(), []int{0} + SubCmd *uint32 `protobuf:"varint,1,opt"` + LimitIntervalTypeForUin *uint32 `protobuf:"varint,2,opt"` + LimitIntervalTypeForGroup *uint32 `protobuf:"varint,3,opt"` + Uin *uint64 `protobuf:"varint,4,opt"` + GroupCode *uint64 `protobuf:"varint,5,opt"` } func (x *D8A7ReqBody) GetSubCmd() uint32 { @@ -101,47 +47,11 @@ func (x *D8A7ReqBody) GetGroupCode() uint64 { } type D8A7RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CanAtAll *bool `protobuf:"varint,1,opt,name=canAtAll" json:"canAtAll,omitempty"` - RemainAtAllCountForUin *uint32 `protobuf:"varint,2,opt,name=remainAtAllCountForUin" json:"remainAtAllCountForUin,omitempty"` - RemainAtAllCountForGroup *uint32 `protobuf:"varint,3,opt,name=remainAtAllCountForGroup" json:"remainAtAllCountForGroup,omitempty"` - PromptMsg1 []byte `protobuf:"bytes,4,opt,name=promptMsg1" json:"promptMsg1,omitempty"` - PromptMsg2 []byte `protobuf:"bytes,5,opt,name=promptMsg2" json:"promptMsg2,omitempty"` -} - -func (x *D8A7RspBody) Reset() { - *x = D8A7RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x8a7_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D8A7RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D8A7RspBody) ProtoMessage() {} - -func (x *D8A7RspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x8a7_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D8A7RspBody.ProtoReflect.Descriptor instead. -func (*D8A7RspBody) Descriptor() ([]byte, []int) { - return file_oidb0x8a7_proto_rawDescGZIP(), []int{1} + CanAtAll *bool `protobuf:"varint,1,opt"` + RemainAtAllCountForUin *uint32 `protobuf:"varint,2,opt"` + RemainAtAllCountForGroup *uint32 `protobuf:"varint,3,opt"` + PromptMsg1 []byte `protobuf:"bytes,4,opt"` + PromptMsg2 []byte `protobuf:"bytes,5,opt"` } func (x *D8A7RspBody) GetCanAtAll() bool { @@ -178,113 +88,3 @@ func (x *D8A7RspBody) GetPromptMsg2() []byte { } return nil } - -var File_oidb0x8a7_proto protoreflect.FileDescriptor - -var file_oidb0x8a7_proto_rawDesc = []byte{ - 0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x38, 0x61, 0x37, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0xcd, 0x01, 0x0a, 0x0b, 0x44, 0x38, 0x41, 0x37, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, - 0x79, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x12, 0x38, 0x0a, 0x17, 0x6c, 0x69, 0x6d, - 0x69, 0x74, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x46, 0x6f, - 0x72, 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x17, 0x6c, 0x69, 0x6d, 0x69, - 0x74, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x46, 0x6f, 0x72, - 0x55, 0x69, 0x6e, 0x12, 0x3c, 0x0a, 0x19, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x49, 0x6e, 0x74, 0x65, - 0x72, 0x76, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x46, 0x6f, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x19, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x49, 0x6e, 0x74, - 0x65, 0x72, 0x76, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x46, 0x6f, 0x72, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, - 0x75, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, - 0x65, 0x22, 0xdd, 0x01, 0x0a, 0x0b, 0x44, 0x38, 0x41, 0x37, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, - 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x61, 0x6e, 0x41, 0x74, 0x41, 0x6c, 0x6c, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x08, 0x52, 0x08, 0x63, 0x61, 0x6e, 0x41, 0x74, 0x41, 0x6c, 0x6c, 0x12, 0x36, 0x0a, - 0x16, 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x41, 0x74, 0x41, 0x6c, 0x6c, 0x43, 0x6f, 0x75, 0x6e, - 0x74, 0x46, 0x6f, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x16, 0x72, - 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x41, 0x74, 0x41, 0x6c, 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x46, - 0x6f, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x3a, 0x0a, 0x18, 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x41, - 0x74, 0x41, 0x6c, 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x46, 0x6f, 0x72, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x18, 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x41, - 0x74, 0x41, 0x6c, 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x46, 0x6f, 0x72, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x6d, 0x70, 0x74, 0x4d, 0x73, 0x67, 0x31, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x6d, 0x70, 0x74, 0x4d, 0x73, 0x67, - 0x31, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x6d, 0x70, 0x74, 0x4d, 0x73, 0x67, 0x32, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x6d, 0x70, 0x74, 0x4d, 0x73, 0x67, - 0x32, 0x42, 0x09, 0x5a, 0x07, 0x2e, 0x2f, 0x3b, 0x6f, 0x69, 0x64, 0x62, -} - -var ( - file_oidb0x8a7_proto_rawDescOnce sync.Once - file_oidb0x8a7_proto_rawDescData = file_oidb0x8a7_proto_rawDesc -) - -func file_oidb0x8a7_proto_rawDescGZIP() []byte { - file_oidb0x8a7_proto_rawDescOnce.Do(func() { - file_oidb0x8a7_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0x8a7_proto_rawDescData) - }) - return file_oidb0x8a7_proto_rawDescData -} - -var file_oidb0x8a7_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_oidb0x8a7_proto_goTypes = []interface{}{ - (*D8A7ReqBody)(nil), // 0: D8A7ReqBody - (*D8A7RspBody)(nil), // 1: D8A7RspBody -} -var file_oidb0x8a7_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name -} - -func init() { file_oidb0x8a7_proto_init() } -func file_oidb0x8a7_proto_init() { - if File_oidb0x8a7_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_oidb0x8a7_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D8A7ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x8a7_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D8A7RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_oidb0x8a7_proto_rawDesc, - NumEnums: 0, - NumMessages: 2, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_oidb0x8a7_proto_goTypes, - DependencyIndexes: file_oidb0x8a7_proto_depIdxs, - MessageInfos: file_oidb0x8a7_proto_msgTypes, - }.Build() - File_oidb0x8a7_proto = out.File - file_oidb0x8a7_proto_rawDesc = nil - file_oidb0x8a7_proto_goTypes = nil - file_oidb0x8a7_proto_depIdxs = nil -} diff --git a/client/pb/oidb/oidb0x8fc.pb.go b/client/pb/oidb/oidb0x8fc.pb.go index 3489fbd8..77a8d1fa 100644 --- a/client/pb/oidb/oidb0x8fc.pb.go +++ b/client/pb/oidb/oidb0x8fc.pb.go @@ -1,72 +1,18 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: oidb0x8fc.proto package oidb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type D8FCReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *int64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - ShowFlag *int32 `protobuf:"varint,2,opt,name=showFlag" json:"showFlag,omitempty"` - MemLevelInfo []*D8FCMemberInfo `protobuf:"bytes,3,rep,name=memLevelInfo" json:"memLevelInfo,omitempty"` - LevelName []*D8FCLevelName `protobuf:"bytes,4,rep,name=levelName" json:"levelName,omitempty"` - UpdateTime *int32 `protobuf:"varint,5,opt,name=updateTime" json:"updateTime,omitempty"` - OfficeMode *int32 `protobuf:"varint,6,opt,name=officeMode" json:"officeMode,omitempty"` - GroupOpenAppid *int32 `protobuf:"varint,7,opt,name=groupOpenAppid" json:"groupOpenAppid,omitempty"` - MsgClientInfo *D8FCClientInfo `protobuf:"bytes,8,opt,name=msgClientInfo" json:"msgClientInfo,omitempty"` - AuthKey []byte `protobuf:"bytes,9,opt,name=authKey" json:"authKey,omitempty"` -} - -func (x *D8FCReqBody) Reset() { - *x = D8FCReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x8fc_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D8FCReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D8FCReqBody) ProtoMessage() {} - -func (x *D8FCReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x8fc_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D8FCReqBody.ProtoReflect.Descriptor instead. -func (*D8FCReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x8fc_proto_rawDescGZIP(), []int{0} + GroupCode *int64 `protobuf:"varint,1,opt"` + ShowFlag *int32 `protobuf:"varint,2,opt"` + MemLevelInfo []*D8FCMemberInfo `protobuf:"bytes,3,rep"` + LevelName []*D8FCLevelName `protobuf:"bytes,4,rep"` + UpdateTime *int32 `protobuf:"varint,5,opt"` + OfficeMode *int32 `protobuf:"varint,6,opt"` + GroupOpenAppid *int32 `protobuf:"varint,7,opt"` + MsgClientInfo *D8FCClientInfo `protobuf:"bytes,8,opt"` + AuthKey []byte `protobuf:"bytes,9,opt"` } func (x *D8FCReqBody) GetGroupCode() int64 { @@ -133,59 +79,23 @@ func (x *D8FCReqBody) GetAuthKey() []byte { } type D8FCMemberInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *int64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` - Point *int32 `protobuf:"varint,2,opt,name=point" json:"point,omitempty"` - ActiveDay *int32 `protobuf:"varint,3,opt,name=activeDay" json:"activeDay,omitempty"` - Level *int32 `protobuf:"varint,4,opt,name=level" json:"level,omitempty"` - SpecialTitle []byte `protobuf:"bytes,5,opt,name=specialTitle" json:"specialTitle,omitempty"` - SpecialTitleExpireTime *int32 `protobuf:"varint,6,opt,name=specialTitleExpireTime" json:"specialTitleExpireTime,omitempty"` - UinName []byte `protobuf:"bytes,7,opt,name=uinName" json:"uinName,omitempty"` - MemberCardName []byte `protobuf:"bytes,8,opt,name=memberCardName" json:"memberCardName,omitempty"` - Phone []byte `protobuf:"bytes,9,opt,name=phone" json:"phone,omitempty"` - Email []byte `protobuf:"bytes,10,opt,name=email" json:"email,omitempty"` - Remark []byte `protobuf:"bytes,11,opt,name=remark" json:"remark,omitempty"` - Gender *int32 `protobuf:"varint,12,opt,name=gender" json:"gender,omitempty"` - Job []byte `protobuf:"bytes,13,opt,name=job" json:"job,omitempty"` - TribeLevel *int32 `protobuf:"varint,14,opt,name=tribeLevel" json:"tribeLevel,omitempty"` - TribePoint *int32 `protobuf:"varint,15,opt,name=tribePoint" json:"tribePoint,omitempty"` - RichCardName []*D8FCCardNameElem `protobuf:"bytes,16,rep,name=richCardName" json:"richCardName,omitempty"` - CommRichCardName []byte `protobuf:"bytes,17,opt,name=commRichCardName" json:"commRichCardName,omitempty"` -} - -func (x *D8FCMemberInfo) Reset() { - *x = D8FCMemberInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x8fc_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D8FCMemberInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D8FCMemberInfo) ProtoMessage() {} - -func (x *D8FCMemberInfo) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x8fc_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D8FCMemberInfo.ProtoReflect.Descriptor instead. -func (*D8FCMemberInfo) Descriptor() ([]byte, []int) { - return file_oidb0x8fc_proto_rawDescGZIP(), []int{1} + Uin *int64 `protobuf:"varint,1,opt"` + Point *int32 `protobuf:"varint,2,opt"` + ActiveDay *int32 `protobuf:"varint,3,opt"` + Level *int32 `protobuf:"varint,4,opt"` + SpecialTitle []byte `protobuf:"bytes,5,opt"` + SpecialTitleExpireTime *int32 `protobuf:"varint,6,opt"` + UinName []byte `protobuf:"bytes,7,opt"` + MemberCardName []byte `protobuf:"bytes,8,opt"` + Phone []byte `protobuf:"bytes,9,opt"` + Email []byte `protobuf:"bytes,10,opt"` + Remark []byte `protobuf:"bytes,11,opt"` + Gender *int32 `protobuf:"varint,12,opt"` + Job []byte `protobuf:"bytes,13,opt"` + TribeLevel *int32 `protobuf:"varint,14,opt"` + TribePoint *int32 `protobuf:"varint,15,opt"` + RichCardName []*D8FCCardNameElem `protobuf:"bytes,16,rep"` + CommRichCardName []byte `protobuf:"bytes,17,opt"` } func (x *D8FCMemberInfo) GetUin() int64 { @@ -308,44 +218,8 @@ func (x *D8FCMemberInfo) GetCommRichCardName() []byte { } type D8FCCardNameElem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - EnumCardType *int32 `protobuf:"varint,1,opt,name=enumCardType" json:"enumCardType,omitempty"` - Value []byte `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` -} - -func (x *D8FCCardNameElem) Reset() { - *x = D8FCCardNameElem{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x8fc_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D8FCCardNameElem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D8FCCardNameElem) ProtoMessage() {} - -func (x *D8FCCardNameElem) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x8fc_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D8FCCardNameElem.ProtoReflect.Descriptor instead. -func (*D8FCCardNameElem) Descriptor() ([]byte, []int) { - return file_oidb0x8fc_proto_rawDescGZIP(), []int{2} + EnumCardType *int32 `protobuf:"varint,1,opt"` + Value []byte `protobuf:"bytes,2,opt"` } func (x *D8FCCardNameElem) GetEnumCardType() int32 { @@ -363,44 +237,8 @@ func (x *D8FCCardNameElem) GetValue() []byte { } type D8FCLevelName struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Level *int32 `protobuf:"varint,1,opt,name=level" json:"level,omitempty"` - Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` -} - -func (x *D8FCLevelName) Reset() { - *x = D8FCLevelName{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x8fc_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D8FCLevelName) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D8FCLevelName) ProtoMessage() {} - -func (x *D8FCLevelName) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x8fc_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D8FCLevelName.ProtoReflect.Descriptor instead. -func (*D8FCLevelName) Descriptor() ([]byte, []int) { - return file_oidb0x8fc_proto_rawDescGZIP(), []int{3} + Level *int32 `protobuf:"varint,1,opt"` + Name *string `protobuf:"bytes,2,opt"` } func (x *D8FCLevelName) GetLevel() int32 { @@ -418,44 +256,8 @@ func (x *D8FCLevelName) GetName() string { } type D8FCClientInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Implat *int32 `protobuf:"varint,1,opt,name=implat" json:"implat,omitempty"` - IngClientver *string `protobuf:"bytes,2,opt,name=ingClientver" json:"ingClientver,omitempty"` -} - -func (x *D8FCClientInfo) Reset() { - *x = D8FCClientInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x8fc_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D8FCClientInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D8FCClientInfo) ProtoMessage() {} - -func (x *D8FCClientInfo) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x8fc_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D8FCClientInfo.ProtoReflect.Descriptor instead. -func (*D8FCClientInfo) Descriptor() ([]byte, []int) { - return file_oidb0x8fc_proto_rawDescGZIP(), []int{4} + Implat *int32 `protobuf:"varint,1,opt"` + IngClientver *string `protobuf:"bytes,2,opt"` } func (x *D8FCClientInfo) GetImplat() int32 { @@ -473,43 +275,7 @@ func (x *D8FCClientInfo) GetIngClientver() string { } type D8FCCommCardNameBuf struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RichCardName []*D8FCRichCardNameElem `protobuf:"bytes,1,rep,name=richCardName" json:"richCardName,omitempty"` -} - -func (x *D8FCCommCardNameBuf) Reset() { - *x = D8FCCommCardNameBuf{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x8fc_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D8FCCommCardNameBuf) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D8FCCommCardNameBuf) ProtoMessage() {} - -func (x *D8FCCommCardNameBuf) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x8fc_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D8FCCommCardNameBuf.ProtoReflect.Descriptor instead. -func (*D8FCCommCardNameBuf) Descriptor() ([]byte, []int) { - return file_oidb0x8fc_proto_rawDescGZIP(), []int{5} + RichCardName []*D8FCRichCardNameElem `protobuf:"bytes,1,rep"` } func (x *D8FCCommCardNameBuf) GetRichCardName() []*D8FCRichCardNameElem { @@ -520,44 +286,8 @@ func (x *D8FCCommCardNameBuf) GetRichCardName() []*D8FCRichCardNameElem { } type D8FCRichCardNameElem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Ctrl []byte `protobuf:"bytes,1,opt,name=ctrl" json:"ctrl,omitempty"` - Text []byte `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"` -} - -func (x *D8FCRichCardNameElem) Reset() { - *x = D8FCRichCardNameElem{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x8fc_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D8FCRichCardNameElem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D8FCRichCardNameElem) ProtoMessage() {} - -func (x *D8FCRichCardNameElem) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x8fc_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D8FCRichCardNameElem.ProtoReflect.Descriptor instead. -func (*D8FCRichCardNameElem) Descriptor() ([]byte, []int) { - return file_oidb0x8fc_proto_rawDescGZIP(), []int{6} + Ctrl []byte `protobuf:"bytes,1,opt"` + Text []byte `protobuf:"bytes,2,opt"` } func (x *D8FCRichCardNameElem) GetCtrl() []byte { @@ -573,235 +303,3 @@ func (x *D8FCRichCardNameElem) GetText() []byte { } return nil } - -var File_oidb0x8fc_proto protoreflect.FileDescriptor - -var file_oidb0x8fc_proto_rawDesc = []byte{ - 0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x38, 0x66, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0xe3, 0x02, 0x0a, 0x0b, 0x44, 0x38, 0x46, 0x43, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, - 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, - 0x1a, 0x0a, 0x08, 0x73, 0x68, 0x6f, 0x77, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x08, 0x73, 0x68, 0x6f, 0x77, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x33, 0x0a, 0x0c, 0x6d, - 0x65, 0x6d, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x0f, 0x2e, 0x44, 0x38, 0x46, 0x43, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x6e, - 0x66, 0x6f, 0x52, 0x0c, 0x6d, 0x65, 0x6d, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, - 0x12, 0x2c, 0x0a, 0x09, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x38, 0x46, 0x43, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x4e, - 0x61, 0x6d, 0x65, 0x52, 0x09, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, - 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, - 0x0a, 0x0a, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x18, 0x06, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x0a, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x26, - 0x0a, 0x0e, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4f, 0x70, 0x65, 0x6e, 0x41, 0x70, 0x70, 0x69, 0x64, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4f, 0x70, 0x65, - 0x6e, 0x41, 0x70, 0x70, 0x69, 0x64, 0x12, 0x35, 0x0a, 0x0d, 0x6d, 0x73, 0x67, 0x43, 0x6c, 0x69, - 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, - 0x44, 0x38, 0x46, 0x43, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0d, - 0x6d, 0x73, 0x67, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x0a, - 0x07, 0x61, 0x75, 0x74, 0x68, 0x4b, 0x65, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, - 0x61, 0x75, 0x74, 0x68, 0x4b, 0x65, 0x79, 0x22, 0x9b, 0x04, 0x0a, 0x0e, 0x44, 0x38, 0x46, 0x43, - 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, - 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, - 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x70, 0x6f, 0x69, - 0x6e, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x44, 0x61, 0x79, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x44, 0x61, 0x79, - 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x70, 0x65, 0x63, 0x69, 0x61, - 0x6c, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x73, 0x70, - 0x65, 0x63, 0x69, 0x61, 0x6c, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x36, 0x0a, 0x16, 0x73, 0x70, - 0x65, 0x63, 0x69, 0x61, 0x6c, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x45, 0x78, 0x70, 0x69, 0x72, 0x65, - 0x54, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x16, 0x73, 0x70, 0x65, 0x63, - 0x69, 0x61, 0x6c, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x45, 0x78, 0x70, 0x69, 0x72, 0x65, 0x54, 0x69, - 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x69, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x07, 0x75, 0x69, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, - 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x43, 0x61, 0x72, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x08, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x43, 0x61, 0x72, 0x64, - 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x09, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6d, - 0x61, 0x69, 0x6c, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, - 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x16, 0x0a, 0x06, 0x67, 0x65, 0x6e, 0x64, - 0x65, 0x72, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x67, 0x65, 0x6e, 0x64, 0x65, 0x72, - 0x12, 0x10, 0x0a, 0x03, 0x6a, 0x6f, 0x62, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6a, - 0x6f, 0x62, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x72, 0x69, 0x62, 0x65, 0x4c, 0x65, 0x76, 0x65, 0x6c, - 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x74, 0x72, 0x69, 0x62, 0x65, 0x4c, 0x65, 0x76, - 0x65, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x72, 0x69, 0x62, 0x65, 0x50, 0x6f, 0x69, 0x6e, 0x74, - 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x74, 0x72, 0x69, 0x62, 0x65, 0x50, 0x6f, 0x69, - 0x6e, 0x74, 0x12, 0x35, 0x0a, 0x0c, 0x72, 0x69, 0x63, 0x68, 0x43, 0x61, 0x72, 0x64, 0x4e, 0x61, - 0x6d, 0x65, 0x18, 0x10, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x44, 0x38, 0x46, 0x43, 0x43, - 0x61, 0x72, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x45, 0x6c, 0x65, 0x6d, 0x52, 0x0c, 0x72, 0x69, 0x63, - 0x68, 0x43, 0x61, 0x72, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x63, 0x6f, 0x6d, - 0x6d, 0x52, 0x69, 0x63, 0x68, 0x43, 0x61, 0x72, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x11, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x10, 0x63, 0x6f, 0x6d, 0x6d, 0x52, 0x69, 0x63, 0x68, 0x43, 0x61, 0x72, - 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x4c, 0x0a, 0x10, 0x44, 0x38, 0x46, 0x43, 0x43, 0x61, 0x72, - 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x45, 0x6c, 0x65, 0x6d, 0x12, 0x22, 0x0a, 0x0c, 0x65, 0x6e, 0x75, - 0x6d, 0x43, 0x61, 0x72, 0x64, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x0c, 0x65, 0x6e, 0x75, 0x6d, 0x43, 0x61, 0x72, 0x64, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, - 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x22, 0x39, 0x0a, 0x0d, 0x44, 0x38, 0x46, 0x43, 0x4c, 0x65, 0x76, 0x65, 0x6c, - 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x4c, - 0x0a, 0x0e, 0x44, 0x38, 0x46, 0x43, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, - 0x12, 0x16, 0x0a, 0x06, 0x69, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x06, 0x69, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x67, 0x43, - 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x76, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, - 0x69, 0x6e, 0x67, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x76, 0x65, 0x72, 0x22, 0x50, 0x0a, 0x13, - 0x44, 0x38, 0x46, 0x43, 0x43, 0x6f, 0x6d, 0x6d, 0x43, 0x61, 0x72, 0x64, 0x4e, 0x61, 0x6d, 0x65, - 0x42, 0x75, 0x66, 0x12, 0x39, 0x0a, 0x0c, 0x72, 0x69, 0x63, 0x68, 0x43, 0x61, 0x72, 0x64, 0x4e, - 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x44, 0x38, 0x46, 0x43, - 0x52, 0x69, 0x63, 0x68, 0x43, 0x61, 0x72, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x45, 0x6c, 0x65, 0x6d, - 0x52, 0x0c, 0x72, 0x69, 0x63, 0x68, 0x43, 0x61, 0x72, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x3e, - 0x0a, 0x14, 0x44, 0x38, 0x46, 0x43, 0x52, 0x69, 0x63, 0x68, 0x43, 0x61, 0x72, 0x64, 0x4e, 0x61, - 0x6d, 0x65, 0x45, 0x6c, 0x65, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x74, 0x72, 0x6c, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x63, 0x74, 0x72, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, - 0x78, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x42, 0x09, - 0x5a, 0x07, 0x2e, 0x2f, 0x3b, 0x6f, 0x69, 0x64, 0x62, -} - -var ( - file_oidb0x8fc_proto_rawDescOnce sync.Once - file_oidb0x8fc_proto_rawDescData = file_oidb0x8fc_proto_rawDesc -) - -func file_oidb0x8fc_proto_rawDescGZIP() []byte { - file_oidb0x8fc_proto_rawDescOnce.Do(func() { - file_oidb0x8fc_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0x8fc_proto_rawDescData) - }) - return file_oidb0x8fc_proto_rawDescData -} - -var file_oidb0x8fc_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_oidb0x8fc_proto_goTypes = []interface{}{ - (*D8FCReqBody)(nil), // 0: D8FCReqBody - (*D8FCMemberInfo)(nil), // 1: D8FCMemberInfo - (*D8FCCardNameElem)(nil), // 2: D8FCCardNameElem - (*D8FCLevelName)(nil), // 3: D8FCLevelName - (*D8FCClientInfo)(nil), // 4: D8FCClientInfo - (*D8FCCommCardNameBuf)(nil), // 5: D8FCCommCardNameBuf - (*D8FCRichCardNameElem)(nil), // 6: D8FCRichCardNameElem -} -var file_oidb0x8fc_proto_depIdxs = []int32{ - 1, // 0: D8FCReqBody.memLevelInfo:type_name -> D8FCMemberInfo - 3, // 1: D8FCReqBody.levelName:type_name -> D8FCLevelName - 4, // 2: D8FCReqBody.msgClientInfo:type_name -> D8FCClientInfo - 2, // 3: D8FCMemberInfo.richCardName:type_name -> D8FCCardNameElem - 6, // 4: D8FCCommCardNameBuf.richCardName:type_name -> D8FCRichCardNameElem - 5, // [5:5] is the sub-list for method output_type - 5, // [5:5] is the sub-list for method input_type - 5, // [5:5] is the sub-list for extension type_name - 5, // [5:5] is the sub-list for extension extendee - 0, // [0:5] is the sub-list for field type_name -} - -func init() { file_oidb0x8fc_proto_init() } -func file_oidb0x8fc_proto_init() { - if File_oidb0x8fc_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_oidb0x8fc_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D8FCReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x8fc_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D8FCMemberInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x8fc_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D8FCCardNameElem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x8fc_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D8FCLevelName); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x8fc_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D8FCClientInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x8fc_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D8FCCommCardNameBuf); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x8fc_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D8FCRichCardNameElem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_oidb0x8fc_proto_rawDesc, - NumEnums: 0, - NumMessages: 7, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_oidb0x8fc_proto_goTypes, - DependencyIndexes: file_oidb0x8fc_proto_depIdxs, - MessageInfos: file_oidb0x8fc_proto_msgTypes, - }.Build() - File_oidb0x8fc_proto = out.File - file_oidb0x8fc_proto_rawDesc = nil - file_oidb0x8fc_proto_goTypes = nil - file_oidb0x8fc_proto_depIdxs = nil -} diff --git a/client/pb/oidb/oidb0x990.pb.go b/client/pb/oidb/oidb0x990.pb.go index 253f1583..a27cc747 100644 --- a/client/pb/oidb/oidb0x990.pb.go +++ b/client/pb/oidb/oidb0x990.pb.go @@ -1,65 +1,11 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: oidb0x990.proto package oidb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type TranslateReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // TranslateReq translate_req = 1; - BatchTranslateReq *BatchTranslateReq `protobuf:"bytes,2,opt,name=batch_translate_req,json=batchTranslateReq,proto3" json:"batch_translate_req,omitempty"` -} - -func (x *TranslateReqBody) Reset() { - *x = TranslateReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x990_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TranslateReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TranslateReqBody) ProtoMessage() {} - -func (x *TranslateReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x990_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TranslateReqBody.ProtoReflect.Descriptor instead. -func (*TranslateReqBody) Descriptor() ([]byte, []int) { - return file_oidb0x990_proto_rawDescGZIP(), []int{0} + BatchTranslateReq *BatchTranslateReq `protobuf:"bytes,2,opt"` } func (x *TranslateReqBody) GetBatchTranslateReq() *BatchTranslateReq { @@ -70,44 +16,8 @@ func (x *TranslateReqBody) GetBatchTranslateReq() *BatchTranslateReq { } type TranslateRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // TranslateRsp translate_rsp = 1; - BatchTranslateRsp *BatchTranslateRsp `protobuf:"bytes,2,opt,name=batch_translate_rsp,json=batchTranslateRsp,proto3" json:"batch_translate_rsp,omitempty"` -} - -func (x *TranslateRspBody) Reset() { - *x = TranslateRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x990_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TranslateRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TranslateRspBody) ProtoMessage() {} - -func (x *TranslateRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x990_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TranslateRspBody.ProtoReflect.Descriptor instead. -func (*TranslateRspBody) Descriptor() ([]byte, []int) { - return file_oidb0x990_proto_rawDescGZIP(), []int{1} + BatchTranslateRsp *BatchTranslateRsp `protobuf:"bytes,2,opt"` } func (x *TranslateRspBody) GetBatchTranslateRsp() *BatchTranslateRsp { @@ -118,45 +28,9 @@ func (x *TranslateRspBody) GetBatchTranslateRsp() *BatchTranslateRsp { } type BatchTranslateReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SrcLanguage string `protobuf:"bytes,1,opt,name=src_language,json=srcLanguage,proto3" json:"src_language,omitempty"` - DstLanguage string `protobuf:"bytes,2,opt,name=dst_language,json=dstLanguage,proto3" json:"dst_language,omitempty"` - SrcTextList []string `protobuf:"bytes,3,rep,name=src_text_list,json=srcTextList,proto3" json:"src_text_list,omitempty"` -} - -func (x *BatchTranslateReq) Reset() { - *x = BatchTranslateReq{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x990_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BatchTranslateReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BatchTranslateReq) ProtoMessage() {} - -func (x *BatchTranslateReq) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x990_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BatchTranslateReq.ProtoReflect.Descriptor instead. -func (*BatchTranslateReq) Descriptor() ([]byte, []int) { - return file_oidb0x990_proto_rawDescGZIP(), []int{2} + SrcLanguage string `protobuf:"bytes,1,opt"` + DstLanguage string `protobuf:"bytes,2,opt"` + SrcTextList []string `protobuf:"bytes,3,rep"` } func (x *BatchTranslateReq) GetSrcLanguage() string { @@ -181,48 +55,12 @@ func (x *BatchTranslateReq) GetSrcTextList() []string { } type BatchTranslateRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` - ErrorMsg []byte `protobuf:"bytes,2,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"` - SrcLanguage string `protobuf:"bytes,3,opt,name=src_language,json=srcLanguage,proto3" json:"src_language,omitempty"` - DstLanguage string `protobuf:"bytes,4,opt,name=dst_language,json=dstLanguage,proto3" json:"dst_language,omitempty"` - SrcTextList []string `protobuf:"bytes,5,rep,name=src_text_list,json=srcTextList,proto3" json:"src_text_list,omitempty"` - DstTextList []string `protobuf:"bytes,6,rep,name=dst_text_list,json=dstTextList,proto3" json:"dst_text_list,omitempty"` -} - -func (x *BatchTranslateRsp) Reset() { - *x = BatchTranslateRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0x990_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BatchTranslateRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BatchTranslateRsp) ProtoMessage() {} - -func (x *BatchTranslateRsp) ProtoReflect() protoreflect.Message { - mi := &file_oidb0x990_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BatchTranslateRsp.ProtoReflect.Descriptor instead. -func (*BatchTranslateRsp) Descriptor() ([]byte, []int) { - return file_oidb0x990_proto_rawDescGZIP(), []int{3} + ErrorCode int32 `protobuf:"varint,1,opt"` + ErrorMsg []byte `protobuf:"bytes,2,opt"` + SrcLanguage string `protobuf:"bytes,3,opt"` + DstLanguage string `protobuf:"bytes,4,opt"` + SrcTextList []string `protobuf:"bytes,5,rep"` + DstTextList []string `protobuf:"bytes,6,rep"` } func (x *BatchTranslateRsp) GetErrorCode() int32 { @@ -266,148 +104,3 @@ func (x *BatchTranslateRsp) GetDstTextList() []string { } return nil } - -var File_oidb0x990_proto protoreflect.FileDescriptor - -var file_oidb0x990_proto_rawDesc = []byte{ - 0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x39, 0x39, 0x30, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0x56, 0x0a, 0x10, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, - 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x42, 0x0a, 0x13, 0x62, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x74, - 0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x42, 0x61, 0x74, 0x63, 0x68, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x6c, - 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x52, 0x11, 0x62, 0x61, 0x74, 0x63, 0x68, 0x54, 0x72, 0x61, - 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x22, 0x56, 0x0a, 0x10, 0x54, 0x72, 0x61, - 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x42, 0x0a, - 0x13, 0x62, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x65, - 0x5f, 0x72, 0x73, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x42, 0x61, 0x74, - 0x63, 0x68, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x73, 0x70, 0x52, 0x11, - 0x62, 0x61, 0x74, 0x63, 0x68, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x73, - 0x70, 0x22, 0x7d, 0x0a, 0x11, 0x42, 0x61, 0x74, 0x63, 0x68, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x6c, - 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x12, 0x21, 0x0a, 0x0c, 0x73, 0x72, 0x63, 0x5f, 0x6c, 0x61, - 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x72, - 0x63, 0x4c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x73, 0x74, - 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x0b, 0x64, 0x73, 0x74, 0x4c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x12, 0x22, 0x0a, 0x0d, - 0x73, 0x72, 0x63, 0x5f, 0x74, 0x65, 0x78, 0x74, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x03, 0x20, - 0x03, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x72, 0x63, 0x54, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x73, 0x74, - 0x22, 0xdd, 0x01, 0x0a, 0x11, 0x42, 0x61, 0x74, 0x63, 0x68, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x6c, - 0x61, 0x74, 0x65, 0x52, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, - 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, - 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, - 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, - 0x73, 0x67, 0x12, 0x21, 0x0a, 0x0c, 0x73, 0x72, 0x63, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, - 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x72, 0x63, 0x4c, 0x61, 0x6e, - 0x67, 0x75, 0x61, 0x67, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x73, 0x74, 0x5f, 0x6c, 0x61, 0x6e, - 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x73, 0x74, - 0x4c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x12, 0x22, 0x0a, 0x0d, 0x73, 0x72, 0x63, 0x5f, - 0x74, 0x65, 0x78, 0x74, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, - 0x0b, 0x73, 0x72, 0x63, 0x54, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x22, 0x0a, 0x0d, - 0x64, 0x73, 0x74, 0x5f, 0x74, 0x65, 0x78, 0x74, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x06, 0x20, - 0x03, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x73, 0x74, 0x54, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x73, 0x74, - 0x42, 0x09, 0x5a, 0x07, 0x2e, 0x2f, 0x3b, 0x6f, 0x69, 0x64, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x33, -} - -var ( - file_oidb0x990_proto_rawDescOnce sync.Once - file_oidb0x990_proto_rawDescData = file_oidb0x990_proto_rawDesc -) - -func file_oidb0x990_proto_rawDescGZIP() []byte { - file_oidb0x990_proto_rawDescOnce.Do(func() { - file_oidb0x990_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0x990_proto_rawDescData) - }) - return file_oidb0x990_proto_rawDescData -} - -var file_oidb0x990_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_oidb0x990_proto_goTypes = []interface{}{ - (*TranslateReqBody)(nil), // 0: TranslateReqBody - (*TranslateRspBody)(nil), // 1: TranslateRspBody - (*BatchTranslateReq)(nil), // 2: BatchTranslateReq - (*BatchTranslateRsp)(nil), // 3: BatchTranslateRsp -} -var file_oidb0x990_proto_depIdxs = []int32{ - 2, // 0: TranslateReqBody.batch_translate_req:type_name -> BatchTranslateReq - 3, // 1: TranslateRspBody.batch_translate_rsp:type_name -> BatchTranslateRsp - 2, // [2:2] is the sub-list for method output_type - 2, // [2:2] is the sub-list for method input_type - 2, // [2:2] is the sub-list for extension type_name - 2, // [2:2] is the sub-list for extension extendee - 0, // [0:2] is the sub-list for field type_name -} - -func init() { file_oidb0x990_proto_init() } -func file_oidb0x990_proto_init() { - if File_oidb0x990_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_oidb0x990_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TranslateReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x990_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TranslateRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x990_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BatchTranslateReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0x990_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BatchTranslateRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_oidb0x990_proto_rawDesc, - NumEnums: 0, - NumMessages: 4, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_oidb0x990_proto_goTypes, - DependencyIndexes: file_oidb0x990_proto_depIdxs, - MessageInfos: file_oidb0x990_proto_msgTypes, - }.Build() - File_oidb0x990_proto = out.File - file_oidb0x990_proto_rawDesc = nil - file_oidb0x990_proto_goTypes = nil - file_oidb0x990_proto_depIdxs = nil -} diff --git a/client/pb/oidb/oidb0xb77.pb.go b/client/pb/oidb/oidb0xb77.pb.go index 20fd388b..714f17f4 100644 --- a/client/pb/oidb/oidb0xb77.pb.go +++ b/client/pb/oidb/oidb0xb77.pb.go @@ -1,73 +1,19 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: oidb0xb77.proto package oidb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type DB77ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - AppId uint64 `protobuf:"varint,1,opt,name=appId,proto3" json:"appId,omitempty"` - AppType uint32 `protobuf:"varint,2,opt,name=appType,proto3" json:"appType,omitempty"` - MsgStyle uint32 `protobuf:"varint,3,opt,name=msgStyle,proto3" json:"msgStyle,omitempty"` - SenderUin uint64 `protobuf:"varint,4,opt,name=senderUin,proto3" json:"senderUin,omitempty"` - ClientInfo *DB77ClientInfo `protobuf:"bytes,5,opt,name=clientInfo,proto3" json:"clientInfo,omitempty"` - TextMsg string `protobuf:"bytes,6,opt,name=textMsg,proto3" json:"textMsg,omitempty"` - ExtInfo *DB77ExtInfo `protobuf:"bytes,7,opt,name=extInfo,proto3" json:"extInfo,omitempty"` - SendType uint32 `protobuf:"varint,10,opt,name=sendType,proto3" json:"sendType,omitempty"` - RecvUin uint64 `protobuf:"varint,11,opt,name=recvUin,proto3" json:"recvUin,omitempty"` - RichMsgBody *DB77RichMsgBody `protobuf:"bytes,12,opt,name=richMsgBody,proto3" json:"richMsgBody,omitempty"` -} - -func (x *DB77ReqBody) Reset() { - *x = DB77ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xb77_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DB77ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DB77ReqBody) ProtoMessage() {} - -func (x *DB77ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xb77_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DB77ReqBody.ProtoReflect.Descriptor instead. -func (*DB77ReqBody) Descriptor() ([]byte, []int) { - return file_oidb0xb77_proto_rawDescGZIP(), []int{0} + AppId uint64 `protobuf:"varint,1,opt"` + AppType uint32 `protobuf:"varint,2,opt"` + MsgStyle uint32 `protobuf:"varint,3,opt"` + SenderUin uint64 `protobuf:"varint,4,opt"` + ClientInfo *DB77ClientInfo `protobuf:"bytes,5,opt"` + TextMsg string `protobuf:"bytes,6,opt"` + ExtInfo *DB77ExtInfo `protobuf:"bytes,7,opt"` + SendType uint32 `protobuf:"varint,10,opt"` + RecvUin uint64 `protobuf:"varint,11,opt"` + RichMsgBody *DB77RichMsgBody `protobuf:"bytes,12,opt"` } func (x *DB77ReqBody) GetAppId() uint64 { @@ -141,48 +87,12 @@ func (x *DB77ReqBody) GetRichMsgBody() *DB77RichMsgBody { } type DB77ClientInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Platform uint32 `protobuf:"varint,1,opt,name=platform,proto3" json:"platform,omitempty"` - SdkVersion string `protobuf:"bytes,2,opt,name=sdkVersion,proto3" json:"sdkVersion,omitempty"` - AndroidPackageName string `protobuf:"bytes,3,opt,name=androidPackageName,proto3" json:"androidPackageName,omitempty"` - AndroidSignature string `protobuf:"bytes,4,opt,name=androidSignature,proto3" json:"androidSignature,omitempty"` - IosBundleId string `protobuf:"bytes,5,opt,name=iosBundleId,proto3" json:"iosBundleId,omitempty"` - PcSign string `protobuf:"bytes,6,opt,name=pcSign,proto3" json:"pcSign,omitempty"` -} - -func (x *DB77ClientInfo) Reset() { - *x = DB77ClientInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xb77_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DB77ClientInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DB77ClientInfo) ProtoMessage() {} - -func (x *DB77ClientInfo) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xb77_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DB77ClientInfo.ProtoReflect.Descriptor instead. -func (*DB77ClientInfo) Descriptor() ([]byte, []int) { - return file_oidb0xb77_proto_rawDescGZIP(), []int{1} + Platform uint32 `protobuf:"varint,1,opt"` + SdkVersion string `protobuf:"bytes,2,opt"` + AndroidPackageName string `protobuf:"bytes,3,opt"` + AndroidSignature string `protobuf:"bytes,4,opt"` + IosBundleId string `protobuf:"bytes,5,opt"` + PcSign string `protobuf:"bytes,6,opt"` } func (x *DB77ClientInfo) GetPlatform() uint32 { @@ -228,47 +138,11 @@ func (x *DB77ClientInfo) GetPcSign() string { } type DB77ExtInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CustomFeatureId []uint32 `protobuf:"varint,11,rep,packed,name=customFeatureId,proto3" json:"customFeatureId,omitempty"` - ApnsWording string `protobuf:"bytes,12,opt,name=apnsWording,proto3" json:"apnsWording,omitempty"` - GroupSaveDbFlag uint32 `protobuf:"varint,13,opt,name=groupSaveDbFlag,proto3" json:"groupSaveDbFlag,omitempty"` - ReceiverAppId uint32 `protobuf:"varint,14,opt,name=receiverAppId,proto3" json:"receiverAppId,omitempty"` - MsgSeq uint64 `protobuf:"varint,15,opt,name=msgSeq,proto3" json:"msgSeq,omitempty"` -} - -func (x *DB77ExtInfo) Reset() { - *x = DB77ExtInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xb77_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DB77ExtInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DB77ExtInfo) ProtoMessage() {} - -func (x *DB77ExtInfo) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xb77_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DB77ExtInfo.ProtoReflect.Descriptor instead. -func (*DB77ExtInfo) Descriptor() ([]byte, []int) { - return file_oidb0xb77_proto_rawDescGZIP(), []int{2} + CustomFeatureId []uint32 `protobuf:"varint,11,rep"` + ApnsWording string `protobuf:"bytes,12,opt"` + GroupSaveDbFlag uint32 `protobuf:"varint,13,opt"` + ReceiverAppId uint32 `protobuf:"varint,14,opt"` + MsgSeq uint64 `protobuf:"varint,15,opt"` } func (x *DB77ExtInfo) GetCustomFeatureId() []uint32 { @@ -307,49 +181,13 @@ func (x *DB77ExtInfo) GetMsgSeq() uint64 { } type DB77RichMsgBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Title string `protobuf:"bytes,10,opt,name=title,proto3" json:"title,omitempty"` - Summary string `protobuf:"bytes,11,opt,name=summary,proto3" json:"summary,omitempty"` - Brief string `protobuf:"bytes,12,opt,name=brief,proto3" json:"brief,omitempty"` - Url string `protobuf:"bytes,13,opt,name=url,proto3" json:"url,omitempty"` - PictureUrl string `protobuf:"bytes,14,opt,name=pictureUrl,proto3" json:"pictureUrl,omitempty"` - Action string `protobuf:"bytes,15,opt,name=action,proto3" json:"action,omitempty"` - MusicUrl string `protobuf:"bytes,16,opt,name=musicUrl,proto3" json:"musicUrl,omitempty"` //ImageInfo imageInfo = 17; -} - -func (x *DB77RichMsgBody) Reset() { - *x = DB77RichMsgBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xb77_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DB77RichMsgBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DB77RichMsgBody) ProtoMessage() {} - -func (x *DB77RichMsgBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xb77_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DB77RichMsgBody.ProtoReflect.Descriptor instead. -func (*DB77RichMsgBody) Descriptor() ([]byte, []int) { - return file_oidb0xb77_proto_rawDescGZIP(), []int{3} + Title string `protobuf:"bytes,10,opt"` + Summary string `protobuf:"bytes,11,opt"` + Brief string `protobuf:"bytes,12,opt"` + Url string `protobuf:"bytes,13,opt"` + PictureUrl string `protobuf:"bytes,14,opt"` + Action string `protobuf:"bytes,15,opt"` + MusicUrl string `protobuf:"bytes,16,opt"` //ImageInfo imageInfo = 17; } func (x *DB77RichMsgBody) GetTitle() string { @@ -400,176 +238,3 @@ func (x *DB77RichMsgBody) GetMusicUrl() string { } return "" } - -var File_oidb0xb77_proto protoreflect.FileDescriptor - -var file_oidb0xb77_proto_rawDesc = []byte{ - 0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x62, 0x37, 0x37, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0xd4, 0x02, 0x0a, 0x0b, 0x44, 0x42, 0x37, 0x37, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, - 0x79, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x61, 0x70, 0x70, 0x54, 0x79, 0x70, - 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x73, 0x67, 0x53, 0x74, 0x79, 0x6c, 0x65, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x08, 0x6d, 0x73, 0x67, 0x53, 0x74, 0x79, 0x6c, 0x65, 0x12, 0x1c, 0x0a, - 0x09, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x09, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x2f, 0x0a, 0x0a, 0x63, - 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x0f, 0x2e, 0x44, 0x42, 0x37, 0x37, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, - 0x52, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07, - 0x74, 0x65, 0x78, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, - 0x65, 0x78, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x26, 0x0a, 0x07, 0x65, 0x78, 0x74, 0x49, 0x6e, 0x66, - 0x6f, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x44, 0x42, 0x37, 0x37, 0x45, 0x78, - 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x65, 0x78, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, - 0x0a, 0x08, 0x73, 0x65, 0x6e, 0x64, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x08, 0x73, 0x65, 0x6e, 0x64, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, - 0x63, 0x76, 0x55, 0x69, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x72, 0x65, 0x63, - 0x76, 0x55, 0x69, 0x6e, 0x12, 0x32, 0x0a, 0x0b, 0x72, 0x69, 0x63, 0x68, 0x4d, 0x73, 0x67, 0x42, - 0x6f, 0x64, 0x79, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x44, 0x42, 0x37, 0x37, - 0x52, 0x69, 0x63, 0x68, 0x4d, 0x73, 0x67, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0b, 0x72, 0x69, 0x63, - 0x68, 0x4d, 0x73, 0x67, 0x42, 0x6f, 0x64, 0x79, 0x22, 0xe2, 0x01, 0x0a, 0x0e, 0x44, 0x42, 0x37, - 0x37, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x70, - 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x70, - 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x64, 0x6b, 0x56, 0x65, - 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x64, 0x6b, - 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x61, 0x6e, 0x64, 0x72, 0x6f, - 0x69, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x12, 0x61, 0x6e, 0x64, 0x72, 0x6f, 0x69, 0x64, 0x50, 0x61, 0x63, 0x6b, - 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x61, 0x6e, 0x64, 0x72, 0x6f, - 0x69, 0x64, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x10, 0x61, 0x6e, 0x64, 0x72, 0x6f, 0x69, 0x64, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, - 0x75, 0x72, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6f, 0x73, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, - 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x6f, 0x73, 0x42, 0x75, 0x6e, - 0x64, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x63, 0x53, 0x69, 0x67, 0x6e, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x63, 0x53, 0x69, 0x67, 0x6e, 0x22, 0xc1, 0x01, - 0x0a, 0x0b, 0x44, 0x42, 0x37, 0x37, 0x45, 0x78, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x28, 0x0a, - 0x0f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x49, 0x64, - 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x0f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x46, 0x65, - 0x61, 0x74, 0x75, 0x72, 0x65, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x70, 0x6e, 0x73, 0x57, - 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x70, - 0x6e, 0x73, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x28, 0x0a, 0x0f, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x53, 0x61, 0x76, 0x65, 0x44, 0x62, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x0d, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x61, 0x76, 0x65, 0x44, 0x62, 0x46, - 0x6c, 0x61, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x72, 0x41, - 0x70, 0x70, 0x49, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x72, 0x65, 0x63, 0x65, - 0x69, 0x76, 0x65, 0x72, 0x41, 0x70, 0x70, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, 0x67, - 0x53, 0x65, 0x71, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x53, 0x65, - 0x71, 0x22, 0xbd, 0x01, 0x0a, 0x0f, 0x44, 0x42, 0x37, 0x37, 0x52, 0x69, 0x63, 0x68, 0x4d, 0x73, - 0x67, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x0a, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, - 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x75, - 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x0c, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x12, 0x10, 0x0a, 0x03, 0x75, - 0x72, 0x6c, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x1e, 0x0a, - 0x0a, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x55, 0x72, 0x6c, 0x18, 0x0e, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0a, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x55, 0x72, 0x6c, 0x12, 0x16, 0x0a, - 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x55, 0x72, - 0x6c, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x55, 0x72, - 0x6c, 0x42, 0x09, 0x5a, 0x07, 0x2e, 0x2f, 0x3b, 0x6f, 0x69, 0x64, 0x62, 0x62, 0x06, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_oidb0xb77_proto_rawDescOnce sync.Once - file_oidb0xb77_proto_rawDescData = file_oidb0xb77_proto_rawDesc -) - -func file_oidb0xb77_proto_rawDescGZIP() []byte { - file_oidb0xb77_proto_rawDescOnce.Do(func() { - file_oidb0xb77_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0xb77_proto_rawDescData) - }) - return file_oidb0xb77_proto_rawDescData -} - -var file_oidb0xb77_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_oidb0xb77_proto_goTypes = []interface{}{ - (*DB77ReqBody)(nil), // 0: DB77ReqBody - (*DB77ClientInfo)(nil), // 1: DB77ClientInfo - (*DB77ExtInfo)(nil), // 2: DB77ExtInfo - (*DB77RichMsgBody)(nil), // 3: DB77RichMsgBody -} -var file_oidb0xb77_proto_depIdxs = []int32{ - 1, // 0: DB77ReqBody.clientInfo:type_name -> DB77ClientInfo - 2, // 1: DB77ReqBody.extInfo:type_name -> DB77ExtInfo - 3, // 2: DB77ReqBody.richMsgBody:type_name -> DB77RichMsgBody - 3, // [3:3] is the sub-list for method output_type - 3, // [3:3] is the sub-list for method input_type - 3, // [3:3] is the sub-list for extension type_name - 3, // [3:3] is the sub-list for extension extendee - 0, // [0:3] is the sub-list for field type_name -} - -func init() { file_oidb0xb77_proto_init() } -func file_oidb0xb77_proto_init() { - if File_oidb0xb77_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_oidb0xb77_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DB77ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xb77_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DB77ClientInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xb77_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DB77ExtInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xb77_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DB77RichMsgBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_oidb0xb77_proto_rawDesc, - NumEnums: 0, - NumMessages: 4, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_oidb0xb77_proto_goTypes, - DependencyIndexes: file_oidb0xb77_proto_depIdxs, - MessageInfos: file_oidb0xb77_proto_msgTypes, - }.Build() - File_oidb0xb77_proto = out.File - file_oidb0xb77_proto_rawDesc = nil - file_oidb0xb77_proto_goTypes = nil - file_oidb0xb77_proto_depIdxs = nil -} diff --git a/client/pb/oidb/oidb0xbcb.pb.go b/client/pb/oidb/oidb0xbcb.pb.go index e574918e..7f3b7aad 100644 --- a/client/pb/oidb/oidb0xbcb.pb.go +++ b/client/pb/oidb/oidb0xbcb.pb.go @@ -1,80 +1,26 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: oidb0xbcb.proto package oidb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type CheckUrlReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Url []string `protobuf:"bytes,1,rep,name=url" json:"url,omitempty"` - Refer *string `protobuf:"bytes,2,opt,name=refer" json:"refer,omitempty"` - Plateform *string `protobuf:"bytes,3,opt,name=plateform" json:"plateform,omitempty"` - QqPfTo *string `protobuf:"bytes,4,opt,name=qqPfTo" json:"qqPfTo,omitempty"` - Type *uint32 `protobuf:"varint,5,opt,name=type" json:"type,omitempty"` - From *uint32 `protobuf:"varint,6,opt,name=from" json:"from,omitempty"` - Chatid *uint64 `protobuf:"varint,7,opt,name=chatid" json:"chatid,omitempty"` - ServiceType *uint64 `protobuf:"varint,8,opt,name=serviceType" json:"serviceType,omitempty"` - SendUin *uint64 `protobuf:"varint,9,opt,name=sendUin" json:"sendUin,omitempty"` - ReqType *string `protobuf:"bytes,10,opt,name=reqType" json:"reqType,omitempty"` - OriginalUrl *string `protobuf:"bytes,11,opt,name=originalUrl" json:"originalUrl,omitempty"` - IsArk *bool `protobuf:"varint,12,opt,name=isArk" json:"isArk,omitempty"` - ArkName *string `protobuf:"bytes,13,opt,name=arkName" json:"arkName,omitempty"` - IsFinish *bool `protobuf:"varint,14,opt,name=isFinish" json:"isFinish,omitempty"` - SrcUrls []string `protobuf:"bytes,15,rep,name=srcUrls" json:"srcUrls,omitempty"` - SrcPlatform *uint32 `protobuf:"varint,16,opt,name=srcPlatform" json:"srcPlatform,omitempty"` - Qua *string `protobuf:"bytes,17,opt,name=qua" json:"qua,omitempty"` -} - -func (x *CheckUrlReq) Reset() { - *x = CheckUrlReq{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xbcb_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CheckUrlReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CheckUrlReq) ProtoMessage() {} - -func (x *CheckUrlReq) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xbcb_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CheckUrlReq.ProtoReflect.Descriptor instead. -func (*CheckUrlReq) Descriptor() ([]byte, []int) { - return file_oidb0xbcb_proto_rawDescGZIP(), []int{0} + Url []string `protobuf:"bytes,1,rep"` + Refer *string `protobuf:"bytes,2,opt"` + Plateform *string `protobuf:"bytes,3,opt"` + QqPfTo *string `protobuf:"bytes,4,opt"` + Type *uint32 `protobuf:"varint,5,opt"` + From *uint32 `protobuf:"varint,6,opt"` + Chatid *uint64 `protobuf:"varint,7,opt"` + ServiceType *uint64 `protobuf:"varint,8,opt"` + SendUin *uint64 `protobuf:"varint,9,opt"` + ReqType *string `protobuf:"bytes,10,opt"` + OriginalUrl *string `protobuf:"bytes,11,opt"` + IsArk *bool `protobuf:"varint,12,opt"` + ArkName *string `protobuf:"bytes,13,opt"` + IsFinish *bool `protobuf:"varint,14,opt"` + SrcUrls []string `protobuf:"bytes,15,rep"` + SrcPlatform *uint32 `protobuf:"varint,16,opt"` + Qua *string `protobuf:"bytes,17,opt"` } func (x *CheckUrlReq) GetUrl() []string { @@ -197,52 +143,16 @@ func (x *CheckUrlReq) GetQua() string { } type CheckUrlReqItem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Url *string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"` - Refer *string `protobuf:"bytes,2,opt,name=refer" json:"refer,omitempty"` - Plateform *string `protobuf:"bytes,3,opt,name=plateform" json:"plateform,omitempty"` - QqPfTo *string `protobuf:"bytes,4,opt,name=qqPfTo" json:"qqPfTo,omitempty"` - Type *uint32 `protobuf:"varint,5,opt,name=type" json:"type,omitempty"` - From *uint32 `protobuf:"varint,6,opt,name=from" json:"from,omitempty"` - Chatid *uint64 `protobuf:"varint,7,opt,name=chatid" json:"chatid,omitempty"` - ServiceType *uint64 `protobuf:"varint,8,opt,name=serviceType" json:"serviceType,omitempty"` - SendUin *uint64 `protobuf:"varint,9,opt,name=sendUin" json:"sendUin,omitempty"` - ReqType *string `protobuf:"bytes,10,opt,name=reqType" json:"reqType,omitempty"` -} - -func (x *CheckUrlReqItem) Reset() { - *x = CheckUrlReqItem{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xbcb_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CheckUrlReqItem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CheckUrlReqItem) ProtoMessage() {} - -func (x *CheckUrlReqItem) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xbcb_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CheckUrlReqItem.ProtoReflect.Descriptor instead. -func (*CheckUrlReqItem) Descriptor() ([]byte, []int) { - return file_oidb0xbcb_proto_rawDescGZIP(), []int{1} + Url *string `protobuf:"bytes,1,opt"` + Refer *string `protobuf:"bytes,2,opt"` + Plateform *string `protobuf:"bytes,3,opt"` + QqPfTo *string `protobuf:"bytes,4,opt"` + Type *uint32 `protobuf:"varint,5,opt"` + From *uint32 `protobuf:"varint,6,opt"` + Chatid *uint64 `protobuf:"varint,7,opt"` + ServiceType *uint64 `protobuf:"varint,8,opt"` + SendUin *uint64 `protobuf:"varint,9,opt"` + ReqType *string `protobuf:"bytes,10,opt"` } func (x *CheckUrlReqItem) GetUrl() string { @@ -316,44 +226,8 @@ func (x *CheckUrlReqItem) GetReqType() string { } type CheckUrlRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Results []*UrlCheckResult `protobuf:"bytes,1,rep,name=results" json:"results,omitempty"` - NextReqDuration *uint32 `protobuf:"varint,2,opt,name=nextReqDuration" json:"nextReqDuration,omitempty"` -} - -func (x *CheckUrlRsp) Reset() { - *x = CheckUrlRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xbcb_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CheckUrlRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CheckUrlRsp) ProtoMessage() {} - -func (x *CheckUrlRsp) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xbcb_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CheckUrlRsp.ProtoReflect.Descriptor instead. -func (*CheckUrlRsp) Descriptor() ([]byte, []int) { - return file_oidb0xbcb_proto_rawDescGZIP(), []int{2} + Results []*UrlCheckResult `protobuf:"bytes,1,rep"` + NextReqDuration *uint32 `protobuf:"varint,2,opt"` } func (x *CheckUrlRsp) GetResults() []*UrlCheckResult { @@ -371,44 +245,8 @@ func (x *CheckUrlRsp) GetNextReqDuration() uint32 { } type DBCBReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - NotUseCache *int32 `protobuf:"varint,9,opt,name=notUseCache" json:"notUseCache,omitempty"` - CheckUrlReq *CheckUrlReq `protobuf:"bytes,10,opt,name=checkUrlReq" json:"checkUrlReq,omitempty"` -} - -func (x *DBCBReqBody) Reset() { - *x = DBCBReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xbcb_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DBCBReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DBCBReqBody) ProtoMessage() {} - -func (x *DBCBReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xbcb_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DBCBReqBody.ProtoReflect.Descriptor instead. -func (*DBCBReqBody) Descriptor() ([]byte, []int) { - return file_oidb0xbcb_proto_rawDescGZIP(), []int{3} + NotUseCache *int32 `protobuf:"varint,9,opt"` + CheckUrlReq *CheckUrlReq `protobuf:"bytes,10,opt"` } func (x *DBCBReqBody) GetNotUseCache() int32 { @@ -426,44 +264,8 @@ func (x *DBCBReqBody) GetCheckUrlReq() *CheckUrlReq { } type DBCBRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Wording *string `protobuf:"bytes,1,opt,name=wording" json:"wording,omitempty"` - CheckUrlRsp *CheckUrlRsp `protobuf:"bytes,10,opt,name=checkUrlRsp" json:"checkUrlRsp,omitempty"` -} - -func (x *DBCBRspBody) Reset() { - *x = DBCBRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xbcb_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DBCBRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DBCBRspBody) ProtoMessage() {} - -func (x *DBCBRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xbcb_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DBCBRspBody.ProtoReflect.Descriptor instead. -func (*DBCBRspBody) Descriptor() ([]byte, []int) { - return file_oidb0xbcb_proto_rawDescGZIP(), []int{4} + Wording *string `protobuf:"bytes,1,opt"` + CheckUrlRsp *CheckUrlRsp `protobuf:"bytes,10,opt"` } func (x *DBCBRspBody) GetWording() string { @@ -481,51 +283,15 @@ func (x *DBCBRspBody) GetCheckUrlRsp() *CheckUrlRsp { } type UrlCheckResult struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Url *string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"` - Result *uint32 `protobuf:"varint,2,opt,name=result" json:"result,omitempty"` - JumpResult *uint32 `protobuf:"varint,3,opt,name=jumpResult" json:"jumpResult,omitempty"` - JumpUrl *string `protobuf:"bytes,4,opt,name=jumpUrl" json:"jumpUrl,omitempty"` - Level *uint32 `protobuf:"varint,5,opt,name=level" json:"level,omitempty"` - SubLevel *uint32 `protobuf:"varint,6,opt,name=subLevel" json:"subLevel,omitempty"` - Umrtype *uint32 `protobuf:"varint,7,opt,name=umrtype" json:"umrtype,omitempty"` - RetFrom *uint32 `protobuf:"varint,8,opt,name=retFrom" json:"retFrom,omitempty"` - OperationBit *uint64 `protobuf:"varint,9,opt,name=operationBit" json:"operationBit,omitempty"` -} - -func (x *UrlCheckResult) Reset() { - *x = UrlCheckResult{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xbcb_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UrlCheckResult) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UrlCheckResult) ProtoMessage() {} - -func (x *UrlCheckResult) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xbcb_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UrlCheckResult.ProtoReflect.Descriptor instead. -func (*UrlCheckResult) Descriptor() ([]byte, []int) { - return file_oidb0xbcb_proto_rawDescGZIP(), []int{5} + Url *string `protobuf:"bytes,1,opt"` + Result *uint32 `protobuf:"varint,2,opt"` + JumpResult *uint32 `protobuf:"varint,3,opt"` + JumpUrl *string `protobuf:"bytes,4,opt"` + Level *uint32 `protobuf:"varint,5,opt"` + SubLevel *uint32 `protobuf:"varint,6,opt"` + Umrtype *uint32 `protobuf:"varint,7,opt"` + RetFrom *uint32 `protobuf:"varint,8,opt"` + OperationBit *uint64 `protobuf:"varint,9,opt"` } func (x *UrlCheckResult) GetUrl() string { @@ -590,220 +356,3 @@ func (x *UrlCheckResult) GetOperationBit() uint64 { } return 0 } - -var File_oidb0xbcb_proto protoreflect.FileDescriptor - -var file_oidb0xbcb_proto_rawDesc = []byte{ - 0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x62, 0x63, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0xbd, 0x03, 0x0a, 0x0b, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x72, 0x6c, 0x52, 0x65, - 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, - 0x75, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x65, 0x66, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x05, 0x72, 0x65, 0x66, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x6c, 0x61, - 0x74, 0x65, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x6c, - 0x61, 0x74, 0x65, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x71, 0x71, 0x50, 0x66, 0x54, - 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x71, 0x71, 0x50, 0x66, 0x54, 0x6f, 0x12, - 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x74, - 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x68, 0x61, 0x74, 0x69, - 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x69, 0x64, 0x12, - 0x20, 0x0a, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x08, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, - 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x65, 0x6e, 0x64, 0x55, 0x69, 0x6e, 0x18, 0x09, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x07, 0x73, 0x65, 0x6e, 0x64, 0x55, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x72, - 0x65, 0x71, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, - 0x71, 0x54, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, - 0x6c, 0x55, 0x72, 0x6c, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6f, 0x72, 0x69, 0x67, - 0x69, 0x6e, 0x61, 0x6c, 0x55, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x41, 0x72, 0x6b, - 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x69, 0x73, 0x41, 0x72, 0x6b, 0x12, 0x18, 0x0a, - 0x07, 0x61, 0x72, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, - 0x61, 0x72, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x46, 0x69, 0x6e, - 0x69, 0x73, 0x68, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x46, 0x69, 0x6e, - 0x69, 0x73, 0x68, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x72, 0x63, 0x55, 0x72, 0x6c, 0x73, 0x18, 0x0f, - 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x73, 0x72, 0x63, 0x55, 0x72, 0x6c, 0x73, 0x12, 0x20, 0x0a, - 0x0b, 0x73, 0x72, 0x63, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x10, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0b, 0x73, 0x72, 0x63, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12, - 0x10, 0x0a, 0x03, 0x71, 0x75, 0x61, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x71, 0x75, - 0x61, 0x22, 0x85, 0x02, 0x0a, 0x0f, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x72, 0x6c, 0x52, 0x65, - 0x71, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x65, 0x66, 0x65, 0x72, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x72, 0x65, 0x66, 0x65, 0x72, 0x12, 0x1c, 0x0a, - 0x09, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x09, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x71, - 0x71, 0x50, 0x66, 0x54, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x71, 0x71, 0x50, - 0x66, 0x54, 0x6f, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x63, - 0x68, 0x61, 0x74, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x63, 0x68, 0x61, - 0x74, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x65, 0x6e, 0x64, 0x55, 0x69, 0x6e, - 0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x73, 0x65, 0x6e, 0x64, 0x55, 0x69, 0x6e, 0x12, - 0x18, 0x0a, 0x07, 0x72, 0x65, 0x71, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x07, 0x72, 0x65, 0x71, 0x54, 0x79, 0x70, 0x65, 0x22, 0x62, 0x0a, 0x0b, 0x43, 0x68, 0x65, - 0x63, 0x6b, 0x55, 0x72, 0x6c, 0x52, 0x73, 0x70, 0x12, 0x29, 0x0a, 0x07, 0x72, 0x65, 0x73, 0x75, - 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x55, 0x72, 0x6c, 0x43, - 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x07, 0x72, 0x65, 0x73, 0x75, - 0x6c, 0x74, 0x73, 0x12, 0x28, 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x52, 0x65, 0x71, 0x44, 0x75, - 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x6e, 0x65, - 0x78, 0x74, 0x52, 0x65, 0x71, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x5f, 0x0a, - 0x0b, 0x44, 0x42, 0x43, 0x42, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x20, 0x0a, 0x0b, - 0x6e, 0x6f, 0x74, 0x55, 0x73, 0x65, 0x43, 0x61, 0x63, 0x68, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0b, 0x6e, 0x6f, 0x74, 0x55, 0x73, 0x65, 0x43, 0x61, 0x63, 0x68, 0x65, 0x12, 0x2e, - 0x0a, 0x0b, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x71, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x72, 0x6c, 0x52, 0x65, - 0x71, 0x52, 0x0b, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x71, 0x22, 0x57, - 0x0a, 0x0b, 0x44, 0x42, 0x43, 0x42, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, - 0x07, 0x77, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, - 0x77, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x2e, 0x0a, 0x0b, 0x63, 0x68, 0x65, 0x63, 0x6b, - 0x55, 0x72, 0x6c, 0x52, 0x73, 0x70, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x43, - 0x68, 0x65, 0x63, 0x6b, 0x55, 0x72, 0x6c, 0x52, 0x73, 0x70, 0x52, 0x0b, 0x63, 0x68, 0x65, 0x63, - 0x6b, 0x55, 0x72, 0x6c, 0x52, 0x73, 0x70, 0x22, 0xfe, 0x01, 0x0a, 0x0e, 0x55, 0x72, 0x6c, 0x43, - 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, - 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x16, 0x0a, 0x06, - 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, - 0x73, 0x75, 0x6c, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x6a, 0x75, 0x6d, 0x70, 0x52, 0x65, 0x73, 0x75, - 0x6c, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x6a, 0x75, 0x6d, 0x70, 0x52, 0x65, - 0x73, 0x75, 0x6c, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x6a, 0x75, 0x6d, 0x70, 0x55, 0x72, 0x6c, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6a, 0x75, 0x6d, 0x70, 0x55, 0x72, 0x6c, 0x12, 0x14, - 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x6c, - 0x65, 0x76, 0x65, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x75, 0x62, 0x4c, 0x65, 0x76, 0x65, 0x6c, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x73, 0x75, 0x62, 0x4c, 0x65, 0x76, 0x65, 0x6c, - 0x12, 0x18, 0x0a, 0x07, 0x75, 0x6d, 0x72, 0x74, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x07, 0x75, 0x6d, 0x72, 0x74, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, - 0x74, 0x46, 0x72, 0x6f, 0x6d, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x72, 0x65, 0x74, - 0x46, 0x72, 0x6f, 0x6d, 0x12, 0x22, 0x0a, 0x0c, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x42, 0x69, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x6f, 0x70, 0x65, 0x72, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x69, 0x74, 0x42, 0x09, 0x5a, 0x07, 0x2e, 0x2f, 0x3b, 0x6f, - 0x69, 0x64, 0x62, -} - -var ( - file_oidb0xbcb_proto_rawDescOnce sync.Once - file_oidb0xbcb_proto_rawDescData = file_oidb0xbcb_proto_rawDesc -) - -func file_oidb0xbcb_proto_rawDescGZIP() []byte { - file_oidb0xbcb_proto_rawDescOnce.Do(func() { - file_oidb0xbcb_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0xbcb_proto_rawDescData) - }) - return file_oidb0xbcb_proto_rawDescData -} - -var file_oidb0xbcb_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_oidb0xbcb_proto_goTypes = []interface{}{ - (*CheckUrlReq)(nil), // 0: CheckUrlReq - (*CheckUrlReqItem)(nil), // 1: CheckUrlReqItem - (*CheckUrlRsp)(nil), // 2: CheckUrlRsp - (*DBCBReqBody)(nil), // 3: DBCBReqBody - (*DBCBRspBody)(nil), // 4: DBCBRspBody - (*UrlCheckResult)(nil), // 5: UrlCheckResult -} -var file_oidb0xbcb_proto_depIdxs = []int32{ - 5, // 0: CheckUrlRsp.results:type_name -> UrlCheckResult - 0, // 1: DBCBReqBody.checkUrlReq:type_name -> CheckUrlReq - 2, // 2: DBCBRspBody.checkUrlRsp:type_name -> CheckUrlRsp - 3, // [3:3] is the sub-list for method output_type - 3, // [3:3] is the sub-list for method input_type - 3, // [3:3] is the sub-list for extension type_name - 3, // [3:3] is the sub-list for extension extendee - 0, // [0:3] is the sub-list for field type_name -} - -func init() { file_oidb0xbcb_proto_init() } -func file_oidb0xbcb_proto_init() { - if File_oidb0xbcb_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_oidb0xbcb_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CheckUrlReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xbcb_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CheckUrlReqItem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xbcb_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CheckUrlRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xbcb_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DBCBReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xbcb_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DBCBRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xbcb_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UrlCheckResult); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_oidb0xbcb_proto_rawDesc, - NumEnums: 0, - NumMessages: 6, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_oidb0xbcb_proto_goTypes, - DependencyIndexes: file_oidb0xbcb_proto_depIdxs, - MessageInfos: file_oidb0xbcb_proto_msgTypes, - }.Build() - File_oidb0xbcb_proto = out.File - file_oidb0xbcb_proto_rawDesc = nil - file_oidb0xbcb_proto_goTypes = nil - file_oidb0xbcb_proto_depIdxs = nil -} diff --git a/client/pb/oidb/oidb0xd79.pb.go b/client/pb/oidb/oidb0xd79.pb.go index 29b38580..191541fc 100644 --- a/client/pb/oidb/oidb0xd79.pb.go +++ b/client/pb/oidb/oidb0xd79.pb.go @@ -1,70 +1,16 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: oidb0xD79.proto package oidb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type D79ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Seq uint64 `protobuf:"varint,1,opt,name=seq,proto3" json:"seq,omitempty"` - Uin uint64 `protobuf:"varint,2,opt,name=uin,proto3" json:"uin,omitempty"` - CompressFlag uint32 `protobuf:"varint,3,opt,name=compress_flag,json=compressFlag,proto3" json:"compress_flag,omitempty"` - Content []byte `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"` - SenderUin uint64 `protobuf:"varint,5,opt,name=sender_uin,json=senderUin,proto3" json:"sender_uin,omitempty"` - Qua []byte `protobuf:"bytes,6,opt,name=qua,proto3" json:"qua,omitempty"` - WordExt []byte `protobuf:"bytes,7,opt,name=word_ext,json=wordExt,proto3" json:"word_ext,omitempty"` -} - -func (x *D79ReqBody) Reset() { - *x = D79ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xD79_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D79ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D79ReqBody) ProtoMessage() {} - -func (x *D79ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xD79_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D79ReqBody.ProtoReflect.Descriptor instead. -func (*D79ReqBody) Descriptor() ([]byte, []int) { - return file_oidb0xD79_proto_rawDescGZIP(), []int{0} + Seq uint64 `protobuf:"varint,1,opt"` + Uin uint64 `protobuf:"varint,2,opt"` + CompressFlag uint32 `protobuf:"varint,3,opt"` + Content []byte `protobuf:"bytes,4,opt"` + SenderUin uint64 `protobuf:"varint,5,opt"` + Qua []byte `protobuf:"bytes,6,opt"` + WordExt []byte `protobuf:"bytes,7,opt"` } func (x *D79ReqBody) GetSeq() uint64 { @@ -117,47 +63,11 @@ func (x *D79ReqBody) GetWordExt() []byte { } type D79RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Ret uint32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"` - Seq uint64 `protobuf:"varint,2,opt,name=seq,proto3" json:"seq,omitempty"` - Uin uint64 `protobuf:"varint,3,opt,name=uin,proto3" json:"uin,omitempty"` - CompressFlag uint32 `protobuf:"varint,4,opt,name=compress_flag,json=compressFlag,proto3" json:"compress_flag,omitempty"` - Content *D79Content `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"` -} - -func (x *D79RspBody) Reset() { - *x = D79RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xD79_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D79RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D79RspBody) ProtoMessage() {} - -func (x *D79RspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xD79_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D79RspBody.ProtoReflect.Descriptor instead. -func (*D79RspBody) Descriptor() ([]byte, []int) { - return file_oidb0xD79_proto_rawDescGZIP(), []int{1} + Ret uint32 `protobuf:"varint,1,opt"` + Seq uint64 `protobuf:"varint,2,opt"` + Uin uint64 `protobuf:"varint,3,opt"` + CompressFlag uint32 `protobuf:"varint,4,opt"` + Content *D79Content `protobuf:"bytes,5,opt"` } func (x *D79RspBody) GetRet() uint32 { @@ -196,43 +106,7 @@ func (x *D79RspBody) GetContent() *D79Content { } type D79Content struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SliceContent [][]byte `protobuf:"bytes,1,rep,name=slice_content,json=sliceContent,proto3" json:"slice_content,omitempty"` -} - -func (x *D79Content) Reset() { - *x = D79Content{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xD79_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *D79Content) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*D79Content) ProtoMessage() {} - -func (x *D79Content) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xD79_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use D79Content.ProtoReflect.Descriptor instead. -func (*D79Content) Descriptor() ([]byte, []int) { - return file_oidb0xD79_proto_rawDescGZIP(), []int{2} + SliceContent [][]byte `protobuf:"bytes,1,rep"` } func (x *D79Content) GetSliceContent() [][]byte { @@ -241,125 +115,3 @@ func (x *D79Content) GetSliceContent() [][]byte { } return nil } - -var File_oidb0xD79_proto protoreflect.FileDescriptor - -var file_oidb0xD79_proto_rawDesc = []byte{ - 0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x44, 0x37, 0x39, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0xbb, 0x01, 0x0a, 0x0a, 0x44, 0x37, 0x39, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, - 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x73, - 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x03, 0x75, 0x69, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, - 0x5f, 0x66, 0x6c, 0x61, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x63, 0x6f, 0x6d, - 0x70, 0x72, 0x65, 0x73, 0x73, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, - 0x74, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, - 0x65, 0x6e, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x5f, 0x75, 0x69, - 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x55, - 0x69, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x71, 0x75, 0x61, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x03, 0x71, 0x75, 0x61, 0x12, 0x19, 0x0a, 0x08, 0x77, 0x6f, 0x72, 0x64, 0x5f, 0x65, 0x78, 0x74, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x77, 0x6f, 0x72, 0x64, 0x45, 0x78, 0x74, 0x22, - 0x8e, 0x01, 0x0a, 0x0a, 0x44, 0x37, 0x39, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x10, - 0x0a, 0x03, 0x72, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x72, 0x65, 0x74, - 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x73, - 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x03, 0x75, 0x69, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, - 0x5f, 0x66, 0x6c, 0x61, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x63, 0x6f, 0x6d, - 0x70, 0x72, 0x65, 0x73, 0x73, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x25, 0x0a, 0x07, 0x63, 0x6f, 0x6e, - 0x74, 0x65, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x44, 0x37, 0x39, - 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, - 0x22, 0x31, 0x0a, 0x0a, 0x44, 0x37, 0x39, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x23, - 0x0a, 0x0d, 0x73, 0x6c, 0x69, 0x63, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, - 0x01, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0c, 0x73, 0x6c, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x74, - 0x65, 0x6e, 0x74, 0x42, 0x09, 0x5a, 0x07, 0x2e, 0x2f, 0x3b, 0x6f, 0x69, 0x64, 0x62, 0x62, 0x06, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_oidb0xD79_proto_rawDescOnce sync.Once - file_oidb0xD79_proto_rawDescData = file_oidb0xD79_proto_rawDesc -) - -func file_oidb0xD79_proto_rawDescGZIP() []byte { - file_oidb0xD79_proto_rawDescOnce.Do(func() { - file_oidb0xD79_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0xD79_proto_rawDescData) - }) - return file_oidb0xD79_proto_rawDescData -} - -var file_oidb0xD79_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_oidb0xD79_proto_goTypes = []interface{}{ - (*D79ReqBody)(nil), // 0: D79ReqBody - (*D79RspBody)(nil), // 1: D79RspBody - (*D79Content)(nil), // 2: D79Content -} -var file_oidb0xD79_proto_depIdxs = []int32{ - 2, // 0: D79RspBody.content:type_name -> D79Content - 1, // [1:1] is the sub-list for method output_type - 1, // [1:1] is the sub-list for method input_type - 1, // [1:1] is the sub-list for extension type_name - 1, // [1:1] is the sub-list for extension extendee - 0, // [0:1] is the sub-list for field type_name -} - -func init() { file_oidb0xD79_proto_init() } -func file_oidb0xD79_proto_init() { - if File_oidb0xD79_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_oidb0xD79_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D79ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xD79_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D79RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xD79_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*D79Content); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_oidb0xD79_proto_rawDesc, - NumEnums: 0, - NumMessages: 3, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_oidb0xD79_proto_goTypes, - DependencyIndexes: file_oidb0xD79_proto_depIdxs, - MessageInfos: file_oidb0xD79_proto_msgTypes, - }.Build() - File_oidb0xD79_proto = out.File - file_oidb0xD79_proto_rawDesc = nil - file_oidb0xD79_proto_goTypes = nil - file_oidb0xD79_proto_depIdxs = nil -} diff --git a/client/pb/oidb/oidb0xe07.pb.go b/client/pb/oidb/oidb0xe07.pb.go index 7920ab49..221a39ee 100644 --- a/client/pb/oidb/oidb0xe07.pb.go +++ b/client/pb/oidb/oidb0xe07.pb.go @@ -1,67 +1,13 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: oidb0xe07.proto package oidb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type DE07ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Version int32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` - Client int32 `protobuf:"varint,2,opt,name=client,proto3" json:"client,omitempty"` - Entrance int32 `protobuf:"varint,3,opt,name=entrance,proto3" json:"entrance,omitempty"` - OcrReqBody *OCRReqBody `protobuf:"bytes,10,opt,name=ocrReqBody,proto3" json:"ocrReqBody,omitempty"` -} - -func (x *DE07ReqBody) Reset() { - *x = DE07ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xe07_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DE07ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DE07ReqBody) ProtoMessage() {} - -func (x *DE07ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xe07_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DE07ReqBody.ProtoReflect.Descriptor instead. -func (*DE07ReqBody) Descriptor() ([]byte, []int) { - return file_oidb0xe07_proto_rawDescGZIP(), []int{0} + Version int32 `protobuf:"varint,1,opt"` + Client int32 `protobuf:"varint,2,opt"` + Entrance int32 `protobuf:"varint,3,opt"` + OcrReqBody *OCRReqBody `protobuf:"bytes,10,opt"` } func (x *DE07ReqBody) GetVersion() int32 { @@ -93,51 +39,15 @@ func (x *DE07ReqBody) GetOcrReqBody() *OCRReqBody { } type OCRReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ImageUrl string `protobuf:"bytes,1,opt,name=imageUrl,proto3" json:"imageUrl,omitempty"` - LanguageType string `protobuf:"bytes,2,opt,name=languageType,proto3" json:"languageType,omitempty"` - Scene string `protobuf:"bytes,3,opt,name=scene,proto3" json:"scene,omitempty"` - OriginMd5 string `protobuf:"bytes,10,opt,name=originMd5,proto3" json:"originMd5,omitempty"` - AfterCompressMd5 string `protobuf:"bytes,11,opt,name=afterCompressMd5,proto3" json:"afterCompressMd5,omitempty"` - AfterCompressFileSize int32 `protobuf:"varint,12,opt,name=afterCompressFileSize,proto3" json:"afterCompressFileSize,omitempty"` - AfterCompressWeight int32 `protobuf:"varint,13,opt,name=afterCompressWeight,proto3" json:"afterCompressWeight,omitempty"` - AfterCompressHeight int32 `protobuf:"varint,14,opt,name=afterCompressHeight,proto3" json:"afterCompressHeight,omitempty"` - IsCut bool `protobuf:"varint,15,opt,name=isCut,proto3" json:"isCut,omitempty"` -} - -func (x *OCRReqBody) Reset() { - *x = OCRReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xe07_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *OCRReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*OCRReqBody) ProtoMessage() {} - -func (x *OCRReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xe07_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use OCRReqBody.ProtoReflect.Descriptor instead. -func (*OCRReqBody) Descriptor() ([]byte, []int) { - return file_oidb0xe07_proto_rawDescGZIP(), []int{1} + ImageUrl string `protobuf:"bytes,1,opt"` + LanguageType string `protobuf:"bytes,2,opt"` + Scene string `protobuf:"bytes,3,opt"` + OriginMd5 string `protobuf:"bytes,10,opt"` + AfterCompressMd5 string `protobuf:"bytes,11,opt"` + AfterCompressFileSize int32 `protobuf:"varint,12,opt"` + AfterCompressWeight int32 `protobuf:"varint,13,opt"` + AfterCompressHeight int32 `protobuf:"varint,14,opt"` + IsCut bool `protobuf:"varint,15,opt"` } func (x *OCRReqBody) GetImageUrl() string { @@ -204,46 +114,10 @@ func (x *OCRReqBody) GetIsCut() bool { } type DE07RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"` - ErrMsg string `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"` - Wording string `protobuf:"bytes,3,opt,name=wording,proto3" json:"wording,omitempty"` - OcrRspBody *OCRRspBody `protobuf:"bytes,10,opt,name=ocrRspBody,proto3" json:"ocrRspBody,omitempty"` -} - -func (x *DE07RspBody) Reset() { - *x = DE07RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xe07_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DE07RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DE07RspBody) ProtoMessage() {} - -func (x *DE07RspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xe07_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DE07RspBody.ProtoReflect.Descriptor instead. -func (*DE07RspBody) Descriptor() ([]byte, []int) { - return file_oidb0xe07_proto_rawDescGZIP(), []int{2} + RetCode int32 `protobuf:"varint,1,opt"` + ErrMsg string `protobuf:"bytes,2,opt"` + Wording string `protobuf:"bytes,3,opt"` + OcrRspBody *OCRRspBody `protobuf:"bytes,10,opt"` } func (x *DE07RspBody) GetRetCode() int32 { @@ -275,46 +149,10 @@ func (x *DE07RspBody) GetOcrRspBody() *OCRRspBody { } type TextDetection struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - DetectedText string `protobuf:"bytes,1,opt,name=detectedText,proto3" json:"detectedText,omitempty"` - Confidence int32 `protobuf:"varint,2,opt,name=confidence,proto3" json:"confidence,omitempty"` - Polygon *Polygon `protobuf:"bytes,3,opt,name=polygon,proto3" json:"polygon,omitempty"` - AdvancedInfo string `protobuf:"bytes,4,opt,name=advancedInfo,proto3" json:"advancedInfo,omitempty"` -} - -func (x *TextDetection) Reset() { - *x = TextDetection{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xe07_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TextDetection) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TextDetection) ProtoMessage() {} - -func (x *TextDetection) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xe07_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TextDetection.ProtoReflect.Descriptor instead. -func (*TextDetection) Descriptor() ([]byte, []int) { - return file_oidb0xe07_proto_rawDescGZIP(), []int{3} + DetectedText string `protobuf:"bytes,1,opt"` + Confidence int32 `protobuf:"varint,2,opt"` + Polygon *Polygon `protobuf:"bytes,3,opt"` + AdvancedInfo string `protobuf:"bytes,4,opt"` } func (x *TextDetection) GetDetectedText() string { @@ -346,43 +184,7 @@ func (x *TextDetection) GetAdvancedInfo() string { } type Polygon struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Coordinates []*Coordinate `protobuf:"bytes,1,rep,name=coordinates,proto3" json:"coordinates,omitempty"` -} - -func (x *Polygon) Reset() { - *x = Polygon{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xe07_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Polygon) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Polygon) ProtoMessage() {} - -func (x *Polygon) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xe07_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Polygon.ProtoReflect.Descriptor instead. -func (*Polygon) Descriptor() ([]byte, []int) { - return file_oidb0xe07_proto_rawDescGZIP(), []int{4} + Coordinates []*Coordinate `protobuf:"bytes,1,rep"` } func (x *Polygon) GetCoordinates() []*Coordinate { @@ -393,44 +195,8 @@ func (x *Polygon) GetCoordinates() []*Coordinate { } type Coordinate struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - X int32 `protobuf:"varint,1,opt,name=X,proto3" json:"X,omitempty"` - Y int32 `protobuf:"varint,2,opt,name=Y,proto3" json:"Y,omitempty"` -} - -func (x *Coordinate) Reset() { - *x = Coordinate{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xe07_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Coordinate) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Coordinate) ProtoMessage() {} - -func (x *Coordinate) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xe07_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Coordinate.ProtoReflect.Descriptor instead. -func (*Coordinate) Descriptor() ([]byte, []int) { - return file_oidb0xe07_proto_rawDescGZIP(), []int{5} + X int32 `protobuf:"varint,1,opt"` + Y int32 `protobuf:"varint,2,opt"` } func (x *Coordinate) GetX() int32 { @@ -448,44 +214,8 @@ func (x *Coordinate) GetY() int32 { } type Language struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"` - LanguageDesc string `protobuf:"bytes,2,opt,name=languageDesc,proto3" json:"languageDesc,omitempty"` -} - -func (x *Language) Reset() { - *x = Language{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xe07_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Language) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Language) ProtoMessage() {} - -func (x *Language) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xe07_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Language.ProtoReflect.Descriptor instead. -func (*Language) Descriptor() ([]byte, []int) { - return file_oidb0xe07_proto_rawDescGZIP(), []int{6} + Language string `protobuf:"bytes,1,opt"` + LanguageDesc string `protobuf:"bytes,2,opt"` } func (x *Language) GetLanguage() string { @@ -503,50 +233,14 @@ func (x *Language) GetLanguageDesc() string { } type OCRRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - TextDetections []*TextDetection `protobuf:"bytes,1,rep,name=textDetections,proto3" json:"textDetections,omitempty"` - Language string `protobuf:"bytes,2,opt,name=language,proto3" json:"language,omitempty"` - RequestId string `protobuf:"bytes,3,opt,name=requestId,proto3" json:"requestId,omitempty"` - OcrLanguageList []string `protobuf:"bytes,101,rep,name=ocrLanguageList,proto3" json:"ocrLanguageList,omitempty"` - DstTranslateLanguageList []string `protobuf:"bytes,102,rep,name=dstTranslateLanguageList,proto3" json:"dstTranslateLanguageList,omitempty"` - LanguageList []*Language `protobuf:"bytes,103,rep,name=languageList,proto3" json:"languageList,omitempty"` - AfterCompressWeight int32 `protobuf:"varint,111,opt,name=afterCompressWeight,proto3" json:"afterCompressWeight,omitempty"` - AfterCompressHeight int32 `protobuf:"varint,112,opt,name=afterCompressHeight,proto3" json:"afterCompressHeight,omitempty"` -} - -func (x *OCRRspBody) Reset() { - *x = OCRRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xe07_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *OCRRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*OCRRspBody) ProtoMessage() {} - -func (x *OCRRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xe07_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use OCRRspBody.ProtoReflect.Descriptor instead. -func (*OCRRspBody) Descriptor() ([]byte, []int) { - return file_oidb0xe07_proto_rawDescGZIP(), []int{7} + TextDetections []*TextDetection `protobuf:"bytes,1,rep"` + Language string `protobuf:"bytes,2,opt"` + RequestId string `protobuf:"bytes,3,opt"` + OcrLanguageList []string `protobuf:"bytes,101,rep"` + DstTranslateLanguageList []string `protobuf:"bytes,102,rep"` + LanguageList []*Language `protobuf:"bytes,103,rep"` + AfterCompressWeight int32 `protobuf:"varint,111,opt"` + AfterCompressHeight int32 `protobuf:"varint,112,opt"` } func (x *OCRRspBody) GetTextDetections() []*TextDetection { @@ -604,254 +298,3 @@ func (x *OCRRspBody) GetAfterCompressHeight() int32 { } return 0 } - -var File_oidb0xe07_proto protoreflect.FileDescriptor - -var file_oidb0xe07_proto_rawDesc = []byte{ - 0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x65, 0x30, 0x37, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0x88, 0x01, 0x0a, 0x0b, 0x44, 0x45, 0x30, 0x37, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, - 0x79, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x63, - 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x63, 0x6c, 0x69, - 0x65, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x12, - 0x2b, 0x0a, 0x0a, 0x6f, 0x63, 0x72, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x4f, 0x43, 0x52, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, - 0x52, 0x0a, 0x6f, 0x63, 0x72, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x22, 0xdc, 0x02, 0x0a, - 0x0a, 0x4f, 0x43, 0x52, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x55, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x55, 0x72, 0x6c, 0x12, 0x22, 0x0a, 0x0c, 0x6c, 0x61, 0x6e, 0x67, 0x75, - 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6c, - 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x73, - 0x63, 0x65, 0x6e, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x63, 0x65, 0x6e, - 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x4d, 0x64, 0x35, 0x18, 0x0a, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x4d, 0x64, 0x35, 0x12, - 0x2a, 0x0a, 0x10, 0x61, 0x66, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, - 0x4d, 0x64, 0x35, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x61, 0x66, 0x74, 0x65, 0x72, - 0x43, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, 0x4d, 0x64, 0x35, 0x12, 0x34, 0x0a, 0x15, 0x61, - 0x66, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, 0x46, 0x69, 0x6c, 0x65, - 0x53, 0x69, 0x7a, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x15, 0x61, 0x66, 0x74, 0x65, - 0x72, 0x43, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, 0x46, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, - 0x65, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x66, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x6d, 0x70, 0x72, 0x65, - 0x73, 0x73, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x05, 0x52, 0x13, - 0x61, 0x66, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, 0x57, 0x65, 0x69, - 0x67, 0x68, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x66, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x6d, 0x70, - 0x72, 0x65, 0x73, 0x73, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x13, 0x61, 0x66, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, 0x48, - 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x43, 0x75, 0x74, 0x18, 0x0f, - 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x69, 0x73, 0x43, 0x75, 0x74, 0x22, 0x86, 0x01, 0x0a, 0x0b, - 0x44, 0x45, 0x30, 0x37, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x72, - 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, - 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x18, 0x0a, - 0x07, 0x77, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, - 0x77, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x2b, 0x0a, 0x0a, 0x6f, 0x63, 0x72, 0x52, 0x73, - 0x70, 0x42, 0x6f, 0x64, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x4f, 0x43, - 0x52, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0a, 0x6f, 0x63, 0x72, 0x52, 0x73, 0x70, - 0x42, 0x6f, 0x64, 0x79, 0x22, 0x9b, 0x01, 0x0a, 0x0d, 0x54, 0x65, 0x78, 0x74, 0x44, 0x65, 0x74, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x64, 0x65, 0x74, 0x65, 0x63, 0x74, - 0x65, 0x64, 0x54, 0x65, 0x78, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x64, 0x65, - 0x74, 0x65, 0x63, 0x74, 0x65, 0x64, 0x54, 0x65, 0x78, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, - 0x6e, 0x66, 0x69, 0x64, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, - 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x64, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x22, 0x0a, 0x07, 0x70, 0x6f, - 0x6c, 0x79, 0x67, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x50, 0x6f, - 0x6c, 0x79, 0x67, 0x6f, 0x6e, 0x52, 0x07, 0x70, 0x6f, 0x6c, 0x79, 0x67, 0x6f, 0x6e, 0x12, 0x22, - 0x0a, 0x0c, 0x61, 0x64, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x61, 0x64, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x64, 0x49, 0x6e, - 0x66, 0x6f, 0x22, 0x38, 0x0a, 0x07, 0x50, 0x6f, 0x6c, 0x79, 0x67, 0x6f, 0x6e, 0x12, 0x2d, 0x0a, - 0x0b, 0x63, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x52, - 0x0b, 0x63, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x73, 0x22, 0x28, 0x0a, 0x0a, - 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x12, 0x0c, 0x0a, 0x01, 0x58, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x01, 0x58, 0x12, 0x0c, 0x0a, 0x01, 0x59, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x01, 0x59, 0x22, 0x4a, 0x0a, 0x08, 0x4c, 0x61, 0x6e, 0x67, 0x75, 0x61, - 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x12, 0x22, - 0x0a, 0x0c, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x44, 0x65, 0x73, 0x63, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x44, 0x65, - 0x73, 0x63, 0x22, 0xf7, 0x02, 0x0a, 0x0a, 0x4f, 0x43, 0x52, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, - 0x79, 0x12, 0x36, 0x0a, 0x0e, 0x74, 0x65, 0x78, 0x74, 0x44, 0x65, 0x74, 0x65, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x54, 0x65, 0x78, 0x74, - 0x44, 0x65, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0e, 0x74, 0x65, 0x78, 0x74, 0x44, - 0x65, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x6e, - 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x61, 0x6e, - 0x67, 0x75, 0x61, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x6f, 0x63, 0x72, 0x4c, 0x61, 0x6e, 0x67, 0x75, 0x61, - 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x65, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0f, 0x6f, 0x63, - 0x72, 0x4c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x3a, 0x0a, - 0x18, 0x64, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x65, 0x4c, 0x61, 0x6e, - 0x67, 0x75, 0x61, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x66, 0x20, 0x03, 0x28, 0x09, 0x52, - 0x18, 0x64, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x65, 0x4c, 0x61, 0x6e, - 0x67, 0x75, 0x61, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2d, 0x0a, 0x0c, 0x6c, 0x61, 0x6e, - 0x67, 0x75, 0x61, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x67, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x09, 0x2e, 0x4c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x52, 0x0c, 0x6c, 0x61, 0x6e, 0x67, - 0x75, 0x61, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x66, 0x74, 0x65, - 0x72, 0x43, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, - 0x6f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x13, 0x61, 0x66, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x6d, 0x70, - 0x72, 0x65, 0x73, 0x73, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x66, - 0x74, 0x65, 0x72, 0x43, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, 0x48, 0x65, 0x69, 0x67, 0x68, - 0x74, 0x18, 0x70, 0x20, 0x01, 0x28, 0x05, 0x52, 0x13, 0x61, 0x66, 0x74, 0x65, 0x72, 0x43, 0x6f, - 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x42, 0x09, 0x5a, 0x07, - 0x2e, 0x2f, 0x3b, 0x6f, 0x69, 0x64, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_oidb0xe07_proto_rawDescOnce sync.Once - file_oidb0xe07_proto_rawDescData = file_oidb0xe07_proto_rawDesc -) - -func file_oidb0xe07_proto_rawDescGZIP() []byte { - file_oidb0xe07_proto_rawDescOnce.Do(func() { - file_oidb0xe07_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0xe07_proto_rawDescData) - }) - return file_oidb0xe07_proto_rawDescData -} - -var file_oidb0xe07_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_oidb0xe07_proto_goTypes = []interface{}{ - (*DE07ReqBody)(nil), // 0: DE07ReqBody - (*OCRReqBody)(nil), // 1: OCRReqBody - (*DE07RspBody)(nil), // 2: DE07RspBody - (*TextDetection)(nil), // 3: TextDetection - (*Polygon)(nil), // 4: Polygon - (*Coordinate)(nil), // 5: Coordinate - (*Language)(nil), // 6: Language - (*OCRRspBody)(nil), // 7: OCRRspBody -} -var file_oidb0xe07_proto_depIdxs = []int32{ - 1, // 0: DE07ReqBody.ocrReqBody:type_name -> OCRReqBody - 7, // 1: DE07RspBody.ocrRspBody:type_name -> OCRRspBody - 4, // 2: TextDetection.polygon:type_name -> Polygon - 5, // 3: Polygon.coordinates:type_name -> Coordinate - 3, // 4: OCRRspBody.textDetections:type_name -> TextDetection - 6, // 5: OCRRspBody.languageList:type_name -> Language - 6, // [6:6] is the sub-list for method output_type - 6, // [6:6] is the sub-list for method input_type - 6, // [6:6] is the sub-list for extension type_name - 6, // [6:6] is the sub-list for extension extendee - 0, // [0:6] is the sub-list for field type_name -} - -func init() { file_oidb0xe07_proto_init() } -func file_oidb0xe07_proto_init() { - if File_oidb0xe07_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_oidb0xe07_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DE07ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xe07_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*OCRReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xe07_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DE07RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xe07_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TextDetection); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xe07_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Polygon); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xe07_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Coordinate); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xe07_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Language); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xe07_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*OCRRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_oidb0xe07_proto_rawDesc, - NumEnums: 0, - NumMessages: 8, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_oidb0xe07_proto_goTypes, - DependencyIndexes: file_oidb0xe07_proto_depIdxs, - MessageInfos: file_oidb0xe07_proto_msgTypes, - }.Build() - File_oidb0xe07_proto = out.File - file_oidb0xe07_proto_rawDesc = nil - file_oidb0xe07_proto_goTypes = nil - file_oidb0xe07_proto_depIdxs = nil -} diff --git a/client/pb/oidb/oidb0xe5b.pb.go b/client/pb/oidb/oidb0xe5b.pb.go index a543d949..cf7b2416 100644 --- a/client/pb/oidb/oidb0xe5b.pb.go +++ b/client/pb/oidb/oidb0xe5b.pb.go @@ -1,69 +1,15 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: oidb0xe5b.proto package oidb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type LifeAchievementItem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - AchievementId *uint32 `protobuf:"varint,1,opt,name=achievementId" json:"achievementId,omitempty"` - AchievementTitle *string `protobuf:"bytes,2,opt,name=achievementTitle" json:"achievementTitle,omitempty"` - AchievementIcon *string `protobuf:"bytes,3,opt,name=achievementIcon" json:"achievementIcon,omitempty"` - HasPraised *bool `protobuf:"varint,4,opt,name=hasPraised" json:"hasPraised,omitempty"` - PraiseNum *uint32 `protobuf:"varint,5,opt,name=praiseNum" json:"praiseNum,omitempty"` - AchievementContent []byte `protobuf:"bytes,6,opt,name=achievementContent" json:"achievementContent,omitempty"` -} - -func (x *LifeAchievementItem) Reset() { - *x = LifeAchievementItem{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xe5b_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *LifeAchievementItem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*LifeAchievementItem) ProtoMessage() {} - -func (x *LifeAchievementItem) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xe5b_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use LifeAchievementItem.ProtoReflect.Descriptor instead. -func (*LifeAchievementItem) Descriptor() ([]byte, []int) { - return file_oidb0xe5b_proto_rawDescGZIP(), []int{0} + AchievementId *uint32 `protobuf:"varint,1,opt"` + AchievementTitle *string `protobuf:"bytes,2,opt"` + AchievementIcon *string `protobuf:"bytes,3,opt"` + HasPraised *bool `protobuf:"varint,4,opt"` + PraiseNum *uint32 `protobuf:"varint,5,opt"` + AchievementContent []byte `protobuf:"bytes,6,opt"` } func (x *LifeAchievementItem) GetAchievementId() uint32 { @@ -109,46 +55,10 @@ func (x *LifeAchievementItem) GetAchievementContent() []byte { } type DE5BReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *uint64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` - AchievementId []uint32 `protobuf:"varint,2,rep,name=achievementId" json:"achievementId,omitempty"` - MaxCount *uint32 `protobuf:"varint,3,opt,name=maxCount" json:"maxCount,omitempty"` - ReqAchievementContent *bool `protobuf:"varint,4,opt,name=reqAchievementContent" json:"reqAchievementContent,omitempty"` -} - -func (x *DE5BReqBody) Reset() { - *x = DE5BReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xe5b_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DE5BReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DE5BReqBody) ProtoMessage() {} - -func (x *DE5BReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xe5b_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DE5BReqBody.ProtoReflect.Descriptor instead. -func (*DE5BReqBody) Descriptor() ([]byte, []int) { - return file_oidb0xe5b_proto_rawDescGZIP(), []int{1} + Uin *uint64 `protobuf:"varint,1,opt"` + AchievementId []uint32 `protobuf:"varint,2,rep"` + MaxCount *uint32 `protobuf:"varint,3,opt"` + ReqAchievementContent *bool `protobuf:"varint,4,opt"` } func (x *DE5BReqBody) GetUin() uint64 { @@ -180,45 +90,9 @@ func (x *DE5BReqBody) GetReqAchievementContent() bool { } type DE5BRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - AchievementTotalCount *uint32 `protobuf:"varint,1,opt,name=achievementTotalCount" json:"achievementTotalCount,omitempty"` - LifeAchItem []*LifeAchievementItem `protobuf:"bytes,2,rep,name=lifeAchItem" json:"lifeAchItem,omitempty"` - AchievementOpenid *string `protobuf:"bytes,3,opt,name=achievementOpenid" json:"achievementOpenid,omitempty"` -} - -func (x *DE5BRspBody) Reset() { - *x = DE5BRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xe5b_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DE5BRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DE5BRspBody) ProtoMessage() {} - -func (x *DE5BRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xe5b_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DE5BRspBody.ProtoReflect.Descriptor instead. -func (*DE5BRspBody) Descriptor() ([]byte, []int) { - return file_oidb0xe5b_proto_rawDescGZIP(), []int{2} + AchievementTotalCount *uint32 `protobuf:"varint,1,opt"` + LifeAchItem []*LifeAchievementItem `protobuf:"bytes,2,rep"` + AchievementOpenid *string `protobuf:"bytes,3,opt"` } func (x *DE5BRspBody) GetAchievementTotalCount() uint32 { @@ -241,137 +115,3 @@ func (x *DE5BRspBody) GetAchievementOpenid() string { } return "" } - -var File_oidb0xe5b_proto protoreflect.FileDescriptor - -var file_oidb0xe5b_proto_rawDesc = []byte{ - 0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x65, 0x35, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0xff, 0x01, 0x0a, 0x13, 0x4c, 0x69, 0x66, 0x65, 0x41, 0x63, 0x68, 0x69, 0x65, 0x76, - 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x24, 0x0a, 0x0d, 0x61, 0x63, 0x68, - 0x69, 0x65, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x0d, 0x61, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, - 0x2a, 0x0a, 0x10, 0x61, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x54, 0x69, - 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x61, 0x63, 0x68, 0x69, 0x65, - 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x61, - 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x63, 0x6f, 0x6e, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x61, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x6d, 0x65, 0x6e, - 0x74, 0x49, 0x63, 0x6f, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x68, 0x61, 0x73, 0x50, 0x72, 0x61, 0x69, - 0x73, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x68, 0x61, 0x73, 0x50, 0x72, - 0x61, 0x69, 0x73, 0x65, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x72, 0x61, 0x69, 0x73, 0x65, 0x4e, - 0x75, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x70, 0x72, 0x61, 0x69, 0x73, 0x65, - 0x4e, 0x75, 0x6d, 0x12, 0x2e, 0x0a, 0x12, 0x61, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x6d, 0x65, - 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x12, 0x61, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x74, - 0x65, 0x6e, 0x74, 0x22, 0x97, 0x01, 0x0a, 0x0b, 0x44, 0x45, 0x35, 0x42, 0x52, 0x65, 0x71, 0x42, - 0x6f, 0x64, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x61, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, - 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x0d, 0x61, 0x63, - 0x68, 0x69, 0x65, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6d, - 0x61, 0x78, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x6d, - 0x61, 0x78, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x34, 0x0a, 0x15, 0x72, 0x65, 0x71, 0x41, 0x63, - 0x68, 0x69, 0x65, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x15, 0x72, 0x65, 0x71, 0x41, 0x63, 0x68, 0x69, 0x65, - 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x22, 0xa9, 0x01, - 0x0a, 0x0b, 0x44, 0x45, 0x35, 0x42, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x34, 0x0a, - 0x15, 0x61, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x54, 0x6f, 0x74, 0x61, - 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x15, 0x61, 0x63, - 0x68, 0x69, 0x65, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x43, 0x6f, - 0x75, 0x6e, 0x74, 0x12, 0x36, 0x0a, 0x0b, 0x6c, 0x69, 0x66, 0x65, 0x41, 0x63, 0x68, 0x49, 0x74, - 0x65, 0x6d, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x4c, 0x69, 0x66, 0x65, 0x41, - 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x0b, - 0x6c, 0x69, 0x66, 0x65, 0x41, 0x63, 0x68, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x2c, 0x0a, 0x11, 0x61, - 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x4f, 0x70, 0x65, 0x6e, 0x69, 0x64, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x61, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x6d, - 0x65, 0x6e, 0x74, 0x4f, 0x70, 0x65, 0x6e, 0x69, 0x64, 0x42, 0x09, 0x5a, 0x07, 0x2e, 0x2f, 0x3b, - 0x6f, 0x69, 0x64, 0x62, -} - -var ( - file_oidb0xe5b_proto_rawDescOnce sync.Once - file_oidb0xe5b_proto_rawDescData = file_oidb0xe5b_proto_rawDesc -) - -func file_oidb0xe5b_proto_rawDescGZIP() []byte { - file_oidb0xe5b_proto_rawDescOnce.Do(func() { - file_oidb0xe5b_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0xe5b_proto_rawDescData) - }) - return file_oidb0xe5b_proto_rawDescData -} - -var file_oidb0xe5b_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_oidb0xe5b_proto_goTypes = []interface{}{ - (*LifeAchievementItem)(nil), // 0: LifeAchievementItem - (*DE5BReqBody)(nil), // 1: DE5BReqBody - (*DE5BRspBody)(nil), // 2: DE5BRspBody -} -var file_oidb0xe5b_proto_depIdxs = []int32{ - 0, // 0: DE5BRspBody.lifeAchItem:type_name -> LifeAchievementItem - 1, // [1:1] is the sub-list for method output_type - 1, // [1:1] is the sub-list for method input_type - 1, // [1:1] is the sub-list for extension type_name - 1, // [1:1] is the sub-list for extension extendee - 0, // [0:1] is the sub-list for field type_name -} - -func init() { file_oidb0xe5b_proto_init() } -func file_oidb0xe5b_proto_init() { - if File_oidb0xe5b_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_oidb0xe5b_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LifeAchievementItem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xe5b_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DE5BReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xe5b_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DE5BRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_oidb0xe5b_proto_rawDesc, - NumEnums: 0, - NumMessages: 3, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_oidb0xe5b_proto_goTypes, - DependencyIndexes: file_oidb0xe5b_proto_depIdxs, - MessageInfos: file_oidb0xe5b_proto_msgTypes, - }.Build() - File_oidb0xe5b_proto = out.File - file_oidb0xe5b_proto_rawDesc = nil - file_oidb0xe5b_proto_goTypes = nil - file_oidb0xe5b_proto_depIdxs = nil -} diff --git a/client/pb/oidb/oidb0xeac.pb.go b/client/pb/oidb/oidb0xeac.pb.go index c80758aa..70e8a9b3 100644 --- a/client/pb/oidb/oidb0xeac.pb.go +++ b/client/pb/oidb/oidb0xeac.pb.go @@ -1,66 +1,12 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: oidb0xeac.proto package oidb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type EACReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` - Seq *uint32 `protobuf:"varint,2,opt,name=seq" json:"seq,omitempty"` - Random *uint32 `protobuf:"varint,3,opt,name=random" json:"random,omitempty"` -} - -func (x *EACReqBody) Reset() { - *x = EACReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xeac_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *EACReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*EACReqBody) ProtoMessage() {} - -func (x *EACReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xeac_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use EACReqBody.ProtoReflect.Descriptor instead. -func (*EACReqBody) Descriptor() ([]byte, []int) { - return file_oidb0xeac_proto_rawDescGZIP(), []int{0} + GroupCode *uint64 `protobuf:"varint,1,opt"` + Seq *uint32 `protobuf:"varint,2,opt"` + Random *uint32 `protobuf:"varint,3,opt"` } func (x *EACReqBody) GetGroupCode() uint64 { @@ -85,47 +31,11 @@ func (x *EACReqBody) GetRandom() uint32 { } type EACRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Wording *string `protobuf:"bytes,1,opt,name=wording" json:"wording,omitempty"` - DigestUin *uint64 `protobuf:"varint,2,opt,name=digestUin" json:"digestUin,omitempty"` - DigestTime *uint32 `protobuf:"varint,3,opt,name=digestTime" json:"digestTime,omitempty"` + Wording *string `protobuf:"bytes,1,opt"` + DigestUin *uint64 `protobuf:"varint,2,opt"` + DigestTime *uint32 `protobuf:"varint,3,opt"` //optional DigestMsg msg = 4; - ErrorCode *uint32 `protobuf:"varint,10,opt,name=errorCode" json:"errorCode,omitempty"` -} - -func (x *EACRspBody) Reset() { - *x = EACRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xeac_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *EACRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*EACRspBody) ProtoMessage() {} - -func (x *EACRspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xeac_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use EACRspBody.ProtoReflect.Descriptor instead. -func (*EACRspBody) Descriptor() ([]byte, []int) { - return file_oidb0xeac_proto_rawDescGZIP(), []int{1} + ErrorCode *uint32 `protobuf:"varint,10,opt"` } func (x *EACRspBody) GetWording() string { @@ -155,100 +65,3 @@ func (x *EACRspBody) GetErrorCode() uint32 { } return 0 } - -var File_oidb0xeac_proto protoreflect.FileDescriptor - -var file_oidb0xeac_proto_rawDesc = []byte{ - 0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x65, 0x61, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0x54, 0x0a, 0x0a, 0x45, 0x41, 0x43, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, - 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, - 0x03, 0x73, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x73, 0x65, 0x71, 0x12, - 0x16, 0x0a, 0x06, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x06, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x22, 0x82, 0x01, 0x0a, 0x0a, 0x45, 0x41, 0x43, 0x52, - 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x77, 0x6f, 0x72, 0x64, 0x69, 0x6e, - 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x77, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, - 0x12, 0x1c, 0x0a, 0x09, 0x64, 0x69, 0x67, 0x65, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x09, 0x64, 0x69, 0x67, 0x65, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x12, 0x1e, - 0x0a, 0x0a, 0x64, 0x69, 0x67, 0x65, 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0a, 0x64, 0x69, 0x67, 0x65, 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, - 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x42, 0x09, 0x5a, 0x07, - 0x2e, 0x2f, 0x3b, 0x6f, 0x69, 0x64, 0x62, -} - -var ( - file_oidb0xeac_proto_rawDescOnce sync.Once - file_oidb0xeac_proto_rawDescData = file_oidb0xeac_proto_rawDesc -) - -func file_oidb0xeac_proto_rawDescGZIP() []byte { - file_oidb0xeac_proto_rawDescOnce.Do(func() { - file_oidb0xeac_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0xeac_proto_rawDescData) - }) - return file_oidb0xeac_proto_rawDescData -} - -var file_oidb0xeac_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_oidb0xeac_proto_goTypes = []interface{}{ - (*EACReqBody)(nil), // 0: EACReqBody - (*EACRspBody)(nil), // 1: EACRspBody -} -var file_oidb0xeac_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name -} - -func init() { file_oidb0xeac_proto_init() } -func file_oidb0xeac_proto_init() { - if File_oidb0xeac_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_oidb0xeac_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*EACReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xeac_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*EACRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_oidb0xeac_proto_rawDesc, - NumEnums: 0, - NumMessages: 2, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_oidb0xeac_proto_goTypes, - DependencyIndexes: file_oidb0xeac_proto_depIdxs, - MessageInfos: file_oidb0xeac_proto_msgTypes, - }.Build() - File_oidb0xeac_proto = out.File - file_oidb0xeac_proto_rawDesc = nil - file_oidb0xeac_proto_goTypes = nil - file_oidb0xeac_proto_depIdxs = nil -} diff --git a/client/pb/oidb/oidb0xec4.pb.go b/client/pb/oidb/oidb0xec4.pb.go index 801a2cf8..48f88657 100644 --- a/client/pb/oidb/oidb0xec4.pb.go +++ b/client/pb/oidb/oidb0xec4.pb.go @@ -1,70 +1,16 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: oidb0xec4.proto package oidb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type Comment struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id *string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"` - Comment *string `protobuf:"bytes,2,opt,name=comment" json:"comment,omitempty"` - Time *uint64 `protobuf:"varint,3,opt,name=time" json:"time,omitempty"` - FromUin *uint64 `protobuf:"varint,4,opt,name=fromUin" json:"fromUin,omitempty"` - ToUin *uint64 `protobuf:"varint,5,opt,name=toUin" json:"toUin,omitempty"` - ReplyId *string `protobuf:"bytes,6,opt,name=replyId" json:"replyId,omitempty"` - FromNick *string `protobuf:"bytes,7,opt,name=fromNick" json:"fromNick,omitempty"` -} - -func (x *Comment) Reset() { - *x = Comment{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xec4_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Comment) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Comment) ProtoMessage() {} - -func (x *Comment) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xec4_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Comment.ProtoReflect.Descriptor instead. -func (*Comment) Descriptor() ([]byte, []int) { - return file_oidb0xec4_proto_rawDescGZIP(), []int{0} + Id *string `protobuf:"bytes,1,opt"` + Comment *string `protobuf:"bytes,2,opt"` + Time *uint64 `protobuf:"varint,3,opt"` + FromUin *uint64 `protobuf:"varint,4,opt"` + ToUin *uint64 `protobuf:"varint,5,opt"` + ReplyId *string `protobuf:"bytes,6,opt"` + FromNick *string `protobuf:"bytes,7,opt"` } func (x *Comment) GetId() string { @@ -117,46 +63,10 @@ func (x *Comment) GetFromNick() string { } type Praise struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FromUin *uint64 `protobuf:"varint,1,opt,name=fromUin" json:"fromUin,omitempty"` - ToUin *uint64 `protobuf:"varint,2,opt,name=toUin" json:"toUin,omitempty"` - Time *uint64 `protobuf:"varint,3,opt,name=time" json:"time,omitempty"` - FromNick *string `protobuf:"bytes,4,opt,name=fromNick" json:"fromNick,omitempty"` -} - -func (x *Praise) Reset() { - *x = Praise{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xec4_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Praise) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Praise) ProtoMessage() {} - -func (x *Praise) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xec4_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Praise.ProtoReflect.Descriptor instead. -func (*Praise) Descriptor() ([]byte, []int) { - return file_oidb0xec4_proto_rawDescGZIP(), []int{1} + FromUin *uint64 `protobuf:"varint,1,opt"` + ToUin *uint64 `protobuf:"varint,2,opt"` + Time *uint64 `protobuf:"varint,3,opt"` + FromNick *string `protobuf:"bytes,4,opt"` } func (x *Praise) GetFromUin() uint64 { @@ -188,59 +98,23 @@ func (x *Praise) GetFromNick() string { } type Quest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id *string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"` - Quest *string `protobuf:"bytes,2,opt,name=quest" json:"quest,omitempty"` - QuestUin *uint64 `protobuf:"varint,3,opt,name=questUin" json:"questUin,omitempty"` - Time *uint64 `protobuf:"varint,4,opt,name=time" json:"time,omitempty"` - Ans *string `protobuf:"bytes,5,opt,name=ans" json:"ans,omitempty"` - AnsTime *uint64 `protobuf:"varint,6,opt,name=ansTime" json:"ansTime,omitempty"` - Comment []*Comment `protobuf:"bytes,7,rep,name=comment" json:"comment,omitempty"` - Praise []*Praise `protobuf:"bytes,8,rep,name=praise" json:"praise,omitempty"` - PraiseNum *uint64 `protobuf:"varint,9,opt,name=praiseNum" json:"praiseNum,omitempty"` - LikeKey *string `protobuf:"bytes,10,opt,name=likeKey" json:"likeKey,omitempty"` - SystemId *uint64 `protobuf:"varint,11,opt,name=systemId" json:"systemId,omitempty"` - CommentNum *uint64 `protobuf:"varint,12,opt,name=commentNum" json:"commentNum,omitempty"` - ShowType *uint64 `protobuf:"varint,13,opt,name=showType" json:"showType,omitempty"` - ShowTimes *uint64 `protobuf:"varint,14,opt,name=showTimes" json:"showTimes,omitempty"` - BeenPraised *uint64 `protobuf:"varint,15,opt,name=beenPraised" json:"beenPraised,omitempty"` - QuestRead *bool `protobuf:"varint,16,opt,name=questRead" json:"questRead,omitempty"` - AnsShowType *uint64 `protobuf:"varint,17,opt,name=ansShowType" json:"ansShowType,omitempty"` -} - -func (x *Quest) Reset() { - *x = Quest{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xec4_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Quest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Quest) ProtoMessage() {} - -func (x *Quest) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xec4_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Quest.ProtoReflect.Descriptor instead. -func (*Quest) Descriptor() ([]byte, []int) { - return file_oidb0xec4_proto_rawDescGZIP(), []int{2} + Id *string `protobuf:"bytes,1,opt"` + Quest *string `protobuf:"bytes,2,opt"` + QuestUin *uint64 `protobuf:"varint,3,opt"` + Time *uint64 `protobuf:"varint,4,opt"` + Ans *string `protobuf:"bytes,5,opt"` + AnsTime *uint64 `protobuf:"varint,6,opt"` + Comment []*Comment `protobuf:"bytes,7,rep"` + Praise []*Praise `protobuf:"bytes,8,rep"` + PraiseNum *uint64 `protobuf:"varint,9,opt"` + LikeKey *string `protobuf:"bytes,10,opt"` + SystemId *uint64 `protobuf:"varint,11,opt"` + CommentNum *uint64 `protobuf:"varint,12,opt"` + ShowType *uint64 `protobuf:"varint,13,opt"` + ShowTimes *uint64 `protobuf:"varint,14,opt"` + BeenPraised *uint64 `protobuf:"varint,15,opt"` + QuestRead *bool `protobuf:"varint,16,opt"` + AnsShowType *uint64 `protobuf:"varint,17,opt"` } func (x *Quest) GetId() string { @@ -363,47 +237,11 @@ func (x *Quest) GetAnsShowType() uint64 { } type DEC4ReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *uint64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` - QuestNum *uint64 `protobuf:"varint,2,opt,name=questNum" json:"questNum,omitempty"` - CommentNum *uint64 `protobuf:"varint,3,opt,name=commentNum" json:"commentNum,omitempty"` - Cookie []byte `protobuf:"bytes,4,opt,name=cookie" json:"cookie,omitempty"` - FetchType *uint32 `protobuf:"varint,5,opt,name=fetchType" json:"fetchType,omitempty"` -} - -func (x *DEC4ReqBody) Reset() { - *x = DEC4ReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xec4_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DEC4ReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DEC4ReqBody) ProtoMessage() {} - -func (x *DEC4ReqBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xec4_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DEC4ReqBody.ProtoReflect.Descriptor instead. -func (*DEC4ReqBody) Descriptor() ([]byte, []int) { - return file_oidb0xec4_proto_rawDescGZIP(), []int{3} + Uin *uint64 `protobuf:"varint,1,opt"` + QuestNum *uint64 `protobuf:"varint,2,opt"` + CommentNum *uint64 `protobuf:"varint,3,opt"` + Cookie []byte `protobuf:"bytes,4,opt"` + FetchType *uint32 `protobuf:"varint,5,opt"` } func (x *DEC4ReqBody) GetUin() uint64 { @@ -442,48 +280,12 @@ func (x *DEC4ReqBody) GetFetchType() uint32 { } type DEC4RspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Quest []*Quest `protobuf:"bytes,1,rep,name=quest" json:"quest,omitempty"` - IsFetchOver *bool `protobuf:"varint,2,opt,name=isFetchOver" json:"isFetchOver,omitempty"` - TotalQuestNum *uint32 `protobuf:"varint,3,opt,name=totalQuestNum" json:"totalQuestNum,omitempty"` - Cookie []byte `protobuf:"bytes,4,opt,name=cookie" json:"cookie,omitempty"` - Ret *uint32 `protobuf:"varint,5,opt,name=ret" json:"ret,omitempty"` - AnsweredQuestNum *uint32 `protobuf:"varint,6,opt,name=answeredQuestNum" json:"answeredQuestNum,omitempty"` -} - -func (x *DEC4RspBody) Reset() { - *x = DEC4RspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_oidb0xec4_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DEC4RspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DEC4RspBody) ProtoMessage() {} - -func (x *DEC4RspBody) ProtoReflect() protoreflect.Message { - mi := &file_oidb0xec4_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DEC4RspBody.ProtoReflect.Descriptor instead. -func (*DEC4RspBody) Descriptor() ([]byte, []int) { - return file_oidb0xec4_proto_rawDescGZIP(), []int{4} + Quest []*Quest `protobuf:"bytes,1,rep"` + IsFetchOver *bool `protobuf:"varint,2,opt"` + TotalQuestNum *uint32 `protobuf:"varint,3,opt"` + Cookie []byte `protobuf:"bytes,4,opt"` + Ret *uint32 `protobuf:"varint,5,opt"` + AnsweredQuestNum *uint32 `protobuf:"varint,6,opt"` } func (x *DEC4RspBody) GetQuest() []*Quest { @@ -527,198 +329,3 @@ func (x *DEC4RspBody) GetAnsweredQuestNum() uint32 { } return 0 } - -var File_oidb0xec4_proto protoreflect.FileDescriptor - -var file_oidb0xec4_proto_rawDesc = []byte{ - 0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x65, 0x63, 0x34, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0xad, 0x01, 0x0a, 0x07, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x0e, 0x0a, - 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18, 0x0a, - 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, - 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x66, - 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x66, 0x72, - 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x72, - 0x65, 0x70, 0x6c, 0x79, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, - 0x70, 0x6c, 0x79, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x72, 0x6f, 0x6d, 0x4e, 0x69, 0x63, - 0x6b, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x72, 0x6f, 0x6d, 0x4e, 0x69, 0x63, - 0x6b, 0x22, 0x68, 0x0a, 0x06, 0x50, 0x72, 0x61, 0x69, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x66, - 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x66, 0x72, - 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x74, - 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x12, - 0x1a, 0x0a, 0x08, 0x66, 0x72, 0x6f, 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x08, 0x66, 0x72, 0x6f, 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x22, 0xde, 0x03, 0x0a, 0x05, - 0x51, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x61, - 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x61, 0x6e, 0x73, 0x12, 0x18, 0x0a, - 0x07, 0x61, 0x6e, 0x73, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, - 0x61, 0x6e, 0x73, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x22, 0x0a, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x65, - 0x6e, 0x74, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x65, - 0x6e, 0x74, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x1f, 0x0a, 0x06, 0x70, - 0x72, 0x61, 0x69, 0x73, 0x65, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x07, 0x2e, 0x50, 0x72, - 0x61, 0x69, 0x73, 0x65, 0x52, 0x06, 0x70, 0x72, 0x61, 0x69, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09, - 0x70, 0x72, 0x61, 0x69, 0x73, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x09, 0x70, 0x72, 0x61, 0x69, 0x73, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x69, - 0x6b, 0x65, 0x4b, 0x65, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6c, 0x69, 0x6b, - 0x65, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x64, - 0x18, 0x0b, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x64, - 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4e, 0x75, 0x6d, 0x18, 0x0c, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4e, 0x75, 0x6d, - 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x68, 0x6f, 0x77, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0d, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x08, 0x73, 0x68, 0x6f, 0x77, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, - 0x73, 0x68, 0x6f, 0x77, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x09, 0x73, 0x68, 0x6f, 0x77, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x62, 0x65, - 0x65, 0x6e, 0x50, 0x72, 0x61, 0x69, 0x73, 0x65, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x0b, 0x62, 0x65, 0x65, 0x6e, 0x50, 0x72, 0x61, 0x69, 0x73, 0x65, 0x64, 0x12, 0x1c, 0x0a, 0x09, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x65, 0x61, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x08, 0x52, - 0x09, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x65, 0x61, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x6e, - 0x73, 0x53, 0x68, 0x6f, 0x77, 0x54, 0x79, 0x70, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x0b, 0x61, 0x6e, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x54, 0x79, 0x70, 0x65, 0x22, 0x91, 0x01, 0x0a, - 0x0b, 0x44, 0x45, 0x43, 0x34, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x10, 0x0a, 0x03, - 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x1a, - 0x0a, 0x08, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x08, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4e, 0x75, 0x6d, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, - 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, - 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4e, 0x75, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x6f, - 0x6f, 0x6b, 0x69, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x63, 0x6f, 0x6f, 0x6b, - 0x69, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x65, 0x74, 0x63, 0x68, 0x54, 0x79, 0x70, 0x65, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x66, 0x65, 0x74, 0x63, 0x68, 0x54, 0x79, 0x70, 0x65, - 0x22, 0xc9, 0x01, 0x0a, 0x0b, 0x44, 0x45, 0x43, 0x34, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, - 0x12, 0x1c, 0x0a, 0x05, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x06, 0x2e, 0x51, 0x75, 0x65, 0x73, 0x74, 0x52, 0x05, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x20, - 0x0a, 0x0b, 0x69, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x4f, 0x76, 0x65, 0x72, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x08, 0x52, 0x0b, 0x69, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x4f, 0x76, 0x65, 0x72, - 0x12, 0x24, 0x0a, 0x0d, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x51, 0x75, 0x65, 0x73, 0x74, 0x4e, 0x75, - 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x51, 0x75, - 0x65, 0x73, 0x74, 0x4e, 0x75, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x6f, 0x6f, 0x6b, 0x69, 0x65, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x63, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x12, 0x10, - 0x0a, 0x03, 0x72, 0x65, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x72, 0x65, 0x74, - 0x12, 0x2a, 0x0a, 0x10, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x65, 0x64, 0x51, 0x75, 0x65, 0x73, - 0x74, 0x4e, 0x75, 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x61, 0x6e, 0x73, 0x77, - 0x65, 0x72, 0x65, 0x64, 0x51, 0x75, 0x65, 0x73, 0x74, 0x4e, 0x75, 0x6d, 0x42, 0x09, 0x5a, 0x07, - 0x2e, 0x2f, 0x3b, 0x6f, 0x69, 0x64, 0x62, -} - -var ( - file_oidb0xec4_proto_rawDescOnce sync.Once - file_oidb0xec4_proto_rawDescData = file_oidb0xec4_proto_rawDesc -) - -func file_oidb0xec4_proto_rawDescGZIP() []byte { - file_oidb0xec4_proto_rawDescOnce.Do(func() { - file_oidb0xec4_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0xec4_proto_rawDescData) - }) - return file_oidb0xec4_proto_rawDescData -} - -var file_oidb0xec4_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_oidb0xec4_proto_goTypes = []interface{}{ - (*Comment)(nil), // 0: Comment - (*Praise)(nil), // 1: Praise - (*Quest)(nil), // 2: Quest - (*DEC4ReqBody)(nil), // 3: DEC4ReqBody - (*DEC4RspBody)(nil), // 4: DEC4RspBody -} -var file_oidb0xec4_proto_depIdxs = []int32{ - 0, // 0: Quest.comment:type_name -> Comment - 1, // 1: Quest.praise:type_name -> Praise - 2, // 2: DEC4RspBody.quest:type_name -> Quest - 3, // [3:3] is the sub-list for method output_type - 3, // [3:3] is the sub-list for method input_type - 3, // [3:3] is the sub-list for extension type_name - 3, // [3:3] is the sub-list for extension extendee - 0, // [0:3] is the sub-list for field type_name -} - -func init() { file_oidb0xec4_proto_init() } -func file_oidb0xec4_proto_init() { - if File_oidb0xec4_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_oidb0xec4_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Comment); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xec4_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Praise); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xec4_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Quest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xec4_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DEC4ReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_oidb0xec4_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DEC4RspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_oidb0xec4_proto_rawDesc, - NumEnums: 0, - NumMessages: 5, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_oidb0xec4_proto_goTypes, - DependencyIndexes: file_oidb0xec4_proto_depIdxs, - MessageInfos: file_oidb0xec4_proto_msgTypes, - }.Build() - File_oidb0xec4_proto = out.File - file_oidb0xec4_proto_rawDesc = nil - file_oidb0xec4_proto_goTypes = nil - file_oidb0xec4_proto_depIdxs = nil -} diff --git a/client/pb/profilecard/accountsearch.pb.go b/client/pb/profilecard/accountsearch.pb.go index bd274ad5..5cd3c893 100644 --- a/client/pb/profilecard/accountsearch.pb.go +++ b/client/pb/profilecard/accountsearch.pb.go @@ -1,65 +1,11 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: accountsearch.proto package profilecard -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type Location struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Latitude *float64 `protobuf:"fixed64,1,opt,name=latitude" json:"latitude,omitempty"` - Longitude *float64 `protobuf:"fixed64,2,opt,name=longitude" json:"longitude,omitempty"` -} - -func (x *Location) Reset() { - *x = Location{} - if protoimpl.UnsafeEnabled { - mi := &file_accountsearch_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Location) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Location) ProtoMessage() {} - -func (x *Location) ProtoReflect() protoreflect.Message { - mi := &file_accountsearch_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Location.ProtoReflect.Descriptor instead. -func (*Location) Descriptor() ([]byte, []int) { - return file_accountsearch_proto_rawDescGZIP(), []int{0} + Latitude *float64 `protobuf:"fixed64,1,opt"` + Longitude *float64 `protobuf:"fixed64,2,opt"` } func (x *Location) GetLatitude() float64 { @@ -77,56 +23,20 @@ func (x *Location) GetLongitude() float64 { } type ResultItem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FeedId []byte `protobuf:"bytes,1,opt,name=feedId" json:"feedId,omitempty"` - Name []byte `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` - PicUrl []byte `protobuf:"bytes,3,opt,name=picUrl" json:"picUrl,omitempty"` - JmpUrl []byte `protobuf:"bytes,4,opt,name=jmpUrl" json:"jmpUrl,omitempty"` - FeedType []byte `protobuf:"bytes,5,opt,name=feedType" json:"feedType,omitempty"` - Summary []byte `protobuf:"bytes,6,opt,name=summary" json:"summary,omitempty"` - HasVideo []byte `protobuf:"bytes,7,opt,name=hasVideo" json:"hasVideo,omitempty"` - PhtotUpdate []byte `protobuf:"bytes,8,opt,name=phtotUpdate" json:"phtotUpdate,omitempty"` - Uin *uint64 `protobuf:"varint,9,opt,name=uin" json:"uin,omitempty"` - ResultId []byte `protobuf:"bytes,10,opt,name=resultId" json:"resultId,omitempty"` - Ftime *uint32 `protobuf:"varint,11,opt,name=ftime" json:"ftime,omitempty"` - NickName []byte `protobuf:"bytes,12,opt,name=nickName" json:"nickName,omitempty"` - PicUrlList [][]byte `protobuf:"bytes,13,rep,name=picUrlList" json:"picUrlList,omitempty"` - TotalPicNum *uint32 `protobuf:"varint,14,opt,name=totalPicNum" json:"totalPicNum,omitempty"` -} - -func (x *ResultItem) Reset() { - *x = ResultItem{} - if protoimpl.UnsafeEnabled { - mi := &file_accountsearch_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ResultItem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ResultItem) ProtoMessage() {} - -func (x *ResultItem) ProtoReflect() protoreflect.Message { - mi := &file_accountsearch_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ResultItem.ProtoReflect.Descriptor instead. -func (*ResultItem) Descriptor() ([]byte, []int) { - return file_accountsearch_proto_rawDescGZIP(), []int{1} + FeedId []byte `protobuf:"bytes,1,opt"` + Name []byte `protobuf:"bytes,2,opt"` + PicUrl []byte `protobuf:"bytes,3,opt"` + JmpUrl []byte `protobuf:"bytes,4,opt"` + FeedType []byte `protobuf:"bytes,5,opt"` + Summary []byte `protobuf:"bytes,6,opt"` + HasVideo []byte `protobuf:"bytes,7,opt"` + PhtotUpdate []byte `protobuf:"bytes,8,opt"` + Uin *uint64 `protobuf:"varint,9,opt"` + ResultId []byte `protobuf:"bytes,10,opt"` + Ftime *uint32 `protobuf:"varint,11,opt"` + NickName []byte `protobuf:"bytes,12,opt"` + PicUrlList [][]byte `protobuf:"bytes,13,rep"` + TotalPicNum *uint32 `protobuf:"varint,14,opt"` } func (x *ResultItem) GetFeedId() []byte { @@ -228,47 +138,11 @@ func (x *ResultItem) GetTotalPicNum() uint32 { } type Hotwordrecord struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Hotword *string `protobuf:"bytes,1,opt,name=hotword" json:"hotword,omitempty"` - HotwordType *uint32 `protobuf:"varint,2,opt,name=hotwordType" json:"hotwordType,omitempty"` - HotwordCoverUrl *string `protobuf:"bytes,3,opt,name=hotwordCoverUrl" json:"hotwordCoverUrl,omitempty"` - HotwordTitle *string `protobuf:"bytes,4,opt,name=hotwordTitle" json:"hotwordTitle,omitempty"` - HotwordDescription *string `protobuf:"bytes,5,opt,name=hotwordDescription" json:"hotwordDescription,omitempty"` -} - -func (x *Hotwordrecord) Reset() { - *x = Hotwordrecord{} - if protoimpl.UnsafeEnabled { - mi := &file_accountsearch_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Hotwordrecord) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Hotwordrecord) ProtoMessage() {} - -func (x *Hotwordrecord) ProtoReflect() protoreflect.Message { - mi := &file_accountsearch_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Hotwordrecord.ProtoReflect.Descriptor instead. -func (*Hotwordrecord) Descriptor() ([]byte, []int) { - return file_accountsearch_proto_rawDescGZIP(), []int{2} + Hotword *string `protobuf:"bytes,1,opt"` + HotwordType *uint32 `protobuf:"varint,2,opt"` + HotwordCoverUrl *string `protobuf:"bytes,3,opt"` + HotwordTitle *string `protobuf:"bytes,4,opt"` + HotwordDescription *string `protobuf:"bytes,5,opt"` } func (x *Hotwordrecord) GetHotword() string { @@ -307,77 +181,41 @@ func (x *Hotwordrecord) GetHotwordDescription() string { } type AccountSearchRecord struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *uint64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` - Code *uint64 `protobuf:"varint,2,opt,name=code" json:"code,omitempty"` - Source *uint32 `protobuf:"varint,3,opt,name=source" json:"source,omitempty"` - Name *string `protobuf:"bytes,4,opt,name=name" json:"name,omitempty"` - Sex *uint32 `protobuf:"varint,5,opt,name=sex" json:"sex,omitempty"` - Age *uint32 `protobuf:"varint,6,opt,name=age" json:"age,omitempty"` - Accout *string `protobuf:"bytes,7,opt,name=accout" json:"accout,omitempty"` - Brief *string `protobuf:"bytes,8,opt,name=brief" json:"brief,omitempty"` - Number *uint32 `protobuf:"varint,9,opt,name=number" json:"number,omitempty"` - Flag *uint64 `protobuf:"varint,10,opt,name=flag" json:"flag,omitempty"` - Relation *uint64 `protobuf:"varint,11,opt,name=relation" json:"relation,omitempty"` - Mobile *string `protobuf:"bytes,12,opt,name=mobile" json:"mobile,omitempty"` - Sign []byte `protobuf:"bytes,13,opt,name=sign" json:"sign,omitempty"` - Country *uint32 `protobuf:"varint,14,opt,name=country" json:"country,omitempty"` - Province *uint32 `protobuf:"varint,15,opt,name=province" json:"province,omitempty"` - City *uint32 `protobuf:"varint,16,opt,name=city" json:"city,omitempty"` - ClassIndex *uint32 `protobuf:"varint,17,opt,name=classIndex" json:"classIndex,omitempty"` - ClassName *string `protobuf:"bytes,18,opt,name=className" json:"className,omitempty"` - CountryName *string `protobuf:"bytes,19,opt,name=countryName" json:"countryName,omitempty"` - ProvinceName *string `protobuf:"bytes,20,opt,name=provinceName" json:"provinceName,omitempty"` - CityName *string `protobuf:"bytes,21,opt,name=cityName" json:"cityName,omitempty"` - AccountFlag *uint32 `protobuf:"varint,22,opt,name=accountFlag" json:"accountFlag,omitempty"` - TitleImage *string `protobuf:"bytes,23,opt,name=titleImage" json:"titleImage,omitempty"` - ArticleShortUrl *string `protobuf:"bytes,24,opt,name=articleShortUrl" json:"articleShortUrl,omitempty"` - ArticleCreateTime *string `protobuf:"bytes,25,opt,name=articleCreateTime" json:"articleCreateTime,omitempty"` - ArticleAuthor *string `protobuf:"bytes,26,opt,name=articleAuthor" json:"articleAuthor,omitempty"` - AccountId *uint64 `protobuf:"varint,27,opt,name=accountId" json:"accountId,omitempty"` + Uin *uint64 `protobuf:"varint,1,opt"` + Code *uint64 `protobuf:"varint,2,opt"` + Source *uint32 `protobuf:"varint,3,opt"` + Name *string `protobuf:"bytes,4,opt"` + Sex *uint32 `protobuf:"varint,5,opt"` + Age *uint32 `protobuf:"varint,6,opt"` + Accout *string `protobuf:"bytes,7,opt"` + Brief *string `protobuf:"bytes,8,opt"` + Number *uint32 `protobuf:"varint,9,opt"` + Flag *uint64 `protobuf:"varint,10,opt"` + Relation *uint64 `protobuf:"varint,11,opt"` + Mobile *string `protobuf:"bytes,12,opt"` + Sign []byte `protobuf:"bytes,13,opt"` + Country *uint32 `protobuf:"varint,14,opt"` + Province *uint32 `protobuf:"varint,15,opt"` + City *uint32 `protobuf:"varint,16,opt"` + ClassIndex *uint32 `protobuf:"varint,17,opt"` + ClassName *string `protobuf:"bytes,18,opt"` + CountryName *string `protobuf:"bytes,19,opt"` + ProvinceName *string `protobuf:"bytes,20,opt"` + CityName *string `protobuf:"bytes,21,opt"` + AccountFlag *uint32 `protobuf:"varint,22,opt"` + TitleImage *string `protobuf:"bytes,23,opt"` + ArticleShortUrl *string `protobuf:"bytes,24,opt"` + ArticleCreateTime *string `protobuf:"bytes,25,opt"` + ArticleAuthor *string `protobuf:"bytes,26,opt"` + AccountId *uint64 `protobuf:"varint,27,opt"` //repeated Label groupLabels = 30; - VideoAccount *uint32 `protobuf:"varint,31,opt,name=videoAccount" json:"videoAccount,omitempty"` - VideoArticle *uint32 `protobuf:"varint,32,opt,name=videoArticle" json:"videoArticle,omitempty"` - UinPrivilege *int32 `protobuf:"varint,33,opt,name=uinPrivilege" json:"uinPrivilege,omitempty"` - JoinGroupAuth []byte `protobuf:"bytes,34,opt,name=joinGroupAuth" json:"joinGroupAuth,omitempty"` - Token []byte `protobuf:"bytes,500,opt,name=token" json:"token,omitempty"` - Richflag1_59 *uint32 `protobuf:"varint,40603,opt,name=richflag1_59,json=richflag159" json:"richflag1_59,omitempty"` - Richflag4_409 *uint32 `protobuf:"varint,42409,opt,name=richflag4_409,json=richflag4409" json:"richflag4_409,omitempty"` -} - -func (x *AccountSearchRecord) Reset() { - *x = AccountSearchRecord{} - if protoimpl.UnsafeEnabled { - mi := &file_accountsearch_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AccountSearchRecord) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AccountSearchRecord) ProtoMessage() {} - -func (x *AccountSearchRecord) ProtoReflect() protoreflect.Message { - mi := &file_accountsearch_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AccountSearchRecord.ProtoReflect.Descriptor instead. -func (*AccountSearchRecord) Descriptor() ([]byte, []int) { - return file_accountsearch_proto_rawDescGZIP(), []int{3} + VideoAccount *uint32 `protobuf:"varint,31,opt"` + VideoArticle *uint32 `protobuf:"varint,32,opt"` + UinPrivilege *int32 `protobuf:"varint,33,opt"` + JoinGroupAuth []byte `protobuf:"bytes,34,opt"` + Token []byte `protobuf:"bytes,500,opt"` + Richflag1_59 *uint32 `protobuf:"varint,40603,opt"` + Richflag4_409 *uint32 `protobuf:"varint,42409,opt"` } func (x *AccountSearchRecord) GetUin() uint64 { @@ -619,57 +457,21 @@ func (x *AccountSearchRecord) GetRichflag4_409() uint32 { } type AccountSearch struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Start *int32 `protobuf:"varint,1,opt,name=start" json:"start,omitempty"` - Count *uint32 `protobuf:"varint,2,opt,name=count" json:"count,omitempty"` - End *uint32 `protobuf:"varint,3,opt,name=end" json:"end,omitempty"` - Keyword *string `protobuf:"bytes,4,opt,name=keyword" json:"keyword,omitempty"` - List []*AccountSearchRecord `protobuf:"bytes,5,rep,name=list" json:"list,omitempty"` - Highlight []string `protobuf:"bytes,6,rep,name=highlight" json:"highlight,omitempty"` - UserLocation *Location `protobuf:"bytes,10,opt,name=userLocation" json:"userLocation,omitempty"` - LocationGroup *bool `protobuf:"varint,11,opt,name=locationGroup" json:"locationGroup,omitempty"` - Filtertype *int32 `protobuf:"varint,12,opt,name=filtertype" json:"filtertype,omitempty"` + Start *int32 `protobuf:"varint,1,opt"` + Count *uint32 `protobuf:"varint,2,opt"` + End *uint32 `protobuf:"varint,3,opt"` + Keyword *string `protobuf:"bytes,4,opt"` + List []*AccountSearchRecord `protobuf:"bytes,5,rep"` + Highlight []string `protobuf:"bytes,6,rep"` + UserLocation *Location `protobuf:"bytes,10,opt"` + LocationGroup *bool `protobuf:"varint,11,opt"` + Filtertype *int32 `protobuf:"varint,12,opt"` //repeated C33304record recommendList = 13; - HotwordRecord *Hotwordrecord `protobuf:"bytes,14,opt,name=hotwordRecord" json:"hotwordRecord,omitempty"` - ArticleMoreUrl *string `protobuf:"bytes,15,opt,name=articleMoreUrl" json:"articleMoreUrl,omitempty"` - ResultItems []*ResultItem `protobuf:"bytes,16,rep,name=resultItems" json:"resultItems,omitempty"` - KeywordSuicide *bool `protobuf:"varint,17,opt,name=keywordSuicide" json:"keywordSuicide,omitempty"` - ExactSearch *bool `protobuf:"varint,18,opt,name=exactSearch" json:"exactSearch,omitempty"` -} - -func (x *AccountSearch) Reset() { - *x = AccountSearch{} - if protoimpl.UnsafeEnabled { - mi := &file_accountsearch_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AccountSearch) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AccountSearch) ProtoMessage() {} - -func (x *AccountSearch) ProtoReflect() protoreflect.Message { - mi := &file_accountsearch_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AccountSearch.ProtoReflect.Descriptor instead. -func (*AccountSearch) Descriptor() ([]byte, []int) { - return file_accountsearch_proto_rawDescGZIP(), []int{4} + HotwordRecord *Hotwordrecord `protobuf:"bytes,14,opt"` + ArticleMoreUrl *string `protobuf:"bytes,15,opt"` + ResultItems []*ResultItem `protobuf:"bytes,16,rep"` + KeywordSuicide *bool `protobuf:"varint,17,opt"` + ExactSearch *bool `protobuf:"varint,18,opt"` } func (x *AccountSearch) GetStart() int32 { @@ -769,266 +571,3 @@ func (x *AccountSearch) GetExactSearch() bool { } return false } - -var File_accountsearch_proto protoreflect.FileDescriptor - -var file_accountsearch_proto_rawDesc = []byte{ - 0x0a, 0x13, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x44, 0x0a, 0x08, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x01, 0x52, 0x08, 0x6c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65, 0x12, 0x1c, 0x0a, - 0x09, 0x6c, 0x6f, 0x6e, 0x67, 0x69, 0x74, 0x75, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, - 0x52, 0x09, 0x6c, 0x6f, 0x6e, 0x67, 0x69, 0x74, 0x75, 0x64, 0x65, 0x22, 0xfe, 0x02, 0x0a, 0x0a, - 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x65, - 0x65, 0x64, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x66, 0x65, 0x65, 0x64, - 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x69, 0x63, 0x55, 0x72, 0x6c, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x70, 0x69, 0x63, 0x55, 0x72, 0x6c, 0x12, 0x16, - 0x0a, 0x06, 0x6a, 0x6d, 0x70, 0x55, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, - 0x6a, 0x6d, 0x70, 0x55, 0x72, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x65, 0x65, 0x64, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x66, 0x65, 0x65, 0x64, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x07, 0x73, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x12, 0x1a, 0x0a, 0x08, - 0x68, 0x61, 0x73, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, - 0x68, 0x61, 0x73, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x68, 0x74, 0x6f, - 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x70, - 0x68, 0x74, 0x6f, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, - 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, - 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, - 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x74, 0x69, 0x6d, - 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x66, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x1a, - 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x69, - 0x63, 0x55, 0x72, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0a, - 0x70, 0x69, 0x63, 0x55, 0x72, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x6f, - 0x74, 0x61, 0x6c, 0x50, 0x69, 0x63, 0x4e, 0x75, 0x6d, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0b, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x50, 0x69, 0x63, 0x4e, 0x75, 0x6d, 0x22, 0xc9, 0x01, 0x0a, - 0x0d, 0x68, 0x6f, 0x74, 0x77, 0x6f, 0x72, 0x64, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x18, - 0x0a, 0x07, 0x68, 0x6f, 0x74, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x07, 0x68, 0x6f, 0x74, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x68, 0x6f, 0x74, 0x77, - 0x6f, 0x72, 0x64, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x68, - 0x6f, 0x74, 0x77, 0x6f, 0x72, 0x64, 0x54, 0x79, 0x70, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x68, 0x6f, - 0x74, 0x77, 0x6f, 0x72, 0x64, 0x43, 0x6f, 0x76, 0x65, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x0f, 0x68, 0x6f, 0x74, 0x77, 0x6f, 0x72, 0x64, 0x43, 0x6f, 0x76, 0x65, - 0x72, 0x55, 0x72, 0x6c, 0x12, 0x22, 0x0a, 0x0c, 0x68, 0x6f, 0x74, 0x77, 0x6f, 0x72, 0x64, 0x54, - 0x69, 0x74, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x68, 0x6f, 0x74, 0x77, - 0x6f, 0x72, 0x64, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x68, 0x6f, 0x74, 0x77, - 0x6f, 0x72, 0x64, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x68, 0x6f, 0x74, 0x77, 0x6f, 0x72, 0x64, 0x44, 0x65, 0x73, - 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xea, 0x07, 0x0a, 0x13, 0x41, 0x63, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, - 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x75, - 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x12, - 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, - 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x03, 0x73, 0x65, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x74, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x74, 0x12, 0x14, - 0x0a, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, - 0x72, 0x69, 0x65, 0x66, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x09, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, - 0x66, 0x6c, 0x61, 0x67, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x66, 0x6c, 0x61, 0x67, - 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x08, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, - 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6d, 0x6f, - 0x62, 0x69, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x18, 0x0d, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x75, 0x6e, - 0x74, 0x72, 0x79, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x72, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18, 0x0f, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12, 0x12, - 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x63, 0x69, - 0x74, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x49, 0x6e, 0x64, 0x65, 0x78, - 0x18, 0x11, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x18, - 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, - 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x18, - 0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x4e, 0x61, - 0x6d, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x4e, 0x61, - 0x6d, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, - 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x69, 0x74, 0x79, 0x4e, 0x61, - 0x6d, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x69, 0x74, 0x79, 0x4e, 0x61, - 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x46, 0x6c, 0x61, - 0x67, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x49, 0x6d, 0x61, - 0x67, 0x65, 0x18, 0x17, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x49, - 0x6d, 0x61, 0x67, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x61, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x53, - 0x68, 0x6f, 0x72, 0x74, 0x55, 0x72, 0x6c, 0x18, 0x18, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x61, - 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x55, 0x72, 0x6c, 0x12, 0x2c, - 0x0a, 0x11, 0x61, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, - 0x69, 0x6d, 0x65, 0x18, 0x19, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x61, 0x72, 0x74, 0x69, 0x63, - 0x6c, 0x65, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, - 0x61, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x18, 0x1a, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x41, 0x75, 0x74, 0x68, - 0x6f, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, - 0x1b, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, - 0x12, 0x22, 0x0a, 0x0c, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x41, 0x63, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x41, 0x72, 0x74, - 0x69, 0x63, 0x6c, 0x65, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x76, 0x69, 0x64, 0x65, - 0x6f, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x75, 0x69, 0x6e, 0x50, - 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x18, 0x21, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, - 0x75, 0x69, 0x6e, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x12, 0x24, 0x0a, 0x0d, - 0x6a, 0x6f, 0x69, 0x6e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x75, 0x74, 0x68, 0x18, 0x22, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x6a, 0x6f, 0x69, 0x6e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x75, - 0x74, 0x68, 0x12, 0x15, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0xf4, 0x03, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x23, 0x0a, 0x0c, 0x72, 0x69, 0x63, - 0x68, 0x66, 0x6c, 0x61, 0x67, 0x31, 0x5f, 0x35, 0x39, 0x18, 0x9b, 0xbd, 0x02, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x0b, 0x72, 0x69, 0x63, 0x68, 0x66, 0x6c, 0x61, 0x67, 0x31, 0x35, 0x39, 0x12, 0x25, - 0x0a, 0x0d, 0x72, 0x69, 0x63, 0x68, 0x66, 0x6c, 0x61, 0x67, 0x34, 0x5f, 0x34, 0x30, 0x39, 0x18, - 0xa9, 0xcb, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x72, 0x69, 0x63, 0x68, 0x66, 0x6c, 0x61, - 0x67, 0x34, 0x34, 0x30, 0x39, 0x22, 0xfb, 0x03, 0x0a, 0x0d, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, - 0x74, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x72, 0x74, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74, 0x61, 0x72, 0x74, 0x12, 0x14, 0x0a, - 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x65, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x03, 0x65, 0x6e, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x12, - 0x28, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, - 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x63, - 0x6f, 0x72, 0x64, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x68, 0x69, 0x67, - 0x68, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x68, 0x69, - 0x67, 0x68, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x12, 0x2d, 0x0a, 0x0c, 0x75, 0x73, 0x65, 0x72, 0x4c, - 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, - 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0c, 0x75, 0x73, 0x65, 0x72, 0x4c, 0x6f, - 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x6c, - 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1e, 0x0a, 0x0a, - 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x74, 0x79, 0x70, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x0a, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x74, 0x79, 0x70, 0x65, 0x12, 0x34, 0x0a, 0x0d, - 0x68, 0x6f, 0x74, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x18, 0x0e, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x68, 0x6f, 0x74, 0x77, 0x6f, 0x72, 0x64, 0x72, 0x65, 0x63, - 0x6f, 0x72, 0x64, 0x52, 0x0d, 0x68, 0x6f, 0x74, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x63, 0x6f, - 0x72, 0x64, 0x12, 0x26, 0x0a, 0x0e, 0x61, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x4d, 0x6f, 0x72, - 0x65, 0x55, 0x72, 0x6c, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x61, 0x72, 0x74, 0x69, - 0x63, 0x6c, 0x65, 0x4d, 0x6f, 0x72, 0x65, 0x55, 0x72, 0x6c, 0x12, 0x2d, 0x0a, 0x0b, 0x72, 0x65, - 0x73, 0x75, 0x6c, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x10, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x0b, 0x2e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x0b, 0x72, 0x65, - 0x73, 0x75, 0x6c, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x6b, 0x65, 0x79, - 0x77, 0x6f, 0x72, 0x64, 0x53, 0x75, 0x69, 0x63, 0x69, 0x64, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, - 0x08, 0x52, 0x0e, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x53, 0x75, 0x69, 0x63, 0x69, 0x64, - 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x65, 0x78, 0x61, 0x63, 0x74, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, - 0x18, 0x12, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x65, 0x78, 0x61, 0x63, 0x74, 0x53, 0x65, 0x61, - 0x72, 0x63, 0x68, 0x42, 0x10, 0x5a, 0x0e, 0x2e, 0x2f, 0x3b, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, - 0x65, 0x63, 0x61, 0x72, 0x64, -} - -var ( - file_accountsearch_proto_rawDescOnce sync.Once - file_accountsearch_proto_rawDescData = file_accountsearch_proto_rawDesc -) - -func file_accountsearch_proto_rawDescGZIP() []byte { - file_accountsearch_proto_rawDescOnce.Do(func() { - file_accountsearch_proto_rawDescData = protoimpl.X.CompressGZIP(file_accountsearch_proto_rawDescData) - }) - return file_accountsearch_proto_rawDescData -} - -var file_accountsearch_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_accountsearch_proto_goTypes = []interface{}{ - (*Location)(nil), // 0: Location - (*ResultItem)(nil), // 1: ResultItem - (*Hotwordrecord)(nil), // 2: hotwordrecord - (*AccountSearchRecord)(nil), // 3: AccountSearchRecord - (*AccountSearch)(nil), // 4: AccountSearch -} -var file_accountsearch_proto_depIdxs = []int32{ - 3, // 0: AccountSearch.list:type_name -> AccountSearchRecord - 0, // 1: AccountSearch.userLocation:type_name -> Location - 2, // 2: AccountSearch.hotwordRecord:type_name -> hotwordrecord - 1, // 3: AccountSearch.resultItems:type_name -> ResultItem - 4, // [4:4] is the sub-list for method output_type - 4, // [4:4] is the sub-list for method input_type - 4, // [4:4] is the sub-list for extension type_name - 4, // [4:4] is the sub-list for extension extendee - 0, // [0:4] is the sub-list for field type_name -} - -func init() { file_accountsearch_proto_init() } -func file_accountsearch_proto_init() { - if File_accountsearch_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_accountsearch_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Location); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_accountsearch_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ResultItem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_accountsearch_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Hotwordrecord); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_accountsearch_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AccountSearchRecord); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_accountsearch_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AccountSearch); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_accountsearch_proto_rawDesc, - NumEnums: 0, - NumMessages: 5, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_accountsearch_proto_goTypes, - DependencyIndexes: file_accountsearch_proto_depIdxs, - MessageInfos: file_accountsearch_proto_msgTypes, - }.Build() - File_accountsearch_proto = out.File - file_accountsearch_proto_rawDesc = nil - file_accountsearch_proto_goTypes = nil - file_accountsearch_proto_depIdxs = nil -} diff --git a/client/pb/profilecard/busi.pb.go b/client/pb/profilecard/busi.pb.go index 5c2a3c2f..32f9dcaa 100644 --- a/client/pb/profilecard/busi.pb.go +++ b/client/pb/profilecard/busi.pb.go @@ -1,66 +1,12 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: busi.proto package profilecard -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type BusiColor struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - R *int32 `protobuf:"varint,1,opt,name=r" json:"r,omitempty"` - G *int32 `protobuf:"varint,2,opt,name=g" json:"g,omitempty"` - B *int32 `protobuf:"varint,3,opt,name=b" json:"b,omitempty"` -} - -func (x *BusiColor) Reset() { - *x = BusiColor{} - if protoimpl.UnsafeEnabled { - mi := &file_busi_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BusiColor) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BusiColor) ProtoMessage() {} - -func (x *BusiColor) ProtoReflect() protoreflect.Message { - mi := &file_busi_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BusiColor.ProtoReflect.Descriptor instead. -func (*BusiColor) Descriptor() ([]byte, []int) { - return file_busi_proto_rawDescGZIP(), []int{0} + R *int32 `protobuf:"varint,1,opt"` + G *int32 `protobuf:"varint,2,opt"` + B *int32 `protobuf:"varint,3,opt"` } func (x *BusiColor) GetR() int32 { @@ -85,60 +31,24 @@ func (x *BusiColor) GetB() int32 { } type BusiComm struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Ver *int32 `protobuf:"varint,1,opt,name=ver" json:"ver,omitempty"` - Seq *int32 `protobuf:"varint,2,opt,name=seq" json:"seq,omitempty"` - Fromuin *int64 `protobuf:"varint,3,opt,name=fromuin" json:"fromuin,omitempty"` - Touin *int64 `protobuf:"varint,4,opt,name=touin" json:"touin,omitempty"` - Service *int32 `protobuf:"varint,5,opt,name=service" json:"service,omitempty"` - SessionType *int32 `protobuf:"varint,6,opt,name=sessionType" json:"sessionType,omitempty"` - SessionKey []byte `protobuf:"bytes,7,opt,name=sessionKey" json:"sessionKey,omitempty"` - ClientIp *int32 `protobuf:"varint,8,opt,name=clientIp" json:"clientIp,omitempty"` - Display *BusiUi `protobuf:"bytes,9,opt,name=display" json:"display,omitempty"` - Result *int32 `protobuf:"varint,10,opt,name=result" json:"result,omitempty"` - ErrMsg *string `protobuf:"bytes,11,opt,name=errMsg" json:"errMsg,omitempty"` - Platform *int32 `protobuf:"varint,12,opt,name=platform" json:"platform,omitempty"` - Qqver *string `protobuf:"bytes,13,opt,name=qqver" json:"qqver,omitempty"` - Build *int32 `protobuf:"varint,14,opt,name=build" json:"build,omitempty"` - MsgLoginSig *BusiLoginSig `protobuf:"bytes,15,opt,name=msgLoginSig" json:"msgLoginSig,omitempty"` - Version *int32 `protobuf:"varint,17,opt,name=version" json:"version,omitempty"` - MsgUinInfo *BusiUinInfo `protobuf:"bytes,18,opt,name=msgUinInfo" json:"msgUinInfo,omitempty"` - MsgRichDisplay *BusiRichUi `protobuf:"bytes,19,opt,name=msgRichDisplay" json:"msgRichDisplay,omitempty"` -} - -func (x *BusiComm) Reset() { - *x = BusiComm{} - if protoimpl.UnsafeEnabled { - mi := &file_busi_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BusiComm) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BusiComm) ProtoMessage() {} - -func (x *BusiComm) ProtoReflect() protoreflect.Message { - mi := &file_busi_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BusiComm.ProtoReflect.Descriptor instead. -func (*BusiComm) Descriptor() ([]byte, []int) { - return file_busi_proto_rawDescGZIP(), []int{1} + Ver *int32 `protobuf:"varint,1,opt"` + Seq *int32 `protobuf:"varint,2,opt"` + Fromuin *int64 `protobuf:"varint,3,opt"` + Touin *int64 `protobuf:"varint,4,opt"` + Service *int32 `protobuf:"varint,5,opt"` + SessionType *int32 `protobuf:"varint,6,opt"` + SessionKey []byte `protobuf:"bytes,7,opt"` + ClientIp *int32 `protobuf:"varint,8,opt"` + Display *BusiUi `protobuf:"bytes,9,opt"` + Result *int32 `protobuf:"varint,10,opt"` + ErrMsg *string `protobuf:"bytes,11,opt"` + Platform *int32 `protobuf:"varint,12,opt"` + Qqver *string `protobuf:"bytes,13,opt"` + Build *int32 `protobuf:"varint,14,opt"` + MsgLoginSig *BusiLoginSig `protobuf:"bytes,15,opt"` + Version *int32 `protobuf:"varint,17,opt"` + MsgUinInfo *BusiUinInfo `protobuf:"bytes,18,opt"` + MsgRichDisplay *BusiRichUi `protobuf:"bytes,19,opt"` } func (x *BusiComm) GetVer() int32 { @@ -268,45 +178,9 @@ func (x *BusiComm) GetMsgRichDisplay() *BusiRichUi { } type BusiCommonReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ServiceCmd *string `protobuf:"bytes,1,opt,name=serviceCmd" json:"serviceCmd,omitempty"` - VcReq *BusiVisitorCountReq `protobuf:"bytes,2,opt,name=vcReq" json:"vcReq,omitempty"` - HrReq *BusiHideRecordsReq `protobuf:"bytes,3,opt,name=hrReq" json:"hrReq,omitempty"` -} - -func (x *BusiCommonReq) Reset() { - *x = BusiCommonReq{} - if protoimpl.UnsafeEnabled { - mi := &file_busi_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BusiCommonReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BusiCommonReq) ProtoMessage() {} - -func (x *BusiCommonReq) ProtoReflect() protoreflect.Message { - mi := &file_busi_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BusiCommonReq.ProtoReflect.Descriptor instead. -func (*BusiCommonReq) Descriptor() ([]byte, []int) { - return file_busi_proto_rawDescGZIP(), []int{2} + ServiceCmd *string `protobuf:"bytes,1,opt"` + VcReq *BusiVisitorCountReq `protobuf:"bytes,2,opt"` + HrReq *BusiHideRecordsReq `protobuf:"bytes,3,opt"` } func (x *BusiCommonReq) GetServiceCmd() string { @@ -331,47 +205,11 @@ func (x *BusiCommonReq) GetHrReq() *BusiHideRecordsReq { } type BusiDetailRecord struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Fuin *int32 `protobuf:"varint,1,opt,name=fuin" json:"fuin,omitempty"` - Source *int32 `protobuf:"varint,2,opt,name=source" json:"source,omitempty"` - Vtime *int32 `protobuf:"varint,3,opt,name=vtime" json:"vtime,omitempty"` - Mod *int32 `protobuf:"varint,4,opt,name=mod" json:"mod,omitempty"` - HideFlag *int32 `protobuf:"varint,5,opt,name=hideFlag" json:"hideFlag,omitempty"` -} - -func (x *BusiDetailRecord) Reset() { - *x = BusiDetailRecord{} - if protoimpl.UnsafeEnabled { - mi := &file_busi_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BusiDetailRecord) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BusiDetailRecord) ProtoMessage() {} - -func (x *BusiDetailRecord) ProtoReflect() protoreflect.Message { - mi := &file_busi_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BusiDetailRecord.ProtoReflect.Descriptor instead. -func (*BusiDetailRecord) Descriptor() ([]byte, []int) { - return file_busi_proto_rawDescGZIP(), []int{3} + Fuin *int32 `protobuf:"varint,1,opt"` + Source *int32 `protobuf:"varint,2,opt"` + Vtime *int32 `protobuf:"varint,3,opt"` + Mod *int32 `protobuf:"varint,4,opt"` + HideFlag *int32 `protobuf:"varint,5,opt"` } func (x *BusiDetailRecord) GetFuin() int32 { @@ -410,45 +248,9 @@ func (x *BusiDetailRecord) GetHideFlag() int32 { } type BusiHideRecordsReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Huin *int32 `protobuf:"varint,1,opt,name=huin" json:"huin,omitempty"` - Fuin *int32 `protobuf:"varint,2,opt,name=fuin" json:"fuin,omitempty"` - Records []*BusiDetailRecord `protobuf:"bytes,3,rep,name=records" json:"records,omitempty"` -} - -func (x *BusiHideRecordsReq) Reset() { - *x = BusiHideRecordsReq{} - if protoimpl.UnsafeEnabled { - mi := &file_busi_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BusiHideRecordsReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BusiHideRecordsReq) ProtoMessage() {} - -func (x *BusiHideRecordsReq) ProtoReflect() protoreflect.Message { - mi := &file_busi_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BusiHideRecordsReq.ProtoReflect.Descriptor instead. -func (*BusiHideRecordsReq) Descriptor() ([]byte, []int) { - return file_busi_proto_rawDescGZIP(), []int{4} + Huin *int32 `protobuf:"varint,1,opt"` + Fuin *int32 `protobuf:"varint,2,opt"` + Records []*BusiDetailRecord `protobuf:"bytes,3,rep"` } func (x *BusiHideRecordsReq) GetHuin() int32 { @@ -473,48 +275,12 @@ func (x *BusiHideRecordsReq) GetRecords() []*BusiDetailRecord { } type BusiLabel struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Name []byte `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` - EnumType *int32 `protobuf:"varint,2,opt,name=enumType" json:"enumType,omitempty"` - TextColor *BusiColor `protobuf:"bytes,3,opt,name=textColor" json:"textColor,omitempty"` - EdgingColor *BusiColor `protobuf:"bytes,4,opt,name=edgingColor" json:"edgingColor,omitempty"` - LabelAttr *int32 `protobuf:"varint,5,opt,name=labelAttr" json:"labelAttr,omitempty"` - LabelType *int32 `protobuf:"varint,6,opt,name=labelType" json:"labelType,omitempty"` -} - -func (x *BusiLabel) Reset() { - *x = BusiLabel{} - if protoimpl.UnsafeEnabled { - mi := &file_busi_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BusiLabel) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BusiLabel) ProtoMessage() {} - -func (x *BusiLabel) ProtoReflect() protoreflect.Message { - mi := &file_busi_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BusiLabel.ProtoReflect.Descriptor instead. -func (*BusiLabel) Descriptor() ([]byte, []int) { - return file_busi_proto_rawDescGZIP(), []int{5} + Name []byte `protobuf:"bytes,1,opt"` + EnumType *int32 `protobuf:"varint,2,opt"` + TextColor *BusiColor `protobuf:"bytes,3,opt"` + EdgingColor *BusiColor `protobuf:"bytes,4,opt"` + LabelAttr *int32 `protobuf:"varint,5,opt"` + LabelType *int32 `protobuf:"varint,6,opt"` } func (x *BusiLabel) GetName() []byte { @@ -560,45 +326,9 @@ func (x *BusiLabel) GetLabelType() int32 { } type BusiLoginSig struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type *int32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"` - Sig []byte `protobuf:"bytes,2,opt,name=sig" json:"sig,omitempty"` - Appid *int32 `protobuf:"varint,3,opt,name=appid" json:"appid,omitempty"` -} - -func (x *BusiLoginSig) Reset() { - *x = BusiLoginSig{} - if protoimpl.UnsafeEnabled { - mi := &file_busi_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BusiLoginSig) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BusiLoginSig) ProtoMessage() {} - -func (x *BusiLoginSig) ProtoReflect() protoreflect.Message { - mi := &file_busi_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BusiLoginSig.ProtoReflect.Descriptor instead. -func (*BusiLoginSig) Descriptor() ([]byte, []int) { - return file_busi_proto_rawDescGZIP(), []int{6} + Type *int32 `protobuf:"varint,1,opt"` + Sig []byte `protobuf:"bytes,2,opt"` + Appid *int32 `protobuf:"varint,3,opt"` } func (x *BusiLoginSig) GetType() int32 { @@ -623,44 +353,8 @@ func (x *BusiLoginSig) GetAppid() int32 { } type BusiRichUi struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` - ServiceUrl *string `protobuf:"bytes,2,opt,name=serviceUrl" json:"serviceUrl,omitempty"` //repeated UiInfo uiList = 3; -} - -func (x *BusiRichUi) Reset() { - *x = BusiRichUi{} - if protoimpl.UnsafeEnabled { - mi := &file_busi_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BusiRichUi) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BusiRichUi) ProtoMessage() {} - -func (x *BusiRichUi) ProtoReflect() protoreflect.Message { - mi := &file_busi_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BusiRichUi.ProtoReflect.Descriptor instead. -func (*BusiRichUi) Descriptor() ([]byte, []int) { - return file_busi_proto_rawDescGZIP(), []int{7} + Name *string `protobuf:"bytes,1,opt"` + ServiceUrl *string `protobuf:"bytes,2,opt"` //repeated UiInfo uiList = 3; } func (x *BusiRichUi) GetName() string { @@ -678,46 +372,10 @@ func (x *BusiRichUi) GetServiceUrl() string { } type BusiUi struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Url *string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"` - Title *string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"` - Content *string `protobuf:"bytes,3,opt,name=content" json:"content,omitempty"` - JumpUrl *string `protobuf:"bytes,4,opt,name=jumpUrl" json:"jumpUrl,omitempty"` -} - -func (x *BusiUi) Reset() { - *x = BusiUi{} - if protoimpl.UnsafeEnabled { - mi := &file_busi_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BusiUi) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BusiUi) ProtoMessage() {} - -func (x *BusiUi) ProtoReflect() protoreflect.Message { - mi := &file_busi_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BusiUi.ProtoReflect.Descriptor instead. -func (*BusiUi) Descriptor() ([]byte, []int) { - return file_busi_proto_rawDescGZIP(), []int{8} + Url *string `protobuf:"bytes,1,opt"` + Title *string `protobuf:"bytes,2,opt"` + Content *string `protobuf:"bytes,3,opt"` + JumpUrl *string `protobuf:"bytes,4,opt"` } func (x *BusiUi) GetUrl() string { @@ -749,44 +407,8 @@ func (x *BusiUi) GetJumpUrl() string { } type BusiUinInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Int64Longitude *int64 `protobuf:"varint,1,opt,name=int64Longitude" json:"int64Longitude,omitempty"` - Int64Latitude *int64 `protobuf:"varint,2,opt,name=int64Latitude" json:"int64Latitude,omitempty"` -} - -func (x *BusiUinInfo) Reset() { - *x = BusiUinInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_busi_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BusiUinInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BusiUinInfo) ProtoMessage() {} - -func (x *BusiUinInfo) ProtoReflect() protoreflect.Message { - mi := &file_busi_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BusiUinInfo.ProtoReflect.Descriptor instead. -func (*BusiUinInfo) Descriptor() ([]byte, []int) { - return file_busi_proto_rawDescGZIP(), []int{9} + Int64Longitude *int64 `protobuf:"varint,1,opt"` + Int64Latitude *int64 `protobuf:"varint,2,opt"` } func (x *BusiUinInfo) GetInt64Longitude() int64 { @@ -804,46 +426,10 @@ func (x *BusiUinInfo) GetInt64Latitude() int64 { } type BusiVisitorCountReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Requireuin *int32 `protobuf:"varint,1,opt,name=requireuin" json:"requireuin,omitempty"` - Operuin *int32 `protobuf:"varint,2,opt,name=operuin" json:"operuin,omitempty"` - Mod *int32 `protobuf:"varint,3,opt,name=mod" json:"mod,omitempty"` - ReportFlag *int32 `protobuf:"varint,4,opt,name=reportFlag" json:"reportFlag,omitempty"` -} - -func (x *BusiVisitorCountReq) Reset() { - *x = BusiVisitorCountReq{} - if protoimpl.UnsafeEnabled { - mi := &file_busi_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BusiVisitorCountReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BusiVisitorCountReq) ProtoMessage() {} - -func (x *BusiVisitorCountReq) ProtoReflect() protoreflect.Message { - mi := &file_busi_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BusiVisitorCountReq.ProtoReflect.Descriptor instead. -func (*BusiVisitorCountReq) Descriptor() ([]byte, []int) { - return file_busi_proto_rawDescGZIP(), []int{10} + Requireuin *int32 `protobuf:"varint,1,opt"` + Operuin *int32 `protobuf:"varint,2,opt"` + Mod *int32 `protobuf:"varint,3,opt"` + ReportFlag *int32 `protobuf:"varint,4,opt"` } func (x *BusiVisitorCountReq) GetRequireuin() int32 { @@ -875,48 +461,12 @@ func (x *BusiVisitorCountReq) GetReportFlag() int32 { } type BusiVisitorCountRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Requireuin *int32 `protobuf:"varint,1,opt,name=requireuin" json:"requireuin,omitempty"` - TotalLike *int32 `protobuf:"varint,2,opt,name=totalLike" json:"totalLike,omitempty"` - TotalView *int32 `protobuf:"varint,3,opt,name=totalView" json:"totalView,omitempty"` - HotValue *int32 `protobuf:"varint,4,opt,name=hotValue" json:"hotValue,omitempty"` - RedValue *int32 `protobuf:"varint,5,opt,name=redValue" json:"redValue,omitempty"` - HotDiff *int32 `protobuf:"varint,6,opt,name=hotDiff" json:"hotDiff,omitempty"` -} - -func (x *BusiVisitorCountRsp) Reset() { - *x = BusiVisitorCountRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_busi_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BusiVisitorCountRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BusiVisitorCountRsp) ProtoMessage() {} - -func (x *BusiVisitorCountRsp) ProtoReflect() protoreflect.Message { - mi := &file_busi_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BusiVisitorCountRsp.ProtoReflect.Descriptor instead. -func (*BusiVisitorCountRsp) Descriptor() ([]byte, []int) { - return file_busi_proto_rawDescGZIP(), []int{11} + Requireuin *int32 `protobuf:"varint,1,opt"` + TotalLike *int32 `protobuf:"varint,2,opt"` + TotalView *int32 `protobuf:"varint,3,opt"` + HotValue *int32 `protobuf:"varint,4,opt"` + RedValue *int32 `protobuf:"varint,5,opt"` + HotDiff *int32 `protobuf:"varint,6,opt"` } func (x *BusiVisitorCountRsp) GetRequireuin() int32 { @@ -960,341 +510,3 @@ func (x *BusiVisitorCountRsp) GetHotDiff() int32 { } return 0 } - -var File_busi_proto protoreflect.FileDescriptor - -var file_busi_proto_rawDesc = []byte{ - 0x0a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x35, 0x0a, 0x09, - 0x42, 0x75, 0x73, 0x69, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x12, 0x0c, 0x0a, 0x01, 0x72, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x01, 0x72, 0x12, 0x0c, 0x0a, 0x01, 0x67, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x01, 0x67, 0x12, 0x0c, 0x0a, 0x01, 0x62, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x01, 0x62, 0x22, 0x9f, 0x04, 0x0a, 0x08, 0x42, 0x75, 0x73, 0x69, 0x43, 0x6f, 0x6d, 0x6d, - 0x12, 0x10, 0x0a, 0x03, 0x76, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x76, - 0x65, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x03, 0x73, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x75, 0x69, 0x6e, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x75, 0x69, 0x6e, 0x12, 0x14, - 0x0a, 0x05, 0x74, 0x6f, 0x75, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, - 0x6f, 0x75, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x20, - 0x0a, 0x0b, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x0b, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, - 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x4b, 0x65, 0x79, 0x18, 0x07, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x4b, 0x65, 0x79, - 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x18, 0x08, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x12, 0x21, 0x0a, 0x07, - 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x07, 0x2e, - 0x42, 0x75, 0x73, 0x69, 0x55, 0x69, 0x52, 0x07, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x12, - 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, - 0x67, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x12, - 0x1a, 0x0a, 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x0c, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x71, - 0x71, 0x76, 0x65, 0x72, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x71, 0x71, 0x76, 0x65, - 0x72, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x05, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x12, 0x2f, 0x0a, 0x0b, 0x6d, 0x73, 0x67, 0x4c, 0x6f, - 0x67, 0x69, 0x6e, 0x53, 0x69, 0x67, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x42, - 0x75, 0x73, 0x69, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x53, 0x69, 0x67, 0x52, 0x0b, 0x6d, 0x73, 0x67, - 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x53, 0x69, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, - 0x69, 0x6f, 0x6e, 0x18, 0x11, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, - 0x6f, 0x6e, 0x12, 0x2c, 0x0a, 0x0a, 0x6d, 0x73, 0x67, 0x55, 0x69, 0x6e, 0x49, 0x6e, 0x66, 0x6f, - 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x42, 0x75, 0x73, 0x69, 0x55, 0x69, 0x6e, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x6d, 0x73, 0x67, 0x55, 0x69, 0x6e, 0x49, 0x6e, 0x66, 0x6f, - 0x12, 0x33, 0x0a, 0x0e, 0x6d, 0x73, 0x67, 0x52, 0x69, 0x63, 0x68, 0x44, 0x69, 0x73, 0x70, 0x6c, - 0x61, 0x79, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x75, 0x73, 0x69, 0x52, - 0x69, 0x63, 0x68, 0x55, 0x69, 0x52, 0x0e, 0x6d, 0x73, 0x67, 0x52, 0x69, 0x63, 0x68, 0x44, 0x69, - 0x73, 0x70, 0x6c, 0x61, 0x79, 0x22, 0x86, 0x01, 0x0a, 0x0d, 0x42, 0x75, 0x73, 0x69, 0x43, 0x6f, - 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x43, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x72, - 0x76, 0x69, 0x63, 0x65, 0x43, 0x6d, 0x64, 0x12, 0x2a, 0x0a, 0x05, 0x76, 0x63, 0x52, 0x65, 0x71, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x42, 0x75, 0x73, 0x69, 0x56, 0x69, 0x73, - 0x69, 0x74, 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x52, 0x05, 0x76, 0x63, - 0x52, 0x65, 0x71, 0x12, 0x29, 0x0a, 0x05, 0x68, 0x72, 0x52, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x42, 0x75, 0x73, 0x69, 0x48, 0x69, 0x64, 0x65, 0x52, 0x65, 0x63, - 0x6f, 0x72, 0x64, 0x73, 0x52, 0x65, 0x71, 0x52, 0x05, 0x68, 0x72, 0x52, 0x65, 0x71, 0x22, 0x82, - 0x01, 0x0a, 0x10, 0x42, 0x75, 0x73, 0x69, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x63, - 0x6f, 0x72, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x04, 0x66, 0x75, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, - 0x14, 0x0a, 0x05, 0x76, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, - 0x76, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x6f, 0x64, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x03, 0x6d, 0x6f, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x68, 0x69, 0x64, 0x65, 0x46, - 0x6c, 0x61, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x68, 0x69, 0x64, 0x65, 0x46, - 0x6c, 0x61, 0x67, 0x22, 0x69, 0x0a, 0x12, 0x42, 0x75, 0x73, 0x69, 0x48, 0x69, 0x64, 0x65, 0x52, - 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x75, 0x69, - 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x68, 0x75, 0x69, 0x6e, 0x12, 0x12, 0x0a, - 0x04, 0x66, 0x75, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x66, 0x75, 0x69, - 0x6e, 0x12, 0x2b, 0x0a, 0x07, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x42, 0x75, 0x73, 0x69, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, - 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x07, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x22, 0xcf, - 0x01, 0x0a, 0x09, 0x42, 0x75, 0x73, 0x69, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x12, 0x12, 0x0a, 0x04, - 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, - 0x12, 0x1a, 0x0a, 0x08, 0x65, 0x6e, 0x75, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x08, 0x65, 0x6e, 0x75, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x12, 0x28, 0x0a, 0x09, - 0x74, 0x65, 0x78, 0x74, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x0a, 0x2e, 0x42, 0x75, 0x73, 0x69, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x52, 0x09, 0x74, 0x65, 0x78, - 0x74, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x12, 0x2c, 0x0a, 0x0b, 0x65, 0x64, 0x67, 0x69, 0x6e, 0x67, - 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x42, 0x75, - 0x73, 0x69, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x52, 0x0b, 0x65, 0x64, 0x67, 0x69, 0x6e, 0x67, 0x43, - 0x6f, 0x6c, 0x6f, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x41, 0x74, 0x74, - 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x41, 0x74, - 0x74, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, - 0x22, 0x4a, 0x0a, 0x0c, 0x42, 0x75, 0x73, 0x69, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x53, 0x69, 0x67, - 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, - 0x74, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x69, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x03, 0x73, 0x69, 0x67, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x22, 0x40, 0x0a, 0x0a, - 0x42, 0x75, 0x73, 0x69, 0x52, 0x69, 0x63, 0x68, 0x55, 0x69, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1e, - 0x0a, 0x0a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x55, 0x72, 0x6c, 0x22, 0x64, - 0x0a, 0x06, 0x42, 0x75, 0x73, 0x69, 0x55, 0x69, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, - 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, - 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x6a, 0x75, - 0x6d, 0x70, 0x55, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6a, 0x75, 0x6d, - 0x70, 0x55, 0x72, 0x6c, 0x22, 0x5b, 0x0a, 0x0b, 0x42, 0x75, 0x73, 0x69, 0x55, 0x69, 0x6e, 0x49, - 0x6e, 0x66, 0x6f, 0x12, 0x26, 0x0a, 0x0e, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x4c, 0x6f, 0x6e, 0x67, - 0x69, 0x74, 0x75, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x69, 0x6e, 0x74, - 0x36, 0x34, 0x4c, 0x6f, 0x6e, 0x67, 0x69, 0x74, 0x75, 0x64, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x69, - 0x6e, 0x74, 0x36, 0x34, 0x4c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x0d, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x4c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64, - 0x65, 0x22, 0x81, 0x01, 0x0a, 0x13, 0x42, 0x75, 0x73, 0x69, 0x56, 0x69, 0x73, 0x69, 0x74, 0x6f, - 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x71, - 0x75, 0x69, 0x72, 0x65, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, - 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x75, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x6f, 0x70, 0x65, - 0x72, 0x75, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6f, 0x70, 0x65, 0x72, - 0x75, 0x69, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x6f, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x03, 0x6d, 0x6f, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x46, - 0x6c, 0x61, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x65, 0x70, 0x6f, 0x72, - 0x74, 0x46, 0x6c, 0x61, 0x67, 0x22, 0xc3, 0x01, 0x0a, 0x13, 0x42, 0x75, 0x73, 0x69, 0x56, 0x69, - 0x73, 0x69, 0x74, 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x73, 0x70, 0x12, 0x1e, 0x0a, - 0x0a, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x75, 0x69, 0x6e, 0x12, 0x1c, 0x0a, - 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4c, 0x69, 0x6b, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4c, 0x69, 0x6b, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x74, - 0x6f, 0x74, 0x61, 0x6c, 0x56, 0x69, 0x65, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, - 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x56, 0x69, 0x65, 0x77, 0x12, 0x1a, 0x0a, 0x08, 0x68, 0x6f, 0x74, - 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x68, 0x6f, 0x74, - 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x64, 0x56, 0x61, 0x6c, 0x75, - 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x65, 0x64, 0x56, 0x61, 0x6c, 0x75, - 0x65, 0x12, 0x18, 0x0a, 0x07, 0x68, 0x6f, 0x74, 0x44, 0x69, 0x66, 0x66, 0x18, 0x06, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x07, 0x68, 0x6f, 0x74, 0x44, 0x69, 0x66, 0x66, 0x42, 0x10, 0x5a, 0x0e, 0x2e, - 0x2f, 0x3b, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x63, 0x61, 0x72, 0x64, -} - -var ( - file_busi_proto_rawDescOnce sync.Once - file_busi_proto_rawDescData = file_busi_proto_rawDesc -) - -func file_busi_proto_rawDescGZIP() []byte { - file_busi_proto_rawDescOnce.Do(func() { - file_busi_proto_rawDescData = protoimpl.X.CompressGZIP(file_busi_proto_rawDescData) - }) - return file_busi_proto_rawDescData -} - -var file_busi_proto_msgTypes = make([]protoimpl.MessageInfo, 12) -var file_busi_proto_goTypes = []interface{}{ - (*BusiColor)(nil), // 0: BusiColor - (*BusiComm)(nil), // 1: BusiComm - (*BusiCommonReq)(nil), // 2: BusiCommonReq - (*BusiDetailRecord)(nil), // 3: BusiDetailRecord - (*BusiHideRecordsReq)(nil), // 4: BusiHideRecordsReq - (*BusiLabel)(nil), // 5: BusiLabel - (*BusiLoginSig)(nil), // 6: BusiLoginSig - (*BusiRichUi)(nil), // 7: BusiRichUi - (*BusiUi)(nil), // 8: BusiUi - (*BusiUinInfo)(nil), // 9: BusiUinInfo - (*BusiVisitorCountReq)(nil), // 10: BusiVisitorCountReq - (*BusiVisitorCountRsp)(nil), // 11: BusiVisitorCountRsp -} -var file_busi_proto_depIdxs = []int32{ - 8, // 0: BusiComm.display:type_name -> BusiUi - 6, // 1: BusiComm.msgLoginSig:type_name -> BusiLoginSig - 9, // 2: BusiComm.msgUinInfo:type_name -> BusiUinInfo - 7, // 3: BusiComm.msgRichDisplay:type_name -> BusiRichUi - 10, // 4: BusiCommonReq.vcReq:type_name -> BusiVisitorCountReq - 4, // 5: BusiCommonReq.hrReq:type_name -> BusiHideRecordsReq - 3, // 6: BusiHideRecordsReq.records:type_name -> BusiDetailRecord - 0, // 7: BusiLabel.textColor:type_name -> BusiColor - 0, // 8: BusiLabel.edgingColor:type_name -> BusiColor - 9, // [9:9] is the sub-list for method output_type - 9, // [9:9] is the sub-list for method input_type - 9, // [9:9] is the sub-list for extension type_name - 9, // [9:9] is the sub-list for extension extendee - 0, // [0:9] is the sub-list for field type_name -} - -func init() { file_busi_proto_init() } -func file_busi_proto_init() { - if File_busi_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_busi_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BusiColor); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_busi_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BusiComm); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_busi_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BusiCommonReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_busi_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BusiDetailRecord); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_busi_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BusiHideRecordsReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_busi_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BusiLabel); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_busi_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BusiLoginSig); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_busi_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BusiRichUi); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_busi_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BusiUi); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_busi_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BusiUinInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_busi_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BusiVisitorCountReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_busi_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BusiVisitorCountRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_busi_proto_rawDesc, - NumEnums: 0, - NumMessages: 12, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_busi_proto_goTypes, - DependencyIndexes: file_busi_proto_depIdxs, - MessageInfos: file_busi_proto_msgTypes, - }.Build() - File_busi_proto = out.File - file_busi_proto_rawDesc = nil - file_busi_proto_goTypes = nil - file_busi_proto_depIdxs = nil -} diff --git a/client/pb/profilecard/gate.pb.go b/client/pb/profilecard/gate.pb.go index 4b4e6051..cba232cf 100644 --- a/client/pb/profilecard/gate.pb.go +++ b/client/pb/profilecard/gate.pb.go @@ -1,65 +1,11 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: gate.proto package profilecard -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type GateCommTaskInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Appid *int32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"` - TaskData []byte `protobuf:"bytes,2,opt,name=taskData" json:"taskData,omitempty"` -} - -func (x *GateCommTaskInfo) Reset() { - *x = GateCommTaskInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_gate_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GateCommTaskInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GateCommTaskInfo) ProtoMessage() {} - -func (x *GateCommTaskInfo) ProtoReflect() protoreflect.Message { - mi := &file_gate_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GateCommTaskInfo.ProtoReflect.Descriptor instead. -func (*GateCommTaskInfo) Descriptor() ([]byte, []int) { - return file_gate_proto_rawDescGZIP(), []int{0} + Appid *int32 `protobuf:"varint,1,opt"` + TaskData []byte `protobuf:"bytes,2,opt"` } func (x *GateCommTaskInfo) GetAppid() int32 { @@ -77,43 +23,7 @@ func (x *GateCommTaskInfo) GetTaskData() []byte { } type GateGetGiftListReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *int32 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` -} - -func (x *GateGetGiftListReq) Reset() { - *x = GateGetGiftListReq{} - if protoimpl.UnsafeEnabled { - mi := &file_gate_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GateGetGiftListReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GateGetGiftListReq) ProtoMessage() {} - -func (x *GateGetGiftListReq) ProtoReflect() protoreflect.Message { - mi := &file_gate_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GateGetGiftListReq.ProtoReflect.Descriptor instead. -func (*GateGetGiftListReq) Descriptor() ([]byte, []int) { - return file_gate_proto_rawDescGZIP(), []int{1} + Uin *int32 `protobuf:"varint,1,opt"` } func (x *GateGetGiftListReq) GetUin() int32 { @@ -124,46 +34,10 @@ func (x *GateGetGiftListReq) GetUin() int32 { } type GateGetGiftListRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GiftUrl []string `protobuf:"bytes,1,rep,name=giftUrl" json:"giftUrl,omitempty"` - CustomUrl *string `protobuf:"bytes,2,opt,name=customUrl" json:"customUrl,omitempty"` - Desc *string `protobuf:"bytes,3,opt,name=desc" json:"desc,omitempty"` - IsOn *bool `protobuf:"varint,4,opt,name=isOn" json:"isOn,omitempty"` -} - -func (x *GateGetGiftListRsp) Reset() { - *x = GateGetGiftListRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_gate_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GateGetGiftListRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GateGetGiftListRsp) ProtoMessage() {} - -func (x *GateGetGiftListRsp) ProtoReflect() protoreflect.Message { - mi := &file_gate_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GateGetGiftListRsp.ProtoReflect.Descriptor instead. -func (*GateGetGiftListRsp) Descriptor() ([]byte, []int) { - return file_gate_proto_rawDescGZIP(), []int{2} + GiftUrl []string `protobuf:"bytes,1,rep"` + CustomUrl *string `protobuf:"bytes,2,opt"` + Desc *string `protobuf:"bytes,3,opt"` + IsOn *bool `protobuf:"varint,4,opt"` } func (x *GateGetGiftListRsp) GetGiftUrl() []string { @@ -195,43 +69,7 @@ func (x *GateGetGiftListRsp) GetIsOn() bool { } type GateGetVipCareReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uin *int64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"` -} - -func (x *GateGetVipCareReq) Reset() { - *x = GateGetVipCareReq{} - if protoimpl.UnsafeEnabled { - mi := &file_gate_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GateGetVipCareReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GateGetVipCareReq) ProtoMessage() {} - -func (x *GateGetVipCareReq) ProtoReflect() protoreflect.Message { - mi := &file_gate_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GateGetVipCareReq.ProtoReflect.Descriptor instead. -func (*GateGetVipCareReq) Descriptor() ([]byte, []int) { - return file_gate_proto_rawDescGZIP(), []int{3} + Uin *int64 `protobuf:"varint,1,opt"` } func (x *GateGetVipCareReq) GetUin() int64 { @@ -242,44 +80,8 @@ func (x *GateGetVipCareReq) GetUin() int64 { } type GateGetVipCareRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Buss *int32 `protobuf:"varint,1,opt,name=buss" json:"buss,omitempty"` - Notice *int32 `protobuf:"varint,2,opt,name=notice" json:"notice,omitempty"` -} - -func (x *GateGetVipCareRsp) Reset() { - *x = GateGetVipCareRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_gate_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GateGetVipCareRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GateGetVipCareRsp) ProtoMessage() {} - -func (x *GateGetVipCareRsp) ProtoReflect() protoreflect.Message { - mi := &file_gate_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GateGetVipCareRsp.ProtoReflect.Descriptor instead. -func (*GateGetVipCareRsp) Descriptor() ([]byte, []int) { - return file_gate_proto_rawDescGZIP(), []int{4} + Buss *int32 `protobuf:"varint,1,opt"` + Notice *int32 `protobuf:"varint,2,opt"` } func (x *GateGetVipCareRsp) GetBuss() int32 { @@ -297,44 +99,8 @@ func (x *GateGetVipCareRsp) GetNotice() int32 { } type GateOidbFlagInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Fieled *int32 `protobuf:"varint,1,opt,name=fieled" json:"fieled,omitempty"` - ByetsValue []byte `protobuf:"bytes,2,opt,name=byetsValue" json:"byetsValue,omitempty"` -} - -func (x *GateOidbFlagInfo) Reset() { - *x = GateOidbFlagInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_gate_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GateOidbFlagInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GateOidbFlagInfo) ProtoMessage() {} - -func (x *GateOidbFlagInfo) ProtoReflect() protoreflect.Message { - mi := &file_gate_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GateOidbFlagInfo.ProtoReflect.Descriptor instead. -func (*GateOidbFlagInfo) Descriptor() ([]byte, []int) { - return file_gate_proto_rawDescGZIP(), []int{5} + Fieled *int32 `protobuf:"varint,1,opt"` + ByetsValue []byte `protobuf:"bytes,2,opt"` } func (x *GateOidbFlagInfo) GetFieled() int32 { @@ -352,43 +118,7 @@ func (x *GateOidbFlagInfo) GetByetsValue() []byte { } type GatePrivilegeBaseInfoReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - UReqUin *int64 `protobuf:"varint,1,opt,name=uReqUin" json:"uReqUin,omitempty"` -} - -func (x *GatePrivilegeBaseInfoReq) Reset() { - *x = GatePrivilegeBaseInfoReq{} - if protoimpl.UnsafeEnabled { - mi := &file_gate_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GatePrivilegeBaseInfoReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GatePrivilegeBaseInfoReq) ProtoMessage() {} - -func (x *GatePrivilegeBaseInfoReq) ProtoReflect() protoreflect.Message { - mi := &file_gate_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GatePrivilegeBaseInfoReq.ProtoReflect.Descriptor instead. -func (*GatePrivilegeBaseInfoReq) Descriptor() ([]byte, []int) { - return file_gate_proto_rawDescGZIP(), []int{6} + UReqUin *int64 `protobuf:"varint,1,opt"` } func (x *GatePrivilegeBaseInfoReq) GetUReqUin() int64 { @@ -399,47 +129,11 @@ func (x *GatePrivilegeBaseInfoReq) GetUReqUin() int64 { } type GatePrivilegeBaseInfoRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Msg []byte `protobuf:"bytes,1,opt,name=msg" json:"msg,omitempty"` - JumpUrl []byte `protobuf:"bytes,2,opt,name=jumpUrl" json:"jumpUrl,omitempty"` - VOpenPriv []*GatePrivilegeInfo `protobuf:"bytes,3,rep,name=vOpenPriv" json:"vOpenPriv,omitempty"` - VClosePriv []*GatePrivilegeInfo `protobuf:"bytes,4,rep,name=vClosePriv" json:"vClosePriv,omitempty"` - UIsGrayUsr *int32 `protobuf:"varint,5,opt,name=uIsGrayUsr" json:"uIsGrayUsr,omitempty"` -} - -func (x *GatePrivilegeBaseInfoRsp) Reset() { - *x = GatePrivilegeBaseInfoRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_gate_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GatePrivilegeBaseInfoRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GatePrivilegeBaseInfoRsp) ProtoMessage() {} - -func (x *GatePrivilegeBaseInfoRsp) ProtoReflect() protoreflect.Message { - mi := &file_gate_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GatePrivilegeBaseInfoRsp.ProtoReflect.Descriptor instead. -func (*GatePrivilegeBaseInfoRsp) Descriptor() ([]byte, []int) { - return file_gate_proto_rawDescGZIP(), []int{7} + Msg []byte `protobuf:"bytes,1,opt"` + JumpUrl []byte `protobuf:"bytes,2,opt"` + VOpenPriv []*GatePrivilegeInfo `protobuf:"bytes,3,rep"` + VClosePriv []*GatePrivilegeInfo `protobuf:"bytes,4,rep"` + UIsGrayUsr *int32 `protobuf:"varint,5,opt"` } func (x *GatePrivilegeBaseInfoRsp) GetMsg() []byte { @@ -478,51 +172,15 @@ func (x *GatePrivilegeBaseInfoRsp) GetUIsGrayUsr() int32 { } type GatePrivilegeInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - IType *int32 `protobuf:"varint,1,opt,name=iType" json:"iType,omitempty"` - ISort *int32 `protobuf:"varint,2,opt,name=iSort" json:"iSort,omitempty"` - IFeeType *int32 `protobuf:"varint,3,opt,name=iFeeType" json:"iFeeType,omitempty"` - ILevel *int32 `protobuf:"varint,4,opt,name=iLevel" json:"iLevel,omitempty"` - IFlag *int32 `protobuf:"varint,5,opt,name=iFlag" json:"iFlag,omitempty"` - IconUrl []byte `protobuf:"bytes,6,opt,name=iconUrl" json:"iconUrl,omitempty"` - DeluxeIconUrl []byte `protobuf:"bytes,7,opt,name=deluxeIconUrl" json:"deluxeIconUrl,omitempty"` - JumpUrl []byte `protobuf:"bytes,8,opt,name=jumpUrl" json:"jumpUrl,omitempty"` - IIsBig *int32 `protobuf:"varint,9,opt,name=iIsBig" json:"iIsBig,omitempty"` -} - -func (x *GatePrivilegeInfo) Reset() { - *x = GatePrivilegeInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_gate_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GatePrivilegeInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GatePrivilegeInfo) ProtoMessage() {} - -func (x *GatePrivilegeInfo) ProtoReflect() protoreflect.Message { - mi := &file_gate_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GatePrivilegeInfo.ProtoReflect.Descriptor instead. -func (*GatePrivilegeInfo) Descriptor() ([]byte, []int) { - return file_gate_proto_rawDescGZIP(), []int{8} + IType *int32 `protobuf:"varint,1,opt"` + ISort *int32 `protobuf:"varint,2,opt"` + IFeeType *int32 `protobuf:"varint,3,opt"` + ILevel *int32 `protobuf:"varint,4,opt"` + IFlag *int32 `protobuf:"varint,5,opt"` + IconUrl []byte `protobuf:"bytes,6,opt"` + DeluxeIconUrl []byte `protobuf:"bytes,7,opt"` + JumpUrl []byte `protobuf:"bytes,8,opt"` + IIsBig *int32 `protobuf:"varint,9,opt"` } func (x *GatePrivilegeInfo) GetIType() int32 { @@ -589,48 +247,12 @@ func (x *GatePrivilegeInfo) GetIIsBig() int32 { } type GateVaProfileGateReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - UCmd *int32 `protobuf:"varint,1,opt,name=uCmd" json:"uCmd,omitempty"` - StPrivilegeReq *GatePrivilegeBaseInfoReq `protobuf:"bytes,2,opt,name=stPrivilegeReq" json:"stPrivilegeReq,omitempty"` - StGiftReq *GateGetGiftListReq `protobuf:"bytes,3,opt,name=stGiftReq" json:"stGiftReq,omitempty"` - TaskItem []*GateCommTaskInfo `protobuf:"bytes,4,rep,name=taskItem" json:"taskItem,omitempty"` - OidbFlag []*GateOidbFlagInfo `protobuf:"bytes,5,rep,name=oidbFlag" json:"oidbFlag,omitempty"` - StVipCare *GateGetVipCareReq `protobuf:"bytes,6,opt,name=stVipCare" json:"stVipCare,omitempty"` -} - -func (x *GateVaProfileGateReq) Reset() { - *x = GateVaProfileGateReq{} - if protoimpl.UnsafeEnabled { - mi := &file_gate_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GateVaProfileGateReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GateVaProfileGateReq) ProtoMessage() {} - -func (x *GateVaProfileGateReq) ProtoReflect() protoreflect.Message { - mi := &file_gate_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GateVaProfileGateReq.ProtoReflect.Descriptor instead. -func (*GateVaProfileGateReq) Descriptor() ([]byte, []int) { - return file_gate_proto_rawDescGZIP(), []int{9} + UCmd *int32 `protobuf:"varint,1,opt"` + StPrivilegeReq *GatePrivilegeBaseInfoReq `protobuf:"bytes,2,opt"` + StGiftReq *GateGetGiftListReq `protobuf:"bytes,3,opt"` + TaskItem []*GateCommTaskInfo `protobuf:"bytes,4,rep"` + OidbFlag []*GateOidbFlagInfo `protobuf:"bytes,5,rep"` + StVipCare *GateGetVipCareReq `protobuf:"bytes,6,opt"` } func (x *GateVaProfileGateReq) GetUCmd() int32 { @@ -676,46 +298,10 @@ func (x *GateVaProfileGateReq) GetStVipCare() *GateGetVipCareReq { } type GateQidInfoItem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Qid *string `protobuf:"bytes,1,opt,name=qid" json:"qid,omitempty"` - Url *string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"` - Color *string `protobuf:"bytes,3,opt,name=color" json:"color,omitempty"` - LogoUrl *string `protobuf:"bytes,4,opt,name=logoUrl" json:"logoUrl,omitempty"` -} - -func (x *GateQidInfoItem) Reset() { - *x = GateQidInfoItem{} - if protoimpl.UnsafeEnabled { - mi := &file_gate_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GateQidInfoItem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GateQidInfoItem) ProtoMessage() {} - -func (x *GateQidInfoItem) ProtoReflect() protoreflect.Message { - mi := &file_gate_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GateQidInfoItem.ProtoReflect.Descriptor instead. -func (*GateQidInfoItem) Descriptor() ([]byte, []int) { - return file_gate_proto_rawDescGZIP(), []int{10} + Qid *string `protobuf:"bytes,1,opt"` + Url *string `protobuf:"bytes,2,opt"` + Color *string `protobuf:"bytes,3,opt"` + LogoUrl *string `protobuf:"bytes,4,opt"` } func (x *GateQidInfoItem) GetQid() string { @@ -747,50 +333,14 @@ func (x *GateQidInfoItem) GetLogoUrl() string { } type GateVaProfileGateRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - IRetCode *int32 `protobuf:"varint,1,opt,name=iRetCode" json:"iRetCode,omitempty"` - SRetMsg []byte `protobuf:"bytes,2,opt,name=sRetMsg" json:"sRetMsg,omitempty"` - StPrivilegeRsp *GatePrivilegeBaseInfoRsp `protobuf:"bytes,3,opt,name=stPrivilegeRsp" json:"stPrivilegeRsp,omitempty"` - StGiftRsp *GateGetGiftListRsp `protobuf:"bytes,4,opt,name=stGiftRsp" json:"stGiftRsp,omitempty"` - TaskItem []*GateCommTaskInfo `protobuf:"bytes,5,rep,name=taskItem" json:"taskItem,omitempty"` - OidbFlag []*GateOidbFlagInfo `protobuf:"bytes,6,rep,name=oidbFlag" json:"oidbFlag,omitempty"` - StVipCare *GateGetVipCareRsp `protobuf:"bytes,7,opt,name=stVipCare" json:"stVipCare,omitempty"` - QidInfo *GateQidInfoItem `protobuf:"bytes,9,opt,name=qidInfo" json:"qidInfo,omitempty"` -} - -func (x *GateVaProfileGateRsp) Reset() { - *x = GateVaProfileGateRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_gate_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GateVaProfileGateRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GateVaProfileGateRsp) ProtoMessage() {} - -func (x *GateVaProfileGateRsp) ProtoReflect() protoreflect.Message { - mi := &file_gate_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GateVaProfileGateRsp.ProtoReflect.Descriptor instead. -func (*GateVaProfileGateRsp) Descriptor() ([]byte, []int) { - return file_gate_proto_rawDescGZIP(), []int{11} + IRetCode *int32 `protobuf:"varint,1,opt"` + SRetMsg []byte `protobuf:"bytes,2,opt"` + StPrivilegeRsp *GatePrivilegeBaseInfoRsp `protobuf:"bytes,3,opt"` + StGiftRsp *GateGetGiftListRsp `protobuf:"bytes,4,opt"` + TaskItem []*GateCommTaskInfo `protobuf:"bytes,5,rep"` + OidbFlag []*GateOidbFlagInfo `protobuf:"bytes,6,rep"` + StVipCare *GateGetVipCareRsp `protobuf:"bytes,7,opt"` + QidInfo *GateQidInfoItem `protobuf:"bytes,9,opt"` } func (x *GateVaProfileGateRsp) GetIRetCode() int32 { @@ -848,337 +398,3 @@ func (x *GateVaProfileGateRsp) GetQidInfo() *GateQidInfoItem { } return nil } - -var File_gate_proto protoreflect.FileDescriptor - -var file_gate_proto_rawDesc = []byte{ - 0x0a, 0x0a, 0x67, 0x61, 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x44, 0x0a, 0x10, - 0x47, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x54, 0x61, 0x73, 0x6b, 0x49, 0x6e, 0x66, 0x6f, - 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x74, 0x61, 0x73, 0x6b, 0x44, 0x61, - 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x74, 0x61, 0x73, 0x6b, 0x44, 0x61, - 0x74, 0x61, 0x22, 0x26, 0x0a, 0x12, 0x47, 0x61, 0x74, 0x65, 0x47, 0x65, 0x74, 0x47, 0x69, 0x66, - 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x22, 0x74, 0x0a, 0x12, 0x47, 0x61, - 0x74, 0x65, 0x47, 0x65, 0x74, 0x47, 0x69, 0x66, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, - 0x12, 0x18, 0x0a, 0x07, 0x67, 0x69, 0x66, 0x74, 0x55, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x03, 0x28, - 0x09, 0x52, 0x07, 0x67, 0x69, 0x66, 0x74, 0x55, 0x72, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x75, - 0x73, 0x74, 0x6f, 0x6d, 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, - 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x55, 0x72, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x64, 0x65, 0x73, 0x63, 0x12, 0x12, 0x0a, 0x04, - 0x69, 0x73, 0x4f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x04, 0x69, 0x73, 0x4f, 0x6e, - 0x22, 0x25, 0x0a, 0x11, 0x47, 0x61, 0x74, 0x65, 0x47, 0x65, 0x74, 0x56, 0x69, 0x70, 0x43, 0x61, - 0x72, 0x65, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x22, 0x3f, 0x0a, 0x11, 0x47, 0x61, 0x74, 0x65, 0x47, - 0x65, 0x74, 0x56, 0x69, 0x70, 0x43, 0x61, 0x72, 0x65, 0x52, 0x73, 0x70, 0x12, 0x12, 0x0a, 0x04, - 0x62, 0x75, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x62, 0x75, 0x73, 0x73, - 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x06, 0x6e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x22, 0x4a, 0x0a, 0x10, 0x47, 0x61, 0x74, 0x65, - 0x4f, 0x69, 0x64, 0x62, 0x46, 0x6c, 0x61, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x0a, 0x06, - 0x66, 0x69, 0x65, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x66, 0x69, - 0x65, 0x6c, 0x65, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x79, 0x65, 0x74, 0x73, 0x56, 0x61, 0x6c, - 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x62, 0x79, 0x65, 0x74, 0x73, 0x56, - 0x61, 0x6c, 0x75, 0x65, 0x22, 0x34, 0x0a, 0x18, 0x47, 0x61, 0x74, 0x65, 0x50, 0x72, 0x69, 0x76, - 0x69, 0x6c, 0x65, 0x67, 0x65, 0x42, 0x61, 0x73, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, - 0x12, 0x18, 0x0a, 0x07, 0x75, 0x52, 0x65, 0x71, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x03, 0x52, 0x07, 0x75, 0x52, 0x65, 0x71, 0x55, 0x69, 0x6e, 0x22, 0xcc, 0x01, 0x0a, 0x18, 0x47, - 0x61, 0x74, 0x65, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x42, 0x61, 0x73, 0x65, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x6a, 0x75, 0x6d, - 0x70, 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x6a, 0x75, 0x6d, 0x70, - 0x55, 0x72, 0x6c, 0x12, 0x30, 0x0a, 0x09, 0x76, 0x4f, 0x70, 0x65, 0x6e, 0x50, 0x72, 0x69, 0x76, - 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x47, 0x61, 0x74, 0x65, 0x50, 0x72, 0x69, - 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x09, 0x76, 0x4f, 0x70, 0x65, - 0x6e, 0x50, 0x72, 0x69, 0x76, 0x12, 0x32, 0x0a, 0x0a, 0x76, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x50, - 0x72, 0x69, 0x76, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x47, 0x61, 0x74, 0x65, - 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x76, - 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x50, 0x72, 0x69, 0x76, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x49, 0x73, - 0x47, 0x72, 0x61, 0x79, 0x55, 0x73, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x75, - 0x49, 0x73, 0x47, 0x72, 0x61, 0x79, 0x55, 0x73, 0x72, 0x22, 0xfb, 0x01, 0x0a, 0x11, 0x47, 0x61, - 0x74, 0x65, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, - 0x14, 0x0a, 0x05, 0x69, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, - 0x69, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x53, 0x6f, 0x72, 0x74, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x53, 0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x69, - 0x46, 0x65, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x69, - 0x46, 0x65, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x4c, 0x65, 0x76, 0x65, - 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x69, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, - 0x14, 0x0a, 0x05, 0x69, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, - 0x69, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x69, 0x63, 0x6f, 0x6e, 0x55, 0x72, 0x6c, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x69, 0x63, 0x6f, 0x6e, 0x55, 0x72, 0x6c, 0x12, - 0x24, 0x0a, 0x0d, 0x64, 0x65, 0x6c, 0x75, 0x78, 0x65, 0x49, 0x63, 0x6f, 0x6e, 0x55, 0x72, 0x6c, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x64, 0x65, 0x6c, 0x75, 0x78, 0x65, 0x49, 0x63, - 0x6f, 0x6e, 0x55, 0x72, 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x6a, 0x75, 0x6d, 0x70, 0x55, 0x72, 0x6c, - 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x6a, 0x75, 0x6d, 0x70, 0x55, 0x72, 0x6c, 0x12, - 0x16, 0x0a, 0x06, 0x69, 0x49, 0x73, 0x42, 0x69, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x06, 0x69, 0x49, 0x73, 0x42, 0x69, 0x67, 0x22, 0xb0, 0x02, 0x0a, 0x14, 0x47, 0x61, 0x74, 0x65, - 0x56, 0x61, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x47, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, - 0x12, 0x12, 0x0a, 0x04, 0x75, 0x43, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, - 0x75, 0x43, 0x6d, 0x64, 0x12, 0x41, 0x0a, 0x0e, 0x73, 0x74, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, - 0x65, 0x67, 0x65, 0x52, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x47, - 0x61, 0x74, 0x65, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x42, 0x61, 0x73, 0x65, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x52, 0x0e, 0x73, 0x74, 0x50, 0x72, 0x69, 0x76, 0x69, - 0x6c, 0x65, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x31, 0x0a, 0x09, 0x73, 0x74, 0x47, 0x69, 0x66, - 0x74, 0x52, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x47, 0x61, 0x74, - 0x65, 0x47, 0x65, 0x74, 0x47, 0x69, 0x66, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x52, - 0x09, 0x73, 0x74, 0x47, 0x69, 0x66, 0x74, 0x52, 0x65, 0x71, 0x12, 0x2d, 0x0a, 0x08, 0x74, 0x61, - 0x73, 0x6b, 0x49, 0x74, 0x65, 0x6d, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x47, - 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x54, 0x61, 0x73, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, - 0x08, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x2d, 0x0a, 0x08, 0x6f, 0x69, 0x64, - 0x62, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x47, 0x61, - 0x74, 0x65, 0x4f, 0x69, 0x64, 0x62, 0x46, 0x6c, 0x61, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, - 0x6f, 0x69, 0x64, 0x62, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x30, 0x0a, 0x09, 0x73, 0x74, 0x56, 0x69, - 0x70, 0x43, 0x61, 0x72, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x47, 0x61, - 0x74, 0x65, 0x47, 0x65, 0x74, 0x56, 0x69, 0x70, 0x43, 0x61, 0x72, 0x65, 0x52, 0x65, 0x71, 0x52, - 0x09, 0x73, 0x74, 0x56, 0x69, 0x70, 0x43, 0x61, 0x72, 0x65, 0x22, 0x65, 0x0a, 0x0f, 0x47, 0x61, - 0x74, 0x65, 0x51, 0x69, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x10, 0x0a, - 0x03, 0x71, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x71, 0x69, 0x64, 0x12, - 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, - 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x05, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x6f, 0x67, 0x6f, 0x55, - 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6c, 0x6f, 0x67, 0x6f, 0x55, 0x72, - 0x6c, 0x22, 0xfe, 0x02, 0x0a, 0x14, 0x47, 0x61, 0x74, 0x65, 0x56, 0x61, 0x50, 0x72, 0x6f, 0x66, - 0x69, 0x6c, 0x65, 0x47, 0x61, 0x74, 0x65, 0x52, 0x73, 0x70, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x52, - 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x69, 0x52, - 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x52, 0x65, 0x74, 0x4d, 0x73, - 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x73, 0x52, 0x65, 0x74, 0x4d, 0x73, 0x67, - 0x12, 0x41, 0x0a, 0x0e, 0x73, 0x74, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x52, - 0x73, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x47, 0x61, 0x74, 0x65, 0x50, - 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x42, 0x61, 0x73, 0x65, 0x49, 0x6e, 0x66, 0x6f, - 0x52, 0x73, 0x70, 0x52, 0x0e, 0x73, 0x74, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, - 0x52, 0x73, 0x70, 0x12, 0x31, 0x0a, 0x09, 0x73, 0x74, 0x47, 0x69, 0x66, 0x74, 0x52, 0x73, 0x70, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x47, 0x61, 0x74, 0x65, 0x47, 0x65, 0x74, - 0x47, 0x69, 0x66, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x52, 0x09, 0x73, 0x74, 0x47, - 0x69, 0x66, 0x74, 0x52, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x08, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x74, - 0x65, 0x6d, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x47, 0x61, 0x74, 0x65, 0x43, - 0x6f, 0x6d, 0x6d, 0x54, 0x61, 0x73, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x74, 0x61, 0x73, - 0x6b, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x2d, 0x0a, 0x08, 0x6f, 0x69, 0x64, 0x62, 0x46, 0x6c, 0x61, - 0x67, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x47, 0x61, 0x74, 0x65, 0x4f, 0x69, - 0x64, 0x62, 0x46, 0x6c, 0x61, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x6f, 0x69, 0x64, 0x62, - 0x46, 0x6c, 0x61, 0x67, 0x12, 0x30, 0x0a, 0x09, 0x73, 0x74, 0x56, 0x69, 0x70, 0x43, 0x61, 0x72, - 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x47, 0x61, 0x74, 0x65, 0x47, 0x65, - 0x74, 0x56, 0x69, 0x70, 0x43, 0x61, 0x72, 0x65, 0x52, 0x73, 0x70, 0x52, 0x09, 0x73, 0x74, 0x56, - 0x69, 0x70, 0x43, 0x61, 0x72, 0x65, 0x12, 0x2a, 0x0a, 0x07, 0x71, 0x69, 0x64, 0x49, 0x6e, 0x66, - 0x6f, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x47, 0x61, 0x74, 0x65, 0x51, 0x69, - 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x07, 0x71, 0x69, 0x64, 0x49, 0x6e, - 0x66, 0x6f, 0x42, 0x10, 0x5a, 0x0e, 0x2e, 0x2f, 0x3b, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, - 0x63, 0x61, 0x72, 0x64, -} - -var ( - file_gate_proto_rawDescOnce sync.Once - file_gate_proto_rawDescData = file_gate_proto_rawDesc -) - -func file_gate_proto_rawDescGZIP() []byte { - file_gate_proto_rawDescOnce.Do(func() { - file_gate_proto_rawDescData = protoimpl.X.CompressGZIP(file_gate_proto_rawDescData) - }) - return file_gate_proto_rawDescData -} - -var file_gate_proto_msgTypes = make([]protoimpl.MessageInfo, 12) -var file_gate_proto_goTypes = []interface{}{ - (*GateCommTaskInfo)(nil), // 0: GateCommTaskInfo - (*GateGetGiftListReq)(nil), // 1: GateGetGiftListReq - (*GateGetGiftListRsp)(nil), // 2: GateGetGiftListRsp - (*GateGetVipCareReq)(nil), // 3: GateGetVipCareReq - (*GateGetVipCareRsp)(nil), // 4: GateGetVipCareRsp - (*GateOidbFlagInfo)(nil), // 5: GateOidbFlagInfo - (*GatePrivilegeBaseInfoReq)(nil), // 6: GatePrivilegeBaseInfoReq - (*GatePrivilegeBaseInfoRsp)(nil), // 7: GatePrivilegeBaseInfoRsp - (*GatePrivilegeInfo)(nil), // 8: GatePrivilegeInfo - (*GateVaProfileGateReq)(nil), // 9: GateVaProfileGateReq - (*GateQidInfoItem)(nil), // 10: GateQidInfoItem - (*GateVaProfileGateRsp)(nil), // 11: GateVaProfileGateRsp -} -var file_gate_proto_depIdxs = []int32{ - 8, // 0: GatePrivilegeBaseInfoRsp.vOpenPriv:type_name -> GatePrivilegeInfo - 8, // 1: GatePrivilegeBaseInfoRsp.vClosePriv:type_name -> GatePrivilegeInfo - 6, // 2: GateVaProfileGateReq.stPrivilegeReq:type_name -> GatePrivilegeBaseInfoReq - 1, // 3: GateVaProfileGateReq.stGiftReq:type_name -> GateGetGiftListReq - 0, // 4: GateVaProfileGateReq.taskItem:type_name -> GateCommTaskInfo - 5, // 5: GateVaProfileGateReq.oidbFlag:type_name -> GateOidbFlagInfo - 3, // 6: GateVaProfileGateReq.stVipCare:type_name -> GateGetVipCareReq - 7, // 7: GateVaProfileGateRsp.stPrivilegeRsp:type_name -> GatePrivilegeBaseInfoRsp - 2, // 8: GateVaProfileGateRsp.stGiftRsp:type_name -> GateGetGiftListRsp - 0, // 9: GateVaProfileGateRsp.taskItem:type_name -> GateCommTaskInfo - 5, // 10: GateVaProfileGateRsp.oidbFlag:type_name -> GateOidbFlagInfo - 4, // 11: GateVaProfileGateRsp.stVipCare:type_name -> GateGetVipCareRsp - 10, // 12: GateVaProfileGateRsp.qidInfo:type_name -> GateQidInfoItem - 13, // [13:13] is the sub-list for method output_type - 13, // [13:13] is the sub-list for method input_type - 13, // [13:13] is the sub-list for extension type_name - 13, // [13:13] is the sub-list for extension extendee - 0, // [0:13] is the sub-list for field type_name -} - -func init() { file_gate_proto_init() } -func file_gate_proto_init() { - if File_gate_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_gate_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GateCommTaskInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gate_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GateGetGiftListReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gate_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GateGetGiftListRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gate_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GateGetVipCareReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gate_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GateGetVipCareRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gate_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GateOidbFlagInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gate_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GatePrivilegeBaseInfoReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gate_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GatePrivilegeBaseInfoRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gate_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GatePrivilegeInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gate_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GateVaProfileGateReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gate_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GateQidInfoItem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gate_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GateVaProfileGateRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_gate_proto_rawDesc, - NumEnums: 0, - NumMessages: 12, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_gate_proto_goTypes, - DependencyIndexes: file_gate_proto_depIdxs, - MessageInfos: file_gate_proto_msgTypes, - }.Build() - File_gate_proto = out.File - file_gate_proto_rawDesc = nil - file_gate_proto_goTypes = nil - file_gate_proto_depIdxs = nil -} diff --git a/client/pb/pttcenter/shortvideo.pb.go b/client/pb/pttcenter/shortvideo.pb.go index 2075c4d0..8489869d 100644 --- a/client/pb/pttcenter/shortvideo.pb.go +++ b/client/pb/pttcenter/shortvideo.pb.go @@ -1,68 +1,14 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: shortvideo.proto package pttcenter -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type ShortVideoReqBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Cmd int32 `protobuf:"varint,1,opt,name=cmd,proto3" json:"cmd,omitempty"` - Seq int32 `protobuf:"varint,2,opt,name=seq,proto3" json:"seq,omitempty"` - PttShortVideoUploadReq *ShortVideoUploadReq `protobuf:"bytes,3,opt,name=pttShortVideoUploadReq,proto3" json:"pttShortVideoUploadReq,omitempty"` - PttShortVideoDownloadReq *ShortVideoDownloadReq `protobuf:"bytes,4,opt,name=pttShortVideoDownloadReq,proto3" json:"pttShortVideoDownloadReq,omitempty"` - ExtensionReq []*ShortVideoExtensionReq `protobuf:"bytes,100,rep,name=extensionReq,proto3" json:"extensionReq,omitempty"` -} - -func (x *ShortVideoReqBody) Reset() { - *x = ShortVideoReqBody{} - if protoimpl.UnsafeEnabled { - mi := &file_shortvideo_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ShortVideoReqBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ShortVideoReqBody) ProtoMessage() {} - -func (x *ShortVideoReqBody) ProtoReflect() protoreflect.Message { - mi := &file_shortvideo_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ShortVideoReqBody.ProtoReflect.Descriptor instead. -func (*ShortVideoReqBody) Descriptor() ([]byte, []int) { - return file_shortvideo_proto_rawDescGZIP(), []int{0} + Cmd int32 `protobuf:"varint,1,opt"` + Seq int32 `protobuf:"varint,2,opt"` + PttShortVideoUploadReq *ShortVideoUploadReq `protobuf:"bytes,3,opt"` + PttShortVideoDownloadReq *ShortVideoDownloadReq `protobuf:"bytes,4,opt"` + ExtensionReq []*ShortVideoExtensionReq `protobuf:"bytes,100,rep"` } func (x *ShortVideoReqBody) GetCmd() int32 { @@ -101,46 +47,10 @@ func (x *ShortVideoReqBody) GetExtensionReq() []*ShortVideoExtensionReq { } type ShortVideoRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Cmd int32 `protobuf:"varint,1,opt,name=cmd,proto3" json:"cmd,omitempty"` - Seq int32 `protobuf:"varint,2,opt,name=seq,proto3" json:"seq,omitempty"` - PttShortVideoUploadRsp *ShortVideoUploadRsp `protobuf:"bytes,3,opt,name=pttShortVideoUploadRsp,proto3" json:"pttShortVideoUploadRsp,omitempty"` - PttShortVideoDownloadRsp *ShortVideoDownloadRsp `protobuf:"bytes,4,opt,name=pttShortVideoDownloadRsp,proto3" json:"pttShortVideoDownloadRsp,omitempty"` -} - -func (x *ShortVideoRspBody) Reset() { - *x = ShortVideoRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_shortvideo_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ShortVideoRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ShortVideoRspBody) ProtoMessage() {} - -func (x *ShortVideoRspBody) ProtoReflect() protoreflect.Message { - mi := &file_shortvideo_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ShortVideoRspBody.ProtoReflect.Descriptor instead. -func (*ShortVideoRspBody) Descriptor() ([]byte, []int) { - return file_shortvideo_proto_rawDescGZIP(), []int{1} + Cmd int32 `protobuf:"varint,1,opt"` + Seq int32 `protobuf:"varint,2,opt"` + PttShortVideoUploadRsp *ShortVideoUploadRsp `protobuf:"bytes,3,opt"` + PttShortVideoDownloadRsp *ShortVideoDownloadRsp `protobuf:"bytes,4,opt"` } func (x *ShortVideoRspBody) GetCmd() int32 { @@ -172,51 +82,15 @@ func (x *ShortVideoRspBody) GetPttShortVideoDownloadRsp() *ShortVideoDownloadRsp } type ShortVideoUploadReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FromUin int64 `protobuf:"varint,1,opt,name=fromUin,proto3" json:"fromUin,omitempty"` - ToUin int64 `protobuf:"varint,2,opt,name=toUin,proto3" json:"toUin,omitempty"` - ChatType int32 `protobuf:"varint,3,opt,name=chatType,proto3" json:"chatType,omitempty"` - ClientType int32 `protobuf:"varint,4,opt,name=clientType,proto3" json:"clientType,omitempty"` - Info *ShortVideoFileInfo `protobuf:"bytes,5,opt,name=info,proto3" json:"info,omitempty"` - GroupCode int64 `protobuf:"varint,6,opt,name=groupCode,proto3" json:"groupCode,omitempty"` - AgentType int32 `protobuf:"varint,7,opt,name=agentType,proto3" json:"agentType,omitempty"` - BusinessType int32 `protobuf:"varint,8,opt,name=businessType,proto3" json:"businessType,omitempty"` - SupportLargeSize int32 `protobuf:"varint,20,opt,name=supportLargeSize,proto3" json:"supportLargeSize,omitempty"` -} - -func (x *ShortVideoUploadReq) Reset() { - *x = ShortVideoUploadReq{} - if protoimpl.UnsafeEnabled { - mi := &file_shortvideo_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ShortVideoUploadReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ShortVideoUploadReq) ProtoMessage() {} - -func (x *ShortVideoUploadReq) ProtoReflect() protoreflect.Message { - mi := &file_shortvideo_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ShortVideoUploadReq.ProtoReflect.Descriptor instead. -func (*ShortVideoUploadReq) Descriptor() ([]byte, []int) { - return file_shortvideo_proto_rawDescGZIP(), []int{2} + FromUin int64 `protobuf:"varint,1,opt"` + ToUin int64 `protobuf:"varint,2,opt"` + ChatType int32 `protobuf:"varint,3,opt"` + ClientType int32 `protobuf:"varint,4,opt"` + Info *ShortVideoFileInfo `protobuf:"bytes,5,opt"` + GroupCode int64 `protobuf:"varint,6,opt"` + AgentType int32 `protobuf:"varint,7,opt"` + BusinessType int32 `protobuf:"varint,8,opt"` + SupportLargeSize int32 `protobuf:"varint,20,opt"` } func (x *ShortVideoUploadReq) GetFromUin() int64 { @@ -283,54 +157,18 @@ func (x *ShortVideoUploadReq) GetSupportLargeSize() int32 { } type ShortVideoDownloadReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FromUin int64 `protobuf:"varint,1,opt,name=fromUin,proto3" json:"fromUin,omitempty"` - ToUin int64 `protobuf:"varint,2,opt,name=toUin,proto3" json:"toUin,omitempty"` - ChatType int32 `protobuf:"varint,3,opt,name=chatType,proto3" json:"chatType,omitempty"` - ClientType int32 `protobuf:"varint,4,opt,name=clientType,proto3" json:"clientType,omitempty"` - FileId string `protobuf:"bytes,5,opt,name=fileId,proto3" json:"fileId,omitempty"` - GroupCode int64 `protobuf:"varint,6,opt,name=groupCode,proto3" json:"groupCode,omitempty"` - AgentType int32 `protobuf:"varint,7,opt,name=agentType,proto3" json:"agentType,omitempty"` - FileMd5 []byte `protobuf:"bytes,8,opt,name=fileMd5,proto3" json:"fileMd5,omitempty"` - BusinessType int32 `protobuf:"varint,9,opt,name=businessType,proto3" json:"businessType,omitempty"` - FileType int32 `protobuf:"varint,10,opt,name=fileType,proto3" json:"fileType,omitempty"` - DownType int32 `protobuf:"varint,11,opt,name=downType,proto3" json:"downType,omitempty"` - SceneType int32 `protobuf:"varint,12,opt,name=sceneType,proto3" json:"sceneType,omitempty"` -} - -func (x *ShortVideoDownloadReq) Reset() { - *x = ShortVideoDownloadReq{} - if protoimpl.UnsafeEnabled { - mi := &file_shortvideo_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ShortVideoDownloadReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ShortVideoDownloadReq) ProtoMessage() {} - -func (x *ShortVideoDownloadReq) ProtoReflect() protoreflect.Message { - mi := &file_shortvideo_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ShortVideoDownloadReq.ProtoReflect.Descriptor instead. -func (*ShortVideoDownloadReq) Descriptor() ([]byte, []int) { - return file_shortvideo_proto_rawDescGZIP(), []int{3} + FromUin int64 `protobuf:"varint,1,opt"` + ToUin int64 `protobuf:"varint,2,opt"` + ChatType int32 `protobuf:"varint,3,opt"` + ClientType int32 `protobuf:"varint,4,opt"` + FileId string `protobuf:"bytes,5,opt"` + GroupCode int64 `protobuf:"varint,6,opt"` + AgentType int32 `protobuf:"varint,7,opt"` + FileMd5 []byte `protobuf:"bytes,8,opt"` + BusinessType int32 `protobuf:"varint,9,opt"` + FileType int32 `protobuf:"varint,10,opt"` + DownType int32 `protobuf:"varint,11,opt"` + SceneType int32 `protobuf:"varint,12,opt"` } func (x *ShortVideoDownloadReq) GetFromUin() int64 { @@ -418,52 +256,16 @@ func (x *ShortVideoDownloadReq) GetSceneType() int32 { } type ShortVideoDownloadRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - SameAreaOutAddr []*ShortVideoIpList `protobuf:"bytes,3,rep,name=sameAreaOutAddr,proto3" json:"sameAreaOutAddr,omitempty"` - DiffAreaOutAddr []*ShortVideoIpList `protobuf:"bytes,4,rep,name=diffAreaOutAddr,proto3" json:"diffAreaOutAddr,omitempty"` - DownloadKey []byte `protobuf:"bytes,5,opt,name=downloadKey,proto3" json:"downloadKey,omitempty"` - FileMd5 []byte `protobuf:"bytes,6,opt,name=fileMd5,proto3" json:"fileMd5,omitempty"` - SameAreaInnerAddr []*ShortVideoIpList `protobuf:"bytes,7,rep,name=sameAreaInnerAddr,proto3" json:"sameAreaInnerAddr,omitempty"` - DiffAreaInnerAddr []*ShortVideoIpList `protobuf:"bytes,8,rep,name=diffAreaInnerAddr,proto3" json:"diffAreaInnerAddr,omitempty"` - DownloadAddr *ShortVideoAddr `protobuf:"bytes,9,opt,name=downloadAddr,proto3" json:"downloadAddr,omitempty"` - EncryptKey []byte `protobuf:"bytes,10,opt,name=encryptKey,proto3" json:"encryptKey,omitempty"` -} - -func (x *ShortVideoDownloadRsp) Reset() { - *x = ShortVideoDownloadRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_shortvideo_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ShortVideoDownloadRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ShortVideoDownloadRsp) ProtoMessage() {} - -func (x *ShortVideoDownloadRsp) ProtoReflect() protoreflect.Message { - mi := &file_shortvideo_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ShortVideoDownloadRsp.ProtoReflect.Descriptor instead. -func (*ShortVideoDownloadRsp) Descriptor() ([]byte, []int) { - return file_shortvideo_proto_rawDescGZIP(), []int{4} + RetCode int32 `protobuf:"varint,1,opt"` + RetMsg string `protobuf:"bytes,2,opt"` + SameAreaOutAddr []*ShortVideoIpList `protobuf:"bytes,3,rep"` + DiffAreaOutAddr []*ShortVideoIpList `protobuf:"bytes,4,rep"` + DownloadKey []byte `protobuf:"bytes,5,opt"` + FileMd5 []byte `protobuf:"bytes,6,opt"` + SameAreaInnerAddr []*ShortVideoIpList `protobuf:"bytes,7,rep"` + DiffAreaInnerAddr []*ShortVideoIpList `protobuf:"bytes,8,rep"` + DownloadAddr *ShortVideoAddr `protobuf:"bytes,9,opt"` + EncryptKey []byte `protobuf:"bytes,10,opt"` } func (x *ShortVideoDownloadRsp) GetRetCode() int32 { @@ -537,52 +339,16 @@ func (x *ShortVideoDownloadRsp) GetEncryptKey() []byte { } type ShortVideoUploadRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode int32 `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"` - RetMsg string `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"` - SameAreaOutAddr []*ShortVideoIpList `protobuf:"bytes,3,rep,name=sameAreaOutAddr,proto3" json:"sameAreaOutAddr,omitempty"` - DiffAreaOutAddr []*ShortVideoIpList `protobuf:"bytes,4,rep,name=diffAreaOutAddr,proto3" json:"diffAreaOutAddr,omitempty"` - FileId string `protobuf:"bytes,5,opt,name=fileId,proto3" json:"fileId,omitempty"` - UKey []byte `protobuf:"bytes,6,opt,name=uKey,proto3" json:"uKey,omitempty"` - FileExists int32 `protobuf:"varint,7,opt,name=fileExists,proto3" json:"fileExists,omitempty"` - SameAreaInnerAddr []*ShortVideoIpList `protobuf:"bytes,8,rep,name=sameAreaInnerAddr,proto3" json:"sameAreaInnerAddr,omitempty"` - DiffAreaInnerAddr []*ShortVideoIpList `protobuf:"bytes,9,rep,name=diffAreaInnerAddr,proto3" json:"diffAreaInnerAddr,omitempty"` - DataHole []*DataHole `protobuf:"bytes,10,rep,name=dataHole,proto3" json:"dataHole,omitempty"` -} - -func (x *ShortVideoUploadRsp) Reset() { - *x = ShortVideoUploadRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_shortvideo_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ShortVideoUploadRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ShortVideoUploadRsp) ProtoMessage() {} - -func (x *ShortVideoUploadRsp) ProtoReflect() protoreflect.Message { - mi := &file_shortvideo_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ShortVideoUploadRsp.ProtoReflect.Descriptor instead. -func (*ShortVideoUploadRsp) Descriptor() ([]byte, []int) { - return file_shortvideo_proto_rawDescGZIP(), []int{5} + RetCode int32 `protobuf:"varint,1,opt"` + RetMsg string `protobuf:"bytes,2,opt"` + SameAreaOutAddr []*ShortVideoIpList `protobuf:"bytes,3,rep"` + DiffAreaOutAddr []*ShortVideoIpList `protobuf:"bytes,4,rep"` + FileId string `protobuf:"bytes,5,opt"` + UKey []byte `protobuf:"bytes,6,opt"` + FileExists int32 `protobuf:"varint,7,opt"` + SameAreaInnerAddr []*ShortVideoIpList `protobuf:"bytes,8,rep"` + DiffAreaInnerAddr []*ShortVideoIpList `protobuf:"bytes,9,rep"` + DataHole []*DataHole `protobuf:"bytes,10,rep"` } func (x *ShortVideoUploadRsp) GetRetCode() int32 { @@ -656,51 +422,15 @@ func (x *ShortVideoUploadRsp) GetDataHole() []*DataHole { } type ShortVideoFileInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - FileName string `protobuf:"bytes,1,opt,name=fileName,proto3" json:"fileName,omitempty"` - FileMd5 []byte `protobuf:"bytes,2,opt,name=fileMd5,proto3" json:"fileMd5,omitempty"` - ThumbFileMd5 []byte `protobuf:"bytes,3,opt,name=thumbFileMd5,proto3" json:"thumbFileMd5,omitempty"` - FileSize int64 `protobuf:"varint,4,opt,name=fileSize,proto3" json:"fileSize,omitempty"` - FileResLength int32 `protobuf:"varint,5,opt,name=fileResLength,proto3" json:"fileResLength,omitempty"` - FileResWidth int32 `protobuf:"varint,6,opt,name=fileResWidth,proto3" json:"fileResWidth,omitempty"` - FileFormat int32 `protobuf:"varint,7,opt,name=fileFormat,proto3" json:"fileFormat,omitempty"` - FileTime int32 `protobuf:"varint,8,opt,name=fileTime,proto3" json:"fileTime,omitempty"` - ThumbFileSize int64 `protobuf:"varint,9,opt,name=thumbFileSize,proto3" json:"thumbFileSize,omitempty"` -} - -func (x *ShortVideoFileInfo) Reset() { - *x = ShortVideoFileInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_shortvideo_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ShortVideoFileInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ShortVideoFileInfo) ProtoMessage() {} - -func (x *ShortVideoFileInfo) ProtoReflect() protoreflect.Message { - mi := &file_shortvideo_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ShortVideoFileInfo.ProtoReflect.Descriptor instead. -func (*ShortVideoFileInfo) Descriptor() ([]byte, []int) { - return file_shortvideo_proto_rawDescGZIP(), []int{6} + FileName string `protobuf:"bytes,1,opt"` + FileMd5 []byte `protobuf:"bytes,2,opt"` + ThumbFileMd5 []byte `protobuf:"bytes,3,opt"` + FileSize int64 `protobuf:"varint,4,opt"` + FileResLength int32 `protobuf:"varint,5,opt"` + FileResWidth int32 `protobuf:"varint,6,opt"` + FileFormat int32 `protobuf:"varint,7,opt"` + FileTime int32 `protobuf:"varint,8,opt"` + ThumbFileSize int64 `protobuf:"varint,9,opt"` } func (x *ShortVideoFileInfo) GetFileName() string { @@ -767,44 +497,8 @@ func (x *ShortVideoFileInfo) GetThumbFileSize() int64 { } type DataHole struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Begin int64 `protobuf:"varint,1,opt,name=begin,proto3" json:"begin,omitempty"` - End int64 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"` -} - -func (x *DataHole) Reset() { - *x = DataHole{} - if protoimpl.UnsafeEnabled { - mi := &file_shortvideo_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DataHole) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DataHole) ProtoMessage() {} - -func (x *DataHole) ProtoReflect() protoreflect.Message { - mi := &file_shortvideo_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DataHole.ProtoReflect.Descriptor instead. -func (*DataHole) Descriptor() ([]byte, []int) { - return file_shortvideo_proto_rawDescGZIP(), []int{7} + Begin int64 `protobuf:"varint,1,opt"` + End int64 `protobuf:"varint,2,opt"` } func (x *DataHole) GetBegin() int64 { @@ -822,44 +516,8 @@ func (x *DataHole) GetEnd() int64 { } type ShortVideoIpList struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Ip int32 `protobuf:"varint,1,opt,name=ip,proto3" json:"ip,omitempty"` - Port int32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"` -} - -func (x *ShortVideoIpList) Reset() { - *x = ShortVideoIpList{} - if protoimpl.UnsafeEnabled { - mi := &file_shortvideo_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ShortVideoIpList) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ShortVideoIpList) ProtoMessage() {} - -func (x *ShortVideoIpList) ProtoReflect() protoreflect.Message { - mi := &file_shortvideo_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ShortVideoIpList.ProtoReflect.Descriptor instead. -func (*ShortVideoIpList) Descriptor() ([]byte, []int) { - return file_shortvideo_proto_rawDescGZIP(), []int{8} + Ip int32 `protobuf:"varint,1,opt"` + Port int32 `protobuf:"varint,2,opt"` } func (x *ShortVideoIpList) GetIp() int32 { @@ -877,44 +535,8 @@ func (x *ShortVideoIpList) GetPort() int32 { } type ShortVideoAddr struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Host []string `protobuf:"bytes,10,rep,name=host,proto3" json:"host,omitempty"` - UrlArgs string `protobuf:"bytes,11,opt,name=urlArgs,proto3" json:"urlArgs,omitempty"` //repeated string domain = 13; -} - -func (x *ShortVideoAddr) Reset() { - *x = ShortVideoAddr{} - if protoimpl.UnsafeEnabled { - mi := &file_shortvideo_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ShortVideoAddr) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ShortVideoAddr) ProtoMessage() {} - -func (x *ShortVideoAddr) ProtoReflect() protoreflect.Message { - mi := &file_shortvideo_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ShortVideoAddr.ProtoReflect.Descriptor instead. -func (*ShortVideoAddr) Descriptor() ([]byte, []int) { - return file_shortvideo_proto_rawDescGZIP(), []int{9} + Host []string `protobuf:"bytes,10,rep"` + UrlArgs string `protobuf:"bytes,11,opt"` //repeated string domain = 13; } func (x *ShortVideoAddr) GetHost() []string { @@ -932,44 +554,8 @@ func (x *ShortVideoAddr) GetUrlArgs() string { } type ShortVideoExtensionReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SubBusiType int32 `protobuf:"varint,1,opt,name=subBusiType,proto3" json:"subBusiType,omitempty"` - UserCnt int32 `protobuf:"varint,2,opt,name=userCnt,proto3" json:"userCnt,omitempty"` -} - -func (x *ShortVideoExtensionReq) Reset() { - *x = ShortVideoExtensionReq{} - if protoimpl.UnsafeEnabled { - mi := &file_shortvideo_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ShortVideoExtensionReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ShortVideoExtensionReq) ProtoMessage() {} - -func (x *ShortVideoExtensionReq) ProtoReflect() protoreflect.Message { - mi := &file_shortvideo_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ShortVideoExtensionReq.ProtoReflect.Descriptor instead. -func (*ShortVideoExtensionReq) Descriptor() ([]byte, []int) { - return file_shortvideo_proto_rawDescGZIP(), []int{10} + SubBusiType int32 `protobuf:"varint,1,opt"` + UserCnt int32 `protobuf:"varint,2,opt"` } func (x *ShortVideoExtensionReq) GetSubBusiType() int32 { @@ -985,387 +571,3 @@ func (x *ShortVideoExtensionReq) GetUserCnt() int32 { } return 0 } - -var File_shortvideo_proto protoreflect.FileDescriptor - -var file_shortvideo_proto_rawDesc = []byte{ - 0x0a, 0x10, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x22, 0x96, 0x02, 0x0a, 0x11, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, - 0x6f, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x6d, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x63, 0x6d, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, - 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x71, 0x12, 0x4c, 0x0a, 0x16, - 0x70, 0x74, 0x74, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x55, 0x70, 0x6c, - 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x53, - 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, - 0x65, 0x71, 0x52, 0x16, 0x70, 0x74, 0x74, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, - 0x6f, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x12, 0x52, 0x0a, 0x18, 0x70, 0x74, - 0x74, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x6f, 0x77, 0x6e, 0x6c, - 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x53, - 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, - 0x64, 0x52, 0x65, 0x71, 0x52, 0x18, 0x70, 0x74, 0x74, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, - 0x64, 0x65, 0x6f, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x12, 0x3b, - 0x0a, 0x0c, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x18, 0x64, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, - 0x6f, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x52, 0x0c, 0x65, - 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x22, 0xd9, 0x01, 0x0a, 0x11, - 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, - 0x79, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, - 0x63, 0x6d, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x03, 0x73, 0x65, 0x71, 0x12, 0x4c, 0x0a, 0x16, 0x70, 0x74, 0x74, 0x53, 0x68, 0x6f, 0x72, - 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, - 0x65, 0x6f, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x52, 0x16, 0x70, 0x74, 0x74, - 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, - 0x52, 0x73, 0x70, 0x12, 0x52, 0x0a, 0x18, 0x70, 0x74, 0x74, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, - 0x69, 0x64, 0x65, 0x6f, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, - 0x65, 0x6f, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x52, 0x18, 0x70, - 0x74, 0x74, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x6f, 0x77, 0x6e, - 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x22, 0xb6, 0x02, 0x0a, 0x13, 0x53, 0x68, 0x6f, 0x72, - 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x12, - 0x18, 0x0a, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, - 0x52, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x55, - 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x12, - 0x1a, 0x0a, 0x08, 0x63, 0x68, 0x61, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x08, 0x63, 0x68, 0x61, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, - 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x27, 0x0a, 0x04, 0x69, - 0x6e, 0x66, 0x6f, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x53, 0x68, 0x6f, 0x72, - 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x46, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, - 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, - 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, - 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, - 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, - 0x12, 0x22, 0x0a, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, - 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, - 0x54, 0x79, 0x70, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x4c, - 0x61, 0x72, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, - 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x4c, 0x61, 0x72, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, - 0x22, 0xeb, 0x02, 0x0a, 0x15, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, - 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x72, - 0x6f, 0x6d, 0x55, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x66, 0x72, 0x6f, - 0x6d, 0x55, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x55, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x68, - 0x61, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x63, 0x68, - 0x61, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, - 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x63, 0x6c, 0x69, 0x65, - 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x1c, - 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x03, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, - 0x61, 0x67, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, - 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, 0x69, 0x6c, - 0x65, 0x4d, 0x64, 0x35, 0x12, 0x22, 0x0a, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, - 0x54, 0x79, 0x70, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x62, 0x75, 0x73, 0x69, - 0x6e, 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, - 0x54, 0x79, 0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, - 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x6f, 0x77, 0x6e, 0x54, 0x79, 0x70, 0x65, - 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x64, 0x6f, 0x77, 0x6e, 0x54, 0x79, 0x70, 0x65, - 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x63, 0x65, 0x6e, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0c, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x09, 0x73, 0x63, 0x65, 0x6e, 0x65, 0x54, 0x79, 0x70, 0x65, 0x22, 0xd6, - 0x03, 0x0a, 0x15, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x6f, 0x77, - 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, - 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, - 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x3b, 0x0a, 0x0f, 0x73, 0x61, - 0x6d, 0x65, 0x41, 0x72, 0x65, 0x61, 0x4f, 0x75, 0x74, 0x41, 0x64, 0x64, 0x72, 0x18, 0x03, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, - 0x49, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x0f, 0x73, 0x61, 0x6d, 0x65, 0x41, 0x72, 0x65, 0x61, - 0x4f, 0x75, 0x74, 0x41, 0x64, 0x64, 0x72, 0x12, 0x3b, 0x0a, 0x0f, 0x64, 0x69, 0x66, 0x66, 0x41, - 0x72, 0x65, 0x61, 0x4f, 0x75, 0x74, 0x41, 0x64, 0x64, 0x72, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x11, 0x2e, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x49, 0x70, 0x4c, - 0x69, 0x73, 0x74, 0x52, 0x0f, 0x64, 0x69, 0x66, 0x66, 0x41, 0x72, 0x65, 0x61, 0x4f, 0x75, 0x74, - 0x41, 0x64, 0x64, 0x72, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, - 0x4b, 0x65, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x6c, - 0x6f, 0x61, 0x64, 0x4b, 0x65, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, - 0x35, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, - 0x12, 0x3f, 0x0a, 0x11, 0x73, 0x61, 0x6d, 0x65, 0x41, 0x72, 0x65, 0x61, 0x49, 0x6e, 0x6e, 0x65, - 0x72, 0x41, 0x64, 0x64, 0x72, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x53, 0x68, - 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x49, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x11, - 0x73, 0x61, 0x6d, 0x65, 0x41, 0x72, 0x65, 0x61, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, - 0x72, 0x12, 0x3f, 0x0a, 0x11, 0x64, 0x69, 0x66, 0x66, 0x41, 0x72, 0x65, 0x61, 0x49, 0x6e, 0x6e, - 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x53, - 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x49, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x52, - 0x11, 0x64, 0x69, 0x66, 0x66, 0x41, 0x72, 0x65, 0x61, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x41, 0x64, - 0x64, 0x72, 0x12, 0x33, 0x0a, 0x0c, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x41, 0x64, - 0x64, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x53, 0x68, 0x6f, 0x72, 0x74, - 0x56, 0x69, 0x64, 0x65, 0x6f, 0x41, 0x64, 0x64, 0x72, 0x52, 0x0c, 0x64, 0x6f, 0x77, 0x6e, 0x6c, - 0x6f, 0x61, 0x64, 0x41, 0x64, 0x64, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x6e, 0x63, 0x72, 0x79, - 0x70, 0x74, 0x4b, 0x65, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x65, 0x6e, 0x63, - 0x72, 0x79, 0x70, 0x74, 0x4b, 0x65, 0x79, 0x22, 0xb6, 0x03, 0x0a, 0x13, 0x53, 0x68, 0x6f, 0x72, - 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x73, 0x70, 0x12, - 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, - 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, - 0x67, 0x12, 0x3b, 0x0a, 0x0f, 0x73, 0x61, 0x6d, 0x65, 0x41, 0x72, 0x65, 0x61, 0x4f, 0x75, 0x74, - 0x41, 0x64, 0x64, 0x72, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x53, 0x68, 0x6f, - 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x49, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x0f, 0x73, - 0x61, 0x6d, 0x65, 0x41, 0x72, 0x65, 0x61, 0x4f, 0x75, 0x74, 0x41, 0x64, 0x64, 0x72, 0x12, 0x3b, - 0x0a, 0x0f, 0x64, 0x69, 0x66, 0x66, 0x41, 0x72, 0x65, 0x61, 0x4f, 0x75, 0x74, 0x41, 0x64, 0x64, - 0x72, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, - 0x69, 0x64, 0x65, 0x6f, 0x49, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x0f, 0x64, 0x69, 0x66, 0x66, - 0x41, 0x72, 0x65, 0x61, 0x4f, 0x75, 0x74, 0x41, 0x64, 0x64, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x66, - 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, 0x6c, - 0x65, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x4b, 0x65, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x04, 0x75, 0x4b, 0x65, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x6c, 0x65, 0x45, - 0x78, 0x69, 0x73, 0x74, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x66, 0x69, 0x6c, - 0x65, 0x45, 0x78, 0x69, 0x73, 0x74, 0x73, 0x12, 0x3f, 0x0a, 0x11, 0x73, 0x61, 0x6d, 0x65, 0x41, - 0x72, 0x65, 0x61, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x18, 0x08, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x49, - 0x70, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x11, 0x73, 0x61, 0x6d, 0x65, 0x41, 0x72, 0x65, 0x61, 0x49, - 0x6e, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x12, 0x3f, 0x0a, 0x11, 0x64, 0x69, 0x66, 0x66, - 0x41, 0x72, 0x65, 0x61, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x18, 0x09, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, - 0x49, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x11, 0x64, 0x69, 0x66, 0x66, 0x41, 0x72, 0x65, 0x61, - 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x12, 0x25, 0x0a, 0x08, 0x64, 0x61, 0x74, - 0x61, 0x48, 0x6f, 0x6c, 0x65, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x44, 0x61, - 0x74, 0x61, 0x48, 0x6f, 0x6c, 0x65, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x48, 0x6f, 0x6c, 0x65, - 0x22, 0xb6, 0x02, 0x0a, 0x12, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x46, - 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, - 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, - 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x12, 0x22, 0x0a, - 0x0c, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x64, 0x35, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x64, - 0x35, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x24, 0x0a, - 0x0d, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x4c, 0x65, 0x6e, - 0x67, 0x74, 0x68, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x57, 0x69, - 0x64, 0x74, 0x68, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x66, 0x69, 0x6c, 0x65, 0x52, - 0x65, 0x73, 0x57, 0x69, 0x64, 0x74, 0x68, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x6c, 0x65, 0x46, - 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x66, 0x69, 0x6c, - 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x54, - 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x54, - 0x69, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x46, 0x69, 0x6c, 0x65, - 0x53, 0x69, 0x7a, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x74, 0x68, 0x75, 0x6d, - 0x62, 0x46, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0x32, 0x0a, 0x08, 0x44, 0x61, 0x74, - 0x61, 0x48, 0x6f, 0x6c, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x65, - 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x65, 0x6e, 0x64, 0x22, 0x36, 0x0a, - 0x10, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x49, 0x70, 0x4c, 0x69, 0x73, - 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, - 0x70, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x04, 0x70, 0x6f, 0x72, 0x74, 0x22, 0x3e, 0x0a, 0x0e, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, - 0x64, 0x65, 0x6f, 0x41, 0x64, 0x64, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x18, - 0x0a, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x75, - 0x72, 0x6c, 0x41, 0x72, 0x67, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x75, 0x72, - 0x6c, 0x41, 0x72, 0x67, 0x73, 0x22, 0x54, 0x0a, 0x16, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x56, 0x69, - 0x64, 0x65, 0x6f, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, - 0x20, 0x0a, 0x0b, 0x73, 0x75, 0x62, 0x42, 0x75, 0x73, 0x69, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x73, 0x75, 0x62, 0x42, 0x75, 0x73, 0x69, 0x54, 0x79, 0x70, - 0x65, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x43, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x07, 0x75, 0x73, 0x65, 0x72, 0x43, 0x6e, 0x74, 0x42, 0x0e, 0x5a, 0x0c, 0x2e, - 0x2f, 0x3b, 0x70, 0x74, 0x74, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x33, -} - -var ( - file_shortvideo_proto_rawDescOnce sync.Once - file_shortvideo_proto_rawDescData = file_shortvideo_proto_rawDesc -) - -func file_shortvideo_proto_rawDescGZIP() []byte { - file_shortvideo_proto_rawDescOnce.Do(func() { - file_shortvideo_proto_rawDescData = protoimpl.X.CompressGZIP(file_shortvideo_proto_rawDescData) - }) - return file_shortvideo_proto_rawDescData -} - -var file_shortvideo_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_shortvideo_proto_goTypes = []interface{}{ - (*ShortVideoReqBody)(nil), // 0: ShortVideoReqBody - (*ShortVideoRspBody)(nil), // 1: ShortVideoRspBody - (*ShortVideoUploadReq)(nil), // 2: ShortVideoUploadReq - (*ShortVideoDownloadReq)(nil), // 3: ShortVideoDownloadReq - (*ShortVideoDownloadRsp)(nil), // 4: ShortVideoDownloadRsp - (*ShortVideoUploadRsp)(nil), // 5: ShortVideoUploadRsp - (*ShortVideoFileInfo)(nil), // 6: ShortVideoFileInfo - (*DataHole)(nil), // 7: DataHole - (*ShortVideoIpList)(nil), // 8: ShortVideoIpList - (*ShortVideoAddr)(nil), // 9: ShortVideoAddr - (*ShortVideoExtensionReq)(nil), // 10: ShortVideoExtensionReq -} -var file_shortvideo_proto_depIdxs = []int32{ - 2, // 0: ShortVideoReqBody.pttShortVideoUploadReq:type_name -> ShortVideoUploadReq - 3, // 1: ShortVideoReqBody.pttShortVideoDownloadReq:type_name -> ShortVideoDownloadReq - 10, // 2: ShortVideoReqBody.extensionReq:type_name -> ShortVideoExtensionReq - 5, // 3: ShortVideoRspBody.pttShortVideoUploadRsp:type_name -> ShortVideoUploadRsp - 4, // 4: ShortVideoRspBody.pttShortVideoDownloadRsp:type_name -> ShortVideoDownloadRsp - 6, // 5: ShortVideoUploadReq.info:type_name -> ShortVideoFileInfo - 8, // 6: ShortVideoDownloadRsp.sameAreaOutAddr:type_name -> ShortVideoIpList - 8, // 7: ShortVideoDownloadRsp.diffAreaOutAddr:type_name -> ShortVideoIpList - 8, // 8: ShortVideoDownloadRsp.sameAreaInnerAddr:type_name -> ShortVideoIpList - 8, // 9: ShortVideoDownloadRsp.diffAreaInnerAddr:type_name -> ShortVideoIpList - 9, // 10: ShortVideoDownloadRsp.downloadAddr:type_name -> ShortVideoAddr - 8, // 11: ShortVideoUploadRsp.sameAreaOutAddr:type_name -> ShortVideoIpList - 8, // 12: ShortVideoUploadRsp.diffAreaOutAddr:type_name -> ShortVideoIpList - 8, // 13: ShortVideoUploadRsp.sameAreaInnerAddr:type_name -> ShortVideoIpList - 8, // 14: ShortVideoUploadRsp.diffAreaInnerAddr:type_name -> ShortVideoIpList - 7, // 15: ShortVideoUploadRsp.dataHole:type_name -> DataHole - 16, // [16:16] is the sub-list for method output_type - 16, // [16:16] is the sub-list for method input_type - 16, // [16:16] is the sub-list for extension type_name - 16, // [16:16] is the sub-list for extension extendee - 0, // [0:16] is the sub-list for field type_name -} - -func init() { file_shortvideo_proto_init() } -func file_shortvideo_proto_init() { - if File_shortvideo_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_shortvideo_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ShortVideoReqBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_shortvideo_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ShortVideoRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_shortvideo_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ShortVideoUploadReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_shortvideo_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ShortVideoDownloadReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_shortvideo_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ShortVideoDownloadRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_shortvideo_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ShortVideoUploadRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_shortvideo_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ShortVideoFileInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_shortvideo_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DataHole); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_shortvideo_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ShortVideoIpList); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_shortvideo_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ShortVideoAddr); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_shortvideo_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ShortVideoExtensionReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_shortvideo_proto_rawDesc, - NumEnums: 0, - NumMessages: 11, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_shortvideo_proto_goTypes, - DependencyIndexes: file_shortvideo_proto_depIdxs, - MessageInfos: file_shortvideo_proto_msgTypes, - }.Build() - File_shortvideo_proto = out.File - file_shortvideo_proto_rawDesc = nil - file_shortvideo_proto_goTypes = nil - file_shortvideo_proto_depIdxs = nil -} diff --git a/client/pb/qweb/app.pb.go b/client/pb/qweb/app.pb.go index 21f3713c..6108cf4b 100644 --- a/client/pb/qweb/app.pb.go +++ b/client/pb/qweb/app.pb.go @@ -1,66 +1,12 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: app.proto package qweb -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type GetAppInfoByIdReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - //CommonExt ExtInfo = 1; - AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId,omitempty"` - NeedVersionInfo int32 `protobuf:"varint,3,opt,name=needVersionInfo,proto3" json:"needVersionInfo,omitempty"` -} - -func (x *GetAppInfoByIdReq) Reset() { - *x = GetAppInfoByIdReq{} - if protoimpl.UnsafeEnabled { - mi := &file_app_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetAppInfoByIdReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetAppInfoByIdReq) ProtoMessage() {} - -func (x *GetAppInfoByIdReq) ProtoReflect() protoreflect.Message { - mi := &file_app_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetAppInfoByIdReq.ProtoReflect.Descriptor instead. -func (*GetAppInfoByIdReq) Descriptor() ([]byte, []int) { - return file_app_proto_rawDescGZIP(), []int{0} + AppId string `protobuf:"bytes,2,opt"` + NeedVersionInfo int32 `protobuf:"varint,3,opt"` } func (x *GetAppInfoByIdReq) GetAppId() string { @@ -78,43 +24,7 @@ func (x *GetAppInfoByIdReq) GetNeedVersionInfo() int32 { } type GetAppInfoByIdRsp struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - AppInfo *ApiAppInfo `protobuf:"bytes,2,opt,name=appInfo,proto3" json:"appInfo,omitempty"` -} - -func (x *GetAppInfoByIdRsp) Reset() { - *x = GetAppInfoByIdRsp{} - if protoimpl.UnsafeEnabled { - mi := &file_app_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetAppInfoByIdRsp) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetAppInfoByIdRsp) ProtoMessage() {} - -func (x *GetAppInfoByIdRsp) ProtoReflect() protoreflect.Message { - mi := &file_app_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetAppInfoByIdRsp.ProtoReflect.Descriptor instead. -func (*GetAppInfoByIdRsp) Descriptor() ([]byte, []int) { - return file_app_proto_rawDescGZIP(), []int{1} + AppInfo *ApiAppInfo `protobuf:"bytes,2,opt"` } func (x *GetAppInfoByIdRsp) GetAppInfo() *ApiAppInfo { @@ -125,54 +35,18 @@ func (x *GetAppInfoByIdRsp) GetAppInfo() *ApiAppInfo { } type ApiAppInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"` - AppName string `protobuf:"bytes,2,opt,name=appName,proto3" json:"appName,omitempty"` - Icon string `protobuf:"bytes,3,opt,name=icon,proto3" json:"icon,omitempty"` - DownloadUrl string `protobuf:"bytes,4,opt,name=downloadUrl,proto3" json:"downloadUrl,omitempty"` - Version string `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"` - Desc string `protobuf:"bytes,6,opt,name=desc,proto3" json:"desc,omitempty"` + AppId string `protobuf:"bytes,1,opt"` + AppName string `protobuf:"bytes,2,opt"` + Icon string `protobuf:"bytes,3,opt"` + DownloadUrl string `protobuf:"bytes,4,opt"` + Version string `protobuf:"bytes,5,opt"` + Desc string `protobuf:"bytes,6,opt"` // pub accts = 7; - Type int32 `protobuf:"varint,8,opt,name=type,proto3" json:"type,omitempty"` - BaseLibMiniVersion string `protobuf:"bytes,9,opt,name=baseLibMiniVersion,proto3" json:"baseLibMiniVersion,omitempty"` - SubPkgs []*AppSubPkgInfo `protobuf:"bytes,10,rep,name=subPkgs,proto3" json:"subPkgs,omitempty"` + Type int32 `protobuf:"varint,8,opt"` + BaseLibMiniVersion string `protobuf:"bytes,9,opt"` + SubPkgs []*AppSubPkgInfo `protobuf:"bytes,10,rep"` // first = 11; - Domain *DomainConfig `protobuf:"bytes,12,opt,name=domain,proto3" json:"domain,omitempty"` -} - -func (x *ApiAppInfo) Reset() { - *x = ApiAppInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_app_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApiAppInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApiAppInfo) ProtoMessage() {} - -func (x *ApiAppInfo) ProtoReflect() protoreflect.Message { - mi := &file_app_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApiAppInfo.ProtoReflect.Descriptor instead. -func (*ApiAppInfo) Descriptor() ([]byte, []int) { - return file_app_proto_rawDescGZIP(), []int{2} + Domain *DomainConfig `protobuf:"bytes,12,opt"` } func (x *ApiAppInfo) GetAppId() string { @@ -246,46 +120,10 @@ func (x *ApiAppInfo) GetDomain() *DomainConfig { } type AppSubPkgInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SubPkgName string `protobuf:"bytes,1,opt,name=subPkgName,proto3" json:"subPkgName,omitempty"` - DownloadUrl string `protobuf:"bytes,2,opt,name=downloadUrl,proto3" json:"downloadUrl,omitempty"` - Independent int32 `protobuf:"varint,3,opt,name=independent,proto3" json:"independent,omitempty"` - FileSize int32 `protobuf:"varint,4,opt,name=fileSize,proto3" json:"fileSize,omitempty"` -} - -func (x *AppSubPkgInfo) Reset() { - *x = AppSubPkgInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_app_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AppSubPkgInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AppSubPkgInfo) ProtoMessage() {} - -func (x *AppSubPkgInfo) ProtoReflect() protoreflect.Message { - mi := &file_app_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AppSubPkgInfo.ProtoReflect.Descriptor instead. -func (*AppSubPkgInfo) Descriptor() ([]byte, []int) { - return file_app_proto_rawDescGZIP(), []int{3} + SubPkgName string `protobuf:"bytes,1,opt"` + DownloadUrl string `protobuf:"bytes,2,opt"` + Independent int32 `protobuf:"varint,3,opt"` + FileSize int32 `protobuf:"varint,4,opt"` } func (x *AppSubPkgInfo) GetSubPkgName() string { @@ -317,48 +155,12 @@ func (x *AppSubPkgInfo) GetFileSize() int32 { } type DomainConfig struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RequestDomain []string `protobuf:"bytes,1,rep,name=requestDomain,proto3" json:"requestDomain,omitempty"` - SocketDomain []string `protobuf:"bytes,2,rep,name=socketDomain,proto3" json:"socketDomain,omitempty"` - UploadFileDomain []string `protobuf:"bytes,3,rep,name=uploadFileDomain,proto3" json:"uploadFileDomain,omitempty"` - DownloadFileDomain []string `protobuf:"bytes,4,rep,name=downloadFileDomain,proto3" json:"downloadFileDomain,omitempty"` - BusinessDomain []string `protobuf:"bytes,5,rep,name=businessDomain,proto3" json:"businessDomain,omitempty"` - UdpIpList []string `protobuf:"bytes,6,rep,name=udpIpList,proto3" json:"udpIpList,omitempty"` -} - -func (x *DomainConfig) Reset() { - *x = DomainConfig{} - if protoimpl.UnsafeEnabled { - mi := &file_app_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DomainConfig) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DomainConfig) ProtoMessage() {} - -func (x *DomainConfig) ProtoReflect() protoreflect.Message { - mi := &file_app_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DomainConfig.ProtoReflect.Descriptor instead. -func (*DomainConfig) Descriptor() ([]byte, []int) { - return file_app_proto_rawDescGZIP(), []int{4} + RequestDomain []string `protobuf:"bytes,1,rep"` + SocketDomain []string `protobuf:"bytes,2,rep"` + UploadFileDomain []string `protobuf:"bytes,3,rep"` + DownloadFileDomain []string `protobuf:"bytes,4,rep"` + BusinessDomain []string `protobuf:"bytes,5,rep"` + UdpIpList []string `protobuf:"bytes,6,rep"` } func (x *DomainConfig) GetRequestDomain() []string { @@ -402,182 +204,3 @@ func (x *DomainConfig) GetUdpIpList() []string { } return nil } - -var File_app_proto protoreflect.FileDescriptor - -var file_app_proto_rawDesc = []byte{ - 0x0a, 0x09, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x53, 0x0a, 0x11, 0x47, - 0x65, 0x74, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, - 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x6e, 0x65, 0x65, 0x64, 0x56, 0x65, - 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x0f, 0x6e, 0x65, 0x65, 0x64, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, - 0x22, 0x3a, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x79, - 0x49, 0x64, 0x52, 0x73, 0x70, 0x12, 0x25, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x49, - 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x61, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0xb5, 0x02, 0x0a, - 0x0a, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x61, - 0x70, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, - 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x07, 0x61, 0x70, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x69, - 0x63, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x12, - 0x20, 0x0a, 0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, - 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x64, - 0x65, 0x73, 0x63, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x64, 0x65, 0x73, 0x63, 0x12, - 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, - 0x79, 0x70, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x62, 0x61, 0x73, 0x65, 0x4c, 0x69, 0x62, 0x4d, 0x69, - 0x6e, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x12, 0x62, 0x61, 0x73, 0x65, 0x4c, 0x69, 0x62, 0x4d, 0x69, 0x6e, 0x69, 0x56, 0x65, 0x72, 0x73, - 0x69, 0x6f, 0x6e, 0x12, 0x28, 0x0a, 0x07, 0x73, 0x75, 0x62, 0x50, 0x6b, 0x67, 0x73, 0x18, 0x0a, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x41, 0x70, 0x70, 0x53, 0x75, 0x62, 0x50, 0x6b, 0x67, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x73, 0x75, 0x62, 0x50, 0x6b, 0x67, 0x73, 0x12, 0x25, 0x0a, - 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, - 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x06, 0x64, 0x6f, - 0x6d, 0x61, 0x69, 0x6e, 0x22, 0x8f, 0x01, 0x0a, 0x0d, 0x41, 0x70, 0x70, 0x53, 0x75, 0x62, 0x50, - 0x6b, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x75, 0x62, 0x50, 0x6b, 0x67, - 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x75, 0x62, 0x50, - 0x6b, 0x67, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, - 0x61, 0x64, 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x6f, 0x77, - 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x64, 0x65, - 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x69, - 0x6e, 0x64, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, - 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x66, 0x69, - 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xfa, 0x01, 0x0a, 0x0c, 0x44, 0x6f, 0x6d, 0x61, 0x69, - 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, - 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x22, 0x0a, - 0x0c, 0x73, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, - 0x03, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x44, 0x6f, 0x6d, 0x61, 0x69, - 0x6e, 0x12, 0x2a, 0x0a, 0x10, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x44, - 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x10, 0x75, 0x70, 0x6c, - 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x2e, 0x0a, - 0x12, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x44, 0x6f, 0x6d, - 0x61, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x12, 0x64, 0x6f, 0x77, 0x6e, 0x6c, - 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x26, 0x0a, - 0x0e, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, - 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x44, - 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x64, 0x70, 0x49, 0x70, 0x4c, 0x69, - 0x73, 0x74, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x75, 0x64, 0x70, 0x49, 0x70, 0x4c, - 0x69, 0x73, 0x74, 0x42, 0x09, 0x5a, 0x07, 0x2e, 0x2f, 0x3b, 0x71, 0x77, 0x65, 0x62, 0x62, 0x06, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_app_proto_rawDescOnce sync.Once - file_app_proto_rawDescData = file_app_proto_rawDesc -) - -func file_app_proto_rawDescGZIP() []byte { - file_app_proto_rawDescOnce.Do(func() { - file_app_proto_rawDescData = protoimpl.X.CompressGZIP(file_app_proto_rawDescData) - }) - return file_app_proto_rawDescData -} - -var file_app_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_app_proto_goTypes = []interface{}{ - (*GetAppInfoByIdReq)(nil), // 0: GetAppInfoByIdReq - (*GetAppInfoByIdRsp)(nil), // 1: GetAppInfoByIdRsp - (*ApiAppInfo)(nil), // 2: ApiAppInfo - (*AppSubPkgInfo)(nil), // 3: AppSubPkgInfo - (*DomainConfig)(nil), // 4: DomainConfig -} -var file_app_proto_depIdxs = []int32{ - 2, // 0: GetAppInfoByIdRsp.appInfo:type_name -> ApiAppInfo - 3, // 1: ApiAppInfo.subPkgs:type_name -> AppSubPkgInfo - 4, // 2: ApiAppInfo.domain:type_name -> DomainConfig - 3, // [3:3] is the sub-list for method output_type - 3, // [3:3] is the sub-list for method input_type - 3, // [3:3] is the sub-list for extension type_name - 3, // [3:3] is the sub-list for extension extendee - 0, // [0:3] is the sub-list for field type_name -} - -func init() { file_app_proto_init() } -func file_app_proto_init() { - if File_app_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_app_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetAppInfoByIdReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_app_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetAppInfoByIdRsp); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_app_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApiAppInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_app_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AppSubPkgInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_app_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DomainConfig); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_app_proto_rawDesc, - NumEnums: 0, - NumMessages: 5, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_app_proto_goTypes, - DependencyIndexes: file_app_proto_depIdxs, - MessageInfos: file_app_proto_msgTypes, - }.Build() - File_app_proto = out.File - file_app_proto_rawDesc = nil - file_app_proto_goTypes = nil - file_app_proto_depIdxs = nil -} diff --git a/client/pb/richmedia/tts.pb.go b/client/pb/richmedia/tts.pb.go index 67aa8b68..e70cd7e9 100644 --- a/client/pb/richmedia/tts.pb.go +++ b/client/pb/richmedia/tts.pb.go @@ -1,73 +1,19 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: tts.proto package richmedia -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type TtsRspBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RetCode uint32 `protobuf:"varint,1,opt,name=ret_code,json=retCode,proto3" json:"ret_code,omitempty"` - SessionId string `protobuf:"bytes,2,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"` - OutSeq uint32 `protobuf:"varint,3,opt,name=out_seq,json=outSeq,proto3" json:"out_seq,omitempty"` - VoiceData []*TtsVoiceItem `protobuf:"bytes,4,rep,name=voice_data,json=voiceData,proto3" json:"voice_data,omitempty"` - Islast bool `protobuf:"varint,5,opt,name=islast,proto3" json:"islast,omitempty"` - PcmSampleRate uint32 `protobuf:"varint,6,opt,name=pcm_sample_rate,json=pcmSampleRate,proto3" json:"pcm_sample_rate,omitempty"` - OpusSampleRate uint32 `protobuf:"varint,7,opt,name=opus_sample_rate,json=opusSampleRate,proto3" json:"opus_sample_rate,omitempty"` - OpusChannels uint32 `protobuf:"varint,8,opt,name=opus_channels,json=opusChannels,proto3" json:"opus_channels,omitempty"` - OpusBitRate uint32 `protobuf:"varint,9,opt,name=opus_bit_rate,json=opusBitRate,proto3" json:"opus_bit_rate,omitempty"` - OpusFrameSize uint32 `protobuf:"varint,10,opt,name=opus_frame_size,json=opusFrameSize,proto3" json:"opus_frame_size,omitempty"` -} - -func (x *TtsRspBody) Reset() { - *x = TtsRspBody{} - if protoimpl.UnsafeEnabled { - mi := &file_tts_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TtsRspBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TtsRspBody) ProtoMessage() {} - -func (x *TtsRspBody) ProtoReflect() protoreflect.Message { - mi := &file_tts_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TtsRspBody.ProtoReflect.Descriptor instead. -func (*TtsRspBody) Descriptor() ([]byte, []int) { - return file_tts_proto_rawDescGZIP(), []int{0} + RetCode uint32 `protobuf:"varint,1,opt"` + SessionId string `protobuf:"bytes,2,opt"` + OutSeq uint32 `protobuf:"varint,3,opt"` + VoiceData []*TtsVoiceItem `protobuf:"bytes,4,rep"` + Islast bool `protobuf:"varint,5,opt"` + PcmSampleRate uint32 `protobuf:"varint,6,opt"` + OpusSampleRate uint32 `protobuf:"varint,7,opt"` + OpusChannels uint32 `protobuf:"varint,8,opt"` + OpusBitRate uint32 `protobuf:"varint,9,opt"` + OpusFrameSize uint32 `protobuf:"varint,10,opt"` } func (x *TtsRspBody) GetRetCode() uint32 { @@ -141,44 +87,8 @@ func (x *TtsRspBody) GetOpusFrameSize() uint32 { } type TtsVoiceItem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Voice []byte `protobuf:"bytes,1,opt,name=voice,proto3" json:"voice,omitempty"` - Seq uint32 `protobuf:"varint,2,opt,name=seq,proto3" json:"seq,omitempty"` -} - -func (x *TtsVoiceItem) Reset() { - *x = TtsVoiceItem{} - if protoimpl.UnsafeEnabled { - mi := &file_tts_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TtsVoiceItem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TtsVoiceItem) ProtoMessage() {} - -func (x *TtsVoiceItem) ProtoReflect() protoreflect.Message { - mi := &file_tts_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TtsVoiceItem.ProtoReflect.Descriptor instead. -func (*TtsVoiceItem) Descriptor() ([]byte, []int) { - return file_tts_proto_rawDescGZIP(), []int{1} + Voice []byte `protobuf:"bytes,1,opt"` + Seq uint32 `protobuf:"varint,2,opt"` } func (x *TtsVoiceItem) GetVoice() []byte { @@ -194,114 +104,3 @@ func (x *TtsVoiceItem) GetSeq() uint32 { } return 0 } - -var File_tts_proto protoreflect.FileDescriptor - -var file_tts_proto_rawDesc = []byte{ - 0x0a, 0x09, 0x74, 0x74, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xe8, 0x02, 0x0a, 0x0a, - 0x54, 0x74, 0x73, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x19, 0x0a, 0x08, 0x72, 0x65, - 0x74, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x72, 0x65, - 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x65, 0x73, 0x73, 0x69, - 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x5f, 0x73, 0x65, 0x71, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x71, 0x12, 0x2c, 0x0a, - 0x0a, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x0d, 0x2e, 0x54, 0x74, 0x73, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x49, 0x74, 0x65, 0x6d, - 0x52, 0x09, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x69, - 0x73, 0x6c, 0x61, 0x73, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x6c, - 0x61, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0f, 0x70, 0x63, 0x6d, 0x5f, 0x73, 0x61, 0x6d, 0x70, 0x6c, - 0x65, 0x5f, 0x72, 0x61, 0x74, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x70, 0x63, - 0x6d, 0x53, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x52, 0x61, 0x74, 0x65, 0x12, 0x28, 0x0a, 0x10, 0x6f, - 0x70, 0x75, 0x73, 0x5f, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x5f, 0x72, 0x61, 0x74, 0x65, 0x18, - 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x6f, 0x70, 0x75, 0x73, 0x53, 0x61, 0x6d, 0x70, 0x6c, - 0x65, 0x52, 0x61, 0x74, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x6f, 0x70, 0x75, 0x73, 0x5f, 0x63, 0x68, - 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x6f, 0x70, - 0x75, 0x73, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x73, 0x12, 0x22, 0x0a, 0x0d, 0x6f, 0x70, - 0x75, 0x73, 0x5f, 0x62, 0x69, 0x74, 0x5f, 0x72, 0x61, 0x74, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x0b, 0x6f, 0x70, 0x75, 0x73, 0x42, 0x69, 0x74, 0x52, 0x61, 0x74, 0x65, 0x12, 0x26, - 0x0a, 0x0f, 0x6f, 0x70, 0x75, 0x73, 0x5f, 0x66, 0x72, 0x61, 0x6d, 0x65, 0x5f, 0x73, 0x69, 0x7a, - 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x6f, 0x70, 0x75, 0x73, 0x46, 0x72, 0x61, - 0x6d, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0x36, 0x0a, 0x0c, 0x54, 0x74, 0x73, 0x56, 0x6f, 0x69, - 0x63, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x12, 0x10, 0x0a, 0x03, - 0x73, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x73, 0x65, 0x71, 0x42, 0x0e, - 0x5a, 0x0c, 0x2e, 0x2f, 0x3b, 0x72, 0x69, 0x63, 0x68, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x62, 0x06, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_tts_proto_rawDescOnce sync.Once - file_tts_proto_rawDescData = file_tts_proto_rawDesc -) - -func file_tts_proto_rawDescGZIP() []byte { - file_tts_proto_rawDescOnce.Do(func() { - file_tts_proto_rawDescData = protoimpl.X.CompressGZIP(file_tts_proto_rawDescData) - }) - return file_tts_proto_rawDescData -} - -var file_tts_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_tts_proto_goTypes = []interface{}{ - (*TtsRspBody)(nil), // 0: TtsRspBody - (*TtsVoiceItem)(nil), // 1: TtsVoiceItem -} -var file_tts_proto_depIdxs = []int32{ - 1, // 0: TtsRspBody.voice_data:type_name -> TtsVoiceItem - 1, // [1:1] is the sub-list for method output_type - 1, // [1:1] is the sub-list for method input_type - 1, // [1:1] is the sub-list for extension type_name - 1, // [1:1] is the sub-list for extension extendee - 0, // [0:1] is the sub-list for field type_name -} - -func init() { file_tts_proto_init() } -func file_tts_proto_init() { - if File_tts_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_tts_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TtsRspBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_tts_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TtsVoiceItem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_tts_proto_rawDesc, - NumEnums: 0, - NumMessages: 2, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_tts_proto_goTypes, - DependencyIndexes: file_tts_proto_depIdxs, - MessageInfos: file_tts_proto_msgTypes, - }.Build() - File_tts_proto = out.File - file_tts_proto_rawDesc = nil - file_tts_proto_goTypes = nil - file_tts_proto_depIdxs = nil -} diff --git a/client/pb/structmsg/structmsg.pb.go b/client/pb/structmsg/structmsg.pb.go index 40a7b083..d8017749 100644 --- a/client/pb/structmsg/structmsg.pb.go +++ b/client/pb/structmsg/structmsg.pb.go @@ -1,65 +1,11 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.17.1 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: structmsg.proto package structmsg -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type AddFrdSNInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - NotSeeDynamic int32 `protobuf:"varint,1,opt,name=notSeeDynamic,proto3" json:"notSeeDynamic,omitempty"` - SetSn int32 `protobuf:"varint,2,opt,name=setSn,proto3" json:"setSn,omitempty"` -} - -func (x *AddFrdSNInfo) Reset() { - *x = AddFrdSNInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AddFrdSNInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AddFrdSNInfo) ProtoMessage() {} - -func (x *AddFrdSNInfo) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AddFrdSNInfo.ProtoReflect.Descriptor instead. -func (*AddFrdSNInfo) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{0} + NotSeeDynamic int32 `protobuf:"varint,1,opt"` + SetSn int32 `protobuf:"varint,2,opt"` } func (x *AddFrdSNInfo) GetNotSeeDynamic() int32 { @@ -77,59 +23,23 @@ func (x *AddFrdSNInfo) GetSetSn() int32 { } type FlagInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GrpMsgKickAdmin int32 `protobuf:"varint,1,opt,name=grpMsgKickAdmin,proto3" json:"grpMsgKickAdmin,omitempty"` - GrpMsgHiddenGrp int32 `protobuf:"varint,2,opt,name=grpMsgHiddenGrp,proto3" json:"grpMsgHiddenGrp,omitempty"` - GrpMsgWordingDown int32 `protobuf:"varint,3,opt,name=grpMsgWordingDown,proto3" json:"grpMsgWordingDown,omitempty"` - FrdMsgGetBusiCard int32 `protobuf:"varint,4,opt,name=frdMsgGetBusiCard,proto3" json:"frdMsgGetBusiCard,omitempty"` - GrpMsgGetOfficialAccount int32 `protobuf:"varint,5,opt,name=grpMsgGetOfficialAccount,proto3" json:"grpMsgGetOfficialAccount,omitempty"` - GrpMsgGetPayInGroup int32 `protobuf:"varint,6,opt,name=grpMsgGetPayInGroup,proto3" json:"grpMsgGetPayInGroup,omitempty"` - FrdMsgDiscuss2ManyChat int32 `protobuf:"varint,7,opt,name=frdMsgDiscuss2ManyChat,proto3" json:"frdMsgDiscuss2ManyChat,omitempty"` - GrpMsgNotAllowJoinGrpInviteNotFrd int32 `protobuf:"varint,8,opt,name=grpMsgNotAllowJoinGrpInviteNotFrd,proto3" json:"grpMsgNotAllowJoinGrpInviteNotFrd,omitempty"` - FrdMsgNeedWaitingMsg int32 `protobuf:"varint,9,opt,name=frdMsgNeedWaitingMsg,proto3" json:"frdMsgNeedWaitingMsg,omitempty"` - FrdMsgUint32NeedAllUnreadMsg int32 `protobuf:"varint,10,opt,name=frdMsgUint32NeedAllUnreadMsg,proto3" json:"frdMsgUint32NeedAllUnreadMsg,omitempty"` - GrpMsgNeedAutoAdminWording int32 `protobuf:"varint,11,opt,name=grpMsgNeedAutoAdminWording,proto3" json:"grpMsgNeedAutoAdminWording,omitempty"` - GrpMsgGetTransferGroupMsgFlag int32 `protobuf:"varint,12,opt,name=grpMsgGetTransferGroupMsgFlag,proto3" json:"grpMsgGetTransferGroupMsgFlag,omitempty"` - GrpMsgGetQuitPayGroupMsgFlag int32 `protobuf:"varint,13,opt,name=grpMsgGetQuitPayGroupMsgFlag,proto3" json:"grpMsgGetQuitPayGroupMsgFlag,omitempty"` - GrpMsgSupportInviteAutoJoin int32 `protobuf:"varint,14,opt,name=grpMsgSupportInviteAutoJoin,proto3" json:"grpMsgSupportInviteAutoJoin,omitempty"` - GrpMsgMaskInviteAutoJoin int32 `protobuf:"varint,15,opt,name=grpMsgMaskInviteAutoJoin,proto3" json:"grpMsgMaskInviteAutoJoin,omitempty"` - GrpMsgGetDisbandedByAdmin int32 `protobuf:"varint,16,opt,name=grpMsgGetDisbandedByAdmin,proto3" json:"grpMsgGetDisbandedByAdmin,omitempty"` - GrpMsgGetC2CInviteJoinGroup int32 `protobuf:"varint,17,opt,name=grpMsgGetC2cInviteJoinGroup,proto3" json:"grpMsgGetC2cInviteJoinGroup,omitempty"` -} - -func (x *FlagInfo) Reset() { - *x = FlagInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FlagInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FlagInfo) ProtoMessage() {} - -func (x *FlagInfo) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FlagInfo.ProtoReflect.Descriptor instead. -func (*FlagInfo) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{1} + GrpMsgKickAdmin int32 `protobuf:"varint,1,opt"` + GrpMsgHiddenGrp int32 `protobuf:"varint,2,opt"` + GrpMsgWordingDown int32 `protobuf:"varint,3,opt"` + FrdMsgGetBusiCard int32 `protobuf:"varint,4,opt"` + GrpMsgGetOfficialAccount int32 `protobuf:"varint,5,opt"` + GrpMsgGetPayInGroup int32 `protobuf:"varint,6,opt"` + FrdMsgDiscuss2ManyChat int32 `protobuf:"varint,7,opt"` + GrpMsgNotAllowJoinGrpInviteNotFrd int32 `protobuf:"varint,8,opt"` + FrdMsgNeedWaitingMsg int32 `protobuf:"varint,9,opt"` + FrdMsgUint32NeedAllUnreadMsg int32 `protobuf:"varint,10,opt"` + GrpMsgNeedAutoAdminWording int32 `protobuf:"varint,11,opt"` + GrpMsgGetTransferGroupMsgFlag int32 `protobuf:"varint,12,opt"` + GrpMsgGetQuitPayGroupMsgFlag int32 `protobuf:"varint,13,opt"` + GrpMsgSupportInviteAutoJoin int32 `protobuf:"varint,14,opt"` + GrpMsgMaskInviteAutoJoin int32 `protobuf:"varint,15,opt"` + GrpMsgGetDisbandedByAdmin int32 `protobuf:"varint,16,opt"` + GrpMsgGetC2CInviteJoinGroup int32 `protobuf:"varint,17,opt"` } func (x *FlagInfo) GetGrpMsgKickAdmin() int32 { @@ -252,44 +162,8 @@ func (x *FlagInfo) GetGrpMsgGetC2CInviteJoinGroup() int32 { } type FriendInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgJointFriend string `protobuf:"bytes,1,opt,name=msgJointFriend,proto3" json:"msgJointFriend,omitempty"` - MsgBlacklist string `protobuf:"bytes,2,opt,name=msgBlacklist,proto3" json:"msgBlacklist,omitempty"` -} - -func (x *FriendInfo) Reset() { - *x = FriendInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FriendInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FriendInfo) ProtoMessage() {} - -func (x *FriendInfo) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FriendInfo.ProtoReflect.Descriptor instead. -func (*FriendInfo) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{2} + MsgJointFriend string `protobuf:"bytes,1,opt"` + MsgBlacklist string `protobuf:"bytes,2,opt"` } func (x *FriendInfo) GetMsgJointFriend() string { @@ -307,48 +181,12 @@ func (x *FriendInfo) GetMsgBlacklist() string { } type SGroupInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - GroupAuthType int32 `protobuf:"varint,1,opt,name=groupAuthType,proto3" json:"groupAuthType,omitempty"` - DisplayAction int32 `protobuf:"varint,2,opt,name=displayAction,proto3" json:"displayAction,omitempty"` - MsgAlert string `protobuf:"bytes,3,opt,name=msgAlert,proto3" json:"msgAlert,omitempty"` - MsgDetailAlert string `protobuf:"bytes,4,opt,name=msgDetailAlert,proto3" json:"msgDetailAlert,omitempty"` - MsgOtherAdminDone string `protobuf:"bytes,5,opt,name=msgOtherAdminDone,proto3" json:"msgOtherAdminDone,omitempty"` - AppPrivilegeFlag int32 `protobuf:"varint,6,opt,name=appPrivilegeFlag,proto3" json:"appPrivilegeFlag,omitempty"` -} - -func (x *SGroupInfo) Reset() { - *x = SGroupInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SGroupInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SGroupInfo) ProtoMessage() {} - -func (x *SGroupInfo) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SGroupInfo.ProtoReflect.Descriptor instead. -func (*SGroupInfo) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{3} + GroupAuthType int32 `protobuf:"varint,1,opt"` + DisplayAction int32 `protobuf:"varint,2,opt"` + MsgAlert string `protobuf:"bytes,3,opt"` + MsgDetailAlert string `protobuf:"bytes,4,opt"` + MsgOtherAdminDone string `protobuf:"bytes,5,opt"` + AppPrivilegeFlag int32 `protobuf:"varint,6,opt"` } func (x *SGroupInfo) GetGroupAuthType() int32 { @@ -394,45 +232,9 @@ func (x *SGroupInfo) GetAppPrivilegeFlag() int32 { } type MsgInviteExt struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SrcType int32 `protobuf:"varint,1,opt,name=srcType,proto3" json:"srcType,omitempty"` - SrcCode int64 `protobuf:"varint,2,opt,name=srcCode,proto3" json:"srcCode,omitempty"` - WaitState int32 `protobuf:"varint,3,opt,name=waitState,proto3" json:"waitState,omitempty"` -} - -func (x *MsgInviteExt) Reset() { - *x = MsgInviteExt{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MsgInviteExt) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MsgInviteExt) ProtoMessage() {} - -func (x *MsgInviteExt) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MsgInviteExt.ProtoReflect.Descriptor instead. -func (*MsgInviteExt) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{4} + SrcType int32 `protobuf:"varint,1,opt"` + SrcCode int64 `protobuf:"varint,2,opt"` + WaitState int32 `protobuf:"varint,3,opt"` } func (x *MsgInviteExt) GetSrcType() int32 { @@ -457,44 +259,8 @@ func (x *MsgInviteExt) GetWaitState() int32 { } type MsgPayGroupExt struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - JoinGrpTime int64 `protobuf:"varint,1,opt,name=joinGrpTime,proto3" json:"joinGrpTime,omitempty"` - QuitGrpTime int64 `protobuf:"varint,2,opt,name=quitGrpTime,proto3" json:"quitGrpTime,omitempty"` -} - -func (x *MsgPayGroupExt) Reset() { - *x = MsgPayGroupExt{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MsgPayGroupExt) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MsgPayGroupExt) ProtoMessage() {} - -func (x *MsgPayGroupExt) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MsgPayGroupExt.ProtoReflect.Descriptor instead. -func (*MsgPayGroupExt) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{5} + JoinGrpTime int64 `protobuf:"varint,1,opt"` + QuitGrpTime int64 `protobuf:"varint,2,opt"` } func (x *MsgPayGroupExt) GetJoinGrpTime() int64 { @@ -512,50 +278,14 @@ func (x *MsgPayGroupExt) GetQuitGrpTime() int64 { } type ReqNextSystemMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgNum int32 `protobuf:"varint,1,opt,name=msgNum,proto3" json:"msgNum,omitempty"` - FollowingFriendSeq int64 `protobuf:"varint,2,opt,name=followingFriendSeq,proto3" json:"followingFriendSeq,omitempty"` - FollowingGroupSeq int64 `protobuf:"varint,3,opt,name=followingGroupSeq,proto3" json:"followingGroupSeq,omitempty"` - Checktype int32 `protobuf:"varint,4,opt,name=checktype,proto3" json:"checktype,omitempty"` - Flag *FlagInfo `protobuf:"bytes,5,opt,name=flag,proto3" json:"flag,omitempty"` - Language int32 `protobuf:"varint,6,opt,name=language,proto3" json:"language,omitempty"` - Version int32 `protobuf:"varint,7,opt,name=version,proto3" json:"version,omitempty"` - FriendMsgTypeFlag int64 `protobuf:"varint,8,opt,name=friendMsgTypeFlag,proto3" json:"friendMsgTypeFlag,omitempty"` -} - -func (x *ReqNextSystemMsg) Reset() { - *x = ReqNextSystemMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ReqNextSystemMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ReqNextSystemMsg) ProtoMessage() {} - -func (x *ReqNextSystemMsg) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ReqNextSystemMsg.ProtoReflect.Descriptor instead. -func (*ReqNextSystemMsg) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{6} + MsgNum int32 `protobuf:"varint,1,opt"` + FollowingFriendSeq int64 `protobuf:"varint,2,opt"` + FollowingGroupSeq int64 `protobuf:"varint,3,opt"` + Checktype int32 `protobuf:"varint,4,opt"` + Flag *FlagInfo `protobuf:"bytes,5,opt"` + Language int32 `protobuf:"varint,6,opt"` + Version int32 `protobuf:"varint,7,opt"` + FriendMsgTypeFlag int64 `protobuf:"varint,8,opt"` } func (x *ReqNextSystemMsg) GetMsgNum() int32 { @@ -615,47 +345,11 @@ func (x *ReqNextSystemMsg) GetFriendMsgTypeFlag() int64 { } type ReqSystemMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgNum int32 `protobuf:"varint,1,opt,name=msgNum,proto3" json:"msgNum,omitempty"` - LatestFriendSeq int64 `protobuf:"varint,2,opt,name=latestFriendSeq,proto3" json:"latestFriendSeq,omitempty"` - LatestGroupSeq int64 `protobuf:"varint,3,opt,name=latestGroupSeq,proto3" json:"latestGroupSeq,omitempty"` - Version int32 `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"` - Language int32 `protobuf:"varint,5,opt,name=language,proto3" json:"language,omitempty"` -} - -func (x *ReqSystemMsg) Reset() { - *x = ReqSystemMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ReqSystemMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ReqSystemMsg) ProtoMessage() {} - -func (x *ReqSystemMsg) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ReqSystemMsg.ProtoReflect.Descriptor instead. -func (*ReqSystemMsg) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{7} + MsgNum int32 `protobuf:"varint,1,opt"` + LatestFriendSeq int64 `protobuf:"varint,2,opt"` + LatestGroupSeq int64 `protobuf:"varint,3,opt"` + Version int32 `protobuf:"varint,4,opt"` + Language int32 `protobuf:"varint,5,opt"` } func (x *ReqSystemMsg) GetMsgNum() int32 { @@ -694,51 +388,15 @@ func (x *ReqSystemMsg) GetLanguage() int32 { } type ReqSystemMsgAction struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgType int32 `protobuf:"varint,1,opt,name=msgType,proto3" json:"msgType,omitempty"` - MsgSeq int64 `protobuf:"varint,2,opt,name=msgSeq,proto3" json:"msgSeq,omitempty"` - ReqUin int64 `protobuf:"varint,3,opt,name=reqUin,proto3" json:"reqUin,omitempty"` - SubType int32 `protobuf:"varint,4,opt,name=subType,proto3" json:"subType,omitempty"` - SrcId int32 `protobuf:"varint,5,opt,name=srcId,proto3" json:"srcId,omitempty"` - SubSrcId int32 `protobuf:"varint,6,opt,name=subSrcId,proto3" json:"subSrcId,omitempty"` - GroupMsgType int32 `protobuf:"varint,7,opt,name=groupMsgType,proto3" json:"groupMsgType,omitempty"` - ActionInfo *SystemMsgActionInfo `protobuf:"bytes,8,opt,name=actionInfo,proto3" json:"actionInfo,omitempty"` - Language int32 `protobuf:"varint,9,opt,name=language,proto3" json:"language,omitempty"` -} - -func (x *ReqSystemMsgAction) Reset() { - *x = ReqSystemMsgAction{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ReqSystemMsgAction) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ReqSystemMsgAction) ProtoMessage() {} - -func (x *ReqSystemMsgAction) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ReqSystemMsgAction.ProtoReflect.Descriptor instead. -func (*ReqSystemMsgAction) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{8} + MsgType int32 `protobuf:"varint,1,opt"` + MsgSeq int64 `protobuf:"varint,2,opt"` + ReqUin int64 `protobuf:"varint,3,opt"` + SubType int32 `protobuf:"varint,4,opt"` + SrcId int32 `protobuf:"varint,5,opt"` + SubSrcId int32 `protobuf:"varint,6,opt"` + GroupMsgType int32 `protobuf:"varint,7,opt"` + ActionInfo *SystemMsgActionInfo `protobuf:"bytes,8,opt"` + Language int32 `protobuf:"varint,9,opt"` } func (x *ReqSystemMsgAction) GetMsgType() int32 { @@ -805,53 +463,17 @@ func (x *ReqSystemMsgAction) GetLanguage() int32 { } type ReqSystemMsgNew struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MsgNum int32 `protobuf:"varint,1,opt,name=msgNum,proto3" json:"msgNum,omitempty"` - LatestFriendSeq int64 `protobuf:"varint,2,opt,name=latestFriendSeq,proto3" json:"latestFriendSeq,omitempty"` - LatestGroupSeq int64 `protobuf:"varint,3,opt,name=latestGroupSeq,proto3" json:"latestGroupSeq,omitempty"` - Version int32 `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"` - Checktype int32 `protobuf:"varint,5,opt,name=checktype,proto3" json:"checktype,omitempty"` - Flag *FlagInfo `protobuf:"bytes,6,opt,name=flag,proto3" json:"flag,omitempty"` - Language int32 `protobuf:"varint,7,opt,name=language,proto3" json:"language,omitempty"` - IsGetFrdRibbon bool `protobuf:"varint,8,opt,name=isGetFrdRibbon,proto3" json:"isGetFrdRibbon,omitempty"` - IsGetGrpRibbon bool `protobuf:"varint,9,opt,name=isGetGrpRibbon,proto3" json:"isGetGrpRibbon,omitempty"` - FriendMsgTypeFlag int64 `protobuf:"varint,10,opt,name=friendMsgTypeFlag,proto3" json:"friendMsgTypeFlag,omitempty"` - ReqMsgType int32 `protobuf:"varint,11,opt,name=reqMsgType,proto3" json:"reqMsgType,omitempty"` -} - -func (x *ReqSystemMsgNew) Reset() { - *x = ReqSystemMsgNew{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ReqSystemMsgNew) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ReqSystemMsgNew) ProtoMessage() {} - -func (x *ReqSystemMsgNew) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ReqSystemMsgNew.ProtoReflect.Descriptor instead. -func (*ReqSystemMsgNew) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{9} + MsgNum int32 `protobuf:"varint,1,opt"` + LatestFriendSeq int64 `protobuf:"varint,2,opt"` + LatestGroupSeq int64 `protobuf:"varint,3,opt"` + Version int32 `protobuf:"varint,4,opt"` + Checktype int32 `protobuf:"varint,5,opt"` + Flag *FlagInfo `protobuf:"bytes,6,opt"` + Language int32 `protobuf:"varint,7,opt"` + IsGetFrdRibbon bool `protobuf:"varint,8,opt"` + IsGetGrpRibbon bool `protobuf:"varint,9,opt"` + FriendMsgTypeFlag int64 `protobuf:"varint,10,opt"` + ReqMsgType int32 `protobuf:"varint,11,opt"` } func (x *ReqSystemMsgNew) GetMsgNum() int32 { @@ -932,46 +554,10 @@ func (x *ReqSystemMsgNew) GetReqMsgType() int32 { } type ReqSystemMsgRead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - LatestFriendSeq int64 `protobuf:"varint,1,opt,name=latestFriendSeq,proto3" json:"latestFriendSeq,omitempty"` - LatestGroupSeq int64 `protobuf:"varint,2,opt,name=latestGroupSeq,proto3" json:"latestGroupSeq,omitempty"` - Type int32 `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"` - Checktype int32 `protobuf:"varint,4,opt,name=checktype,proto3" json:"checktype,omitempty"` -} - -func (x *ReqSystemMsgRead) Reset() { - *x = ReqSystemMsgRead{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ReqSystemMsgRead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ReqSystemMsgRead) ProtoMessage() {} - -func (x *ReqSystemMsgRead) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ReqSystemMsgRead.ProtoReflect.Descriptor instead. -func (*ReqSystemMsgRead) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{10} + LatestFriendSeq int64 `protobuf:"varint,1,opt"` + LatestGroupSeq int64 `protobuf:"varint,2,opt"` + Type int32 `protobuf:"varint,3,opt"` + Checktype int32 `protobuf:"varint,4,opt"` } func (x *ReqSystemMsgRead) GetLatestFriendSeq() int64 { @@ -1003,44 +589,8 @@ func (x *ReqSystemMsgRead) GetChecktype() int32 { } type RspHead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"` - MsgFail string `protobuf:"bytes,2,opt,name=msgFail,proto3" json:"msgFail,omitempty"` -} - -func (x *RspHead) Reset() { - *x = RspHead{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RspHead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RspHead) ProtoMessage() {} - -func (x *RspHead) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RspHead.ProtoReflect.Descriptor instead. -func (*RspHead) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{11} + Result int32 `protobuf:"varint,1,opt"` + MsgFail string `protobuf:"bytes,2,opt"` } func (x *RspHead) GetResult() int32 { @@ -1058,50 +608,14 @@ func (x *RspHead) GetMsgFail() string { } type RspNextSystemMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Head *RspHead `protobuf:"bytes,1,opt,name=head,proto3" json:"head,omitempty"` - Msgs []*StructMsg `protobuf:"bytes,2,rep,name=msgs,proto3" json:"msgs,omitempty"` - FollowingFriendSeq int64 `protobuf:"varint,3,opt,name=followingFriendSeq,proto3" json:"followingFriendSeq,omitempty"` - FollowingGroupSeq int64 `protobuf:"varint,4,opt,name=followingGroupSeq,proto3" json:"followingGroupSeq,omitempty"` - Checktype int32 `protobuf:"varint,5,opt,name=checktype,proto3" json:"checktype,omitempty"` - GameNick string `protobuf:"bytes,100,opt,name=gameNick,proto3" json:"gameNick,omitempty"` - UndecidForQim []byte `protobuf:"bytes,101,opt,name=undecidForQim,proto3" json:"undecidForQim,omitempty"` - UnReadCount3 int32 `protobuf:"varint,102,opt,name=unReadCount3,proto3" json:"unReadCount3,omitempty"` -} - -func (x *RspNextSystemMsg) Reset() { - *x = RspNextSystemMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RspNextSystemMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RspNextSystemMsg) ProtoMessage() {} - -func (x *RspNextSystemMsg) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RspNextSystemMsg.ProtoReflect.Descriptor instead. -func (*RspNextSystemMsg) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{12} + Head *RspHead `protobuf:"bytes,1,opt"` + Msgs []*StructMsg `protobuf:"bytes,2,rep"` + FollowingFriendSeq int64 `protobuf:"varint,3,opt"` + FollowingGroupSeq int64 `protobuf:"varint,4,opt"` + Checktype int32 `protobuf:"varint,5,opt"` + GameNick string `protobuf:"bytes,100,opt"` + UndecidForQim []byte `protobuf:"bytes,101,opt"` + UnReadCount3 int32 `protobuf:"varint,102,opt"` } func (x *RspNextSystemMsg) GetHead() *RspHead { @@ -1161,50 +675,14 @@ func (x *RspNextSystemMsg) GetUnReadCount3() int32 { } type RspSystemMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Head *RspHead `protobuf:"bytes,1,opt,name=head,proto3" json:"head,omitempty"` - Msgs []*StructMsg `protobuf:"bytes,2,rep,name=msgs,proto3" json:"msgs,omitempty"` - UnreadCount int32 `protobuf:"varint,3,opt,name=unreadCount,proto3" json:"unreadCount,omitempty"` - LatestFriendSeq int64 `protobuf:"varint,4,opt,name=latestFriendSeq,proto3" json:"latestFriendSeq,omitempty"` - LatestGroupSeq int64 `protobuf:"varint,5,opt,name=latestGroupSeq,proto3" json:"latestGroupSeq,omitempty"` - FollowingFriendSeq int64 `protobuf:"varint,6,opt,name=followingFriendSeq,proto3" json:"followingFriendSeq,omitempty"` - FollowingGroupSeq int64 `protobuf:"varint,7,opt,name=followingGroupSeq,proto3" json:"followingGroupSeq,omitempty"` - MsgDisplay string `protobuf:"bytes,8,opt,name=msgDisplay,proto3" json:"msgDisplay,omitempty"` -} - -func (x *RspSystemMsg) Reset() { - *x = RspSystemMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RspSystemMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RspSystemMsg) ProtoMessage() {} - -func (x *RspSystemMsg) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RspSystemMsg.ProtoReflect.Descriptor instead. -func (*RspSystemMsg) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{13} + Head *RspHead `protobuf:"bytes,1,opt"` + Msgs []*StructMsg `protobuf:"bytes,2,rep"` + UnreadCount int32 `protobuf:"varint,3,opt"` + LatestFriendSeq int64 `protobuf:"varint,4,opt"` + LatestGroupSeq int64 `protobuf:"varint,5,opt"` + FollowingFriendSeq int64 `protobuf:"varint,6,opt"` + FollowingGroupSeq int64 `protobuf:"varint,7,opt"` + MsgDisplay string `protobuf:"bytes,8,opt"` } func (x *RspSystemMsg) GetHead() *RspHead { @@ -1264,47 +742,11 @@ func (x *RspSystemMsg) GetMsgDisplay() string { } type RspSystemMsgAction struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Head *RspHead `protobuf:"bytes,1,opt,name=head,proto3" json:"head,omitempty"` - MsgDetail string `protobuf:"bytes,2,opt,name=msgDetail,proto3" json:"msgDetail,omitempty"` - Type int32 `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"` - MsgInvalidDecided string `protobuf:"bytes,5,opt,name=msgInvalidDecided,proto3" json:"msgInvalidDecided,omitempty"` - RemarkResult int32 `protobuf:"varint,6,opt,name=remarkResult,proto3" json:"remarkResult,omitempty"` -} - -func (x *RspSystemMsgAction) Reset() { - *x = RspSystemMsgAction{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RspSystemMsgAction) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RspSystemMsgAction) ProtoMessage() {} - -func (x *RspSystemMsgAction) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RspSystemMsgAction.ProtoReflect.Descriptor instead. -func (*RspSystemMsgAction) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{14} + Head *RspHead `protobuf:"bytes,1,opt"` + MsgDetail string `protobuf:"bytes,2,opt"` + Type int32 `protobuf:"varint,3,opt"` + MsgInvalidDecided string `protobuf:"bytes,5,opt"` + RemarkResult int32 `protobuf:"varint,6,opt"` } func (x *RspSystemMsgAction) GetHead() *RspHead { @@ -1343,60 +785,24 @@ func (x *RspSystemMsgAction) GetRemarkResult() int32 { } type RspSystemMsgNew struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Head *RspHead `protobuf:"bytes,1,opt,name=head,proto3" json:"head,omitempty"` - UnreadFriendCount int32 `protobuf:"varint,2,opt,name=unreadFriendCount,proto3" json:"unreadFriendCount,omitempty"` - UnreadGroupCount int32 `protobuf:"varint,3,opt,name=unreadGroupCount,proto3" json:"unreadGroupCount,omitempty"` - LatestFriendSeq int64 `protobuf:"varint,4,opt,name=latestFriendSeq,proto3" json:"latestFriendSeq,omitempty"` - LatestGroupSeq int64 `protobuf:"varint,5,opt,name=latestGroupSeq,proto3" json:"latestGroupSeq,omitempty"` - FollowingFriendSeq int64 `protobuf:"varint,6,opt,name=followingFriendSeq,proto3" json:"followingFriendSeq,omitempty"` - FollowingGroupSeq int64 `protobuf:"varint,7,opt,name=followingGroupSeq,proto3" json:"followingGroupSeq,omitempty"` - Friendmsgs []*StructMsg `protobuf:"bytes,9,rep,name=friendmsgs,proto3" json:"friendmsgs,omitempty"` - Groupmsgs []*StructMsg `protobuf:"bytes,10,rep,name=groupmsgs,proto3" json:"groupmsgs,omitempty"` - MsgRibbonFriend *StructMsg `protobuf:"bytes,11,opt,name=msgRibbonFriend,proto3" json:"msgRibbonFriend,omitempty"` - MsgRibbonGroup *StructMsg `protobuf:"bytes,12,opt,name=msgRibbonGroup,proto3" json:"msgRibbonGroup,omitempty"` - MsgDisplay string `protobuf:"bytes,13,opt,name=msgDisplay,proto3" json:"msgDisplay,omitempty"` - GrpMsgDisplay string `protobuf:"bytes,14,opt,name=grpMsgDisplay,proto3" json:"grpMsgDisplay,omitempty"` - Over int32 `protobuf:"varint,15,opt,name=over,proto3" json:"over,omitempty"` - Checktype int32 `protobuf:"varint,20,opt,name=checktype,proto3" json:"checktype,omitempty"` - GameNick string `protobuf:"bytes,100,opt,name=gameNick,proto3" json:"gameNick,omitempty"` - UndecidForQim []byte `protobuf:"bytes,101,opt,name=undecidForQim,proto3" json:"undecidForQim,omitempty"` - UnReadCount3 int32 `protobuf:"varint,102,opt,name=unReadCount3,proto3" json:"unReadCount3,omitempty"` -} - -func (x *RspSystemMsgNew) Reset() { - *x = RspSystemMsgNew{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RspSystemMsgNew) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RspSystemMsgNew) ProtoMessage() {} - -func (x *RspSystemMsgNew) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RspSystemMsgNew.ProtoReflect.Descriptor instead. -func (*RspSystemMsgNew) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{15} + Head *RspHead `protobuf:"bytes,1,opt"` + UnreadFriendCount int32 `protobuf:"varint,2,opt"` + UnreadGroupCount int32 `protobuf:"varint,3,opt"` + LatestFriendSeq int64 `protobuf:"varint,4,opt"` + LatestGroupSeq int64 `protobuf:"varint,5,opt"` + FollowingFriendSeq int64 `protobuf:"varint,6,opt"` + FollowingGroupSeq int64 `protobuf:"varint,7,opt"` + Friendmsgs []*StructMsg `protobuf:"bytes,9,rep"` + Groupmsgs []*StructMsg `protobuf:"bytes,10,rep"` + MsgRibbonFriend *StructMsg `protobuf:"bytes,11,opt"` + MsgRibbonGroup *StructMsg `protobuf:"bytes,12,opt"` + MsgDisplay string `protobuf:"bytes,13,opt"` + GrpMsgDisplay string `protobuf:"bytes,14,opt"` + Over int32 `protobuf:"varint,15,opt"` + Checktype int32 `protobuf:"varint,20,opt"` + GameNick string `protobuf:"bytes,100,opt"` + UndecidForQim []byte `protobuf:"bytes,101,opt"` + UnReadCount3 int32 `protobuf:"varint,102,opt"` } func (x *RspSystemMsgNew) GetHead() *RspHead { @@ -1526,45 +932,9 @@ func (x *RspSystemMsgNew) GetUnReadCount3() int32 { } type RspSystemMsgRead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Head *RspHead `protobuf:"bytes,1,opt,name=head,proto3" json:"head,omitempty"` - Type int32 `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"` - Checktype int32 `protobuf:"varint,3,opt,name=checktype,proto3" json:"checktype,omitempty"` -} - -func (x *RspSystemMsgRead) Reset() { - *x = RspSystemMsgRead{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[16] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RspSystemMsgRead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RspSystemMsgRead) ProtoMessage() {} - -func (x *RspSystemMsgRead) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[16] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RspSystemMsgRead.ProtoReflect.Descriptor instead. -func (*RspSystemMsgRead) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{16} + Head *RspHead `protobuf:"bytes,1,opt"` + Type int32 `protobuf:"varint,2,opt"` + Checktype int32 `protobuf:"varint,3,opt"` } func (x *RspSystemMsgRead) GetHead() *RspHead { @@ -1589,49 +959,13 @@ func (x *RspSystemMsgRead) GetChecktype() int32 { } type StructMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Version int32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` - MsgType int32 `protobuf:"varint,2,opt,name=msgType,proto3" json:"msgType,omitempty"` - MsgSeq int64 `protobuf:"varint,3,opt,name=msgSeq,proto3" json:"msgSeq,omitempty"` - MsgTime int64 `protobuf:"varint,4,opt,name=msgTime,proto3" json:"msgTime,omitempty"` - ReqUin int64 `protobuf:"varint,5,opt,name=reqUin,proto3" json:"reqUin,omitempty"` - UnreadFlag int32 `protobuf:"varint,6,opt,name=unreadFlag,proto3" json:"unreadFlag,omitempty"` - Msg *SystemMsg `protobuf:"bytes,50,opt,name=msg,proto3" json:"msg,omitempty"` -} - -func (x *StructMsg) Reset() { - *x = StructMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[17] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StructMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StructMsg) ProtoMessage() {} - -func (x *StructMsg) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[17] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StructMsg.ProtoReflect.Descriptor instead. -func (*StructMsg) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{17} + Version int32 `protobuf:"varint,1,opt"` + MsgType int32 `protobuf:"varint,2,opt"` + MsgSeq int64 `protobuf:"varint,3,opt"` + MsgTime int64 `protobuf:"varint,4,opt"` + ReqUin int64 `protobuf:"varint,5,opt"` + UnreadFlag int32 `protobuf:"varint,6,opt"` + Msg *SystemMsg `protobuf:"bytes,50,opt"` } func (x *StructMsg) GetVersion() int32 { @@ -1684,94 +1018,58 @@ func (x *StructMsg) GetMsg() *SystemMsg { } type SystemMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SubType int32 `protobuf:"varint,1,opt,name=subType,proto3" json:"subType,omitempty"` - MsgTitle string `protobuf:"bytes,2,opt,name=msgTitle,proto3" json:"msgTitle,omitempty"` - MsgDescribe string `protobuf:"bytes,3,opt,name=msgDescribe,proto3" json:"msgDescribe,omitempty"` - MsgAdditional string `protobuf:"bytes,4,opt,name=msgAdditional,proto3" json:"msgAdditional,omitempty"` - MsgSource string `protobuf:"bytes,5,opt,name=msgSource,proto3" json:"msgSource,omitempty"` - MsgDecided string `protobuf:"bytes,6,opt,name=msgDecided,proto3" json:"msgDecided,omitempty"` - SrcId int32 `protobuf:"varint,7,opt,name=srcId,proto3" json:"srcId,omitempty"` - SubSrcId int32 `protobuf:"varint,8,opt,name=subSrcId,proto3" json:"subSrcId,omitempty"` - Actions []*SystemMsgAction `protobuf:"bytes,9,rep,name=actions,proto3" json:"actions,omitempty"` - GroupCode int64 `protobuf:"varint,10,opt,name=groupCode,proto3" json:"groupCode,omitempty"` - ActionUin int64 `protobuf:"varint,11,opt,name=actionUin,proto3" json:"actionUin,omitempty"` - GroupMsgType int32 `protobuf:"varint,12,opt,name=groupMsgType,proto3" json:"groupMsgType,omitempty"` - GroupInviterRole int32 `protobuf:"varint,13,opt,name=groupInviterRole,proto3" json:"groupInviterRole,omitempty"` - FriendInfo *FriendInfo `protobuf:"bytes,14,opt,name=friendInfo,proto3" json:"friendInfo,omitempty"` - GroupInfo *SGroupInfo `protobuf:"bytes,15,opt,name=groupInfo,proto3" json:"groupInfo,omitempty"` - ActorUin int64 `protobuf:"varint,16,opt,name=actorUin,proto3" json:"actorUin,omitempty"` - MsgActorDescribe string `protobuf:"bytes,17,opt,name=msgActorDescribe,proto3" json:"msgActorDescribe,omitempty"` - MsgAdditionalList string `protobuf:"bytes,18,opt,name=msgAdditionalList,proto3" json:"msgAdditionalList,omitempty"` - Relation int32 `protobuf:"varint,19,opt,name=relation,proto3" json:"relation,omitempty"` - Reqsubtype int32 `protobuf:"varint,20,opt,name=reqsubtype,proto3" json:"reqsubtype,omitempty"` - CloneUin int64 `protobuf:"varint,21,opt,name=cloneUin,proto3" json:"cloneUin,omitempty"` - DiscussUin int64 `protobuf:"varint,22,opt,name=discussUin,proto3" json:"discussUin,omitempty"` - EimGroupId int64 `protobuf:"varint,23,opt,name=eimGroupId,proto3" json:"eimGroupId,omitempty"` - MsgInviteExtinfo *MsgInviteExt `protobuf:"bytes,24,opt,name=msgInviteExtinfo,proto3" json:"msgInviteExtinfo,omitempty"` - MsgPayGroupExtinfo *MsgPayGroupExt `protobuf:"bytes,25,opt,name=msgPayGroupExtinfo,proto3" json:"msgPayGroupExtinfo,omitempty"` - SourceFlag int32 `protobuf:"varint,26,opt,name=sourceFlag,proto3" json:"sourceFlag,omitempty"` - GameNick []byte `protobuf:"bytes,27,opt,name=gameNick,proto3" json:"gameNick,omitempty"` - GameMsg []byte `protobuf:"bytes,28,opt,name=gameMsg,proto3" json:"gameMsg,omitempty"` - GroupFlagext3 int32 `protobuf:"varint,29,opt,name=groupFlagext3,proto3" json:"groupFlagext3,omitempty"` - GroupOwnerUin int64 `protobuf:"varint,30,opt,name=groupOwnerUin,proto3" json:"groupOwnerUin,omitempty"` - DoubtFlag int32 `protobuf:"varint,31,opt,name=doubtFlag,proto3" json:"doubtFlag,omitempty"` - WarningTips []byte `protobuf:"bytes,32,opt,name=warningTips,proto3" json:"warningTips,omitempty"` - NameMore []byte `protobuf:"bytes,33,opt,name=nameMore,proto3" json:"nameMore,omitempty"` - ReqUinFaceid int32 `protobuf:"varint,50,opt,name=reqUinFaceid,proto3" json:"reqUinFaceid,omitempty"` - ReqUinNick string `protobuf:"bytes,51,opt,name=reqUinNick,proto3" json:"reqUinNick,omitempty"` - GroupName string `protobuf:"bytes,52,opt,name=groupName,proto3" json:"groupName,omitempty"` - ActionUinNick string `protobuf:"bytes,53,opt,name=actionUinNick,proto3" json:"actionUinNick,omitempty"` - MsgQna string `protobuf:"bytes,54,opt,name=msgQna,proto3" json:"msgQna,omitempty"` - MsgDetail string `protobuf:"bytes,55,opt,name=msgDetail,proto3" json:"msgDetail,omitempty"` - GroupExtFlag int32 `protobuf:"varint,57,opt,name=groupExtFlag,proto3" json:"groupExtFlag,omitempty"` - ActorUinNick string `protobuf:"bytes,58,opt,name=actorUinNick,proto3" json:"actorUinNick,omitempty"` - PicUrl string `protobuf:"bytes,59,opt,name=picUrl,proto3" json:"picUrl,omitempty"` - CloneUinNick string `protobuf:"bytes,60,opt,name=cloneUinNick,proto3" json:"cloneUinNick,omitempty"` - ReqUinBusinessCard string `protobuf:"bytes,61,opt,name=reqUinBusinessCard,proto3" json:"reqUinBusinessCard,omitempty"` - EimGroupIdName string `protobuf:"bytes,63,opt,name=eimGroupIdName,proto3" json:"eimGroupIdName,omitempty"` - ReqUinPreRemark string `protobuf:"bytes,64,opt,name=reqUinPreRemark,proto3" json:"reqUinPreRemark,omitempty"` - ActionUinQqNick string `protobuf:"bytes,65,opt,name=actionUinQqNick,proto3" json:"actionUinQqNick,omitempty"` - ActionUinRemark string `protobuf:"bytes,66,opt,name=actionUinRemark,proto3" json:"actionUinRemark,omitempty"` - ReqUinGender int32 `protobuf:"varint,67,opt,name=reqUinGender,proto3" json:"reqUinGender,omitempty"` - ReqUinAge int32 `protobuf:"varint,68,opt,name=reqUinAge,proto3" json:"reqUinAge,omitempty"` - C2CInviteJoinGroupFlag int32 `protobuf:"varint,69,opt,name=c2cInviteJoinGroupFlag,proto3" json:"c2cInviteJoinGroupFlag,omitempty"` - CardSwitch int32 `protobuf:"varint,101,opt,name=cardSwitch,proto3" json:"cardSwitch,omitempty"` -} - -func (x *SystemMsg) Reset() { - *x = SystemMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[18] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SystemMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SystemMsg) ProtoMessage() {} - -func (x *SystemMsg) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[18] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SystemMsg.ProtoReflect.Descriptor instead. -func (*SystemMsg) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{18} + SubType int32 `protobuf:"varint,1,opt"` + MsgTitle string `protobuf:"bytes,2,opt"` + MsgDescribe string `protobuf:"bytes,3,opt"` + MsgAdditional string `protobuf:"bytes,4,opt"` + MsgSource string `protobuf:"bytes,5,opt"` + MsgDecided string `protobuf:"bytes,6,opt"` + SrcId int32 `protobuf:"varint,7,opt"` + SubSrcId int32 `protobuf:"varint,8,opt"` + Actions []*SystemMsgAction `protobuf:"bytes,9,rep"` + GroupCode int64 `protobuf:"varint,10,opt"` + ActionUin int64 `protobuf:"varint,11,opt"` + GroupMsgType int32 `protobuf:"varint,12,opt"` + GroupInviterRole int32 `protobuf:"varint,13,opt"` + FriendInfo *FriendInfo `protobuf:"bytes,14,opt"` + GroupInfo *SGroupInfo `protobuf:"bytes,15,opt"` + ActorUin int64 `protobuf:"varint,16,opt"` + MsgActorDescribe string `protobuf:"bytes,17,opt"` + MsgAdditionalList string `protobuf:"bytes,18,opt"` + Relation int32 `protobuf:"varint,19,opt"` + Reqsubtype int32 `protobuf:"varint,20,opt"` + CloneUin int64 `protobuf:"varint,21,opt"` + DiscussUin int64 `protobuf:"varint,22,opt"` + EimGroupId int64 `protobuf:"varint,23,opt"` + MsgInviteExtinfo *MsgInviteExt `protobuf:"bytes,24,opt"` + MsgPayGroupExtinfo *MsgPayGroupExt `protobuf:"bytes,25,opt"` + SourceFlag int32 `protobuf:"varint,26,opt"` + GameNick []byte `protobuf:"bytes,27,opt"` + GameMsg []byte `protobuf:"bytes,28,opt"` + GroupFlagext3 int32 `protobuf:"varint,29,opt"` + GroupOwnerUin int64 `protobuf:"varint,30,opt"` + DoubtFlag int32 `protobuf:"varint,31,opt"` + WarningTips []byte `protobuf:"bytes,32,opt"` + NameMore []byte `protobuf:"bytes,33,opt"` + ReqUinFaceid int32 `protobuf:"varint,50,opt"` + ReqUinNick string `protobuf:"bytes,51,opt"` + GroupName string `protobuf:"bytes,52,opt"` + ActionUinNick string `protobuf:"bytes,53,opt"` + MsgQna string `protobuf:"bytes,54,opt"` + MsgDetail string `protobuf:"bytes,55,opt"` + GroupExtFlag int32 `protobuf:"varint,57,opt"` + ActorUinNick string `protobuf:"bytes,58,opt"` + PicUrl string `protobuf:"bytes,59,opt"` + CloneUinNick string `protobuf:"bytes,60,opt"` + ReqUinBusinessCard string `protobuf:"bytes,61,opt"` + EimGroupIdName string `protobuf:"bytes,63,opt"` + ReqUinPreRemark string `protobuf:"bytes,64,opt"` + ActionUinQqNick string `protobuf:"bytes,65,opt"` + ActionUinRemark string `protobuf:"bytes,66,opt"` + ReqUinGender int32 `protobuf:"varint,67,opt"` + ReqUinAge int32 `protobuf:"varint,68,opt"` + C2CInviteJoinGroupFlag int32 `protobuf:"varint,69,opt"` + CardSwitch int32 `protobuf:"varint,101,opt"` } func (x *SystemMsg) GetSubType() int32 { @@ -2139,47 +1437,11 @@ func (x *SystemMsg) GetCardSwitch() int32 { } type SystemMsgAction struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` - Result string `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` - Action int32 `protobuf:"varint,3,opt,name=action,proto3" json:"action,omitempty"` - ActionInfo *SystemMsgActionInfo `protobuf:"bytes,4,opt,name=actionInfo,proto3" json:"actionInfo,omitempty"` - DetailName string `protobuf:"bytes,5,opt,name=detailName,proto3" json:"detailName,omitempty"` -} - -func (x *SystemMsgAction) Reset() { - *x = SystemMsgAction{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[19] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SystemMsgAction) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SystemMsgAction) ProtoMessage() {} - -func (x *SystemMsgAction) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[19] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SystemMsgAction.ProtoReflect.Descriptor instead. -func (*SystemMsgAction) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{19} + Name string `protobuf:"bytes,1,opt"` + Result string `protobuf:"bytes,2,opt"` + Action int32 `protobuf:"varint,3,opt"` + ActionInfo *SystemMsgActionInfo `protobuf:"bytes,4,opt"` + DetailName string `protobuf:"bytes,5,opt"` } func (x *SystemMsgAction) GetName() string { @@ -2218,50 +1480,14 @@ func (x *SystemMsgAction) GetDetailName() string { } type SystemMsgActionInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type int32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"` - GroupCode int64 `protobuf:"varint,2,opt,name=groupCode,proto3" json:"groupCode,omitempty"` - Sig []byte `protobuf:"bytes,3,opt,name=sig,proto3" json:"sig,omitempty"` - Msg string `protobuf:"bytes,50,opt,name=msg,proto3" json:"msg,omitempty"` - GroupId int32 `protobuf:"varint,51,opt,name=groupId,proto3" json:"groupId,omitempty"` - Remark string `protobuf:"bytes,52,opt,name=remark,proto3" json:"remark,omitempty"` - Blacklist bool `protobuf:"varint,53,opt,name=blacklist,proto3" json:"blacklist,omitempty"` - AddFrdSNInfo *AddFrdSNInfo `protobuf:"bytes,54,opt,name=addFrdSNInfo,proto3" json:"addFrdSNInfo,omitempty"` -} - -func (x *SystemMsgActionInfo) Reset() { - *x = SystemMsgActionInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_structmsg_proto_msgTypes[20] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SystemMsgActionInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SystemMsgActionInfo) ProtoMessage() {} - -func (x *SystemMsgActionInfo) ProtoReflect() protoreflect.Message { - mi := &file_structmsg_proto_msgTypes[20] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SystemMsgActionInfo.ProtoReflect.Descriptor instead. -func (*SystemMsgActionInfo) Descriptor() ([]byte, []int) { - return file_structmsg_proto_rawDescGZIP(), []int{20} + Type int32 `protobuf:"varint,1,opt"` + GroupCode int64 `protobuf:"varint,2,opt"` + Sig []byte `protobuf:"bytes,3,opt"` + Msg string `protobuf:"bytes,50,opt"` + GroupId int32 `protobuf:"varint,51,opt"` + Remark string `protobuf:"bytes,52,opt"` + Blacklist bool `protobuf:"varint,53,opt"` + AddFrdSNInfo *AddFrdSNInfo `protobuf:"bytes,54,opt"` } func (x *SystemMsgActionInfo) GetType() int32 { @@ -2319,801 +1545,3 @@ func (x *SystemMsgActionInfo) GetAddFrdSNInfo() *AddFrdSNInfo { } return nil } - -var File_structmsg_proto protoreflect.FileDescriptor - -var file_structmsg_proto_rawDesc = []byte{ - 0x0a, 0x0f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0x4a, 0x0a, 0x0c, 0x41, 0x64, 0x64, 0x46, 0x72, 0x64, 0x53, 0x4e, 0x49, 0x6e, 0x66, - 0x6f, 0x12, 0x24, 0x0a, 0x0d, 0x6e, 0x6f, 0x74, 0x53, 0x65, 0x65, 0x44, 0x79, 0x6e, 0x61, 0x6d, - 0x69, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x6e, 0x6f, 0x74, 0x53, 0x65, 0x65, - 0x44, 0x79, 0x6e, 0x61, 0x6d, 0x69, 0x63, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x65, 0x74, 0x53, 0x6e, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x65, 0x74, 0x53, 0x6e, 0x22, 0xee, 0x07, - 0x0a, 0x08, 0x46, 0x6c, 0x61, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x28, 0x0a, 0x0f, 0x67, 0x72, - 0x70, 0x4d, 0x73, 0x67, 0x4b, 0x69, 0x63, 0x6b, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x0f, 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x4b, 0x69, 0x63, 0x6b, 0x41, - 0x64, 0x6d, 0x69, 0x6e, 0x12, 0x28, 0x0a, 0x0f, 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x48, 0x69, - 0x64, 0x64, 0x65, 0x6e, 0x47, 0x72, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x67, - 0x72, 0x70, 0x4d, 0x73, 0x67, 0x48, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x47, 0x72, 0x70, 0x12, 0x2c, - 0x0a, 0x11, 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x44, - 0x6f, 0x77, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x67, 0x72, 0x70, 0x4d, 0x73, - 0x67, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x44, 0x6f, 0x77, 0x6e, 0x12, 0x2c, 0x0a, 0x11, - 0x66, 0x72, 0x64, 0x4d, 0x73, 0x67, 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x43, 0x61, 0x72, - 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x66, 0x72, 0x64, 0x4d, 0x73, 0x67, 0x47, - 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x43, 0x61, 0x72, 0x64, 0x12, 0x3a, 0x0a, 0x18, 0x67, 0x72, - 0x70, 0x4d, 0x73, 0x67, 0x47, 0x65, 0x74, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x69, 0x61, 0x6c, 0x41, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x18, 0x67, 0x72, - 0x70, 0x4d, 0x73, 0x67, 0x47, 0x65, 0x74, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x69, 0x61, 0x6c, 0x41, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, - 0x47, 0x65, 0x74, 0x50, 0x61, 0x79, 0x49, 0x6e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x13, 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x47, 0x65, 0x74, 0x50, 0x61, - 0x79, 0x49, 0x6e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x36, 0x0a, 0x16, 0x66, 0x72, 0x64, 0x4d, - 0x73, 0x67, 0x44, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x32, 0x4d, 0x61, 0x6e, 0x79, 0x43, 0x68, - 0x61, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x16, 0x66, 0x72, 0x64, 0x4d, 0x73, 0x67, - 0x44, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x32, 0x4d, 0x61, 0x6e, 0x79, 0x43, 0x68, 0x61, 0x74, - 0x12, 0x4c, 0x0a, 0x21, 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x4e, 0x6f, 0x74, 0x41, 0x6c, 0x6c, - 0x6f, 0x77, 0x4a, 0x6f, 0x69, 0x6e, 0x47, 0x72, 0x70, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x4e, - 0x6f, 0x74, 0x46, 0x72, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x21, 0x67, 0x72, 0x70, - 0x4d, 0x73, 0x67, 0x4e, 0x6f, 0x74, 0x41, 0x6c, 0x6c, 0x6f, 0x77, 0x4a, 0x6f, 0x69, 0x6e, 0x47, - 0x72, 0x70, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x4e, 0x6f, 0x74, 0x46, 0x72, 0x64, 0x12, 0x32, - 0x0a, 0x14, 0x66, 0x72, 0x64, 0x4d, 0x73, 0x67, 0x4e, 0x65, 0x65, 0x64, 0x57, 0x61, 0x69, 0x74, - 0x69, 0x6e, 0x67, 0x4d, 0x73, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x14, 0x66, 0x72, - 0x64, 0x4d, 0x73, 0x67, 0x4e, 0x65, 0x65, 0x64, 0x57, 0x61, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x4d, - 0x73, 0x67, 0x12, 0x42, 0x0a, 0x1c, 0x66, 0x72, 0x64, 0x4d, 0x73, 0x67, 0x55, 0x69, 0x6e, 0x74, - 0x33, 0x32, 0x4e, 0x65, 0x65, 0x64, 0x41, 0x6c, 0x6c, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4d, - 0x73, 0x67, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x1c, 0x66, 0x72, 0x64, 0x4d, 0x73, 0x67, - 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x4e, 0x65, 0x65, 0x64, 0x41, 0x6c, 0x6c, 0x55, 0x6e, 0x72, - 0x65, 0x61, 0x64, 0x4d, 0x73, 0x67, 0x12, 0x3e, 0x0a, 0x1a, 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, - 0x4e, 0x65, 0x65, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x57, 0x6f, 0x72, - 0x64, 0x69, 0x6e, 0x67, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x1a, 0x67, 0x72, 0x70, 0x4d, - 0x73, 0x67, 0x4e, 0x65, 0x65, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x57, - 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x44, 0x0a, 0x1d, 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, - 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x4d, 0x73, 0x67, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x1d, 0x67, - 0x72, 0x70, 0x4d, 0x73, 0x67, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x73, 0x67, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x42, 0x0a, 0x1c, - 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x47, 0x65, 0x74, 0x51, 0x75, 0x69, 0x74, 0x50, 0x61, 0x79, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x73, 0x67, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x0d, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x1c, 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x47, 0x65, 0x74, 0x51, 0x75, 0x69, - 0x74, 0x50, 0x61, 0x79, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x73, 0x67, 0x46, 0x6c, 0x61, 0x67, - 0x12, 0x40, 0x0a, 0x1b, 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, - 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x4a, 0x6f, 0x69, 0x6e, 0x18, - 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x1b, 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x53, 0x75, 0x70, - 0x70, 0x6f, 0x72, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x4a, 0x6f, - 0x69, 0x6e, 0x12, 0x3a, 0x0a, 0x18, 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x4d, 0x61, 0x73, 0x6b, - 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x4a, 0x6f, 0x69, 0x6e, 0x18, 0x0f, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x18, 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x4d, 0x61, 0x73, 0x6b, - 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x4a, 0x6f, 0x69, 0x6e, 0x12, 0x3c, - 0x0a, 0x19, 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x47, 0x65, 0x74, 0x44, 0x69, 0x73, 0x62, 0x61, - 0x6e, 0x64, 0x65, 0x64, 0x42, 0x79, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x18, 0x10, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x19, 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x47, 0x65, 0x74, 0x44, 0x69, 0x73, 0x62, - 0x61, 0x6e, 0x64, 0x65, 0x64, 0x42, 0x79, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x12, 0x40, 0x0a, 0x1b, - 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x47, 0x65, 0x74, 0x43, 0x32, 0x63, 0x49, 0x6e, 0x76, 0x69, - 0x74, 0x65, 0x4a, 0x6f, 0x69, 0x6e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x11, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x1b, 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x47, 0x65, 0x74, 0x43, 0x32, 0x63, 0x49, - 0x6e, 0x76, 0x69, 0x74, 0x65, 0x4a, 0x6f, 0x69, 0x6e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x58, - 0x0a, 0x0a, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x26, 0x0a, 0x0e, - 0x6d, 0x73, 0x67, 0x4a, 0x6f, 0x69, 0x6e, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6d, 0x73, 0x67, 0x4a, 0x6f, 0x69, 0x6e, 0x74, 0x46, 0x72, - 0x69, 0x65, 0x6e, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x73, 0x67, 0x42, 0x6c, 0x61, 0x63, 0x6b, - 0x6c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6d, 0x73, 0x67, 0x42, - 0x6c, 0x61, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x22, 0xf6, 0x01, 0x0a, 0x0a, 0x53, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x0a, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x41, 0x75, 0x74, 0x68, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x75, 0x74, 0x68, 0x54, 0x79, 0x70, 0x65, 0x12, 0x24, 0x0a, - 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x41, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x73, 0x67, 0x41, 0x6c, 0x65, 0x72, 0x74, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x73, 0x67, 0x41, 0x6c, 0x65, 0x72, 0x74, 0x12, - 0x26, 0x0a, 0x0e, 0x6d, 0x73, 0x67, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x41, 0x6c, 0x65, 0x72, - 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6d, 0x73, 0x67, 0x44, 0x65, 0x74, 0x61, - 0x69, 0x6c, 0x41, 0x6c, 0x65, 0x72, 0x74, 0x12, 0x2c, 0x0a, 0x11, 0x6d, 0x73, 0x67, 0x4f, 0x74, - 0x68, 0x65, 0x72, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x44, 0x6f, 0x6e, 0x65, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x11, 0x6d, 0x73, 0x67, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x41, 0x64, 0x6d, 0x69, - 0x6e, 0x44, 0x6f, 0x6e, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x61, 0x70, 0x70, 0x50, 0x72, 0x69, 0x76, - 0x69, 0x6c, 0x65, 0x67, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x10, 0x61, 0x70, 0x70, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x46, 0x6c, 0x61, - 0x67, 0x22, 0x60, 0x0a, 0x0c, 0x4d, 0x73, 0x67, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x45, 0x78, - 0x74, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x72, 0x63, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x07, 0x73, 0x72, 0x63, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, - 0x72, 0x63, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x73, 0x72, - 0x63, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x77, 0x61, 0x69, 0x74, 0x53, 0x74, 0x61, - 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x77, 0x61, 0x69, 0x74, 0x53, 0x74, - 0x61, 0x74, 0x65, 0x22, 0x54, 0x0a, 0x0e, 0x4d, 0x73, 0x67, 0x50, 0x61, 0x79, 0x47, 0x72, 0x6f, - 0x75, 0x70, 0x45, 0x78, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x6a, 0x6f, 0x69, 0x6e, 0x47, 0x72, 0x70, - 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x6a, 0x6f, 0x69, 0x6e, - 0x47, 0x72, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x71, 0x75, 0x69, 0x74, 0x47, - 0x72, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x71, 0x75, - 0x69, 0x74, 0x47, 0x72, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x22, 0xa9, 0x02, 0x0a, 0x10, 0x52, 0x65, - 0x71, 0x4e, 0x65, 0x78, 0x74, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x4d, 0x73, 0x67, 0x12, 0x16, - 0x0a, 0x06, 0x6d, 0x73, 0x67, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, - 0x6d, 0x73, 0x67, 0x4e, 0x75, 0x6d, 0x12, 0x2e, 0x0a, 0x12, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, - 0x69, 0x6e, 0x67, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x12, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x46, 0x72, 0x69, - 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x12, 0x2c, 0x0a, 0x11, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, - 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x03, 0x52, 0x11, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x53, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x74, 0x79, 0x70, - 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x74, 0x79, - 0x70, 0x65, 0x12, 0x1d, 0x0a, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x09, 0x2e, 0x46, 0x6c, 0x61, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x66, 0x6c, 0x61, - 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, - 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, - 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x2c, 0x0a, 0x11, 0x66, 0x72, 0x69, 0x65, 0x6e, - 0x64, 0x4d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x08, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x11, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x54, 0x79, 0x70, - 0x65, 0x46, 0x6c, 0x61, 0x67, 0x22, 0xae, 0x01, 0x0a, 0x0c, 0x52, 0x65, 0x71, 0x53, 0x79, 0x73, - 0x74, 0x65, 0x6d, 0x4d, 0x73, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, 0x67, 0x4e, 0x75, 0x6d, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x4e, 0x75, 0x6d, 0x12, 0x28, - 0x0a, 0x0f, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x53, 0x65, - 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x46, - 0x72, 0x69, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x12, 0x26, 0x0a, 0x0e, 0x6c, 0x61, 0x74, 0x65, - 0x73, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, - 0x52, 0x0e, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x71, - 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, - 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x6c, 0x61, - 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x22, 0xa0, 0x02, 0x0a, 0x12, 0x52, 0x65, 0x71, 0x53, 0x79, - 0x73, 0x74, 0x65, 0x6d, 0x4d, 0x73, 0x67, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x0a, - 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, - 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, 0x67, 0x53, 0x65, - 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, - 0x16, 0x0a, 0x06, 0x72, 0x65, 0x71, 0x55, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, - 0x06, 0x72, 0x65, 0x71, 0x55, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x62, 0x54, 0x79, - 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x73, 0x75, 0x62, 0x54, 0x79, 0x70, - 0x65, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x72, 0x63, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x05, 0x73, 0x72, 0x63, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x75, 0x62, 0x53, 0x72, - 0x63, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x73, 0x75, 0x62, 0x53, 0x72, - 0x63, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x73, 0x67, 0x54, - 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x4d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x34, 0x0a, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x53, 0x79, - 0x73, 0x74, 0x65, 0x6d, 0x4d, 0x73, 0x67, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, - 0x6f, 0x52, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, - 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x22, 0x8c, 0x03, 0x0a, 0x0f, 0x52, 0x65, - 0x71, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x4d, 0x73, 0x67, 0x4e, 0x65, 0x77, 0x12, 0x16, 0x0a, - 0x06, 0x6d, 0x73, 0x67, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6d, - 0x73, 0x67, 0x4e, 0x75, 0x6d, 0x12, 0x28, 0x0a, 0x0f, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x46, - 0x72, 0x69, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, - 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x12, - 0x26, 0x0a, 0x0e, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, - 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x47, - 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, - 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, - 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x74, 0x79, 0x70, 0x65, 0x12, - 0x1d, 0x0a, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, - 0x46, 0x6c, 0x61, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x66, 0x6c, 0x61, 0x67, 0x12, 0x1a, - 0x0a, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x69, 0x73, - 0x47, 0x65, 0x74, 0x46, 0x72, 0x64, 0x52, 0x69, 0x62, 0x62, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, - 0x28, 0x08, 0x52, 0x0e, 0x69, 0x73, 0x47, 0x65, 0x74, 0x46, 0x72, 0x64, 0x52, 0x69, 0x62, 0x62, - 0x6f, 0x6e, 0x12, 0x26, 0x0a, 0x0e, 0x69, 0x73, 0x47, 0x65, 0x74, 0x47, 0x72, 0x70, 0x52, 0x69, - 0x62, 0x62, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x69, 0x73, 0x47, 0x65, - 0x74, 0x47, 0x72, 0x70, 0x52, 0x69, 0x62, 0x62, 0x6f, 0x6e, 0x12, 0x2c, 0x0a, 0x11, 0x66, 0x72, - 0x69, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, - 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x11, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, - 0x54, 0x79, 0x70, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x4d, - 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x65, - 0x71, 0x4d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x22, 0x96, 0x01, 0x0a, 0x10, 0x52, 0x65, 0x71, - 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x61, 0x64, 0x12, 0x28, 0x0a, - 0x0f, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x46, 0x72, - 0x69, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x12, 0x26, 0x0a, 0x0e, 0x6c, 0x61, 0x74, 0x65, 0x73, - 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, - 0x0e, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x71, 0x12, - 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, - 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x74, 0x79, 0x70, 0x65, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x74, 0x79, 0x70, - 0x65, 0x22, 0x3b, 0x0a, 0x07, 0x52, 0x73, 0x70, 0x48, 0x65, 0x61, 0x64, 0x12, 0x16, 0x0a, 0x06, - 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x65, - 0x73, 0x75, 0x6c, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x46, 0x61, 0x69, 0x6c, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x46, 0x61, 0x69, 0x6c, 0x22, 0xb2, - 0x02, 0x0a, 0x10, 0x52, 0x73, 0x70, 0x4e, 0x65, 0x78, 0x74, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, - 0x4d, 0x73, 0x67, 0x12, 0x1c, 0x0a, 0x04, 0x68, 0x65, 0x61, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x08, 0x2e, 0x52, 0x73, 0x70, 0x48, 0x65, 0x61, 0x64, 0x52, 0x04, 0x68, 0x65, 0x61, - 0x64, 0x12, 0x1e, 0x0a, 0x04, 0x6d, 0x73, 0x67, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x0a, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x4d, 0x73, 0x67, 0x52, 0x04, 0x6d, 0x73, 0x67, - 0x73, 0x12, 0x2e, 0x0a, 0x12, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x46, 0x72, - 0x69, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, 0x66, - 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x53, 0x65, - 0x71, 0x12, 0x2c, 0x0a, 0x11, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x53, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x11, 0x66, 0x6f, - 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x71, 0x12, - 0x1c, 0x0a, 0x09, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x09, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, - 0x08, 0x67, 0x61, 0x6d, 0x65, 0x4e, 0x69, 0x63, 0x6b, 0x18, 0x64, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x08, 0x67, 0x61, 0x6d, 0x65, 0x4e, 0x69, 0x63, 0x6b, 0x12, 0x24, 0x0a, 0x0d, 0x75, 0x6e, 0x64, - 0x65, 0x63, 0x69, 0x64, 0x46, 0x6f, 0x72, 0x51, 0x69, 0x6d, 0x18, 0x65, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x0d, 0x75, 0x6e, 0x64, 0x65, 0x63, 0x69, 0x64, 0x46, 0x6f, 0x72, 0x51, 0x69, 0x6d, 0x12, - 0x22, 0x0a, 0x0c, 0x75, 0x6e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x33, 0x18, - 0x66, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x75, 0x6e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x75, - 0x6e, 0x74, 0x33, 0x22, 0xbe, 0x02, 0x0a, 0x0c, 0x52, 0x73, 0x70, 0x53, 0x79, 0x73, 0x74, 0x65, - 0x6d, 0x4d, 0x73, 0x67, 0x12, 0x1c, 0x0a, 0x04, 0x68, 0x65, 0x61, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x52, 0x73, 0x70, 0x48, 0x65, 0x61, 0x64, 0x52, 0x04, 0x68, 0x65, - 0x61, 0x64, 0x12, 0x1e, 0x0a, 0x04, 0x6d, 0x73, 0x67, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x0a, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x4d, 0x73, 0x67, 0x52, 0x04, 0x6d, 0x73, - 0x67, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x75, 0x6e, - 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x43, - 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x46, 0x72, - 0x69, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x6c, - 0x61, 0x74, 0x65, 0x73, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x12, 0x26, - 0x0a, 0x0e, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x71, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x53, 0x65, 0x71, 0x12, 0x2e, 0x0a, 0x12, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, - 0x69, 0x6e, 0x67, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x18, 0x06, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x12, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x46, 0x72, 0x69, - 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x12, 0x2c, 0x0a, 0x11, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, - 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x71, 0x18, 0x07, 0x20, 0x01, 0x28, - 0x03, 0x52, 0x11, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x53, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x73, 0x67, 0x44, 0x69, 0x73, 0x70, 0x6c, - 0x61, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x73, 0x67, 0x44, 0x69, 0x73, - 0x70, 0x6c, 0x61, 0x79, 0x22, 0xb6, 0x01, 0x0a, 0x12, 0x52, 0x73, 0x70, 0x53, 0x79, 0x73, 0x74, - 0x65, 0x6d, 0x4d, 0x73, 0x67, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x04, 0x68, - 0x65, 0x61, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x52, 0x73, 0x70, 0x48, - 0x65, 0x61, 0x64, 0x52, 0x04, 0x68, 0x65, 0x61, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x73, 0x67, - 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x73, - 0x67, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x6d, - 0x73, 0x67, 0x49, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x44, 0x65, 0x63, 0x69, 0x64, 0x65, 0x64, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x6d, 0x73, 0x67, 0x49, 0x6e, 0x76, 0x61, 0x6c, - 0x69, 0x64, 0x44, 0x65, 0x63, 0x69, 0x64, 0x65, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x72, 0x65, 0x6d, - 0x61, 0x72, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x0c, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0xd7, 0x05, - 0x0a, 0x0f, 0x52, 0x73, 0x70, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x4d, 0x73, 0x67, 0x4e, 0x65, - 0x77, 0x12, 0x1c, 0x0a, 0x04, 0x68, 0x65, 0x61, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x08, 0x2e, 0x52, 0x73, 0x70, 0x48, 0x65, 0x61, 0x64, 0x52, 0x04, 0x68, 0x65, 0x61, 0x64, 0x12, - 0x2c, 0x0a, 0x11, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x43, - 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x75, 0x6e, 0x72, 0x65, - 0x61, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2a, 0x0a, - 0x10, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x75, 0x6e, - 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x47, - 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x6c, 0x61, 0x74, - 0x65, 0x73, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x0f, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, - 0x53, 0x65, 0x71, 0x12, 0x26, 0x0a, 0x0e, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x47, 0x72, 0x6f, - 0x75, 0x70, 0x53, 0x65, 0x71, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x6c, 0x61, 0x74, - 0x65, 0x73, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x71, 0x12, 0x2e, 0x0a, 0x12, 0x66, - 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x53, 0x65, - 0x71, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, - 0x6e, 0x67, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x12, 0x2c, 0x0a, 0x11, 0x66, - 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x71, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x11, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, - 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x71, 0x12, 0x2a, 0x0a, 0x0a, 0x66, 0x72, 0x69, - 0x65, 0x6e, 0x64, 0x6d, 0x73, 0x67, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x2e, - 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x4d, 0x73, 0x67, 0x52, 0x0a, 0x66, 0x72, 0x69, 0x65, 0x6e, - 0x64, 0x6d, 0x73, 0x67, 0x73, 0x12, 0x28, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x6d, 0x73, - 0x67, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, - 0x74, 0x4d, 0x73, 0x67, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x6d, 0x73, 0x67, 0x73, 0x12, - 0x34, 0x0a, 0x0f, 0x6d, 0x73, 0x67, 0x52, 0x69, 0x62, 0x62, 0x6f, 0x6e, 0x46, 0x72, 0x69, 0x65, - 0x6e, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, - 0x74, 0x4d, 0x73, 0x67, 0x52, 0x0f, 0x6d, 0x73, 0x67, 0x52, 0x69, 0x62, 0x62, 0x6f, 0x6e, 0x46, - 0x72, 0x69, 0x65, 0x6e, 0x64, 0x12, 0x32, 0x0a, 0x0e, 0x6d, 0x73, 0x67, 0x52, 0x69, 0x62, 0x62, - 0x6f, 0x6e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, - 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x4d, 0x73, 0x67, 0x52, 0x0e, 0x6d, 0x73, 0x67, 0x52, 0x69, - 0x62, 0x62, 0x6f, 0x6e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x73, 0x67, - 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, - 0x73, 0x67, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x12, 0x24, 0x0a, 0x0d, 0x67, 0x72, 0x70, - 0x4d, 0x73, 0x67, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x0d, 0x67, 0x72, 0x70, 0x4d, 0x73, 0x67, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x12, - 0x12, 0x0a, 0x04, 0x6f, 0x76, 0x65, 0x72, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6f, - 0x76, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x74, 0x79, 0x70, 0x65, - 0x18, 0x14, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x74, 0x79, 0x70, - 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x67, 0x61, 0x6d, 0x65, 0x4e, 0x69, 0x63, 0x6b, 0x18, 0x64, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x08, 0x67, 0x61, 0x6d, 0x65, 0x4e, 0x69, 0x63, 0x6b, 0x12, 0x24, 0x0a, - 0x0d, 0x75, 0x6e, 0x64, 0x65, 0x63, 0x69, 0x64, 0x46, 0x6f, 0x72, 0x51, 0x69, 0x6d, 0x18, 0x65, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x75, 0x6e, 0x64, 0x65, 0x63, 0x69, 0x64, 0x46, 0x6f, 0x72, - 0x51, 0x69, 0x6d, 0x12, 0x22, 0x0a, 0x0c, 0x75, 0x6e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x75, - 0x6e, 0x74, 0x33, 0x18, 0x66, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x75, 0x6e, 0x52, 0x65, 0x61, - 0x64, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x33, 0x22, 0x62, 0x0a, 0x10, 0x52, 0x73, 0x70, 0x53, 0x79, - 0x73, 0x74, 0x65, 0x6d, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x61, 0x64, 0x12, 0x1c, 0x0a, 0x04, 0x68, - 0x65, 0x61, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x52, 0x73, 0x70, 0x48, - 0x65, 0x61, 0x64, 0x52, 0x04, 0x68, 0x65, 0x61, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, - 0x09, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x09, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x74, 0x79, 0x70, 0x65, 0x22, 0xc7, 0x01, 0x0a, 0x09, - 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, - 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, - 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, - 0x06, 0x6d, 0x73, 0x67, 0x53, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6d, - 0x73, 0x67, 0x53, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x12, - 0x16, 0x0a, 0x06, 0x72, 0x65, 0x71, 0x55, 0x69, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, - 0x06, 0x72, 0x65, 0x71, 0x55, 0x69, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x6e, 0x72, 0x65, 0x61, - 0x64, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x75, 0x6e, 0x72, - 0x65, 0x61, 0x64, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1c, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x32, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x4d, 0x73, 0x67, - 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0xc3, 0x0e, 0x0a, 0x09, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, - 0x4d, 0x73, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x62, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x73, 0x75, 0x62, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, - 0x08, 0x6d, 0x73, 0x67, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x08, 0x6d, 0x73, 0x67, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x6d, 0x73, 0x67, - 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, - 0x6d, 0x73, 0x67, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x6d, - 0x73, 0x67, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0d, 0x6d, 0x73, 0x67, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, - 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x73, 0x67, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x73, 0x67, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, - 0x1e, 0x0a, 0x0a, 0x6d, 0x73, 0x67, 0x44, 0x65, 0x63, 0x69, 0x64, 0x65, 0x64, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x73, 0x67, 0x44, 0x65, 0x63, 0x69, 0x64, 0x65, 0x64, 0x12, - 0x14, 0x0a, 0x05, 0x73, 0x72, 0x63, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, - 0x73, 0x72, 0x63, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x75, 0x62, 0x53, 0x72, 0x63, 0x49, - 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x73, 0x75, 0x62, 0x53, 0x72, 0x63, 0x49, - 0x64, 0x12, 0x2a, 0x0a, 0x07, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x09, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x4d, 0x73, 0x67, 0x41, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x07, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1c, 0x0a, - 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, - 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x69, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, - 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x69, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x4d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x2a, 0x0a, - 0x10, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, - 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, - 0x76, 0x69, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x2b, 0x0a, 0x0a, 0x66, 0x72, 0x69, - 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, - 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x66, 0x72, 0x69, 0x65, - 0x6e, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x29, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, - 0x6e, 0x66, 0x6f, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x53, 0x47, 0x72, 0x6f, - 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, - 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x10, 0x20, - 0x01, 0x28, 0x03, 0x52, 0x08, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x2a, 0x0a, - 0x10, 0x6d, 0x73, 0x67, 0x41, 0x63, 0x74, 0x6f, 0x72, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x62, - 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x6d, 0x73, 0x67, 0x41, 0x63, 0x74, 0x6f, - 0x72, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x6d, 0x73, 0x67, - 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x12, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x6d, 0x73, 0x67, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, - 0x6e, 0x61, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x6c, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x18, 0x13, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x65, 0x6c, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x73, 0x75, 0x62, 0x74, 0x79, 0x70, - 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x65, 0x71, 0x73, 0x75, 0x62, 0x74, - 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6c, 0x6f, 0x6e, 0x65, 0x55, 0x69, 0x6e, 0x18, - 0x15, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x63, 0x6c, 0x6f, 0x6e, 0x65, 0x55, 0x69, 0x6e, 0x12, - 0x1e, 0x0a, 0x0a, 0x64, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x55, 0x69, 0x6e, 0x18, 0x16, 0x20, - 0x01, 0x28, 0x03, 0x52, 0x0a, 0x64, 0x69, 0x73, 0x63, 0x75, 0x73, 0x73, 0x55, 0x69, 0x6e, 0x12, - 0x1e, 0x0a, 0x0a, 0x65, 0x69, 0x6d, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x18, 0x17, 0x20, - 0x01, 0x28, 0x03, 0x52, 0x0a, 0x65, 0x69, 0x6d, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x12, - 0x39, 0x0a, 0x10, 0x6d, 0x73, 0x67, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x45, 0x78, 0x74, 0x69, - 0x6e, 0x66, 0x6f, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x4d, 0x73, 0x67, 0x49, - 0x6e, 0x76, 0x69, 0x74, 0x65, 0x45, 0x78, 0x74, 0x52, 0x10, 0x6d, 0x73, 0x67, 0x49, 0x6e, 0x76, - 0x69, 0x74, 0x65, 0x45, 0x78, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x3f, 0x0a, 0x12, 0x6d, 0x73, - 0x67, 0x50, 0x61, 0x79, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x45, 0x78, 0x74, 0x69, 0x6e, 0x66, 0x6f, - 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x4d, 0x73, 0x67, 0x50, 0x61, 0x79, 0x47, - 0x72, 0x6f, 0x75, 0x70, 0x45, 0x78, 0x74, 0x52, 0x12, 0x6d, 0x73, 0x67, 0x50, 0x61, 0x79, 0x47, - 0x72, 0x6f, 0x75, 0x70, 0x45, 0x78, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x73, - 0x6f, 0x75, 0x72, 0x63, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x67, - 0x61, 0x6d, 0x65, 0x4e, 0x69, 0x63, 0x6b, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x67, - 0x61, 0x6d, 0x65, 0x4e, 0x69, 0x63, 0x6b, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x61, 0x6d, 0x65, 0x4d, - 0x73, 0x67, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x67, 0x61, 0x6d, 0x65, 0x4d, 0x73, - 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6c, 0x61, 0x67, 0x65, 0x78, - 0x74, 0x33, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x46, - 0x6c, 0x61, 0x67, 0x65, 0x78, 0x74, 0x33, 0x12, 0x24, 0x0a, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1c, 0x0a, - 0x09, 0x64, 0x6f, 0x75, 0x62, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x09, 0x64, 0x6f, 0x75, 0x62, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x20, 0x0a, 0x0b, 0x77, - 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x54, 0x69, 0x70, 0x73, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x0b, 0x77, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x54, 0x69, 0x70, 0x73, 0x12, 0x1a, 0x0a, - 0x08, 0x6e, 0x61, 0x6d, 0x65, 0x4d, 0x6f, 0x72, 0x65, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x08, 0x6e, 0x61, 0x6d, 0x65, 0x4d, 0x6f, 0x72, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x72, 0x65, 0x71, - 0x55, 0x69, 0x6e, 0x46, 0x61, 0x63, 0x65, 0x69, 0x64, 0x18, 0x32, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x0c, 0x72, 0x65, 0x71, 0x55, 0x69, 0x6e, 0x46, 0x61, 0x63, 0x65, 0x69, 0x64, 0x12, 0x1e, 0x0a, - 0x0a, 0x72, 0x65, 0x71, 0x55, 0x69, 0x6e, 0x4e, 0x69, 0x63, 0x6b, 0x18, 0x33, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0a, 0x72, 0x65, 0x71, 0x55, 0x69, 0x6e, 0x4e, 0x69, 0x63, 0x6b, 0x12, 0x1c, 0x0a, - 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x34, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x69, 0x6e, 0x4e, 0x69, 0x63, 0x6b, 0x18, 0x35, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0d, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x69, 0x6e, 0x4e, 0x69, 0x63, - 0x6b, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x73, 0x67, 0x51, 0x6e, 0x61, 0x18, 0x36, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x06, 0x6d, 0x73, 0x67, 0x51, 0x6e, 0x61, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x73, 0x67, - 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x18, 0x37, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x73, - 0x67, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x22, 0x0a, 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x45, 0x78, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x39, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x67, - 0x72, 0x6f, 0x75, 0x70, 0x45, 0x78, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x22, 0x0a, 0x0c, 0x61, - 0x63, 0x74, 0x6f, 0x72, 0x55, 0x69, 0x6e, 0x4e, 0x69, 0x63, 0x6b, 0x18, 0x3a, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0c, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x55, 0x69, 0x6e, 0x4e, 0x69, 0x63, 0x6b, 0x12, - 0x16, 0x0a, 0x06, 0x70, 0x69, 0x63, 0x55, 0x72, 0x6c, 0x18, 0x3b, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x06, 0x70, 0x69, 0x63, 0x55, 0x72, 0x6c, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x6c, 0x6f, 0x6e, 0x65, - 0x55, 0x69, 0x6e, 0x4e, 0x69, 0x63, 0x6b, 0x18, 0x3c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, - 0x6c, 0x6f, 0x6e, 0x65, 0x55, 0x69, 0x6e, 0x4e, 0x69, 0x63, 0x6b, 0x12, 0x2e, 0x0a, 0x12, 0x72, - 0x65, 0x71, 0x55, 0x69, 0x6e, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x43, 0x61, 0x72, - 0x64, 0x18, 0x3d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x72, 0x65, 0x71, 0x55, 0x69, 0x6e, 0x42, - 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x43, 0x61, 0x72, 0x64, 0x12, 0x26, 0x0a, 0x0e, 0x65, - 0x69, 0x6d, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x3f, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x0e, 0x65, 0x69, 0x6d, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x4e, - 0x61, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x71, 0x55, 0x69, 0x6e, 0x50, 0x72, 0x65, - 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x40, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, - 0x71, 0x55, 0x69, 0x6e, 0x50, 0x72, 0x65, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x28, 0x0a, - 0x0f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x69, 0x6e, 0x51, 0x71, 0x4e, 0x69, 0x63, 0x6b, - 0x18, 0x41, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x69, - 0x6e, 0x51, 0x71, 0x4e, 0x69, 0x63, 0x6b, 0x12, 0x28, 0x0a, 0x0f, 0x61, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x55, 0x69, 0x6e, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x42, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x0f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x69, 0x6e, 0x52, 0x65, 0x6d, 0x61, 0x72, - 0x6b, 0x12, 0x22, 0x0a, 0x0c, 0x72, 0x65, 0x71, 0x55, 0x69, 0x6e, 0x47, 0x65, 0x6e, 0x64, 0x65, - 0x72, 0x18, 0x43, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x72, 0x65, 0x71, 0x55, 0x69, 0x6e, 0x47, - 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x55, 0x69, 0x6e, 0x41, - 0x67, 0x65, 0x18, 0x44, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x72, 0x65, 0x71, 0x55, 0x69, 0x6e, - 0x41, 0x67, 0x65, 0x12, 0x36, 0x0a, 0x16, 0x63, 0x32, 0x63, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, - 0x4a, 0x6f, 0x69, 0x6e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x45, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x16, 0x63, 0x32, 0x63, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x4a, 0x6f, - 0x69, 0x6e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x63, - 0x61, 0x72, 0x64, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x18, 0x65, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x0a, 0x63, 0x61, 0x72, 0x64, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x22, 0xab, 0x01, 0x0a, 0x0f, - 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x4d, 0x73, 0x67, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, - 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, - 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x61, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x12, 0x34, 0x0a, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, - 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, - 0x4d, 0x73, 0x67, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x65, 0x74, - 0x61, 0x69, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64, - 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0xee, 0x01, 0x0a, 0x13, 0x53, 0x79, - 0x73, 0x74, 0x65, 0x6d, 0x4d, 0x73, 0x67, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, - 0x6f, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, - 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, - 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, - 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x69, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x03, 0x73, 0x69, 0x67, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x32, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x49, 0x64, 0x18, 0x33, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, - 0x64, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x34, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x6c, 0x61, - 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x35, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x62, 0x6c, - 0x61, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x31, 0x0a, 0x0c, 0x61, 0x64, 0x64, 0x46, 0x72, - 0x64, 0x53, 0x4e, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x36, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, - 0x41, 0x64, 0x64, 0x46, 0x72, 0x64, 0x53, 0x4e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0c, 0x61, 0x64, - 0x64, 0x46, 0x72, 0x64, 0x53, 0x4e, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x0e, 0x5a, 0x0c, 0x2e, 0x2f, - 0x3b, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x6d, 0x73, 0x67, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x33, -} - -var ( - file_structmsg_proto_rawDescOnce sync.Once - file_structmsg_proto_rawDescData = file_structmsg_proto_rawDesc -) - -func file_structmsg_proto_rawDescGZIP() []byte { - file_structmsg_proto_rawDescOnce.Do(func() { - file_structmsg_proto_rawDescData = protoimpl.X.CompressGZIP(file_structmsg_proto_rawDescData) - }) - return file_structmsg_proto_rawDescData -} - -var file_structmsg_proto_msgTypes = make([]protoimpl.MessageInfo, 21) -var file_structmsg_proto_goTypes = []interface{}{ - (*AddFrdSNInfo)(nil), // 0: AddFrdSNInfo - (*FlagInfo)(nil), // 1: FlagInfo - (*FriendInfo)(nil), // 2: FriendInfo - (*SGroupInfo)(nil), // 3: SGroupInfo - (*MsgInviteExt)(nil), // 4: MsgInviteExt - (*MsgPayGroupExt)(nil), // 5: MsgPayGroupExt - (*ReqNextSystemMsg)(nil), // 6: ReqNextSystemMsg - (*ReqSystemMsg)(nil), // 7: ReqSystemMsg - (*ReqSystemMsgAction)(nil), // 8: ReqSystemMsgAction - (*ReqSystemMsgNew)(nil), // 9: ReqSystemMsgNew - (*ReqSystemMsgRead)(nil), // 10: ReqSystemMsgRead - (*RspHead)(nil), // 11: RspHead - (*RspNextSystemMsg)(nil), // 12: RspNextSystemMsg - (*RspSystemMsg)(nil), // 13: RspSystemMsg - (*RspSystemMsgAction)(nil), // 14: RspSystemMsgAction - (*RspSystemMsgNew)(nil), // 15: RspSystemMsgNew - (*RspSystemMsgRead)(nil), // 16: RspSystemMsgRead - (*StructMsg)(nil), // 17: StructMsg - (*SystemMsg)(nil), // 18: SystemMsg - (*SystemMsgAction)(nil), // 19: SystemMsgAction - (*SystemMsgActionInfo)(nil), // 20: SystemMsgActionInfo -} -var file_structmsg_proto_depIdxs = []int32{ - 1, // 0: ReqNextSystemMsg.flag:type_name -> FlagInfo - 20, // 1: ReqSystemMsgAction.actionInfo:type_name -> SystemMsgActionInfo - 1, // 2: ReqSystemMsgNew.flag:type_name -> FlagInfo - 11, // 3: RspNextSystemMsg.head:type_name -> RspHead - 17, // 4: RspNextSystemMsg.msgs:type_name -> StructMsg - 11, // 5: RspSystemMsg.head:type_name -> RspHead - 17, // 6: RspSystemMsg.msgs:type_name -> StructMsg - 11, // 7: RspSystemMsgAction.head:type_name -> RspHead - 11, // 8: RspSystemMsgNew.head:type_name -> RspHead - 17, // 9: RspSystemMsgNew.friendmsgs:type_name -> StructMsg - 17, // 10: RspSystemMsgNew.groupmsgs:type_name -> StructMsg - 17, // 11: RspSystemMsgNew.msgRibbonFriend:type_name -> StructMsg - 17, // 12: RspSystemMsgNew.msgRibbonGroup:type_name -> StructMsg - 11, // 13: RspSystemMsgRead.head:type_name -> RspHead - 18, // 14: StructMsg.msg:type_name -> SystemMsg - 19, // 15: SystemMsg.actions:type_name -> SystemMsgAction - 2, // 16: SystemMsg.friendInfo:type_name -> FriendInfo - 3, // 17: SystemMsg.groupInfo:type_name -> SGroupInfo - 4, // 18: SystemMsg.msgInviteExtinfo:type_name -> MsgInviteExt - 5, // 19: SystemMsg.msgPayGroupExtinfo:type_name -> MsgPayGroupExt - 20, // 20: SystemMsgAction.actionInfo:type_name -> SystemMsgActionInfo - 0, // 21: SystemMsgActionInfo.addFrdSNInfo:type_name -> AddFrdSNInfo - 22, // [22:22] is the sub-list for method output_type - 22, // [22:22] is the sub-list for method input_type - 22, // [22:22] is the sub-list for extension type_name - 22, // [22:22] is the sub-list for extension extendee - 0, // [0:22] is the sub-list for field type_name -} - -func init() { file_structmsg_proto_init() } -func file_structmsg_proto_init() { - if File_structmsg_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_structmsg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AddFrdSNInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FlagInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FriendInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SGroupInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MsgInviteExt); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MsgPayGroupExt); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ReqNextSystemMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ReqSystemMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ReqSystemMsgAction); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ReqSystemMsgNew); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ReqSystemMsgRead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RspHead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RspNextSystemMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RspSystemMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RspSystemMsgAction); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RspSystemMsgNew); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RspSystemMsgRead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StructMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SystemMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SystemMsgAction); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_structmsg_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SystemMsgActionInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_structmsg_proto_rawDesc, - NumEnums: 0, - NumMessages: 21, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_structmsg_proto_goTypes, - DependencyIndexes: file_structmsg_proto_depIdxs, - MessageInfos: file_structmsg_proto_msgTypes, - }.Build() - File_structmsg_proto = out.File - file_structmsg_proto_rawDesc = nil - file_structmsg_proto_goTypes = nil - file_structmsg_proto_depIdxs = nil -} diff --git a/client/pb/web/WebSsoBody.pb.go b/client/pb/web/WebSsoBody.pb.go index e77cb586..49a5e55f 100644 --- a/client/pb/web/WebSsoBody.pb.go +++ b/client/pb/web/WebSsoBody.pb.go @@ -1,68 +1,14 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.27.1 -// protoc v3.14.0 +// Code generated by protoc-gen-golite. DO NOT EDIT. // source: WebSsoBody.proto package web -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - type STServiceMonitItem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Cmd *string `protobuf:"bytes,1,opt,name=cmd" json:"cmd,omitempty"` - Url *string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"` - Errcode *int32 `protobuf:"varint,3,opt,name=errcode" json:"errcode,omitempty"` - Cost *uint32 `protobuf:"varint,4,opt,name=cost" json:"cost,omitempty"` - Src *uint32 `protobuf:"varint,5,opt,name=src" json:"src,omitempty"` -} - -func (x *STServiceMonitItem) Reset() { - *x = STServiceMonitItem{} - if protoimpl.UnsafeEnabled { - mi := &file_WebSsoBody_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *STServiceMonitItem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*STServiceMonitItem) ProtoMessage() {} - -func (x *STServiceMonitItem) ProtoReflect() protoreflect.Message { - mi := &file_WebSsoBody_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use STServiceMonitItem.ProtoReflect.Descriptor instead. -func (*STServiceMonitItem) Descriptor() ([]byte, []int) { - return file_WebSsoBody_proto_rawDescGZIP(), []int{0} + Cmd *string `protobuf:"bytes,1,opt"` + Url *string `protobuf:"bytes,2,opt"` + Errcode *int32 `protobuf:"varint,3,opt"` + Cost *uint32 `protobuf:"varint,4,opt"` + Src *uint32 `protobuf:"varint,5,opt"` } func (x *STServiceMonitItem) GetCmd() string { @@ -101,43 +47,7 @@ func (x *STServiceMonitItem) GetSrc() uint32 { } type STServiceMonitReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - List []*STServiceMonitItem `protobuf:"bytes,1,rep,name=list" json:"list,omitempty"` -} - -func (x *STServiceMonitReq) Reset() { - *x = STServiceMonitReq{} - if protoimpl.UnsafeEnabled { - mi := &file_WebSsoBody_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *STServiceMonitReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*STServiceMonitReq) ProtoMessage() {} - -func (x *STServiceMonitReq) ProtoReflect() protoreflect.Message { - mi := &file_WebSsoBody_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use STServiceMonitReq.ProtoReflect.Descriptor instead. -func (*STServiceMonitReq) Descriptor() ([]byte, []int) { - return file_WebSsoBody_proto_rawDescGZIP(), []int{1} + List []*STServiceMonitItem `protobuf:"bytes,1,rep"` } func (x *STServiceMonitReq) GetList() []*STServiceMonitItem { @@ -148,44 +58,8 @@ func (x *STServiceMonitReq) GetList() []*STServiceMonitItem { } type WebSsoControlData struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Frequency *uint32 `protobuf:"varint,1,opt,name=frequency" json:"frequency,omitempty"` - PackageSize *uint32 `protobuf:"varint,2,opt,name=packageSize" json:"packageSize,omitempty"` -} - -func (x *WebSsoControlData) Reset() { - *x = WebSsoControlData{} - if protoimpl.UnsafeEnabled { - mi := &file_WebSsoBody_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *WebSsoControlData) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*WebSsoControlData) ProtoMessage() {} - -func (x *WebSsoControlData) ProtoReflect() protoreflect.Message { - mi := &file_WebSsoBody_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use WebSsoControlData.ProtoReflect.Descriptor instead. -func (*WebSsoControlData) Descriptor() ([]byte, []int) { - return file_WebSsoBody_proto_rawDescGZIP(), []int{2} + Frequency *uint32 `protobuf:"varint,1,opt"` + PackageSize *uint32 `protobuf:"varint,2,opt"` } func (x *WebSsoControlData) GetFrequency() uint32 { @@ -203,46 +77,10 @@ func (x *WebSsoControlData) GetPackageSize() uint32 { } type WebSsoRequestBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Version *uint32 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"` - Type *uint32 `protobuf:"varint,2,opt,name=type" json:"type,omitempty"` - Data *string `protobuf:"bytes,3,opt,name=data" json:"data,omitempty"` - WebData *string `protobuf:"bytes,4,opt,name=webData" json:"webData,omitempty"` -} - -func (x *WebSsoRequestBody) Reset() { - *x = WebSsoRequestBody{} - if protoimpl.UnsafeEnabled { - mi := &file_WebSsoBody_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *WebSsoRequestBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*WebSsoRequestBody) ProtoMessage() {} - -func (x *WebSsoRequestBody) ProtoReflect() protoreflect.Message { - mi := &file_WebSsoBody_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use WebSsoRequestBody.ProtoReflect.Descriptor instead. -func (*WebSsoRequestBody) Descriptor() ([]byte, []int) { - return file_WebSsoBody_proto_rawDescGZIP(), []int{3} + Version *uint32 `protobuf:"varint,1,opt"` + Type *uint32 `protobuf:"varint,2,opt"` + Data *string `protobuf:"bytes,3,opt"` + WebData *string `protobuf:"bytes,4,opt"` } func (x *WebSsoRequestBody) GetVersion() uint32 { @@ -274,47 +112,11 @@ func (x *WebSsoRequestBody) GetWebData() string { } type WebSsoResponseBody struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Version *uint32 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"` - Type *uint32 `protobuf:"varint,2,opt,name=type" json:"type,omitempty"` - Ret *uint32 `protobuf:"varint,3,opt,name=ret" json:"ret,omitempty"` - Data *string `protobuf:"bytes,4,opt,name=data" json:"data,omitempty"` - ControlData *WebSsoControlData `protobuf:"bytes,5,opt,name=controlData" json:"controlData,omitempty"` -} - -func (x *WebSsoResponseBody) Reset() { - *x = WebSsoResponseBody{} - if protoimpl.UnsafeEnabled { - mi := &file_WebSsoBody_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *WebSsoResponseBody) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*WebSsoResponseBody) ProtoMessage() {} - -func (x *WebSsoResponseBody) ProtoReflect() protoreflect.Message { - mi := &file_WebSsoBody_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use WebSsoResponseBody.ProtoReflect.Descriptor instead. -func (*WebSsoResponseBody) Descriptor() ([]byte, []int) { - return file_WebSsoBody_proto_rawDescGZIP(), []int{4} + Version *uint32 `protobuf:"varint,1,opt"` + Type *uint32 `protobuf:"varint,2,opt"` + Ret *uint32 `protobuf:"varint,3,opt"` + Data *string `protobuf:"bytes,4,opt"` + ControlData *WebSsoControlData `protobuf:"bytes,5,opt"` } func (x *WebSsoResponseBody) GetVersion() uint32 { @@ -351,161 +153,3 @@ func (x *WebSsoResponseBody) GetControlData() *WebSsoControlData { } return nil } - -var File_WebSsoBody_proto protoreflect.FileDescriptor - -var file_WebSsoBody_proto_rawDesc = []byte{ - 0x0a, 0x10, 0x57, 0x65, 0x62, 0x53, 0x73, 0x6f, 0x42, 0x6f, 0x64, 0x79, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x22, 0x78, 0x0a, 0x12, 0x53, 0x54, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4d, - 0x6f, 0x6e, 0x69, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x6d, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x63, 0x6d, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, - 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x18, 0x0a, 0x07, - 0x65, 0x72, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x65, - 0x72, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x73, 0x74, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x63, 0x6f, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x72, - 0x63, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x73, 0x72, 0x63, 0x22, 0x3c, 0x0a, 0x11, - 0x53, 0x54, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x52, 0x65, - 0x71, 0x12, 0x27, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x13, 0x2e, 0x53, 0x54, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x6e, 0x69, 0x74, - 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x53, 0x0a, 0x11, 0x57, 0x65, - 0x62, 0x53, 0x73, 0x6f, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x12, - 0x1c, 0x0a, 0x09, 0x66, 0x72, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x79, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x09, 0x66, 0x72, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x79, 0x12, 0x20, 0x0a, - 0x0b, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0b, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, - 0x6f, 0x0a, 0x11, 0x57, 0x65, 0x62, 0x53, 0x73, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, - 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x74, 0x79, - 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x18, 0x0a, 0x07, 0x77, 0x65, 0x62, 0x44, 0x61, 0x74, - 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x77, 0x65, 0x62, 0x44, 0x61, 0x74, 0x61, - 0x22, 0x9e, 0x01, 0x0a, 0x12, 0x57, 0x65, 0x62, 0x53, 0x73, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, - 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, - 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x65, 0x74, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x03, 0x72, 0x65, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x34, 0x0a, 0x0b, 0x63, - 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x12, 0x2e, 0x57, 0x65, 0x62, 0x53, 0x73, 0x6f, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, - 0x44, 0x61, 0x74, 0x61, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x44, 0x61, 0x74, - 0x61, 0x42, 0x08, 0x5a, 0x06, 0x2e, 0x2f, 0x3b, 0x77, 0x65, 0x62, -} - -var ( - file_WebSsoBody_proto_rawDescOnce sync.Once - file_WebSsoBody_proto_rawDescData = file_WebSsoBody_proto_rawDesc -) - -func file_WebSsoBody_proto_rawDescGZIP() []byte { - file_WebSsoBody_proto_rawDescOnce.Do(func() { - file_WebSsoBody_proto_rawDescData = protoimpl.X.CompressGZIP(file_WebSsoBody_proto_rawDescData) - }) - return file_WebSsoBody_proto_rawDescData -} - -var file_WebSsoBody_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_WebSsoBody_proto_goTypes = []interface{}{ - (*STServiceMonitItem)(nil), // 0: STServiceMonitItem - (*STServiceMonitReq)(nil), // 1: STServiceMonitReq - (*WebSsoControlData)(nil), // 2: WebSsoControlData - (*WebSsoRequestBody)(nil), // 3: WebSsoRequestBody - (*WebSsoResponseBody)(nil), // 4: WebSsoResponseBody -} -var file_WebSsoBody_proto_depIdxs = []int32{ - 0, // 0: STServiceMonitReq.list:type_name -> STServiceMonitItem - 2, // 1: WebSsoResponseBody.controlData:type_name -> WebSsoControlData - 2, // [2:2] is the sub-list for method output_type - 2, // [2:2] is the sub-list for method input_type - 2, // [2:2] is the sub-list for extension type_name - 2, // [2:2] is the sub-list for extension extendee - 0, // [0:2] is the sub-list for field type_name -} - -func init() { file_WebSsoBody_proto_init() } -func file_WebSsoBody_proto_init() { - if File_WebSsoBody_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_WebSsoBody_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*STServiceMonitItem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_WebSsoBody_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*STServiceMonitReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_WebSsoBody_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WebSsoControlData); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_WebSsoBody_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WebSsoRequestBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_WebSsoBody_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WebSsoResponseBody); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_WebSsoBody_proto_rawDesc, - NumEnums: 0, - NumMessages: 5, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_WebSsoBody_proto_goTypes, - DependencyIndexes: file_WebSsoBody_proto_depIdxs, - MessageInfos: file_WebSsoBody_proto_msgTypes, - }.Build() - File_WebSsoBody_proto = out.File - file_WebSsoBody_proto_rawDesc = nil - file_WebSsoBody_proto_goTypes = nil - file_WebSsoBody_proto_depIdxs = nil -} diff --git a/go.mod b/go.mod index 337c07b1..36c60f7f 100644 --- a/go.mod +++ b/go.mod @@ -1,14 +1,22 @@ module github.com/Mrs4s/MiraiGo -go 1.16 +go 1.17 require ( - github.com/RomiChan/protobuf v0.0.0-20211124134334-257932207c53 + github.com/RomiChan/protobuf v0.0.0-20211125122917-f25ff86662ad github.com/klauspost/compress v1.13.6 github.com/pkg/errors v0.9.1 - github.com/stretchr/testify v1.3.0 + github.com/stretchr/testify v1.7.0 github.com/tidwall/gjson v1.11.0 - golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f + golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c - google.golang.org/protobuf v1.27.1 +) + +require ( + github.com/davecgh/go-spew v1.1.0 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/tidwall/match v1.1.1 // indirect + github.com/tidwall/pretty v1.2.0 // indirect + golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect + gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect ) diff --git a/go.sum b/go.sum index 39bca60f..1cf873dd 100644 --- a/go.sum +++ b/go.sum @@ -1,9 +1,8 @@ -github.com/RomiChan/protobuf v0.0.0-20211124134334-257932207c53 h1:sbaXMniSPMlCKtwrBvCZd53kUf2upvmOE/Dku6gFtXY= -github.com/RomiChan/protobuf v0.0.0-20211124134334-257932207c53/go.mod h1:2h54jTA7gqc5o5UjwPUZm0G8D218mEpu8WYAnNcvE7I= +github.com/RomiChan/protobuf v0.0.0-20211125122917-f25ff86662ad h1:7KqtCQ/wDPVeIvtpI8c82vhjjy17VWUCWaPIrway69Q= +github.com/RomiChan/protobuf v0.0.0-20211125122917-f25ff86662ad/go.mod h1:lM1Te2wqdBLPSF7QLaskSn1fGW3Tw2l0iFGsTHTxqIg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/klauspost/compress v1.13.6 h1:P76CopJELS0TiO2mebmnzgWaajssP/EszplttgQxcgc= github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= @@ -12,16 +11,16 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q= -github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= +github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= +github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/tidwall/gjson v1.11.0 h1:C16pk7tQNiH6VlCrtIXL1w8GaOsi1X3W8KDkE1BuYd4= github.com/tidwall/gjson v1.11.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA= github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM= github.com/tidwall/pretty v1.2.0 h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs= github.com/tidwall/pretty v1.2.0/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU= -golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f h1:OfiFi4JbukWwe3lzw+xunroH1mnC1e2Gy5cxNJApiSY= -golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 h1:0qxwC5n+ttVOINCBeRHO0nq9X7uy8SDsPoi5OaCdIEI= +golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -30,8 +29,10 @@ golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= -google.golang.org/protobuf v1.27.1 h1:SnqbnDw1V7RiZcXPx5MEeqPv2s79L9i7BJUlG/+RurQ= google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= +gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=