2020-08-25 06:11:14 +00:00
|
|
|
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
|
|
|
// source: ext.proto
|
|
|
|
|
|
|
|
package ext
|
|
|
|
|
|
|
|
import (
|
|
|
|
fmt "fmt"
|
|
|
|
proto "github.com/gogo/protobuf/proto"
|
|
|
|
descriptor "github.com/gogo/protobuf/protoc-gen-gogo/descriptor"
|
|
|
|
math "math"
|
|
|
|
)
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ = proto.Marshal
|
|
|
|
var _ = fmt.Errorf
|
|
|
|
var _ = math.Inf
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the proto package it is being compiled against.
|
|
|
|
// A compilation error at this line likely means your copy of the
|
|
|
|
// proto package needs to be updated.
|
|
|
|
const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
|
|
|
|
|
|
|
|
var E_XmlTags = &proto.ExtensionDesc{
|
|
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
|
|
ExtensionType: (*bool)(nil),
|
|
|
|
Field: 74001,
|
|
|
|
Name: "ext.xml_tags",
|
|
|
|
Tag: "varint,74001,opt,name=xml_tags",
|
|
|
|
Filename: "ext.proto",
|
|
|
|
}
|
|
|
|
|
|
|
|
var E_Xml = &proto.ExtensionDesc{
|
|
|
|
ExtendedType: (*descriptor.FieldOptions)(nil),
|
|
|
|
ExtensionType: (*string)(nil),
|
|
|
|
Field: 75005,
|
|
|
|
Name: "ext.xml",
|
|
|
|
Tag: "bytes,75005,opt,name=xml",
|
|
|
|
Filename: "ext.proto",
|
|
|
|
}
|
|
|
|
|
|
|
|
var E_Json = &proto.ExtensionDesc{
|
|
|
|
ExtendedType: (*descriptor.FieldOptions)(nil),
|
|
|
|
ExtensionType: (*string)(nil),
|
|
|
|
Field: 75006,
|
|
|
|
Name: "ext.json",
|
|
|
|
Tag: "bytes,75006,opt,name=json",
|
|
|
|
Filename: "ext.proto",
|
|
|
|
}
|
|
|
|
|
|
|
|
var E_Default = &proto.ExtensionDesc{
|
|
|
|
ExtendedType: (*descriptor.FieldOptions)(nil),
|
|
|
|
ExtensionType: (*string)(nil),
|
|
|
|
Field: 75007,
|
|
|
|
Name: "ext.default",
|
|
|
|
Tag: "bytes,75007,opt,name=default",
|
|
|
|
Filename: "ext.proto",
|
|
|
|
}
|
|
|
|
|
|
|
|
var E_Restart = &proto.ExtensionDesc{
|
|
|
|
ExtendedType: (*descriptor.FieldOptions)(nil),
|
|
|
|
ExtensionType: (*bool)(nil),
|
|
|
|
Field: 75008,
|
|
|
|
Name: "ext.restart",
|
|
|
|
Tag: "varint,75008,opt,name=restart",
|
|
|
|
Filename: "ext.proto",
|
|
|
|
}
|
|
|
|
|
|
|
|
var E_DeviceId = &proto.ExtensionDesc{
|
|
|
|
ExtendedType: (*descriptor.FieldOptions)(nil),
|
|
|
|
ExtensionType: (*bool)(nil),
|
|
|
|
Field: 75009,
|
|
|
|
Name: "ext.device_id",
|
|
|
|
Tag: "varint,75009,opt,name=device_id",
|
|
|
|
Filename: "ext.proto",
|
|
|
|
}
|
|
|
|
|
|
|
|
var E_Goname = &proto.ExtensionDesc{
|
|
|
|
ExtendedType: (*descriptor.FieldOptions)(nil),
|
|
|
|
ExtensionType: (*string)(nil),
|
|
|
|
Field: 75010,
|
|
|
|
Name: "ext.goname",
|
|
|
|
Tag: "bytes,75010,opt,name=goname",
|
|
|
|
Filename: "ext.proto",
|
|
|
|
}
|
|
|
|
|
2020-10-02 06:07:05 +00:00
|
|
|
var E_Gotype = &proto.ExtensionDesc{
|
|
|
|
ExtendedType: (*descriptor.FieldOptions)(nil),
|
|
|
|
ExtensionType: (*string)(nil),
|
|
|
|
Field: 75011,
|
|
|
|
Name: "ext.gotype",
|
|
|
|
Tag: "bytes,75011,opt,name=gotype",
|
|
|
|
Filename: "ext.proto",
|
|
|
|
}
|
|
|
|
|
2020-08-25 06:11:14 +00:00
|
|
|
var E_Enumgoname = &proto.ExtensionDesc{
|
|
|
|
ExtendedType: (*descriptor.EnumValueOptions)(nil),
|
|
|
|
ExtensionType: (*string)(nil),
|
|
|
|
Field: 76010,
|
|
|
|
Name: "ext.enumgoname",
|
|
|
|
Tag: "bytes,76010,opt,name=enumgoname",
|
|
|
|
Filename: "ext.proto",
|
|
|
|
}
|
|
|
|
|
|
|
|
func init() {
|
|
|
|
proto.RegisterExtension(E_XmlTags)
|
|
|
|
proto.RegisterExtension(E_Xml)
|
|
|
|
proto.RegisterExtension(E_Json)
|
|
|
|
proto.RegisterExtension(E_Default)
|
|
|
|
proto.RegisterExtension(E_Restart)
|
|
|
|
proto.RegisterExtension(E_DeviceId)
|
|
|
|
proto.RegisterExtension(E_Goname)
|
2020-10-02 06:07:05 +00:00
|
|
|
proto.RegisterExtension(E_Gotype)
|
2020-08-25 06:11:14 +00:00
|
|
|
proto.RegisterExtension(E_Enumgoname)
|
|
|
|
}
|
|
|
|
|
|
|
|
func init() { proto.RegisterFile("ext.proto", fileDescriptor_95fe6908ffcf64d3) }
|
|
|
|
|
|
|
|
var fileDescriptor_95fe6908ffcf64d3 = []byte{
|
2020-10-02 06:07:05 +00:00
|
|
|
// 318 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0xd1, 0xcb, 0x4a, 0x33, 0x31,
|
|
|
|
0x14, 0xc0, 0x71, 0x86, 0x96, 0xaf, 0x6d, 0x96, 0x5d, 0x7d, 0x08, 0xd6, 0xba, 0xeb, 0x6a, 0x06,
|
|
|
|
0x11, 0x14, 0x43, 0x57, 0x8a, 0x82, 0x0b, 0x11, 0x8a, 0xb8, 0x70, 0x53, 0xd2, 0x99, 0xd3, 0x34,
|
|
|
|
0x92, 0xcb, 0x30, 0x39, 0x23, 0xd3, 0x9d, 0x97, 0x27, 0xf0, 0x95, 0x5c, 0x69, 0x57, 0xfa, 0x06,
|
|
|
|
0xd2, 0xa5, 0xef, 0xe0, 0x85, 0xe9, 0xa4, 0x5a, 0xe8, 0x22, 0xbb, 0x10, 0xfe, 0xbf, 0x93, 0x84,
|
|
|
|
0x90, 0x16, 0x14, 0x18, 0xa6, 0x99, 0x41, 0xd3, 0xae, 0x41, 0x81, 0x1b, 0x5d, 0x6e, 0x0c, 0x97,
|
|
|
|
0x10, 0x2d, 0xb6, 0x46, 0xf9, 0x38, 0x4a, 0xc0, 0xc6, 0x99, 0x48, 0xd1, 0x64, 0x55, 0x46, 0xfb,
|
|
|
|
0xa4, 0x59, 0x28, 0x39, 0x44, 0xc6, 0x6d, 0x7b, 0x2b, 0xac, 0xf2, 0x70, 0x99, 0x87, 0x67, 0x60,
|
|
|
|
0x2d, 0xe3, 0x70, 0x9e, 0xa2, 0x30, 0xda, 0xfe, 0x7f, 0x7c, 0xaa, 0x77, 0x83, 0x5e, 0x73, 0xd0,
|
|
|
|
0x28, 0x94, 0xbc, 0x60, 0xdc, 0xd2, 0x1d, 0x52, 0x2b, 0x94, 0x6c, 0x6f, 0xae, 0xc1, 0x13, 0x01,
|
|
|
|
0x32, 0x59, 0xb2, 0xcf, 0x97, 0x92, 0xb5, 0x06, 0x65, 0x4b, 0x77, 0x49, 0xfd, 0xda, 0x1a, 0xed,
|
|
|
|
0x33, 0x5f, 0xce, 0x2c, 0x62, 0x7a, 0x40, 0x1a, 0x09, 0x8c, 0x59, 0x2e, 0xd1, 0xe7, 0xbe, 0x9d,
|
|
|
|
0x5b, 0xf6, 0x25, 0xcd, 0xc0, 0x22, 0xcb, 0xbc, 0xf4, 0x76, 0xe6, 0x5e, 0xe7, 0x7a, 0xda, 0x27,
|
|
|
|
0xad, 0x04, 0x6e, 0x44, 0x0c, 0x43, 0x91, 0xf8, 0xf0, 0x9d, 0xc3, 0xcd, 0x4a, 0x9c, 0x26, 0x74,
|
|
|
|
0x9f, 0xfc, 0xe3, 0x46, 0x33, 0x05, 0x3e, 0x7a, 0x3f, 0xab, 0xae, 0xec, 0xf2, 0x0a, 0xe2, 0x34,
|
|
|
|
0xf5, 0xc2, 0x87, 0x3f, 0x58, 0xe6, 0xf4, 0x88, 0x10, 0xd0, 0xb9, 0x72, 0xa7, 0x6e, 0xaf, 0xe1,
|
|
|
|
0x63, 0x9d, 0xab, 0x4b, 0x26, 0xf3, 0xdf, 0xff, 0xfc, 0x78, 0xab, 0x06, 0xac, 0xb0, 0xc3, 0xbd,
|
|
|
|
0xe7, 0x79, 0x27, 0x78, 0x9d, 0x77, 0x82, 0xf7, 0x79, 0x27, 0xb8, 0xea, 0x71, 0x81, 0x93, 0x7c,
|
|
|
|
0x14, 0xc6, 0x46, 0x45, 0x76, 0xaa, 0x63, 0x9c, 0x08, 0xcd, 0x57, 0x56, 0x8b, 0xd9, 0x11, 0x14,
|
|
|
|
0xf8, 0x13, 0x00, 0x00, 0xff, 0xff, 0x5a, 0xa4, 0x49, 0x7c, 0x7b, 0x02, 0x00, 0x00,
|
2020-08-25 06:11:14 +00:00
|
|
|
}
|