462 lines
18 KiB
Go
462 lines
18 KiB
Go
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
|
// source: proto3.proto
|
|
|
|
package proto3_proto
|
|
|
|
import proto "github.com/gogo/protobuf/proto"
|
|
import fmt "fmt"
|
|
import math "math"
|
|
import test_proto "github.com/gogo/protobuf/proto/test_proto"
|
|
import types "github.com/gogo/protobuf/types"
|
|
|
|
// 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.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
type Message_Humour int32
|
|
|
|
const (
|
|
Message_UNKNOWN Message_Humour = 0
|
|
Message_PUNS Message_Humour = 1
|
|
Message_SLAPSTICK Message_Humour = 2
|
|
Message_BILL_BAILEY Message_Humour = 3
|
|
)
|
|
|
|
var Message_Humour_name = map[int32]string{
|
|
0: "UNKNOWN",
|
|
1: "PUNS",
|
|
2: "SLAPSTICK",
|
|
3: "BILL_BAILEY",
|
|
}
|
|
var Message_Humour_value = map[string]int32{
|
|
"UNKNOWN": 0,
|
|
"PUNS": 1,
|
|
"SLAPSTICK": 2,
|
|
"BILL_BAILEY": 3,
|
|
}
|
|
|
|
func (x Message_Humour) String() string {
|
|
return proto.EnumName(Message_Humour_name, int32(x))
|
|
}
|
|
func (Message_Humour) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_proto3_15962acfc6007607, []int{0, 0}
|
|
}
|
|
|
|
type Message struct {
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
Hilarity Message_Humour `protobuf:"varint,2,opt,name=hilarity,proto3,enum=proto3_proto.Message_Humour" json:"hilarity,omitempty"`
|
|
HeightInCm uint32 `protobuf:"varint,3,opt,name=height_in_cm,json=heightInCm,proto3" json:"height_in_cm,omitempty"`
|
|
Data []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
|
|
ResultCount int64 `protobuf:"varint,7,opt,name=result_count,json=resultCount,proto3" json:"result_count,omitempty"`
|
|
TrueScotsman bool `protobuf:"varint,8,opt,name=true_scotsman,json=trueScotsman,proto3" json:"true_scotsman,omitempty"`
|
|
Score float32 `protobuf:"fixed32,9,opt,name=score,proto3" json:"score,omitempty"`
|
|
Key []uint64 `protobuf:"varint,5,rep,packed,name=key" json:"key,omitempty"`
|
|
ShortKey []int32 `protobuf:"varint,19,rep,packed,name=short_key,json=shortKey" json:"short_key,omitempty"`
|
|
Nested *Nested `protobuf:"bytes,6,opt,name=nested" json:"nested,omitempty"`
|
|
RFunny []Message_Humour `protobuf:"varint,16,rep,packed,name=r_funny,json=rFunny,enum=proto3_proto.Message_Humour" json:"r_funny,omitempty"`
|
|
Terrain map[string]*Nested `protobuf:"bytes,10,rep,name=terrain" json:"terrain,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"`
|
|
Proto2Field *test_proto.SubDefaults `protobuf:"bytes,11,opt,name=proto2_field,json=proto2Field" json:"proto2_field,omitempty"`
|
|
Proto2Value map[string]*test_proto.SubDefaults `protobuf:"bytes,13,rep,name=proto2_value,json=proto2Value" json:"proto2_value,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"`
|
|
Anything *types.Any `protobuf:"bytes,14,opt,name=anything" json:"anything,omitempty"`
|
|
ManyThings []*types.Any `protobuf:"bytes,15,rep,name=many_things,json=manyThings" json:"many_things,omitempty"`
|
|
Submessage *Message `protobuf:"bytes,17,opt,name=submessage" json:"submessage,omitempty"`
|
|
Children []*Message `protobuf:"bytes,18,rep,name=children" json:"children,omitempty"`
|
|
StringMap map[string]string `protobuf:"bytes,20,rep,name=string_map,json=stringMap" json:"string_map,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Message) Reset() { *m = Message{} }
|
|
func (m *Message) String() string { return proto.CompactTextString(m) }
|
|
func (*Message) ProtoMessage() {}
|
|
func (*Message) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_proto3_15962acfc6007607, []int{0}
|
|
}
|
|
func (m *Message) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Message.Unmarshal(m, b)
|
|
}
|
|
func (m *Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Message.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *Message) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Message.Merge(dst, src)
|
|
}
|
|
func (m *Message) XXX_Size() int {
|
|
return xxx_messageInfo_Message.Size(m)
|
|
}
|
|
func (m *Message) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Message.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Message proto.InternalMessageInfo
|
|
|
|
func (m *Message) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Message) GetHilarity() Message_Humour {
|
|
if m != nil {
|
|
return m.Hilarity
|
|
}
|
|
return Message_UNKNOWN
|
|
}
|
|
|
|
func (m *Message) GetHeightInCm() uint32 {
|
|
if m != nil {
|
|
return m.HeightInCm
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *Message) GetData() []byte {
|
|
if m != nil {
|
|
return m.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Message) GetResultCount() int64 {
|
|
if m != nil {
|
|
return m.ResultCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *Message) GetTrueScotsman() bool {
|
|
if m != nil {
|
|
return m.TrueScotsman
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *Message) GetScore() float32 {
|
|
if m != nil {
|
|
return m.Score
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *Message) GetKey() []uint64 {
|
|
if m != nil {
|
|
return m.Key
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Message) GetShortKey() []int32 {
|
|
if m != nil {
|
|
return m.ShortKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Message) GetNested() *Nested {
|
|
if m != nil {
|
|
return m.Nested
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Message) GetRFunny() []Message_Humour {
|
|
if m != nil {
|
|
return m.RFunny
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Message) GetTerrain() map[string]*Nested {
|
|
if m != nil {
|
|
return m.Terrain
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Message) GetProto2Field() *test_proto.SubDefaults {
|
|
if m != nil {
|
|
return m.Proto2Field
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Message) GetProto2Value() map[string]*test_proto.SubDefaults {
|
|
if m != nil {
|
|
return m.Proto2Value
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Message) GetAnything() *types.Any {
|
|
if m != nil {
|
|
return m.Anything
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Message) GetManyThings() []*types.Any {
|
|
if m != nil {
|
|
return m.ManyThings
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Message) GetSubmessage() *Message {
|
|
if m != nil {
|
|
return m.Submessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Message) GetChildren() []*Message {
|
|
if m != nil {
|
|
return m.Children
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Message) GetStringMap() map[string]string {
|
|
if m != nil {
|
|
return m.StringMap
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Nested struct {
|
|
Bunny string `protobuf:"bytes,1,opt,name=bunny,proto3" json:"bunny,omitempty"`
|
|
Cute bool `protobuf:"varint,2,opt,name=cute,proto3" json:"cute,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Nested) Reset() { *m = Nested{} }
|
|
func (m *Nested) String() string { return proto.CompactTextString(m) }
|
|
func (*Nested) ProtoMessage() {}
|
|
func (*Nested) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_proto3_15962acfc6007607, []int{1}
|
|
}
|
|
func (m *Nested) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Nested.Unmarshal(m, b)
|
|
}
|
|
func (m *Nested) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Nested.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *Nested) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Nested.Merge(dst, src)
|
|
}
|
|
func (m *Nested) XXX_Size() int {
|
|
return xxx_messageInfo_Nested.Size(m)
|
|
}
|
|
func (m *Nested) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Nested.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Nested proto.InternalMessageInfo
|
|
|
|
func (m *Nested) GetBunny() string {
|
|
if m != nil {
|
|
return m.Bunny
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Nested) GetCute() bool {
|
|
if m != nil {
|
|
return m.Cute
|
|
}
|
|
return false
|
|
}
|
|
|
|
type MessageWithMap struct {
|
|
ByteMapping map[bool][]byte `protobuf:"bytes,1,rep,name=byte_mapping,json=byteMapping" json:"byte_mapping,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *MessageWithMap) Reset() { *m = MessageWithMap{} }
|
|
func (m *MessageWithMap) String() string { return proto.CompactTextString(m) }
|
|
func (*MessageWithMap) ProtoMessage() {}
|
|
func (*MessageWithMap) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_proto3_15962acfc6007607, []int{2}
|
|
}
|
|
func (m *MessageWithMap) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_MessageWithMap.Unmarshal(m, b)
|
|
}
|
|
func (m *MessageWithMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_MessageWithMap.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *MessageWithMap) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_MessageWithMap.Merge(dst, src)
|
|
}
|
|
func (m *MessageWithMap) XXX_Size() int {
|
|
return xxx_messageInfo_MessageWithMap.Size(m)
|
|
}
|
|
func (m *MessageWithMap) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_MessageWithMap.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_MessageWithMap proto.InternalMessageInfo
|
|
|
|
func (m *MessageWithMap) GetByteMapping() map[bool][]byte {
|
|
if m != nil {
|
|
return m.ByteMapping
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type IntMap struct {
|
|
Rtt map[int32]int32 `protobuf:"bytes,1,rep,name=rtt" json:"rtt,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *IntMap) Reset() { *m = IntMap{} }
|
|
func (m *IntMap) String() string { return proto.CompactTextString(m) }
|
|
func (*IntMap) ProtoMessage() {}
|
|
func (*IntMap) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_proto3_15962acfc6007607, []int{3}
|
|
}
|
|
func (m *IntMap) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_IntMap.Unmarshal(m, b)
|
|
}
|
|
func (m *IntMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_IntMap.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *IntMap) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_IntMap.Merge(dst, src)
|
|
}
|
|
func (m *IntMap) XXX_Size() int {
|
|
return xxx_messageInfo_IntMap.Size(m)
|
|
}
|
|
func (m *IntMap) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_IntMap.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_IntMap proto.InternalMessageInfo
|
|
|
|
func (m *IntMap) GetRtt() map[int32]int32 {
|
|
if m != nil {
|
|
return m.Rtt
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type IntMaps struct {
|
|
Maps []*IntMap `protobuf:"bytes,1,rep,name=maps" json:"maps,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *IntMaps) Reset() { *m = IntMaps{} }
|
|
func (m *IntMaps) String() string { return proto.CompactTextString(m) }
|
|
func (*IntMaps) ProtoMessage() {}
|
|
func (*IntMaps) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_proto3_15962acfc6007607, []int{4}
|
|
}
|
|
func (m *IntMaps) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_IntMaps.Unmarshal(m, b)
|
|
}
|
|
func (m *IntMaps) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_IntMaps.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *IntMaps) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_IntMaps.Merge(dst, src)
|
|
}
|
|
func (m *IntMaps) XXX_Size() int {
|
|
return xxx_messageInfo_IntMaps.Size(m)
|
|
}
|
|
func (m *IntMaps) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_IntMaps.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_IntMaps proto.InternalMessageInfo
|
|
|
|
func (m *IntMaps) GetMaps() []*IntMap {
|
|
if m != nil {
|
|
return m.Maps
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterType((*Message)(nil), "proto3_proto.Message")
|
|
proto.RegisterMapType((map[string]*test_proto.SubDefaults)(nil), "proto3_proto.Message.Proto2ValueEntry")
|
|
proto.RegisterMapType((map[string]string)(nil), "proto3_proto.Message.StringMapEntry")
|
|
proto.RegisterMapType((map[string]*Nested)(nil), "proto3_proto.Message.TerrainEntry")
|
|
proto.RegisterType((*Nested)(nil), "proto3_proto.Nested")
|
|
proto.RegisterType((*MessageWithMap)(nil), "proto3_proto.MessageWithMap")
|
|
proto.RegisterMapType((map[bool][]byte)(nil), "proto3_proto.MessageWithMap.ByteMappingEntry")
|
|
proto.RegisterType((*IntMap)(nil), "proto3_proto.IntMap")
|
|
proto.RegisterMapType((map[int32]int32)(nil), "proto3_proto.IntMap.RttEntry")
|
|
proto.RegisterType((*IntMaps)(nil), "proto3_proto.IntMaps")
|
|
proto.RegisterEnum("proto3_proto.Message_Humour", Message_Humour_name, Message_Humour_value)
|
|
}
|
|
|
|
func init() { proto.RegisterFile("proto3.proto", fileDescriptor_proto3_15962acfc6007607) }
|
|
|
|
var fileDescriptor_proto3_15962acfc6007607 = []byte{
|
|
// 771 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x94, 0xff, 0x6e, 0xe3, 0x44,
|
|
0x10, 0xc7, 0x71, 0x9c, 0x1f, 0xce, 0xd8, 0xed, 0x99, 0x25, 0x27, 0x96, 0x00, 0x92, 0x09, 0x08,
|
|
0x59, 0x88, 0x73, 0x21, 0xa7, 0xa2, 0xd3, 0xe9, 0x04, 0x6a, 0xcb, 0x9d, 0x88, 0xda, 0x86, 0x68,
|
|
0xd3, 0xa3, 0xe2, 0x2f, 0x6b, 0x93, 0x6e, 0x12, 0x8b, 0x78, 0x1d, 0xbc, 0x6b, 0x24, 0xbf, 0x00,
|
|
0x0f, 0xc2, 0x93, 0xa2, 0xdd, 0x75, 0x72, 0xce, 0xc9, 0x85, 0xbf, 0xbc, 0x33, 0xfe, 0xcc, 0x7c,
|
|
0x67, 0x67, 0xc6, 0x06, 0x6f, 0x97, 0x67, 0x32, 0x7b, 0x1e, 0xe9, 0x07, 0xaa, 0xac, 0x58, 0x3f,
|
|
0x86, 0x9f, 0xac, 0xb3, 0x6c, 0xbd, 0x65, 0x67, 0xda, 0x5a, 0x14, 0xab, 0x33, 0xca, 0x4b, 0x03,
|
|
0x0e, 0x9f, 0x4a, 0x26, 0xa4, 0xc1, 0xce, 0xd4, 0xd1, 0xb8, 0x47, 0x7f, 0xf7, 0xa1, 0x77, 0xcb,
|
|
0x84, 0xa0, 0x6b, 0x86, 0x10, 0xb4, 0x39, 0x4d, 0x19, 0xb6, 0x02, 0x2b, 0xec, 0x13, 0x7d, 0x46,
|
|
0x2f, 0xc0, 0xd9, 0x24, 0x5b, 0x9a, 0x27, 0xb2, 0xc4, 0xad, 0xc0, 0x0a, 0x4f, 0xc7, 0x9f, 0x45,
|
|
0x75, 0xc9, 0xa8, 0x0a, 0x8e, 0x7e, 0x29, 0xd2, 0xac, 0xc8, 0xc9, 0x81, 0x46, 0x01, 0x78, 0x1b,
|
|
0x96, 0xac, 0x37, 0x32, 0x4e, 0x78, 0xbc, 0x4c, 0xb1, 0x1d, 0x58, 0xe1, 0x09, 0x01, 0xe3, 0x9b,
|
|
0xf0, 0xab, 0x54, 0xe9, 0x3d, 0x50, 0x49, 0x71, 0x3b, 0xb0, 0x42, 0x8f, 0xe8, 0x33, 0xfa, 0x02,
|
|
0xbc, 0x9c, 0x89, 0x62, 0x2b, 0xe3, 0x65, 0x56, 0x70, 0x89, 0x7b, 0x81, 0x15, 0xda, 0xc4, 0x35,
|
|
0xbe, 0x2b, 0xe5, 0x42, 0x5f, 0xc2, 0x89, 0xcc, 0x0b, 0x16, 0x8b, 0x65, 0x26, 0x45, 0x4a, 0x39,
|
|
0x76, 0x02, 0x2b, 0x74, 0x88, 0xa7, 0x9c, 0xf3, 0xca, 0x87, 0x06, 0xd0, 0x11, 0xcb, 0x2c, 0x67,
|
|
0xb8, 0x1f, 0x58, 0x61, 0x8b, 0x18, 0x03, 0xf9, 0x60, 0xff, 0xc1, 0x4a, 0xdc, 0x09, 0xec, 0xb0,
|
|
0x4d, 0xd4, 0x11, 0x7d, 0x0a, 0x7d, 0xb1, 0xc9, 0x72, 0x19, 0x2b, 0xff, 0x47, 0x81, 0x1d, 0x76,
|
|
0x88, 0xa3, 0x1d, 0xd7, 0xac, 0x44, 0xdf, 0x42, 0x97, 0x33, 0x21, 0xd9, 0x03, 0xee, 0x06, 0x56,
|
|
0xe8, 0x8e, 0x07, 0xc7, 0x57, 0x9f, 0xea, 0x77, 0xa4, 0x62, 0xd0, 0x39, 0xf4, 0xf2, 0x78, 0x55,
|
|
0x70, 0x5e, 0x62, 0x3f, 0xb0, 0xff, 0xb7, 0x53, 0xdd, 0xfc, 0x8d, 0x62, 0xd1, 0x2b, 0xe8, 0x49,
|
|
0x96, 0xe7, 0x34, 0xe1, 0x18, 0x02, 0x3b, 0x74, 0xc7, 0xa3, 0xe6, 0xb0, 0x3b, 0x03, 0xbd, 0xe6,
|
|
0x32, 0x2f, 0xc9, 0x3e, 0x04, 0xbd, 0xac, 0xf6, 0x61, 0x1c, 0xaf, 0x12, 0xb6, 0x7d, 0xc0, 0xae,
|
|
0x2e, 0xf4, 0xe3, 0xe8, 0xdd, 0xb4, 0xa3, 0x79, 0xb1, 0xf8, 0x99, 0xad, 0x68, 0xb1, 0x95, 0x82,
|
|
0xb8, 0x06, 0x7e, 0xa3, 0x58, 0x34, 0x39, 0xc4, 0xfe, 0x45, 0xb7, 0x05, 0xc3, 0x27, 0x5a, 0xfe,
|
|
0xeb, 0x66, 0xf9, 0x99, 0x26, 0x7f, 0x53, 0xa0, 0x29, 0xa1, 0x4a, 0xa5, 0x3d, 0xe8, 0x3b, 0x70,
|
|
0x28, 0x2f, 0xe5, 0x26, 0xe1, 0x6b, 0x7c, 0x5a, 0xf5, 0xca, 0xec, 0x62, 0xb4, 0xdf, 0xc5, 0xe8,
|
|
0x82, 0x97, 0xe4, 0x40, 0xa1, 0x73, 0x70, 0x53, 0xca, 0xcb, 0x58, 0x5b, 0x02, 0x3f, 0xd1, 0xda,
|
|
0xcd, 0x41, 0xa0, 0xc0, 0x3b, 0xcd, 0xa1, 0x73, 0x00, 0x51, 0x2c, 0x52, 0x53, 0x14, 0xfe, 0x50,
|
|
0x4b, 0x3d, 0x6d, 0xac, 0x98, 0xd4, 0x40, 0xf4, 0x3d, 0x38, 0xcb, 0x4d, 0xb2, 0x7d, 0xc8, 0x19,
|
|
0xc7, 0x48, 0x4b, 0x3d, 0x12, 0x74, 0xc0, 0xd0, 0x15, 0x80, 0x90, 0x79, 0xc2, 0xd7, 0x71, 0x4a,
|
|
0x77, 0x78, 0xa0, 0x83, 0xbe, 0x6a, 0xee, 0xcd, 0x5c, 0x73, 0xb7, 0x74, 0x67, 0x3a, 0xd3, 0x17,
|
|
0x7b, 0x7b, 0x38, 0x03, 0xaf, 0x3e, 0xb7, 0xfd, 0x02, 0x9a, 0x2f, 0x4c, 0x2f, 0xe0, 0x37, 0xd0,
|
|
0x31, 0xdd, 0x6f, 0xfd, 0xc7, 0x8a, 0x19, 0xe4, 0x65, 0xeb, 0x85, 0x35, 0xbc, 0x07, 0xff, 0xfd,
|
|
0x51, 0x34, 0x64, 0x7d, 0x76, 0x9c, 0xf5, 0xd1, 0x7d, 0xa8, 0x25, 0x7e, 0x05, 0xa7, 0xc7, 0xf7,
|
|
0x68, 0x48, 0x3b, 0xa8, 0xa7, 0xed, 0xd7, 0xa2, 0x47, 0x3f, 0x41, 0xd7, 0xec, 0x35, 0x72, 0xa1,
|
|
0xf7, 0x76, 0x7a, 0x3d, 0xfd, 0xf5, 0x7e, 0xea, 0x7f, 0x80, 0x1c, 0x68, 0xcf, 0xde, 0x4e, 0xe7,
|
|
0xbe, 0x85, 0x4e, 0xa0, 0x3f, 0xbf, 0xb9, 0x98, 0xcd, 0xef, 0x26, 0x57, 0xd7, 0x7e, 0x0b, 0x3d,
|
|
0x01, 0xf7, 0x72, 0x72, 0x73, 0x13, 0x5f, 0x5e, 0x4c, 0x6e, 0x5e, 0xff, 0xee, 0xdb, 0xa3, 0x31,
|
|
0x74, 0xcd, 0x65, 0x95, 0xc8, 0x42, 0x7f, 0x45, 0x46, 0xd8, 0x18, 0xea, 0x67, 0xb1, 0x2c, 0xa4,
|
|
0x51, 0x76, 0x88, 0x3e, 0x8f, 0xfe, 0xb1, 0xe0, 0xb4, 0x9a, 0xc1, 0x7d, 0x22, 0x37, 0xb7, 0x74,
|
|
0x87, 0x66, 0xe0, 0x2d, 0x4a, 0xc9, 0xd4, 0xcc, 0x76, 0x6a, 0x19, 0x2d, 0x3d, 0xb7, 0x67, 0x8d,
|
|
0x73, 0xab, 0x62, 0xa2, 0xcb, 0x52, 0xb2, 0x5b, 0xc3, 0x57, 0xab, 0xbd, 0x78, 0xe7, 0x19, 0xfe,
|
|
0x08, 0xfe, 0xfb, 0x40, 0xbd, 0x33, 0x4e, 0x43, 0x67, 0xbc, 0x7a, 0x67, 0xfe, 0x84, 0xee, 0x84,
|
|
0x4b, 0x55, 0xdb, 0x19, 0xd8, 0xb9, 0x94, 0x55, 0x49, 0x9f, 0x1f, 0x97, 0x64, 0x90, 0x88, 0x48,
|
|
0x69, 0x4a, 0x50, 0xe4, 0xf0, 0x07, 0x70, 0xf6, 0x8e, 0xba, 0x64, 0xa7, 0x41, 0xb2, 0x53, 0x97,
|
|
0x7c, 0x0e, 0x3d, 0x93, 0x4f, 0xa0, 0x10, 0xda, 0x29, 0xdd, 0x89, 0x4a, 0x74, 0xd0, 0x24, 0x4a,
|
|
0x34, 0xb1, 0xe8, 0x9a, 0x57, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0xfb, 0x90, 0xaf, 0xe7, 0x60,
|
|
0x06, 0x00, 0x00,
|
|
}
|