|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
|
// versions:
|
|
|
|
|
// protoc-gen-go v1.25.0
|
|
|
|
|
// protoc v3.12.3
|
|
|
|
|
// protoc v3.11.4
|
|
|
|
|
// source: data.proto
|
|
|
|
|
|
|
|
|
|
package pb
|
|
|
|
@ -2259,6 +2259,116 @@ func (x *Sub8AMsgInfo) GetDevSeq() int32 {
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
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[23]
|
|
|
|
|
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[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 SubB3.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*SubB3) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_data_proto_rawDescGZIP(), []int{23}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *SubB3) GetType() int32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Type
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *SubB3) GetMsgAddFrdNotify() *SubB3AddFrdNotify {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.MsgAddFrdNotify
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
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[24]
|
|
|
|
|
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[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 SubB3AddFrdNotify.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*SubB3AddFrdNotify) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_data_proto_rawDescGZIP(), []int{24}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *SubB3AddFrdNotify) GetUin() int64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Uin
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *SubB3AddFrdNotify) GetNick() string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Nick
|
|
|
|
|
}
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var File_data_proto protoreflect.FileDescriptor
|
|
|
|
|
|
|
|
|
|
var file_data_proto_rawDesc = []byte{
|
|
|
|
@ -2603,8 +2713,17 @@ var file_data_proto_rawDesc = []byte{
|
|
|
|
|
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, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62,
|
|
|
|
|
0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
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, 0x42, 0x06, 0x5a,
|
|
|
|
|
0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var (
|
|
|
|
@ -2619,7 +2738,7 @@ func file_data_proto_rawDescGZIP() []byte {
|
|
|
|
|
return file_data_proto_rawDescData
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var file_data_proto_msgTypes = make([]protoimpl.MessageInfo, 23)
|
|
|
|
|
var file_data_proto_msgTypes = make([]protoimpl.MessageInfo, 25)
|
|
|
|
|
var file_data_proto_goTypes = []interface{}{
|
|
|
|
|
(*DeviceInfo)(nil), // 0: DeviceInfo
|
|
|
|
|
(*RequestBody)(nil), // 1: RequestBody
|
|
|
|
@ -2644,6 +2763,8 @@ var file_data_proto_goTypes = []interface{}{
|
|
|
|
|
(*SubD4)(nil), // 20: SubD4
|
|
|
|
|
(*Sub8A)(nil), // 21: Sub8A
|
|
|
|
|
(*Sub8AMsgInfo)(nil), // 22: Sub8AMsgInfo
|
|
|
|
|
(*SubB3)(nil), // 23: SubB3
|
|
|
|
|
(*SubB3AddFrdNotify)(nil), // 24: SubB3AddFrdNotify
|
|
|
|
|
}
|
|
|
|
|
var file_data_proto_depIdxs = []int32{
|
|
|
|
|
2, // 0: RequestBody.rpt_config_list:type_name -> ConfigSeq
|
|
|
|
@ -2660,11 +2781,12 @@ var file_data_proto_depIdxs = []int32{
|
|
|
|
|
18, // 11: NotifyMsgBody.optMsgRecall:type_name -> MessageRecallReminder
|
|
|
|
|
19, // 12: MessageRecallReminder.recalledMsgList:type_name -> RecalledMessageMeta
|
|
|
|
|
22, // 13: Sub8A.msg_info:type_name -> Sub8AMsgInfo
|
|
|
|
|
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
|
|
|
|
|
24, // 14: SubB3.msgAddFrdNotify:type_name -> SubB3AddFrdNotify
|
|
|
|
|
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_data_proto_init() }
|
|
|
|
@ -2949,6 +3071,30 @@ func file_data_proto_init() {
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_data_proto_msgTypes[23].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[24].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
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
type x struct{}
|
|
|
|
|
out := protoimpl.TypeBuilder{
|
|
|
|
@ -2956,7 +3102,7 @@ func file_data_proto_init() {
|
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
|
RawDescriptor: file_data_proto_rawDesc,
|
|
|
|
|
NumEnums: 0,
|
|
|
|
|
NumMessages: 23,
|
|
|
|
|
NumMessages: 25,
|
|
|
|
|
NumExtensions: 0,
|
|
|
|
|
NumServices: 0,
|
|
|
|
|
},
|
|
|
|
|