From 32964001f3befa0a88c48bc11ae1daee1d935e51 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期二, 19 七月 2022 18:06:42 +0800
Subject: [PATCH] add activateCode filed
---
app.proto | 1
app.pb.go | 1043 ++---------------------------------------
protomsg.proto | 1
protomsg.pb.go | 429 ++++++++--------
4 files changed, 278 insertions(+), 1,196 deletions(-)
diff --git a/app.pb.go b/app.pb.go
index bc1fb66..8a2c825 100644
--- a/app.pb.go
+++ b/app.pb.go
@@ -1,14 +1,12 @@
-// Code generated by protoc-gen-gogo. DO NOT EDIT.
+// Code generated by protoc-gen-go. DO NOT EDIT.
// source: app.proto
package protomsg
import (
fmt "fmt"
- proto "github.com/gogo/protobuf/proto"
- io "io"
+ proto "github.com/golang/protobuf/proto"
math "math"
- math_bits "math/bits"
)
// Reference imports to suppress errors if they are not otherwise used.
@@ -20,27 +18,31 @@
// 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
+const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
type App struct {
- Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
- Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
- Package string `protobuf:"bytes,3,opt,name=package,proto3" json:"package,omitempty"`
- Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
- Url string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
- Title string `protobuf:"bytes,6,opt,name=title,proto3" json:"title,omitempty"`
- Width int32 `protobuf:"varint,7,opt,name=width,proto3" json:"width,omitempty"`
- Height int32 `protobuf:"varint,8,opt,name=height,proto3" json:"height,omitempty"`
- IconBlob string `protobuf:"bytes,9,opt,name=iconBlob,proto3" json:"iconBlob,omitempty"`
- Icon string `protobuf:"bytes,10,opt,name=icon,proto3" json:"icon,omitempty"`
- Version string `protobuf:"bytes,11,opt,name=version,proto3" json:"version,omitempty"`
- CreateTime string `protobuf:"bytes,12,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
- CreateBy string `protobuf:"bytes,13,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
- UpdateTime string `protobuf:"bytes,14,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
- UpdateBy string `protobuf:"bytes,15,opt,name=update_by,json=updateBy,proto3" json:"update_by,omitempty"`
- IsDefault bool `protobuf:"varint,16,opt,name=isDefault,proto3" json:"isDefault,omitempty"`
- IconBlob2 string `protobuf:"bytes,17,opt,name=iconBlob2,proto3" json:"iconBlob2,omitempty"`
- ProcName string `protobuf:"bytes,18,opt,name=procName,proto3" json:"procName,omitempty"`
+ Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+ Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
+ Package string `protobuf:"bytes,3,opt,name=package,proto3" json:"package,omitempty"`
+ Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
+ Url string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
+ Title string `protobuf:"bytes,6,opt,name=title,proto3" json:"title,omitempty"`
+ Width int32 `protobuf:"varint,7,opt,name=width,proto3" json:"width,omitempty"`
+ Height int32 `protobuf:"varint,8,opt,name=height,proto3" json:"height,omitempty"`
+ IconBlob string `protobuf:"bytes,9,opt,name=iconBlob,proto3" json:"iconBlob,omitempty"`
+ Icon string `protobuf:"bytes,10,opt,name=icon,proto3" json:"icon,omitempty"`
+ Version string `protobuf:"bytes,11,opt,name=version,proto3" json:"version,omitempty"`
+ CreateTime string `protobuf:"bytes,12,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
+ CreateBy string `protobuf:"bytes,13,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
+ UpdateTime string `protobuf:"bytes,14,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
+ UpdateBy string `protobuf:"bytes,15,opt,name=update_by,json=updateBy,proto3" json:"update_by,omitempty"`
+ IsDefault bool `protobuf:"varint,16,opt,name=isDefault,proto3" json:"isDefault,omitempty"`
+ IconBlob2 string `protobuf:"bytes,17,opt,name=iconBlob2,proto3" json:"iconBlob2,omitempty"`
+ ProcName string `protobuf:"bytes,18,opt,name=procName,proto3" json:"procName,omitempty"`
+ ActivateCode string `protobuf:"bytes,19,opt,name=activateCode,proto3" json:"activateCode,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
}
func (m *App) Reset() { *m = App{} }
@@ -49,26 +51,18 @@
func (*App) Descriptor() ([]byte, []int) {
return fileDescriptor_e0f9056a14b86d47, []int{0}
}
+
func (m *App) XXX_Unmarshal(b []byte) error {
- return m.Unmarshal(b)
+ return xxx_messageInfo_App.Unmarshal(m, b)
}
func (m *App) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- if deterministic {
- return xxx_messageInfo_App.Marshal(b, m, deterministic)
- } else {
- b = b[:cap(b)]
- n, err := m.MarshalTo(b)
- if err != nil {
- return nil, err
- }
- return b[:n], nil
- }
+ return xxx_messageInfo_App.Marshal(b, m, deterministic)
}
func (m *App) XXX_Merge(src proto.Message) {
xxx_messageInfo_App.Merge(m, src)
}
func (m *App) XXX_Size() int {
- return m.Size()
+ return xxx_messageInfo_App.Size(m)
}
func (m *App) XXX_DiscardUnknown() {
xxx_messageInfo_App.DiscardUnknown(m)
@@ -202,6 +196,13 @@
return ""
}
+func (m *App) GetActivateCode() string {
+ if m != nil {
+ return m.ActivateCode
+ }
+ return ""
+}
+
func init() {
proto.RegisterType((*App)(nil), "protomsg.App")
}
@@ -209,955 +210,25 @@
func init() { proto.RegisterFile("app.proto", fileDescriptor_e0f9056a14b86d47) }
var fileDescriptor_e0f9056a14b86d47 = []byte{
- // 333 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x44, 0x91, 0xbb, 0x4e, 0xf3, 0x40,
- 0x10, 0x85, 0xb3, 0x71, 0x2e, 0xf6, 0xe4, 0xff, 0x43, 0x18, 0x21, 0x34, 0x02, 0x64, 0x22, 0xaa,
- 0x54, 0x14, 0xf0, 0x04, 0x58, 0xd4, 0x14, 0x11, 0x3d, 0xf2, 0x65, 0x49, 0x56, 0xd8, 0xf1, 0xca,
- 0xd9, 0x80, 0xfc, 0x16, 0x3c, 0x16, 0x12, 0x4d, 0x4a, 0x4a, 0x94, 0xbc, 0x08, 0xda, 0x1d, 0x3b,
- 0xa9, 0x7c, 0xce, 0xb7, 0x73, 0xd6, 0xc7, 0x1e, 0x08, 0x62, 0xad, 0x6f, 0x75, 0x55, 0x9a, 0x12,
- 0x7d, 0xf7, 0x28, 0xd6, 0x8b, 0x9b, 0x6f, 0x0f, 0xbc, 0x07, 0xad, 0x71, 0x0c, 0x5d, 0x95, 0x91,
- 0x98, 0x8a, 0x59, 0x30, 0xef, 0xaa, 0x0c, 0x11, 0x7a, 0xab, 0xb8, 0x90, 0xd4, 0x75, 0xc4, 0x69,
- 0x24, 0x18, 0xea, 0x38, 0x7d, 0x8b, 0x17, 0x92, 0x3c, 0x87, 0x5b, 0x6b, 0xa7, 0x4d, 0xad, 0x25,
- 0xf5, 0x78, 0xda, 0x6a, 0x9c, 0x80, 0xb7, 0xa9, 0x72, 0xea, 0x3b, 0x64, 0x25, 0x9e, 0x41, 0xdf,
- 0x28, 0x93, 0x4b, 0x1a, 0x38, 0xc6, 0xc6, 0xd2, 0x0f, 0x95, 0x99, 0x25, 0x0d, 0xa7, 0x62, 0xd6,
- 0x9f, 0xb3, 0xc1, 0x73, 0x18, 0x2c, 0xa5, 0x5a, 0x2c, 0x0d, 0xf9, 0x0e, 0x37, 0x0e, 0x2f, 0xc0,
- 0x57, 0x69, 0xb9, 0x8a, 0xf2, 0x32, 0xa1, 0xc0, 0x5d, 0x73, 0xf0, 0xb6, 0x85, 0xd5, 0x04, 0xdc,
- 0xc2, 0x6a, 0xdb, 0xf9, 0x5d, 0x56, 0x6b, 0x55, 0xae, 0x68, 0xc4, 0x9d, 0x1b, 0x8b, 0xd7, 0x30,
- 0x4a, 0x2b, 0x19, 0x1b, 0xf9, 0x62, 0x54, 0x21, 0xe9, 0x9f, 0x3b, 0x05, 0x46, 0xcf, 0xaa, 0x90,
- 0x78, 0x09, 0x41, 0x33, 0x90, 0xd4, 0xf4, 0x9f, 0xdf, 0xc5, 0x20, 0xaa, 0x6d, 0x7a, 0xa3, 0xb3,
- 0x43, 0x7a, 0xcc, 0x69, 0x46, 0x6d, 0xba, 0x19, 0x48, 0x6a, 0x3a, 0xe1, 0x34, 0x83, 0xa8, 0xc6,
- 0x2b, 0x08, 0xd4, 0xfa, 0x51, 0xbe, 0xc6, 0x9b, 0xdc, 0xd0, 0x64, 0x2a, 0x66, 0xfe, 0xfc, 0x08,
- 0xdc, 0x69, 0xf3, 0x4d, 0x77, 0x74, 0xea, 0xa2, 0x47, 0x60, 0xff, 0x80, 0xae, 0xca, 0xf4, 0xc9,
- 0x6e, 0x07, 0xf9, 0xde, 0xd6, 0x47, 0xf4, 0xb5, 0x0b, 0xc5, 0x76, 0x17, 0x8a, 0xdf, 0x5d, 0x28,
- 0x3e, 0xf7, 0x61, 0x67, 0xbb, 0x0f, 0x3b, 0x3f, 0xfb, 0xb0, 0x93, 0x0c, 0xdc, 0xc6, 0xef, 0xff,
- 0x02, 0x00, 0x00, 0xff, 0xff, 0x61, 0xce, 0xec, 0x0f, 0x05, 0x02, 0x00, 0x00,
+ // 319 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x91, 0xcf, 0x4e, 0xf3, 0x30,
+ 0x10, 0xc4, 0x95, 0xa6, 0x7f, 0x92, 0x6d, 0xbf, 0x7e, 0x65, 0x41, 0x68, 0x05, 0x48, 0x54, 0x3d,
+ 0xf5, 0xc4, 0x01, 0x9e, 0x80, 0xc2, 0x99, 0x43, 0xc5, 0x1d, 0x39, 0x89, 0x69, 0x2d, 0x92, 0xda,
+ 0x4a, 0xdd, 0xa2, 0x3c, 0x35, 0xaf, 0x80, 0xbc, 0x9b, 0xb4, 0xe2, 0x94, 0x99, 0xdf, 0xee, 0x38,
+ 0x93, 0x18, 0x52, 0xe5, 0xdc, 0x83, 0xab, 0xad, 0xb7, 0x98, 0xf0, 0xa3, 0xda, 0x6f, 0x16, 0x3f,
+ 0x31, 0xc4, 0xcf, 0xce, 0xe1, 0x14, 0x7a, 0xa6, 0xa0, 0x68, 0x1e, 0x2d, 0xd3, 0x75, 0xcf, 0x14,
+ 0x88, 0xd0, 0xdf, 0xa9, 0x4a, 0x53, 0x8f, 0x09, 0x6b, 0x24, 0x18, 0x39, 0x95, 0x7f, 0xa9, 0x8d,
+ 0xa6, 0x98, 0x71, 0x67, 0xc3, 0xb6, 0x6f, 0x9c, 0xa6, 0xbe, 0x6c, 0x07, 0x8d, 0x33, 0x88, 0x0f,
+ 0x75, 0x49, 0x03, 0x46, 0x41, 0xe2, 0x15, 0x0c, 0xbc, 0xf1, 0xa5, 0xa6, 0x21, 0x33, 0x31, 0x81,
+ 0x7e, 0x9b, 0xc2, 0x6f, 0x69, 0x34, 0x8f, 0x96, 0x83, 0xb5, 0x18, 0xbc, 0x86, 0xe1, 0x56, 0x9b,
+ 0xcd, 0xd6, 0x53, 0xc2, 0xb8, 0x75, 0x78, 0x03, 0x89, 0xc9, 0xed, 0x6e, 0x55, 0xda, 0x8c, 0x52,
+ 0x3e, 0xe6, 0xe4, 0x43, 0x8b, 0xa0, 0x09, 0xa4, 0x45, 0xd0, 0xa1, 0xf3, 0x51, 0xd7, 0x7b, 0x63,
+ 0x77, 0x34, 0x96, 0xce, 0xad, 0xc5, 0x7b, 0x18, 0xe7, 0xb5, 0x56, 0x5e, 0x7f, 0x78, 0x53, 0x69,
+ 0x9a, 0xf0, 0x14, 0x04, 0xbd, 0x9b, 0x4a, 0xe3, 0x2d, 0xa4, 0xed, 0x42, 0xd6, 0xd0, 0x3f, 0x79,
+ 0x97, 0x80, 0x55, 0x13, 0xd2, 0x07, 0x57, 0x9c, 0xd2, 0x53, 0x49, 0x0b, 0xea, 0xd2, 0xed, 0x42,
+ 0xd6, 0xd0, 0x7f, 0x49, 0x0b, 0x58, 0x35, 0x78, 0x07, 0xa9, 0xd9, 0xbf, 0xea, 0x4f, 0x75, 0x28,
+ 0x3d, 0xcd, 0xe6, 0xd1, 0x32, 0x59, 0x9f, 0x01, 0x4f, 0xdb, 0x6f, 0x7a, 0xa4, 0x0b, 0x8e, 0x9e,
+ 0x41, 0xf8, 0x03, 0xae, 0xb6, 0xf9, 0x5b, 0xb8, 0x1d, 0x94, 0x73, 0x3b, 0x8f, 0x0b, 0x98, 0xa8,
+ 0xdc, 0x9b, 0xa3, 0xf2, 0xfa, 0xc5, 0x16, 0x9a, 0x2e, 0x79, 0xfe, 0x87, 0x65, 0x43, 0xbe, 0xfb,
+ 0xa7, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x60, 0xd2, 0x3d, 0xe7, 0x0f, 0x02, 0x00, 0x00,
}
-
-func (m *App) Marshal() (dAtA []byte, err error) {
- size := m.Size()
- dAtA = make([]byte, size)
- n, err := m.MarshalTo(dAtA)
- if err != nil {
- return nil, err
- }
- return dAtA[:n], nil
-}
-
-func (m *App) MarshalTo(dAtA []byte) (int, error) {
- var i int
- _ = i
- var l int
- _ = l
- if len(m.Id) > 0 {
- dAtA[i] = 0xa
- i++
- i = encodeVarintApp(dAtA, i, uint64(len(m.Id)))
- i += copy(dAtA[i:], m.Id)
- }
- if len(m.Name) > 0 {
- dAtA[i] = 0x12
- i++
- i = encodeVarintApp(dAtA, i, uint64(len(m.Name)))
- i += copy(dAtA[i:], m.Name)
- }
- if len(m.Package) > 0 {
- dAtA[i] = 0x1a
- i++
- i = encodeVarintApp(dAtA, i, uint64(len(m.Package)))
- i += copy(dAtA[i:], m.Package)
- }
- if len(m.Type) > 0 {
- dAtA[i] = 0x22
- i++
- i = encodeVarintApp(dAtA, i, uint64(len(m.Type)))
- i += copy(dAtA[i:], m.Type)
- }
- if len(m.Url) > 0 {
- dAtA[i] = 0x2a
- i++
- i = encodeVarintApp(dAtA, i, uint64(len(m.Url)))
- i += copy(dAtA[i:], m.Url)
- }
- if len(m.Title) > 0 {
- dAtA[i] = 0x32
- i++
- i = encodeVarintApp(dAtA, i, uint64(len(m.Title)))
- i += copy(dAtA[i:], m.Title)
- }
- if m.Width != 0 {
- dAtA[i] = 0x38
- i++
- i = encodeVarintApp(dAtA, i, uint64(m.Width))
- }
- if m.Height != 0 {
- dAtA[i] = 0x40
- i++
- i = encodeVarintApp(dAtA, i, uint64(m.Height))
- }
- if len(m.IconBlob) > 0 {
- dAtA[i] = 0x4a
- i++
- i = encodeVarintApp(dAtA, i, uint64(len(m.IconBlob)))
- i += copy(dAtA[i:], m.IconBlob)
- }
- if len(m.Icon) > 0 {
- dAtA[i] = 0x52
- i++
- i = encodeVarintApp(dAtA, i, uint64(len(m.Icon)))
- i += copy(dAtA[i:], m.Icon)
- }
- if len(m.Version) > 0 {
- dAtA[i] = 0x5a
- i++
- i = encodeVarintApp(dAtA, i, uint64(len(m.Version)))
- i += copy(dAtA[i:], m.Version)
- }
- if len(m.CreateTime) > 0 {
- dAtA[i] = 0x62
- i++
- i = encodeVarintApp(dAtA, i, uint64(len(m.CreateTime)))
- i += copy(dAtA[i:], m.CreateTime)
- }
- if len(m.CreateBy) > 0 {
- dAtA[i] = 0x6a
- i++
- i = encodeVarintApp(dAtA, i, uint64(len(m.CreateBy)))
- i += copy(dAtA[i:], m.CreateBy)
- }
- if len(m.UpdateTime) > 0 {
- dAtA[i] = 0x72
- i++
- i = encodeVarintApp(dAtA, i, uint64(len(m.UpdateTime)))
- i += copy(dAtA[i:], m.UpdateTime)
- }
- if len(m.UpdateBy) > 0 {
- dAtA[i] = 0x7a
- i++
- i = encodeVarintApp(dAtA, i, uint64(len(m.UpdateBy)))
- i += copy(dAtA[i:], m.UpdateBy)
- }
- if m.IsDefault {
- dAtA[i] = 0x80
- i++
- dAtA[i] = 0x1
- i++
- if m.IsDefault {
- dAtA[i] = 1
- } else {
- dAtA[i] = 0
- }
- i++
- }
- if len(m.IconBlob2) > 0 {
- dAtA[i] = 0x8a
- i++
- dAtA[i] = 0x1
- i++
- i = encodeVarintApp(dAtA, i, uint64(len(m.IconBlob2)))
- i += copy(dAtA[i:], m.IconBlob2)
- }
- if len(m.ProcName) > 0 {
- dAtA[i] = 0x92
- i++
- dAtA[i] = 0x1
- i++
- i = encodeVarintApp(dAtA, i, uint64(len(m.ProcName)))
- i += copy(dAtA[i:], m.ProcName)
- }
- return i, nil
-}
-
-func encodeVarintApp(dAtA []byte, offset int, v uint64) int {
- for v >= 1<<7 {
- dAtA[offset] = uint8(v&0x7f | 0x80)
- v >>= 7
- offset++
- }
- dAtA[offset] = uint8(v)
- return offset + 1
-}
-func (m *App) Size() (n int) {
- if m == nil {
- return 0
- }
- var l int
- _ = l
- l = len(m.Id)
- if l > 0 {
- n += 1 + l + sovApp(uint64(l))
- }
- l = len(m.Name)
- if l > 0 {
- n += 1 + l + sovApp(uint64(l))
- }
- l = len(m.Package)
- if l > 0 {
- n += 1 + l + sovApp(uint64(l))
- }
- l = len(m.Type)
- if l > 0 {
- n += 1 + l + sovApp(uint64(l))
- }
- l = len(m.Url)
- if l > 0 {
- n += 1 + l + sovApp(uint64(l))
- }
- l = len(m.Title)
- if l > 0 {
- n += 1 + l + sovApp(uint64(l))
- }
- if m.Width != 0 {
- n += 1 + sovApp(uint64(m.Width))
- }
- if m.Height != 0 {
- n += 1 + sovApp(uint64(m.Height))
- }
- l = len(m.IconBlob)
- if l > 0 {
- n += 1 + l + sovApp(uint64(l))
- }
- l = len(m.Icon)
- if l > 0 {
- n += 1 + l + sovApp(uint64(l))
- }
- l = len(m.Version)
- if l > 0 {
- n += 1 + l + sovApp(uint64(l))
- }
- l = len(m.CreateTime)
- if l > 0 {
- n += 1 + l + sovApp(uint64(l))
- }
- l = len(m.CreateBy)
- if l > 0 {
- n += 1 + l + sovApp(uint64(l))
- }
- l = len(m.UpdateTime)
- if l > 0 {
- n += 1 + l + sovApp(uint64(l))
- }
- l = len(m.UpdateBy)
- if l > 0 {
- n += 1 + l + sovApp(uint64(l))
- }
- if m.IsDefault {
- n += 3
- }
- l = len(m.IconBlob2)
- if l > 0 {
- n += 2 + l + sovApp(uint64(l))
- }
- l = len(m.ProcName)
- if l > 0 {
- n += 2 + l + sovApp(uint64(l))
- }
- return n
-}
-
-func sovApp(x uint64) (n int) {
- return (math_bits.Len64(x|1) + 6) / 7
-}
-func sozApp(x uint64) (n int) {
- return sovApp(uint64((x << 1) ^ uint64((int64(x) >> 63))))
-}
-func (m *App) Unmarshal(dAtA []byte) error {
- l := len(dAtA)
- iNdEx := 0
- for iNdEx < l {
- preIndex := iNdEx
- var wire uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- wire |= uint64(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- fieldNum := int32(wire >> 3)
- wireType := int(wire & 0x7)
- if wireType == 4 {
- return fmt.Errorf("proto: App: wiretype end group for non-group")
- }
- if fieldNum <= 0 {
- return fmt.Errorf("proto: App: illegal tag %d (wire type %d)", fieldNum, wire)
- }
- switch fieldNum {
- case 1:
- if wireType != 2 {
- return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType)
- }
- var stringLen uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- stringLen |= uint64(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- intStringLen := int(stringLen)
- if intStringLen < 0 {
- return ErrInvalidLengthApp
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthApp
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.Id = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 2:
- if wireType != 2 {
- return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType)
- }
- var stringLen uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- stringLen |= uint64(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- intStringLen := int(stringLen)
- if intStringLen < 0 {
- return ErrInvalidLengthApp
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthApp
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.Name = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 3:
- if wireType != 2 {
- return fmt.Errorf("proto: wrong wireType = %d for field Package", wireType)
- }
- var stringLen uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- stringLen |= uint64(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- intStringLen := int(stringLen)
- if intStringLen < 0 {
- return ErrInvalidLengthApp
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthApp
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.Package = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 4:
- if wireType != 2 {
- return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType)
- }
- var stringLen uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- stringLen |= uint64(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- intStringLen := int(stringLen)
- if intStringLen < 0 {
- return ErrInvalidLengthApp
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthApp
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.Type = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 5:
- if wireType != 2 {
- return fmt.Errorf("proto: wrong wireType = %d for field Url", wireType)
- }
- var stringLen uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- stringLen |= uint64(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- intStringLen := int(stringLen)
- if intStringLen < 0 {
- return ErrInvalidLengthApp
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthApp
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.Url = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 6:
- if wireType != 2 {
- return fmt.Errorf("proto: wrong wireType = %d for field Title", wireType)
- }
- var stringLen uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- stringLen |= uint64(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- intStringLen := int(stringLen)
- if intStringLen < 0 {
- return ErrInvalidLengthApp
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthApp
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.Title = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 7:
- if wireType != 0 {
- return fmt.Errorf("proto: wrong wireType = %d for field Width", wireType)
- }
- m.Width = 0
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- m.Width |= int32(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- case 8:
- if wireType != 0 {
- return fmt.Errorf("proto: wrong wireType = %d for field Height", wireType)
- }
- m.Height = 0
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- m.Height |= int32(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- case 9:
- if wireType != 2 {
- return fmt.Errorf("proto: wrong wireType = %d for field IconBlob", wireType)
- }
- var stringLen uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- stringLen |= uint64(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- intStringLen := int(stringLen)
- if intStringLen < 0 {
- return ErrInvalidLengthApp
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthApp
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.IconBlob = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 10:
- if wireType != 2 {
- return fmt.Errorf("proto: wrong wireType = %d for field Icon", wireType)
- }
- var stringLen uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- stringLen |= uint64(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- intStringLen := int(stringLen)
- if intStringLen < 0 {
- return ErrInvalidLengthApp
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthApp
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.Icon = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 11:
- if wireType != 2 {
- return fmt.Errorf("proto: wrong wireType = %d for field Version", wireType)
- }
- var stringLen uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- stringLen |= uint64(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- intStringLen := int(stringLen)
- if intStringLen < 0 {
- return ErrInvalidLengthApp
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthApp
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.Version = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 12:
- if wireType != 2 {
- return fmt.Errorf("proto: wrong wireType = %d for field CreateTime", wireType)
- }
- var stringLen uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- stringLen |= uint64(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- intStringLen := int(stringLen)
- if intStringLen < 0 {
- return ErrInvalidLengthApp
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthApp
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.CreateTime = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 13:
- if wireType != 2 {
- return fmt.Errorf("proto: wrong wireType = %d for field CreateBy", wireType)
- }
- var stringLen uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- stringLen |= uint64(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- intStringLen := int(stringLen)
- if intStringLen < 0 {
- return ErrInvalidLengthApp
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthApp
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.CreateBy = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 14:
- if wireType != 2 {
- return fmt.Errorf("proto: wrong wireType = %d for field UpdateTime", wireType)
- }
- var stringLen uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- stringLen |= uint64(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- intStringLen := int(stringLen)
- if intStringLen < 0 {
- return ErrInvalidLengthApp
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthApp
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.UpdateTime = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 15:
- if wireType != 2 {
- return fmt.Errorf("proto: wrong wireType = %d for field UpdateBy", wireType)
- }
- var stringLen uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- stringLen |= uint64(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- intStringLen := int(stringLen)
- if intStringLen < 0 {
- return ErrInvalidLengthApp
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthApp
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.UpdateBy = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 16:
- if wireType != 0 {
- return fmt.Errorf("proto: wrong wireType = %d for field IsDefault", wireType)
- }
- var v int
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- v |= int(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- m.IsDefault = bool(v != 0)
- case 17:
- if wireType != 2 {
- return fmt.Errorf("proto: wrong wireType = %d for field IconBlob2", wireType)
- }
- var stringLen uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- stringLen |= uint64(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- intStringLen := int(stringLen)
- if intStringLen < 0 {
- return ErrInvalidLengthApp
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthApp
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.IconBlob2 = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 18:
- if wireType != 2 {
- return fmt.Errorf("proto: wrong wireType = %d for field ProcName", wireType)
- }
- var stringLen uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowApp
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- stringLen |= uint64(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- intStringLen := int(stringLen)
- if intStringLen < 0 {
- return ErrInvalidLengthApp
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthApp
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.ProcName = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- default:
- iNdEx = preIndex
- skippy, err := skipApp(dAtA[iNdEx:])
- if err != nil {
- return err
- }
- if skippy < 0 {
- return ErrInvalidLengthApp
- }
- if (iNdEx + skippy) < 0 {
- return ErrInvalidLengthApp
- }
- if (iNdEx + skippy) > l {
- return io.ErrUnexpectedEOF
- }
- iNdEx += skippy
- }
- }
-
- if iNdEx > l {
- return io.ErrUnexpectedEOF
- }
- return nil
-}
-func skipApp(dAtA []byte) (n int, err error) {
- l := len(dAtA)
- iNdEx := 0
- for iNdEx < l {
- var wire uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return 0, ErrIntOverflowApp
- }
- if iNdEx >= l {
- return 0, io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- wire |= (uint64(b) & 0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- wireType := int(wire & 0x7)
- switch wireType {
- case 0:
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return 0, ErrIntOverflowApp
- }
- if iNdEx >= l {
- return 0, io.ErrUnexpectedEOF
- }
- iNdEx++
- if dAtA[iNdEx-1] < 0x80 {
- break
- }
- }
- return iNdEx, nil
- case 1:
- iNdEx += 8
- return iNdEx, nil
- case 2:
- var length int
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return 0, ErrIntOverflowApp
- }
- if iNdEx >= l {
- return 0, io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- length |= (int(b) & 0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- if length < 0 {
- return 0, ErrInvalidLengthApp
- }
- iNdEx += length
- if iNdEx < 0 {
- return 0, ErrInvalidLengthApp
- }
- return iNdEx, nil
- case 3:
- for {
- var innerWire uint64
- var start int = iNdEx
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return 0, ErrIntOverflowApp
- }
- if iNdEx >= l {
- return 0, io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- innerWire |= (uint64(b) & 0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- innerWireType := int(innerWire & 0x7)
- if innerWireType == 4 {
- break
- }
- next, err := skipApp(dAtA[start:])
- if err != nil {
- return 0, err
- }
- iNdEx = start + next
- if iNdEx < 0 {
- return 0, ErrInvalidLengthApp
- }
- }
- return iNdEx, nil
- case 4:
- return iNdEx, nil
- case 5:
- iNdEx += 4
- return iNdEx, nil
- default:
- return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
- }
- }
- panic("unreachable")
-}
-
-var (
- ErrInvalidLengthApp = fmt.Errorf("proto: negative length found during unmarshaling")
- ErrIntOverflowApp = fmt.Errorf("proto: integer overflow")
-)
diff --git a/app.proto b/app.proto
index c204dd5..abf0f8b 100644
--- a/app.proto
+++ b/app.proto
@@ -21,4 +21,5 @@
bool isDefault = 16;
string iconBlob2 = 17;
string procName = 18;
+ string activateCode = 19;
}
\ No newline at end of file
diff --git a/protomsg.pb.go b/protomsg.pb.go
index e45fa1d..6e3715e 100644
--- a/protomsg.pb.go
+++ b/protomsg.pb.go
@@ -1605,6 +1605,7 @@
ArgDef string `protobuf:"bytes,16,opt,name=argDef,proto3" json:"argDef,omitempty"`
RuleSo string `protobuf:"bytes,17,opt,name=ruleSo,proto3" json:"ruleSo,omitempty"`
IconBlob2 string `protobuf:"bytes,18,opt,name=iconBlob2,proto3" json:"iconBlob2,omitempty"`
+ ActivateCode string `protobuf:"bytes,19,opt,name=activateCode,proto3" json:"activateCode,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
@@ -1757,6 +1758,13 @@
func (m *Sdk) GetIconBlob2() string {
if m != nil {
return m.IconBlob2
+ }
+ return ""
+}
+
+func (m *Sdk) GetActivateCode() string {
+ if m != nil {
+ return m.ActivateCode
}
return ""
}
@@ -3521,214 +3529,215 @@
func init() { proto.RegisterFile("protomsg.proto", fileDescriptor_32de24555f916688) }
var fileDescriptor_32de24555f916688 = []byte{
- // 3332 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x59, 0x4f, 0x6f, 0x1c, 0x47,
- 0x76, 0xd7, 0xfc, 0x9f, 0x79, 0x33, 0x1c, 0xb6, 0x4a, 0xff, 0x5a, 0xa4, 0x6c, 0xd3, 0x2d, 0x39,
- 0x91, 0x69, 0x5b, 0x71, 0x64, 0x1f, 0x8c, 0x00, 0x71, 0x40, 0x91, 0x52, 0x32, 0x80, 0xa4, 0x30,
- 0xcd, 0x91, 0x7c, 0x4b, 0xa3, 0xd9, 0x5d, 0x9c, 0x69, 0x4c, 0xb3, 0xbb, 0x5d, 0x55, 0x4d, 0x89,
- 0x40, 0x6e, 0x41, 0x90, 0x9c, 0x1c, 0x04, 0xc8, 0x67, 0x08, 0x90, 0x63, 0x6e, 0xb9, 0xec, 0x7a,
- 0x3f, 0xc1, 0x5e, 0xf6, 0xbe, 0x7b, 0x5a, 0x60, 0x6f, 0xfb, 0x15, 0x16, 0xef, 0x55, 0x55, 0x77,
- 0x0f, 0x49, 0xd9, 0xda, 0xd3, 0xd4, 0xfb, 0xd5, 0x9f, 0x7e, 0xf5, 0xea, 0xbd, 0x57, 0xbf, 0x57,
- 0x03, 0xd3, 0x42, 0xe4, 0x2a, 0x3f, 0x95, 0x8b, 0x47, 0xd4, 0x60, 0x43, 0x2b, 0x6f, 0xc1, 0x71,
- 0x28, 0xb9, 0x46, 0xbd, 0x67, 0xd0, 0xdd, 0x13, 0x3c, 0x64, 0x53, 0x68, 0x27, 0xb1, 0xdb, 0xda,
- 0x69, 0x3d, 0xec, 0xf9, 0xed, 0x24, 0x66, 0x5b, 0x30, 0x2c, 0x42, 0xc1, 0x33, 0x95, 0xc4, 0x6e,
- 0x9b, 0xd0, 0x4a, 0x66, 0x0c, 0xba, 0x59, 0x78, 0xca, 0xdd, 0xce, 0x4e, 0xeb, 0xe1, 0xc8, 0xa7,
- 0xb6, 0xf7, 0x43, 0x1f, 0xfa, 0xfb, 0xe1, 0x29, 0x17, 0xcd, 0xa5, 0x46, 0xb4, 0x94, 0x1d, 0xde,
- 0xae, 0x87, 0xb3, 0x9b, 0xd0, 0x0b, 0xd3, 0x24, 0x94, 0x66, 0x0d, 0x2d, 0xb0, 0x8f, 0x61, 0x22,
- 0xb3, 0xb0, 0x90, 0xcb, 0x5c, 0x05, 0xa5, 0x48, 0xdd, 0x2e, 0x75, 0x8e, 0x2d, 0xf6, 0x4a, 0xa4,
- 0xb8, 0x98, 0x3a, 0x2f, 0xb8, 0xdb, 0x23, 0x9d, 0xa8, 0x8d, 0x58, 0x18, 0xc7, 0xc2, 0xed, 0xeb,
- 0x0f, 0x60, 0x9b, 0xdd, 0x83, 0x51, 0x9a, 0x67, 0x8b, 0x44, 0x95, 0x31, 0x77, 0x07, 0x3b, 0xad,
- 0x87, 0x6d, 0xbf, 0x06, 0x70, 0x77, 0x69, 0xa8, 0x74, 0xe7, 0x90, 0x3a, 0x2b, 0x19, 0x55, 0x3b,
- 0x49, 0xf3, 0x5c, 0xb8, 0x23, 0xfa, 0x84, 0x16, 0xf0, 0x1b, 0x42, 0xc9, 0xc2, 0x05, 0xfd, 0x0d,
- 0x6c, 0xd3, 0x46, 0x0b, 0x77, 0x6c, 0x36, 0x5a, 0xe0, 0x98, 0x22, 0x17, 0xca, 0x9d, 0x68, 0xdd,
- 0xb0, 0x8d, 0x5f, 0x2a, 0x25, 0x17, 0x64, 0x80, 0x0d, 0x1a, 0x59, 0xc9, 0xda, 0xc6, 0x52, 0xbe,
- 0xc9, 0x45, 0xec, 0x4e, 0x75, 0x9f, 0x95, 0x51, 0x8b, 0x63, 0x11, 0x66, 0xb1, 0xbb, 0xa9, 0x0d,
- 0x44, 0x02, 0xce, 0x10, 0x5c, 0x72, 0x71, 0xc6, 0x63, 0xd7, 0xd1, 0x33, 0xac, 0xcc, 0x3e, 0x00,
- 0x48, 0x64, 0x20, 0xca, 0x2c, 0x4b, 0xb2, 0x85, 0x7b, 0x7d, 0xa7, 0xf5, 0x70, 0xe8, 0x8f, 0x12,
- 0xe9, 0x6b, 0x00, 0xbb, 0x45, 0x99, 0x05, 0x3c, 0x0b, 0x8f, 0x53, 0xee, 0x32, 0xdd, 0x2d, 0xca,
- 0xec, 0x29, 0x01, 0xec, 0x2e, 0x0c, 0xb1, 0x9b, 0x6c, 0x7b, 0x83, 0xf4, 0x1f, 0x88, 0x32, 0x9b,
- 0xa3, 0x79, 0x3d, 0xd8, 0xc0, 0x2e, 0xfa, 0x8c, 0x08, 0x92, 0xd8, 0xbd, 0xa9, 0x8f, 0x45, 0x94,
- 0xd9, 0x11, 0x61, 0xb3, 0x98, 0x7d, 0x0a, 0x8e, 0xe0, 0x32, 0x4f, 0x4b, 0x95, 0xe4, 0x59, 0xf0,
- 0x26, 0x89, 0xd5, 0xd2, 0xbd, 0x45, 0xcb, 0x6c, 0xd6, 0xf8, 0x77, 0x08, 0xb3, 0xcf, 0xe0, 0x7a,
- 0x63, 0xe8, 0x92, 0x27, 0x8b, 0xa5, 0x72, 0x6f, 0xd3, 0xd8, 0xc6, 0x1a, 0xff, 0x40, 0x38, 0x73,
- 0xa0, 0x73, 0x52, 0x48, 0xf7, 0x0e, 0x75, 0x63, 0x93, 0xed, 0xc2, 0x40, 0xf2, 0x4c, 0xe6, 0x42,
- 0xba, 0xee, 0x4e, 0xe7, 0xe1, 0xf8, 0xb1, 0xf3, 0xa8, 0x72, 0xf4, 0x23, 0xea, 0xf0, 0xed, 0x00,
- 0xb6, 0x03, 0xe3, 0xb3, 0x3c, 0x89, 0xb8, 0xde, 0xa3, 0x7b, 0x97, 0x36, 0xdd, 0x84, 0x98, 0x0b,
- 0x03, 0x12, 0x67, 0xb1, 0xbb, 0x45, 0xbb, 0xb2, 0x22, 0xfb, 0x0b, 0x98, 0x46, 0x79, 0x2e, 0xe2,
- 0xb9, 0x08, 0x33, 0x79, 0x92, 0x8b, 0x53, 0x77, 0x9b, 0x06, 0x5c, 0x40, 0xd9, 0x6d, 0xe8, 0x4b,
- 0x15, 0xaa, 0x52, 0xba, 0xf7, 0x48, 0x49, 0x23, 0x79, 0xbf, 0x6c, 0x41, 0x5f, 0xeb, 0x73, 0x55,
- 0x40, 0x90, 0x9d, 0x4d, 0x40, 0x90, 0x0f, 0x6b, 0x5f, 0xea, 0x5c, 0xf2, 0xa5, 0xee, 0x3b, 0x7c,
- 0xa9, 0xf7, 0x13, 0xbe, 0xd4, 0xbf, 0xe0, 0x4b, 0xf7, 0x60, 0xa4, 0x96, 0x82, 0xcb, 0x65, 0x9e,
- 0xc6, 0x14, 0x0b, 0x3d, 0xbf, 0x06, 0x70, 0x03, 0xc6, 0x29, 0x86, 0x64, 0x1f, 0x23, 0x79, 0x2f,
- 0x00, 0x74, 0x40, 0x3f, 0x4f, 0xb2, 0x15, 0xba, 0x4f, 0x44, 0x52, 0x90, 0xc4, 0xd2, 0xec, 0x65,
- 0xa4, 0x91, 0x59, 0x8c, 0x96, 0x9e, 0xa4, 0x49, 0xb6, 0x0a, 0x54, 0x28, 0x57, 0x81, 0x49, 0x19,
- 0x23, 0x1f, 0x10, 0x9b, 0x87, 0x72, 0x35, 0x8b, 0xbd, 0x5f, 0xa3, 0x3d, 0xe2, 0x95, 0x5f, 0x66,
- 0xec, 0x16, 0xf4, 0x93, 0x22, 0x0a, 0x2a, 0x9b, 0xf4, 0x92, 0x22, 0x9a, 0xc5, 0xe8, 0x82, 0x32,
- 0x5e, 0x05, 0x0d, 0xd3, 0x0c, 0x64, 0xbc, 0x22, 0x17, 0xfc, 0x1c, 0xae, 0x27, 0x72, 0x2e, 0x92,
- 0xc5, 0x82, 0x8b, 0x27, 0xe7, 0x87, 0x82, 0x1f, 0xc5, 0x2b, 0x32, 0x56, 0xcf, 0xbf, 0xdc, 0xc1,
- 0x3e, 0x04, 0x88, 0xf2, 0xec, 0x24, 0x89, 0x79, 0x16, 0x71, 0x63, 0xc1, 0x06, 0x42, 0xb1, 0xe5,
- 0xf3, 0x24, 0x26, 0x23, 0x0e, 0x7d, 0x2d, 0xb0, 0x47, 0xc0, 0x94, 0x5e, 0xe8, 0x25, 0x7f, 0xab,
- 0x8e, 0xf4, 0x97, 0xc9, 0x96, 0x3d, 0xff, 0x8a, 0x1e, 0xef, 0x9f, 0x60, 0xaa, 0xed, 0x33, 0x4f,
- 0x4e, 0xb9, 0x28, 0x53, 0xfe, 0x5e, 0x89, 0x6f, 0x1b, 0x46, 0x2a, 0x39, 0xe5, 0x01, 0x4e, 0x30,
- 0xc7, 0x3d, 0x44, 0xc0, 0x2f, 0x53, 0xee, 0xbd, 0x84, 0xfe, 0x41, 0x78, 0xbe, 0xaf, 0x52, 0xf4,
- 0xfb, 0x38, 0x3c, 0x37, 0xf9, 0x18, 0x9b, 0xec, 0x31, 0x80, 0x9e, 0x18, 0x66, 0x0b, 0x5c, 0x12,
- 0x5d, 0xff, 0x46, 0xed, 0xfa, 0xa8, 0x84, 0x8f, 0x5d, 0x3e, 0xad, 0x4f, 0x4d, 0xef, 0x2b, 0x18,
- 0x55, 0x38, 0xee, 0x5a, 0xaa, 0x50, 0x28, 0x6b, 0x74, 0x12, 0xf0, 0x43, 0x3c, 0xb3, 0xe7, 0x85,
- 0x4d, 0xef, 0x35, 0x0c, 0x0e, 0xf3, 0xf4, 0x7c, 0x91, 0x67, 0xef, 0xb5, 0xa1, 0xbf, 0x84, 0x7e,
- 0x91, 0x27, 0x99, 0xc2, 0x54, 0x8e, 0x3a, 0x6d, 0xd6, 0x3a, 0x1d, 0x22, 0xee, 0x9b, 0x6e, 0xef,
- 0x7b, 0xeb, 0x4f, 0xb3, 0xec, 0x24, 0x67, 0x0f, 0x28, 0xa9, 0xe8, 0xfc, 0xf1, 0x12, 0xd7, 0xd4,
- 0x5f, 0x59, 0x07, 0x8d, 0x02, 0xed, 0x4b, 0x0a, 0x34, 0x6e, 0x9e, 0xb5, 0xcc, 0xd5, 0x5d, 0xcb,
- 0x5c, 0xde, 0xf7, 0xf6, 0x88, 0xf6, 0xb2, 0x18, 0x0d, 0x2c, 0xd9, 0xd7, 0xd6, 0x8d, 0x51, 0x09,
- 0xfa, 0xe6, 0xf8, 0xf1, 0xcd, 0x5a, 0xe3, 0x5a, 0x41, 0xbf, 0x31, 0x8e, 0x7d, 0x0a, 0x3d, 0x3c,
- 0x2f, 0x79, 0xd9, 0xec, 0x7f, 0x2f, 0xf2, 0xb2, 0xc0, 0xa5, 0x7d, 0x3d, 0xc2, 0xfb, 0xf7, 0x0e,
- 0x8c, 0x2a, 0x10, 0x23, 0xaf, 0x8a, 0x11, 0xb7, 0xb5, 0xd3, 0x59, 0x0f, 0x9a, 0x8b, 0xbb, 0xfb,
- 0x00, 0x60, 0x81, 0x53, 0x03, 0xc5, 0xdf, 0x2a, 0xb3, 0xc7, 0x11, 0x21, 0x73, 0xfe, 0x56, 0xb1,
- 0x8f, 0x60, 0x1c, 0xa6, 0xa1, 0x38, 0x0d, 0x52, 0x7e, 0xc6, 0x53, 0xeb, 0xd7, 0x04, 0x3d, 0x47,
- 0x84, 0x3d, 0xb0, 0x6a, 0xf6, 0x48, 0xcd, 0x69, 0xad, 0x66, 0x43, 0x43, 0x0a, 0x33, 0xae, 0xb4,
- 0xbd, 0xfa, 0x26, 0xcc, 0xb8, 0xa2, 0x30, 0xfb, 0x08, 0xc6, 0x8a, 0x9f, 0x16, 0x69, 0xa8, 0x38,
- 0x46, 0xe7, 0x40, 0x07, 0xb1, 0x85, 0x66, 0x31, 0xbb, 0x0f, 0x1b, 0xd5, 0x00, 0xf2, 0xe0, 0x21,
- 0x0d, 0x99, 0x58, 0x90, 0x36, 0xbd, 0x03, 0x93, 0xca, 0xc5, 0x71, 0x99, 0x91, 0x59, 0xc6, 0x78,
- 0xf9, 0x8c, 0x36, 0x2a, 0x23, 0x9e, 0xf1, 0x80, 0x0e, 0x53, 0x5f, 0xa9, 0x23, 0x42, 0xe8, 0xd4,
- 0x19, 0x74, 0x63, 0x2e, 0x23, 0x73, 0xb3, 0x52, 0xbb, 0x91, 0xa5, 0x26, 0xcd, 0x2c, 0xd5, 0x4c,
- 0xe0, 0x1b, 0x6b, 0x09, 0xdc, 0xfb, 0x17, 0xd8, 0xa8, 0x0e, 0xe2, 0x28, 0x5e, 0xc9, 0x4b, 0xde,
- 0xbc, 0xae, 0x45, 0xfb, 0xa2, 0x16, 0x0f, 0xa0, 0x2b, 0xe3, 0x95, 0x75, 0xeb, 0xe6, 0x2d, 0x43,
- 0x59, 0xcc, 0xa7, 0x5e, 0x4a, 0xff, 0xf1, 0x0a, 0x8f, 0xb7, 0x4b, 0xc7, 0x6b, 0x24, 0xef, 0xbf,
- 0xda, 0xd0, 0xf5, 0xaf, 0x4a, 0x0a, 0xdb, 0xd6, 0x25, 0xea, 0x34, 0x39, 0xb4, 0x2e, 0x81, 0x2a,
- 0x15, 0x3a, 0xf6, 0xb0, 0xd7, 0x78, 0x80, 0x41, 0x66, 0x31, 0x26, 0x4e, 0xcc, 0x90, 0x49, 0x6c,
- 0x98, 0x51, 0x8f, 0x3e, 0xc6, 0xbe, 0x00, 0x4c, 0x94, 0x81, 0xe4, 0xca, 0x9c, 0xfc, 0xcd, 0x35,
- 0x65, 0x8f, 0xb8, 0x7a, 0x12, 0x4a, 0x4e, 0xaa, 0x1d, 0x71, 0xa5, 0xef, 0xf3, 0x94, 0x07, 0x6f,
- 0x12, 0xb5, 0x0c, 0x0a, 0x61, 0xbd, 0x60, 0x8c, 0xe0, 0x77, 0x89, 0x5a, 0x1e, 0x0a, 0xdc, 0xfc,
- 0x34, 0x91, 0x81, 0x0c, 0xcf, 0x78, 0x10, 0x66, 0xe7, 0xcb, 0xfc, 0x0d, 0x39, 0xc3, 0xd0, 0x9f,
- 0x24, 0xf2, 0x28, 0x3c, 0xe3, 0x7b, 0x84, 0xa1, 0x2b, 0x69, 0x87, 0x4d, 0x62, 0xe3, 0x09, 0x03,
- 0x92, 0x67, 0x14, 0xa9, 0x12, 0xef, 0x2f, 0x4d, 0xa2, 0xa8, 0xed, 0xfd, 0x5b, 0x0b, 0x26, 0x68,
- 0x93, 0xb9, 0xf1, 0x96, 0xf7, 0xca, 0x2f, 0xd6, 0x19, 0x3a, 0x0d, 0x67, 0x70, 0xa0, 0xa3, 0xde,
- 0x2a, 0x63, 0x04, 0x6c, 0xb2, 0xcf, 0xd6, 0x5d, 0xff, 0x56, 0x23, 0x31, 0x9a, 0x8f, 0xed, 0x89,
- 0x85, 0x8d, 0xd1, 0x6f, 0xc1, 0x69, 0xaa, 0xf1, 0x3c, 0x91, 0x8a, 0xed, 0x42, 0x37, 0x4d, 0xa4,
- 0xa2, 0x20, 0x1d, 0x3f, 0xbe, 0xbd, 0x1e, 0x3a, 0x76, 0xa4, 0x4f, 0x63, 0xbc, 0x5f, 0xb5, 0x60,
- 0xdc, 0x58, 0xb6, 0x71, 0x2c, 0xad, 0xe6, 0xb1, 0x78, 0xb0, 0x81, 0x70, 0x28, 0x16, 0x81, 0xe6,
- 0xba, 0x6d, 0x43, 0x67, 0xe3, 0xd5, 0x9e, 0x58, 0xec, 0x11, 0xe3, 0xdd, 0x82, 0x61, 0x5e, 0x70,
- 0x11, 0xaa, 0x5c, 0xd8, 0xdb, 0xc0, 0xca, 0xcd, 0xf9, 0x67, 0x61, 0x5a, 0xf2, 0x8a, 0x0e, 0xd3,
- 0xfc, 0xd7, 0x08, 0x55, 0x66, 0xd6, 0x74, 0x80, 0xda, 0xef, 0x73, 0xbe, 0xde, 0xff, 0xb6, 0x00,
- 0x6a, 0xd7, 0xb8, 0xac, 0x6a, 0xeb, 0xa7, 0x55, 0x6d, 0x5f, 0x50, 0xf5, 0x3e, 0x6c, 0xd8, 0xb6,
- 0x4e, 0x2c, 0x7a, 0x2f, 0x13, 0x0b, 0x5a, 0x1e, 0xf9, 0x67, 0xed, 0xc7, 0xba, 0xcd, 0x6f, 0x3b,
- 0xd0, 0xc1, 0x6b, 0xfd, 0xa2, 0xb7, 0xd4, 0x34, 0xa2, 0xfd, 0x2e, 0x1a, 0xd1, 0x59, 0xa7, 0x11,
- 0xa6, 0x8b, 0x7c, 0xac, 0x5b, 0x75, 0xd9, 0x68, 0x0f, 0xc5, 0xc2, 0xfa, 0xcf, 0x7a, 0xb4, 0xa3,
- 0xeb, 0x50, 0x2f, 0xaa, 0x97, 0x44, 0x79, 0x66, 0x2b, 0x0d, 0x6c, 0xa3, 0x33, 0x62, 0xad, 0xa2,
- 0x93, 0x25, 0x36, 0x31, 0x8d, 0x46, 0x82, 0x63, 0x8e, 0xc4, 0x9c, 0x67, 0x22, 0x03, 0x34, 0x84,
- 0xf7, 0x31, 0x0e, 0x28, 0x8b, 0xb8, 0x1a, 0x60, 0x12, 0xa4, 0x86, 0x68, 0x00, 0x26, 0x09, 0xbd,
- 0xc2, 0xf1, 0xb9, 0xc9, 0x8f, 0x43, 0x0d, 0x3c, 0x39, 0x6f, 0xa4, 0xc2, 0xf1, 0x5a, 0x2a, 0xbc,
- 0x0b, 0xc3, 0x98, 0xa7, 0xc1, 0x49, 0x1a, 0x2e, 0x4c, 0x09, 0x32, 0x88, 0x79, 0xfa, 0x2c, 0x0d,
- 0x17, 0x78, 0x76, 0xa8, 0xeb, 0x93, 0x34, 0x3f, 0xb6, 0x55, 0x88, 0x95, 0x29, 0x83, 0x72, 0x21,
- 0x93, 0x3c, 0x33, 0x45, 0x88, 0x15, 0xb1, 0x87, 0x67, 0x73, 0x11, 0x46, 0x2b, 0xaa, 0x42, 0x86,
- 0xbe, 0x15, 0x51, 0x85, 0x50, 0x2c, 0x0e, 0xf8, 0x89, 0xa9, 0x42, 0x8c, 0x84, 0x38, 0x7a, 0xd9,
- 0x51, 0x4e, 0xf5, 0xc7, 0xc8, 0x37, 0x12, 0xde, 0x83, 0xf6, 0x7b, 0x8f, 0xa9, 0xf6, 0x18, 0xf9,
- 0x35, 0xe0, 0xfd, 0x41, 0x53, 0x43, 0x0c, 0xa5, 0xaa, 0x2e, 0x6c, 0x35, 0xeb, 0xc2, 0x77, 0xe4,
- 0x85, 0xc6, 0x11, 0x57, 0x85, 0xe0, 0x69, 0x29, 0x75, 0x62, 0x18, 0xfa, 0xd4, 0x46, 0xac, 0xcc,
- 0x92, 0x2a, 0x42, 0xb0, 0x8d, 0x5f, 0xd1, 0x34, 0x4a, 0x9f, 0xa3, 0x16, 0xd0, 0x89, 0x63, 0x7e,
- 0x12, 0x96, 0xa9, 0x32, 0xfe, 0xa9, 0x8f, 0x74, 0x62, 0x40, 0xed, 0xa0, 0x9f, 0x82, 0x63, 0x07,
- 0x55, 0xd1, 0xa0, 0x0f, 0x78, 0xd3, 0xe0, 0xff, 0x68, 0x83, 0xe2, 0xaa, 0x14, 0xf8, 0x1f, 0x3a,
- 0xee, 0xf6, 0x97, 0x61, 0x86, 0xa9, 0xb8, 0xe9, 0xab, 0xad, 0x4b, 0xbe, 0x1a, 0x2d, 0xc3, 0x2c,
- 0xc8, 0xca, 0x53, 0x53, 0x80, 0x0f, 0x50, 0x7e, 0x59, 0x9e, 0x22, 0x77, 0xaa, 0xd9, 0xec, 0x2c,
- 0x8b, 0x0c, 0x13, 0x5e, 0x07, 0x91, 0x05, 0x9f, 0x26, 0xd9, 0x8b, 0xfc, 0x8c, 0x1f, 0xe6, 0xd2,
- 0xb2, 0x85, 0x1a, 0xf1, 0xfe, 0xb3, 0x05, 0x9b, 0x07, 0xc7, 0xa8, 0xc9, 0x82, 0xbf, 0xe0, 0x52,
- 0x86, 0x0b, 0xe4, 0xd9, 0x3d, 0x45, 0x9e, 0x85, 0xca, 0x4c, 0x9b, 0x69, 0x70, 0x8e, 0xb0, 0x1e,
- 0x1c, 0xfb, 0x7a, 0xd0, 0x25, 0xfe, 0xb2, 0x0b, 0xfd, 0x30, 0xc2, 0xe2, 0x8d, 0x14, 0x9a, 0x3e,
- 0x66, 0xf5, 0xf4, 0x83, 0xe3, 0x3d, 0xea, 0xf1, 0xcd, 0x08, 0x8a, 0x24, 0xa4, 0x60, 0x5d, 0x13,
- 0x49, 0xd9, 0x49, 0xee, 0xfd, 0xd0, 0x86, 0x0d, 0xcd, 0xc0, 0xde, 0x45, 0x40, 0x7f, 0xf2, 0xf2,
- 0xbc, 0x8a, 0x1c, 0xba, 0x30, 0x30, 0xd7, 0xa7, 0x0d, 0x78, 0x23, 0xb2, 0x8f, 0x61, 0x62, 0x48,
- 0x7d, 0x90, 0x26, 0x99, 0x2d, 0xa8, 0xc6, 0x06, 0x7b, 0x9e, 0x64, 0x9c, 0x7d, 0x02, 0xd3, 0x38,
- 0x11, 0x9c, 0x14, 0xd6, 0x83, 0xb4, 0xbf, 0x6c, 0x54, 0x28, 0x0d, 0xb3, 0x9e, 0x38, 0x68, 0x78,
- 0xa2, 0xf6, 0x25, 0x3c, 0x8a, 0x00, 0xeb, 0x41, 0x9d, 0x04, 0x7a, 0xe4, 0x4b, 0x08, 0x1e, 0x21,
- 0x46, 0x79, 0x42, 0xef, 0x86, 0xf4, 0x36, 0x69, 0x40, 0x43, 0x98, 0x94, 0xbc, 0xdf, 0xb4, 0xe0,
- 0xd6, 0x9a, 0x41, 0x7c, 0x9e, 0x86, 0x64, 0xbe, 0x8b, 0x86, 0x79, 0x08, 0x8e, 0xcc, 0x4b, 0x11,
- 0xf1, 0xe0, 0xa2, 0x7d, 0xa6, 0x1a, 0xdf, 0xb7, 0x56, 0xda, 0x85, 0xeb, 0x66, 0xe4, 0x25, 0xa6,
- 0xb1, 0xa9, 0x3b, 0x0e, 0x2b, 0xbe, 0xf1, 0x10, 0x1c, 0x15, 0x8a, 0x05, 0x57, 0x8d, 0x55, 0xb5,
- 0x19, 0xa7, 0x1a, 0x6f, 0xae, 0x6a, 0x46, 0x36, 0x56, 0xd5, 0x26, 0xdd, 0xd4, 0x1d, 0xd5, 0xaa,
- 0xde, 0x2f, 0x5a, 0xb0, 0xf1, 0x3a, 0x89, 0x79, 0xae, 0xc2, 0x82, 0x13, 0xbf, 0xde, 0x82, 0x21,
- 0x97, 0x07, 0xa1, 0x0a, 0x67, 0x76, 0x4f, 0x95, 0x8c, 0x7d, 0xf6, 0x84, 0x2f, 0x9d, 0xf8, 0x6d,
- 0xe8, 0x2b, 0xaa, 0x2e, 0xcd, 0x06, 0x8c, 0x84, 0xf1, 0x9d, 0x9c, 0x2e, 0x66, 0x5a, 0xd9, 0x8e,
- 0xaf, 0x05, 0x5c, 0xe9, 0x0c, 0x3f, 0xfb, 0x4a, 0xa4, 0xb6, 0x7c, 0xb6, 0x72, 0x83, 0xc6, 0xf5,
- 0x9b, 0x34, 0x6e, 0xed, 0x6c, 0xcd, 0x73, 0x93, 0xf7, 0x77, 0xd0, 0x7b, 0x8d, 0x1c, 0xf3, 0x7d,
- 0xe9, 0x4b, 0x11, 0xaa, 0xa5, 0x75, 0x4a, 0x6c, 0x7b, 0x5f, 0xc2, 0x88, 0x16, 0x20, 0xe2, 0x71,
- 0x7f, 0x8d, 0x78, 0x34, 0xaa, 0x27, 0x1a, 0x62, 0x18, 0xc7, 0xef, 0x3b, 0x30, 0xde, 0xcf, 0x4f,
- 0x8b, 0x50, 0x20, 0xe1, 0xa0, 0xbb, 0x98, 0x42, 0xb0, 0x2e, 0x2b, 0x2a, 0x99, 0xed, 0x82, 0x13,
- 0xe9, 0xa1, 0xf3, 0xaa, 0xe8, 0x6f, 0xd3, 0x1b, 0xd7, 0x25, 0x9c, 0xed, 0xc0, 0xf8, 0x24, 0x8c,
- 0xf8, 0x33, 0x1e, 0xaa, 0x52, 0xe8, 0xc8, 0x99, 0xf8, 0x4d, 0x08, 0x4d, 0x89, 0x46, 0xb5, 0xf4,
- 0x56, 0x0b, 0xf4, 0xa2, 0x20, 0x38, 0x7f, 0x99, 0xc7, 0x86, 0x72, 0x8d, 0xfc, 0x1a, 0x20, 0xa3,
- 0x85, 0xc7, 0xd6, 0x94, 0xd4, 0xc6, 0x6c, 0x54, 0x57, 0x2a, 0xb6, 0xb2, 0x68, 0xd4, 0x2e, 0x1f,
- 0x02, 0x48, 0x1e, 0x8a, 0x68, 0x39, 0xd7, 0x57, 0x26, 0xce, 0x6c, 0x20, 0xd8, 0x9f, 0x64, 0x45,
- 0xa9, 0xb3, 0xb0, 0x0d, 0x95, 0x1a, 0xd1, 0x35, 0x7f, 0x9a, 0xea, 0xb0, 0x34, 0x57, 0x66, 0x03,
- 0xa1, 0x03, 0x26, 0xef, 0xb6, 0x97, 0xa6, 0x96, 0x30, 0x97, 0x86, 0x59, 0x98, 0x9e, 0xdb, 0x97,
- 0x2c, 0xba, 0x39, 0x47, 0xfe, 0x3a, 0xa8, 0x33, 0xae, 0xb6, 0x1d, 0x39, 0xb3, 0xb9, 0x44, 0xd7,
- 0x41, 0xe6, 0xc1, 0x24, 0x91, 0xf6, 0x98, 0xd2, 0x94, 0xae, 0x53, 0xa2, 0xcc, 0x35, 0x86, 0x96,
- 0x93, 0x66, 0x55, 0xe9, 0x6e, 0x6a, 0xcb, 0x55, 0x80, 0x77, 0x0c, 0x13, 0x33, 0xf6, 0xe9, 0x19,
- 0xcf, 0x14, 0xfb, 0x06, 0x46, 0x1c, 0x1b, 0x73, 0x7b, 0x41, 0x4c, 0x1f, 0x6f, 0x35, 0xaa, 0xd5,
- 0xc6, 0x50, 0x1c, 0xe1, 0xd7, 0x83, 0x29, 0xf1, 0x85, 0xe7, 0x69, 0x1e, 0xea, 0xc3, 0x9f, 0xf8,
- 0x56, 0xf4, 0xfe, 0x19, 0xa6, 0x78, 0x03, 0x99, 0xb9, 0x61, 0xb4, 0xbc, 0xe4, 0xc7, 0x2e, 0x0c,
- 0xc8, 0x9b, 0xaa, 0x1c, 0x62, 0x45, 0xdc, 0xa1, 0xd9, 0xf2, 0x51, 0x94, 0x1b, 0x87, 0x69, 0xfb,
- 0x6b, 0x98, 0xe7, 0x83, 0x53, 0xaf, 0xef, 0x73, 0x59, 0xa6, 0x8a, 0x7d, 0x5b, 0xd9, 0x4f, 0x03,
- 0xc6, 0xdb, 0xdd, 0x35, 0x9a, 0xd5, 0x50, 0xc9, 0x5f, 0x1f, 0xee, 0xfd, 0xd8, 0x85, 0x11, 0x6d,
- 0xf3, 0xb0, 0x94, 0xcb, 0xf7, 0x8a, 0xbb, 0x0f, 0xcc, 0x73, 0x89, 0x7e, 0xf2, 0x30, 0x95, 0x14,
- 0x22, 0x47, 0xf4, 0xec, 0x71, 0x17, 0xe8, 0xd5, 0x25, 0xe0, 0x99, 0xcd, 0x68, 0x03, 0x94, 0x9f,
- 0x66, 0x71, 0x55, 0xfa, 0xa8, 0x44, 0x9e, 0x9c, 0x07, 0x61, 0x9a, 0x9a, 0x67, 0x22, 0x2a, 0x7d,
- 0x08, 0xc4, 0x73, 0xdc, 0x86, 0x11, 0x91, 0x6c, 0x2a, 0xd5, 0xcd, 0x83, 0x9b, 0xa0, 0x52, 0xe1,
- 0xad, 0x6a, 0x30, 0xb4, 0xc1, 0x1a, 0x43, 0xdb, 0x86, 0x91, 0x7e, 0x25, 0xc3, 0xe3, 0xd4, 0xac,
- 0x61, 0x48, 0x4f, 0x64, 0xa6, 0xf8, 0xa6, 0xce, 0x98, 0x9f, 0x25, 0x51, 0xe5, 0xe2, 0x08, 0x1d,
- 0x10, 0xc2, 0xfe, 0x0a, 0x86, 0x49, 0x11, 0x14, 0xb9, 0x50, 0xd2, 0x85, 0x8b, 0x75, 0x1e, 0x1a,
- 0x66, 0x56, 0x1c, 0xe6, 0x42, 0xf9, 0x83, 0x84, 0x7e, 0x25, 0xfb, 0x04, 0xba, 0xa5, 0x48, 0xa5,
- 0x3b, 0xa6, 0xc1, 0xd7, 0xd7, 0x07, 0xbf, 0x12, 0xa9, 0x4f, 0xdd, 0xec, 0x0b, 0x5b, 0x3b, 0x4d,
- 0x68, 0xdc, 0x9d, 0x7a, 0x5c, 0x65, 0xf2, 0xe6, 0xfb, 0xc1, 0x3e, 0xc0, 0x49, 0x92, 0x2a, 0x9f,
- 0x9b, 0x37, 0x6d, 0x9c, 0x73, 0xff, 0x8a, 0x39, 0x8f, 0x9e, 0x55, 0xa3, 0x9e, 0x66, 0x4a, 0x9c,
- 0xfb, 0x8d, 0x69, 0xec, 0x4b, 0x18, 0x16, 0xa5, 0x5c, 0x52, 0xcd, 0x3a, 0xbd, 0x58, 0xb2, 0xe1,
- 0xec, 0x23, 0xae, 0x5e, 0xf0, 0xac, 0xf4, 0x07, 0x85, 0x16, 0xb6, 0xfe, 0x16, 0x36, 0x2f, 0x2c,
- 0x88, 0xcc, 0x7b, 0xc5, 0xcf, 0x8d, 0x23, 0x60, 0x13, 0xb3, 0x95, 0xa6, 0x6e, 0xa6, 0x22, 0x20,
- 0xe1, 0x6f, 0xda, 0xdf, 0xb4, 0xbc, 0xff, 0x6e, 0xc1, 0xb8, 0xb1, 0xee, 0x7b, 0xf9, 0x90, 0x0b,
- 0x83, 0x68, 0xc9, 0xa3, 0x15, 0xd7, 0xf7, 0xcb, 0xd0, 0xb7, 0x62, 0x4d, 0x53, 0xbb, 0x4d, 0x9a,
- 0xfa, 0xd7, 0x48, 0xd9, 0x92, 0x34, 0x16, 0x3c, 0xbb, 0x5c, 0x87, 0x36, 0x37, 0x55, 0x0d, 0xf3,
- 0x7e, 0xd7, 0x82, 0x8d, 0x35, 0x2b, 0x5f, 0xf5, 0x4a, 0xa1, 0xf2, 0x22, 0x89, 0x9a, 0xef, 0xa2,
- 0x23, 0x42, 0xc8, 0x6b, 0xb6, 0x41, 0x0b, 0x58, 0x56, 0x55, 0xef, 0x89, 0x08, 0x20, 0x9b, 0x6e,
- 0x96, 0x6c, 0xdd, 0x9f, 0x2b, 0xd9, 0x7a, 0x57, 0x94, 0x6c, 0xf4, 0xa7, 0x41, 0xca, 0x0d, 0x1f,
- 0xd6, 0x6e, 0x4e, 0x7e, 0xaf, 0x93, 0xae, 0x07, 0x1b, 0x94, 0x71, 0x02, 0x3a, 0xcb, 0xea, 0xc5,
- 0x68, 0xcc, 0xed, 0x8e, 0x66, 0xb1, 0xf7, 0x0a, 0xa0, 0xf6, 0x4d, 0x54, 0xd7, 0xfe, 0x8f, 0x50,
- 0xd8, 0xab, 0xde, 0xa4, 0xbf, 0xfa, 0xcd, 0xbb, 0xdd, 0x78, 0xf3, 0xae, 0x43, 0xa9, 0xb3, 0xf6,
- 0x3a, 0xfd, 0x15, 0x0c, 0x8c, 0x17, 0xdb, 0x02, 0xac, 0x55, 0x17, 0x60, 0xf5, 0xa4, 0xf6, 0xda,
- 0xa4, 0x1f, 0x5b, 0x5a, 0x99, 0x3d, 0xa5, 0x30, 0xef, 0xdd, 0x81, 0x81, 0x55, 0x5c, 0x4f, 0xee,
- 0x17, 0xa4, 0x33, 0xf3, 0xa0, 0x13, 0x85, 0x9a, 0x76, 0xaf, 0xd5, 0x82, 0x9a, 0xee, 0xf8, 0xd8,
- 0xd9, 0xdc, 0x89, 0xa5, 0x1f, 0x76, 0x27, 0x31, 0xc6, 0xb2, 0xe9, 0x6c, 0xd4, 0x9a, 0x20, 0xeb,
- 0x87, 0xcd, 0xbb, 0x30, 0x4c, 0xf3, 0x28, 0x4c, 0xd1, 0x0c, 0xda, 0xf0, 0x03, 0x92, 0x67, 0x05,
- 0x2e, 0x4c, 0xb4, 0x84, 0xfe, 0x01, 0xeb, 0xaf, 0xf3, 0x14, 0xef, 0x8f, 0x2d, 0xb8, 0xf1, 0x54,
- 0x1e, 0x72, 0x21, 0xf3, 0x6c, 0x3f, 0x8c, 0x96, 0x86, 0x92, 0xb3, 0xcf, 0x0d, 0x4f, 0xd1, 0x77,
- 0x44, 0x23, 0xaf, 0x3e, 0x95, 0x8d, 0x61, 0xb1, 0x61, 0xa7, 0x77, 0x0d, 0x7d, 0xd0, 0x2c, 0xb1,
- 0x53, 0x65, 0xf8, 0x19, 0x31, 0xec, 0x82, 0x56, 0x6f, 0x6c, 0x4b, 0x03, 0x33, 0xba, 0x18, 0x4e,
- 0x0c, 0x55, 0x30, 0x49, 0xd3, 0x88, 0x0d, 0xea, 0xdf, 0xfb, 0x59, 0xea, 0x5f, 0x9f, 0x8e, 0x7e,
- 0x5c, 0xb7, 0xd9, 0xf1, 0x26, 0xf4, 0xa2, 0x50, 0xbc, 0xcc, 0x8d, 0x17, 0x69, 0xc1, 0xfb, 0xbf,
- 0x16, 0x6c, 0xee, 0xa7, 0xa5, 0x54, 0x5c, 0xec, 0x65, 0xb1, 0x26, 0x18, 0xf7, 0x60, 0x14, 0x69,
- 0xa8, 0x22, 0x8c, 0x35, 0x80, 0xa4, 0xc6, 0x08, 0x2f, 0xeb, 0x88, 0x6e, 0x42, 0xec, 0x01, 0xf4,
- 0x32, 0xa2, 0x2e, 0x9d, 0x8b, 0x0f, 0xa5, 0xb8, 0xbe, 0xaf, 0x3b, 0xf1, 0x2b, 0x67, 0x89, 0x50,
- 0x25, 0x9e, 0x8a, 0xd9, 0x6f, 0x0d, 0xac, 0xfd, 0xe1, 0xd2, 0x5b, 0xff, 0xc3, 0xc5, 0xfb, 0xd7,
- 0x36, 0x74, 0x71, 0xa5, 0xab, 0x82, 0xd9, 0xe8, 0x51, 0x13, 0xf4, 0x86, 0xe6, 0xdb, 0x30, 0xc2,
- 0x4f, 0x07, 0x8d, 0x32, 0x66, 0x88, 0x00, 0x29, 0x7d, 0x07, 0x06, 0xd4, 0x59, 0x71, 0xf0, 0x3e,
- 0x8a, 0xb3, 0xb8, 0xee, 0xb0, 0xae, 0xa4, 0x3b, 0x8a, 0x8b, 0xef, 0x10, 0xfd, 0x4b, 0xef, 0x10,
- 0x5b, 0x30, 0x4c, 0xe4, 0x01, 0x4f, 0xb9, 0xb2, 0x37, 0x55, 0x25, 0xe3, 0xe4, 0x58, 0x24, 0x27,
- 0xaa, 0x51, 0xbf, 0x8c, 0x7c, 0x20, 0xa8, 0xaa, 0x5e, 0xf4, 0x55, 0xa5, 0xd3, 0x87, 0xb9, 0xaf,
- 0x34, 0x44, 0xaf, 0xef, 0xff, 0xd3, 0x82, 0xce, 0x41, 0x12, 0x5d, 0x32, 0xc2, 0x95, 0x49, 0xfa,
- 0xca, 0xea, 0xcd, 0xb2, 0xef, 0x6e, 0xa3, 0xb2, 0xda, 0xc1, 0xcf, 0xca, 0x48, 0x24, 0x45, 0xe5,
- 0x6e, 0x23, 0xbf, 0x09, 0x55, 0x75, 0x77, 0xbf, 0xae, 0xbb, 0xc9, 0xad, 0xe9, 0xef, 0xeb, 0x3a,
- 0x4b, 0x99, 0xff, 0xb3, 0x67, 0xf1, 0xee, 0xff, 0xb7, 0x61, 0xd2, 0xac, 0x6f, 0xd9, 0x04, 0x86,
- 0xf3, 0x40, 0x07, 0xbb, 0x73, 0x8d, 0x39, 0x30, 0xb1, 0x12, 0x66, 0x68, 0xa7, 0xc5, 0x46, 0xd0,
- 0x9b, 0x07, 0x47, 0xf1, 0xca, 0x69, 0xb3, 0x1b, 0xb0, 0x69, 0x3b, 0x4d, 0x85, 0xe3, 0x74, 0xd8,
- 0x14, 0x60, 0x1e, 0xcc, 0xcd, 0x7b, 0xb7, 0xd3, 0xd5, 0xeb, 0x69, 0x32, 0xe9, 0xf4, 0xf4, 0x7a,
- 0x87, 0x79, 0x9a, 0xee, 0x63, 0xbd, 0xbe, 0x70, 0xfa, 0x0c, 0xa0, 0x3f, 0x0f, 0x9e, 0x25, 0x29,
- 0x77, 0x06, 0xec, 0x3a, 0x6c, 0xe8, 0xf6, 0x11, 0x57, 0x2a, 0xc9, 0x16, 0xce, 0x50, 0x4f, 0xa8,
- 0x5f, 0x0d, 0x9c, 0x11, 0xdb, 0x84, 0xb1, 0x19, 0xa4, 0xc2, 0x68, 0xe5, 0x00, 0xbb, 0x09, 0xce,
- 0x3c, 0xf0, 0xb9, 0xa9, 0xf5, 0xf4, 0xba, 0x63, 0x76, 0x1b, 0x18, 0x2a, 0x97, 0x46, 0xa5, 0x2e,
- 0x1b, 0x0f, 0xf3, 0x37, 0x5c, 0x38, 0x13, 0x3d, 0xbd, 0xba, 0x76, 0x9c, 0x0d, 0xb6, 0x01, 0xa3,
- 0x79, 0x60, 0xa2, 0xcc, 0x99, 0xb2, 0x6d, 0xb8, 0x73, 0x61, 0x53, 0xb6, 0xf0, 0x74, 0x36, 0xd9,
- 0x18, 0x06, 0xf3, 0x80, 0x8a, 0x13, 0xc7, 0xd9, 0x7d, 0x04, 0x43, 0x1b, 0xdf, 0xb8, 0x8b, 0x59,
- 0x26, 0xb9, 0x50, 0xce, 0x35, 0x6c, 0xbf, 0xa2, 0xe7, 0x2c, 0xa7, 0x85, 0x6d, 0xed, 0x53, 0x4e,
- 0x7b, 0x77, 0x0f, 0x9c, 0x8b, 0xac, 0x15, 0xb5, 0xf1, 0xf9, 0x2c, 0x4b, 0x14, 0x65, 0x2a, 0xe7,
- 0x1a, 0x02, 0x7a, 0xb2, 0x06, 0x5a, 0xf8, 0x49, 0x33, 0xcb, 0x69, 0xef, 0x7e, 0x0d, 0xd3, 0xf5,
- 0xa4, 0xa6, 0xb5, 0x3f, 0x38, 0xa6, 0x23, 0x74, 0xae, 0xe9, 0x23, 0x31, 0xa2, 0xce, 0x94, 0x4e,
- 0xeb, 0xb8, 0x4f, 0x21, 0xfe, 0xd5, 0x9f, 0x02, 0x00, 0x00, 0xff, 0xff, 0xeb, 0xc5, 0x9c, 0xda,
- 0x16, 0x21, 0x00, 0x00,
+ // 3349 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x59, 0xcd, 0x8e, 0x1c, 0x47,
+ 0x72, 0x66, 0xff, 0x77, 0x45, 0xf7, 0xf4, 0x14, 0x8b, 0x7f, 0xc5, 0x19, 0x4a, 0x1a, 0x15, 0x29,
+ 0x9b, 0x1a, 0x49, 0xb4, 0x4c, 0xe9, 0x20, 0x18, 0xb0, 0x8c, 0xe1, 0x0c, 0x69, 0x37, 0x40, 0xd2,
+ 0xe3, 0x9a, 0x26, 0x75, 0x73, 0xa1, 0xa6, 0x2a, 0xa7, 0xbb, 0xd0, 0x35, 0x55, 0xa5, 0xcc, 0xac,
+ 0x21, 0x07, 0xf0, 0xc9, 0x86, 0x61, 0x9f, 0x64, 0x18, 0xf0, 0x33, 0x18, 0xf0, 0xd1, 0xb7, 0xbd,
+ 0xec, 0x6a, 0x9f, 0x60, 0x2f, 0xfb, 0x00, 0x7b, 0x5a, 0x60, 0x6f, 0xfb, 0x0a, 0x8b, 0x88, 0xcc,
+ 0xac, 0x9f, 0x99, 0xa1, 0xc4, 0x3d, 0x75, 0xc6, 0x97, 0x3f, 0x15, 0x19, 0xf9, 0x45, 0x64, 0x44,
+ 0x36, 0xcc, 0x0a, 0x9e, 0xcb, 0xfc, 0x54, 0x2c, 0x1f, 0x51, 0xc3, 0x19, 0x1b, 0x79, 0x0b, 0x8e,
+ 0x43, 0xc1, 0x14, 0xea, 0x3d, 0x83, 0xfe, 0x1e, 0x67, 0xa1, 0x33, 0x83, 0x6e, 0x12, 0xbb, 0x9d,
+ 0x9d, 0xce, 0xc3, 0x81, 0xdf, 0x4d, 0x62, 0x67, 0x0b, 0xc6, 0x45, 0xc8, 0x59, 0x26, 0x93, 0xd8,
+ 0xed, 0x12, 0x5a, 0xc9, 0x8e, 0x03, 0xfd, 0x2c, 0x3c, 0x65, 0x6e, 0x6f, 0xa7, 0xf3, 0xd0, 0xf2,
+ 0xa9, 0xed, 0xfd, 0x30, 0x84, 0xe1, 0x7e, 0x78, 0xca, 0x78, 0x73, 0x29, 0x8b, 0x96, 0x32, 0xc3,
+ 0xbb, 0xf5, 0x70, 0xe7, 0x26, 0x0c, 0xc2, 0x34, 0x09, 0x85, 0x5e, 0x43, 0x09, 0xce, 0xc7, 0x30,
+ 0x15, 0x59, 0x58, 0x88, 0x55, 0x2e, 0x83, 0x92, 0xa7, 0x6e, 0x9f, 0x3a, 0x27, 0x06, 0x7b, 0xc5,
+ 0x53, 0x5c, 0x4c, 0x9e, 0x17, 0xcc, 0x1d, 0x90, 0x4e, 0xd4, 0x46, 0x2c, 0x8c, 0x63, 0xee, 0x0e,
+ 0xd5, 0x07, 0xb0, 0xed, 0xdc, 0x03, 0x2b, 0xcd, 0xb3, 0x65, 0x22, 0xcb, 0x98, 0xb9, 0xa3, 0x9d,
+ 0xce, 0xc3, 0xae, 0x5f, 0x03, 0xb8, 0xbb, 0x34, 0x94, 0xaa, 0x73, 0x4c, 0x9d, 0x95, 0x8c, 0xaa,
+ 0x9d, 0xa4, 0x79, 0xce, 0x5d, 0x8b, 0x3e, 0xa1, 0x04, 0xfc, 0x06, 0x97, 0xa2, 0x70, 0x41, 0x7d,
+ 0x03, 0xdb, 0xb4, 0xd1, 0xc2, 0x9d, 0xe8, 0x8d, 0x16, 0x38, 0xa6, 0xc8, 0xb9, 0x74, 0xa7, 0x4a,
+ 0x37, 0x6c, 0xe3, 0x97, 0x4a, 0xc1, 0x38, 0x19, 0x60, 0x83, 0x46, 0x56, 0xb2, 0xb2, 0xb1, 0x10,
+ 0x6f, 0x72, 0x1e, 0xbb, 0x33, 0xd5, 0x67, 0x64, 0xd4, 0xe2, 0x98, 0x87, 0x59, 0xec, 0x6e, 0x2a,
+ 0x03, 0x91, 0x80, 0x33, 0x38, 0x13, 0x8c, 0x9f, 0xb1, 0xd8, 0xb5, 0xd5, 0x0c, 0x23, 0x3b, 0x1f,
+ 0x00, 0x24, 0x22, 0xe0, 0x65, 0x96, 0x25, 0xd9, 0xd2, 0xbd, 0xbe, 0xd3, 0x79, 0x38, 0xf6, 0xad,
+ 0x44, 0xf8, 0x0a, 0xc0, 0x6e, 0x5e, 0x66, 0x01, 0xcb, 0xc2, 0xe3, 0x94, 0xb9, 0x8e, 0xea, 0xe6,
+ 0x65, 0xf6, 0x94, 0x00, 0xe7, 0x2e, 0x8c, 0xb1, 0x9b, 0x6c, 0x7b, 0x83, 0xf4, 0x1f, 0xf1, 0x32,
+ 0x5b, 0xa0, 0x79, 0x3d, 0xd8, 0xc0, 0x2e, 0xfa, 0x0c, 0x0f, 0x92, 0xd8, 0xbd, 0xa9, 0x8e, 0x85,
+ 0x97, 0xd9, 0x11, 0x61, 0xf3, 0xd8, 0xf9, 0x14, 0x6c, 0xce, 0x44, 0x9e, 0x96, 0x32, 0xc9, 0xb3,
+ 0xe0, 0x4d, 0x12, 0xcb, 0x95, 0x7b, 0x8b, 0x96, 0xd9, 0xac, 0xf1, 0xef, 0x10, 0x76, 0x3e, 0x83,
+ 0xeb, 0x8d, 0xa1, 0x2b, 0x96, 0x2c, 0x57, 0xd2, 0xbd, 0x4d, 0x63, 0x1b, 0x6b, 0xfc, 0x03, 0xe1,
+ 0x8e, 0x0d, 0xbd, 0x93, 0x42, 0xb8, 0x77, 0xa8, 0x1b, 0x9b, 0xce, 0x2e, 0x8c, 0x04, 0xcb, 0x44,
+ 0xce, 0x85, 0xeb, 0xee, 0xf4, 0x1e, 0x4e, 0x1e, 0xdb, 0x8f, 0x2a, 0xa2, 0x1f, 0x51, 0x87, 0x6f,
+ 0x06, 0x38, 0x3b, 0x30, 0x39, 0xcb, 0x93, 0x88, 0xa9, 0x3d, 0xba, 0x77, 0x69, 0xd3, 0x4d, 0xc8,
+ 0x71, 0x61, 0x44, 0xe2, 0x3c, 0x76, 0xb7, 0x68, 0x57, 0x46, 0x74, 0xfe, 0x02, 0x66, 0x51, 0x9e,
+ 0xf3, 0x78, 0xc1, 0xc3, 0x4c, 0x9c, 0xe4, 0xfc, 0xd4, 0xdd, 0xa6, 0x01, 0x17, 0x50, 0xe7, 0x36,
+ 0x0c, 0x85, 0x0c, 0x65, 0x29, 0xdc, 0x7b, 0xa4, 0xa4, 0x96, 0xbc, 0x5f, 0x75, 0x60, 0xa8, 0xf4,
+ 0xb9, 0xca, 0x21, 0xc8, 0xce, 0xda, 0x21, 0x88, 0xc3, 0x8a, 0x4b, 0xbd, 0x4b, 0x5c, 0xea, 0xbf,
+ 0x83, 0x4b, 0x83, 0x9f, 0xe0, 0xd2, 0xf0, 0x02, 0x97, 0xee, 0x81, 0x25, 0x57, 0x9c, 0x89, 0x55,
+ 0x9e, 0xc6, 0xe4, 0x0b, 0x03, 0xbf, 0x06, 0x70, 0x03, 0x9a, 0x14, 0x63, 0xb2, 0x8f, 0x96, 0xbc,
+ 0x17, 0x00, 0xca, 0xa1, 0x9f, 0x27, 0xd9, 0x1a, 0xe9, 0x13, 0x91, 0x14, 0x24, 0xb1, 0xd0, 0x7b,
+ 0xb1, 0x14, 0x32, 0x8f, 0xd1, 0xd2, 0xd3, 0x34, 0xc9, 0xd6, 0x81, 0x0c, 0xc5, 0x3a, 0xd0, 0x21,
+ 0xc3, 0xf2, 0x01, 0xb1, 0x45, 0x28, 0xd6, 0xf3, 0xd8, 0xfb, 0x0d, 0xda, 0x23, 0x5e, 0xfb, 0x65,
+ 0xe6, 0xdc, 0x82, 0x61, 0x52, 0x44, 0x41, 0x65, 0x93, 0x41, 0x52, 0x44, 0xf3, 0x18, 0x29, 0x28,
+ 0xe2, 0x75, 0xd0, 0x30, 0xcd, 0x48, 0xc4, 0x6b, 0xa2, 0xe0, 0xe7, 0x70, 0x3d, 0x11, 0x0b, 0x9e,
+ 0x2c, 0x97, 0x8c, 0x3f, 0x39, 0x3f, 0xe4, 0xec, 0x28, 0x5e, 0x93, 0xb1, 0x06, 0xfe, 0xe5, 0x0e,
+ 0xe7, 0x43, 0x80, 0x28, 0xcf, 0x4e, 0x92, 0x98, 0x65, 0x11, 0xd3, 0x16, 0x6c, 0x20, 0xe4, 0x5b,
+ 0x3e, 0x4b, 0x62, 0x32, 0xe2, 0xd8, 0x57, 0x82, 0xf3, 0x08, 0x1c, 0xa9, 0x16, 0x7a, 0xc9, 0xde,
+ 0xca, 0x23, 0xf5, 0x65, 0xb2, 0xe5, 0xc0, 0xbf, 0xa2, 0xc7, 0xfb, 0x27, 0x98, 0x29, 0xfb, 0x2c,
+ 0x92, 0x53, 0xc6, 0xcb, 0x94, 0xbd, 0x57, 0xe0, 0xdb, 0x06, 0x4b, 0x26, 0xa7, 0x2c, 0xc0, 0x09,
+ 0xfa, 0xb8, 0xc7, 0x08, 0xf8, 0x65, 0xca, 0xbc, 0x97, 0x30, 0x3c, 0x08, 0xcf, 0xf7, 0x65, 0x8a,
+ 0xbc, 0x8f, 0xc3, 0x73, 0x1d, 0x8f, 0xb1, 0xe9, 0x3c, 0x06, 0x50, 0x13, 0xc3, 0x6c, 0x89, 0x4b,
+ 0x22, 0xf5, 0x6f, 0xd4, 0xd4, 0x47, 0x25, 0x7c, 0xec, 0xf2, 0x69, 0x7d, 0x6a, 0x7a, 0x5f, 0x81,
+ 0x55, 0xe1, 0xb8, 0x6b, 0x21, 0x43, 0x2e, 0x8d, 0xd1, 0x49, 0xc0, 0x0f, 0xb1, 0xcc, 0x9c, 0x17,
+ 0x36, 0xbd, 0xd7, 0x30, 0x3a, 0xcc, 0xd3, 0xf3, 0x65, 0x9e, 0xbd, 0xd7, 0x86, 0xfe, 0x12, 0x86,
+ 0x45, 0x9e, 0x64, 0x12, 0x43, 0x39, 0xea, 0xb4, 0x59, 0xeb, 0x74, 0x88, 0xb8, 0xaf, 0xbb, 0xbd,
+ 0xef, 0x0d, 0x9f, 0xe6, 0xd9, 0x49, 0xee, 0x3c, 0xa0, 0xa0, 0xa2, 0xe2, 0xc7, 0x4b, 0x5c, 0x53,
+ 0x7d, 0xa5, 0x0d, 0x6a, 0x05, 0xba, 0x97, 0x14, 0x68, 0xdc, 0x3c, 0xad, 0xc8, 0xd5, 0x6f, 0x45,
+ 0x2e, 0xef, 0x7b, 0x73, 0x44, 0x7b, 0x59, 0x8c, 0x06, 0x16, 0xce, 0xd7, 0x86, 0xc6, 0xa8, 0x04,
+ 0x7d, 0x73, 0xf2, 0xf8, 0x66, 0xad, 0x71, 0xad, 0xa0, 0xdf, 0x18, 0xe7, 0x7c, 0x0a, 0x03, 0x3c,
+ 0x2f, 0x71, 0xd9, 0xec, 0x7f, 0xcf, 0xf3, 0xb2, 0xc0, 0xa5, 0x7d, 0x35, 0xc2, 0xfb, 0x8f, 0x1e,
+ 0x58, 0x15, 0x88, 0x9e, 0x57, 0xf9, 0x88, 0xdb, 0xd9, 0xe9, 0xb5, 0x9d, 0xe6, 0xe2, 0xee, 0x3e,
+ 0x00, 0x58, 0xe2, 0xd4, 0x40, 0xb2, 0xb7, 0x52, 0xef, 0xd1, 0x22, 0x64, 0xc1, 0xde, 0x4a, 0xe7,
+ 0x23, 0x98, 0x84, 0x69, 0xc8, 0x4f, 0x83, 0x94, 0x9d, 0xb1, 0xd4, 0xf0, 0x9a, 0xa0, 0xe7, 0x88,
+ 0x38, 0x0f, 0x8c, 0x9a, 0x03, 0x52, 0x73, 0x56, 0xab, 0xd9, 0xd0, 0x90, 0xdc, 0x8c, 0x49, 0x65,
+ 0xaf, 0xa1, 0x76, 0x33, 0x26, 0xc9, 0xcd, 0x3e, 0x82, 0x89, 0x64, 0xa7, 0x45, 0x1a, 0x4a, 0x86,
+ 0xde, 0x39, 0x52, 0x4e, 0x6c, 0xa0, 0x79, 0xec, 0xdc, 0x87, 0x8d, 0x6a, 0x00, 0x31, 0x78, 0x4c,
+ 0x43, 0xa6, 0x06, 0xa4, 0x4d, 0xef, 0xc0, 0xb4, 0xa2, 0x38, 0x2e, 0x63, 0xe9, 0x65, 0x34, 0xcb,
+ 0xe7, 0xb4, 0x51, 0x11, 0xb1, 0x8c, 0x05, 0x74, 0x98, 0xea, 0x4a, 0xb5, 0x08, 0xa1, 0x53, 0x77,
+ 0xa0, 0x1f, 0x33, 0x11, 0xe9, 0x9b, 0x95, 0xda, 0x8d, 0x28, 0x35, 0x6d, 0x46, 0xa9, 0x66, 0x00,
+ 0xdf, 0x68, 0x05, 0x70, 0xef, 0x5f, 0x60, 0xa3, 0x3a, 0x88, 0xa3, 0x78, 0x2d, 0x2e, 0xb1, 0xb9,
+ 0xad, 0x45, 0xf7, 0xa2, 0x16, 0x0f, 0xa0, 0x2f, 0xe2, 0xb5, 0xa1, 0x75, 0xf3, 0x96, 0xa1, 0x28,
+ 0xe6, 0x53, 0x2f, 0x85, 0xff, 0x78, 0x8d, 0xc7, 0xdb, 0xa7, 0xe3, 0xd5, 0x92, 0xf7, 0xdf, 0x5d,
+ 0xe8, 0xfb, 0x57, 0x05, 0x85, 0x6d, 0x43, 0x89, 0x3a, 0x4c, 0x8e, 0x0d, 0x25, 0x50, 0xa5, 0x42,
+ 0xf9, 0x1e, 0xf6, 0x6a, 0x06, 0x68, 0x64, 0x1e, 0x63, 0xe0, 0xc4, 0x08, 0x99, 0xc4, 0x3a, 0x33,
+ 0x1a, 0xd0, 0xc7, 0x9c, 0x2f, 0x00, 0x03, 0x65, 0x20, 0x98, 0xd4, 0x27, 0x7f, 0xb3, 0xa5, 0xec,
+ 0x11, 0x93, 0x4f, 0x42, 0xc1, 0x48, 0xb5, 0x23, 0x26, 0xd5, 0x7d, 0x9e, 0xb2, 0xe0, 0x4d, 0x22,
+ 0x57, 0x41, 0xc1, 0x0d, 0x0b, 0x26, 0x08, 0x7e, 0x97, 0xc8, 0xd5, 0x21, 0xc7, 0xcd, 0xcf, 0x12,
+ 0x11, 0x88, 0xf0, 0x8c, 0x05, 0x61, 0x76, 0xbe, 0xca, 0xdf, 0x10, 0x19, 0xc6, 0xfe, 0x34, 0x11,
+ 0x47, 0xe1, 0x19, 0xdb, 0x23, 0x0c, 0xa9, 0xa4, 0x08, 0x9b, 0xc4, 0x9a, 0x09, 0x23, 0x92, 0xe7,
+ 0xe4, 0xa9, 0x02, 0xef, 0x2f, 0x95, 0x44, 0x51, 0xdb, 0xfb, 0xf7, 0x0e, 0x4c, 0xd1, 0x26, 0x0b,
+ 0xcd, 0x96, 0xf7, 0x8a, 0x2f, 0x86, 0x0c, 0xbd, 0x06, 0x19, 0x6c, 0xe8, 0xc9, 0xb7, 0x52, 0x1b,
+ 0x01, 0x9b, 0xce, 0x67, 0x6d, 0xea, 0xdf, 0x6a, 0x04, 0x46, 0xfd, 0xb1, 0x3d, 0xbe, 0x34, 0x3e,
+ 0xfa, 0x2d, 0xd8, 0x4d, 0x35, 0x9e, 0x27, 0x42, 0x3a, 0xbb, 0xd0, 0x4f, 0x13, 0x21, 0xc9, 0x49,
+ 0x27, 0x8f, 0x6f, 0xb7, 0x5d, 0xc7, 0x8c, 0xf4, 0x69, 0x8c, 0xf7, 0xeb, 0x0e, 0x4c, 0x1a, 0xcb,
+ 0x36, 0x8e, 0xa5, 0xd3, 0x3c, 0x16, 0x0f, 0x36, 0x10, 0x0e, 0xf9, 0x32, 0x50, 0xb9, 0x6e, 0x57,
+ 0xa7, 0xb3, 0xf1, 0x7a, 0x8f, 0x2f, 0xf7, 0x28, 0xe3, 0xdd, 0x82, 0x71, 0x5e, 0x30, 0x1e, 0xca,
+ 0x9c, 0x9b, 0xdb, 0xc0, 0xc8, 0xcd, 0xf9, 0x67, 0x61, 0x5a, 0xb2, 0x2a, 0x1d, 0xa6, 0xf9, 0xaf,
+ 0x11, 0xaa, 0xcc, 0xac, 0xd2, 0x01, 0x6a, 0xbf, 0xcf, 0xf9, 0x7a, 0xff, 0xd7, 0x01, 0xa8, 0xa9,
+ 0x71, 0x59, 0xd5, 0xce, 0x4f, 0xab, 0xda, 0xbd, 0xa0, 0xea, 0x7d, 0xd8, 0x30, 0x6d, 0x15, 0x58,
+ 0xd4, 0x5e, 0xa6, 0x06, 0x34, 0x79, 0xe4, 0x9f, 0xb5, 0x1f, 0x43, 0x9b, 0x7f, 0xed, 0x43, 0x0f,
+ 0xaf, 0xf5, 0x8b, 0x6c, 0xa9, 0xd3, 0x88, 0xee, 0xbb, 0xd2, 0x88, 0x5e, 0x3b, 0x8d, 0xd0, 0x5d,
+ 0xc4, 0xb1, 0x7e, 0xd5, 0x65, 0xbc, 0x3d, 0xe4, 0x4b, 0xc3, 0x9f, 0xb6, 0xb7, 0x23, 0x75, 0xa8,
+ 0x17, 0xd5, 0x4b, 0xa2, 0x3c, 0x33, 0x95, 0x06, 0xb6, 0x91, 0x8c, 0x58, 0xab, 0xa8, 0x60, 0x89,
+ 0x4d, 0x0c, 0xa3, 0x11, 0x67, 0x18, 0x23, 0x31, 0xe6, 0x69, 0xcf, 0x00, 0x05, 0xe1, 0x7d, 0x8c,
+ 0x03, 0xca, 0x22, 0xae, 0x06, 0xe8, 0x00, 0xa9, 0x20, 0x1a, 0x80, 0x41, 0x42, 0xad, 0x70, 0x7c,
+ 0xae, 0xe3, 0xe3, 0x58, 0x01, 0x4f, 0xce, 0x1b, 0xa1, 0x70, 0xd2, 0x0a, 0x85, 0x77, 0x61, 0x1c,
+ 0xb3, 0x34, 0x38, 0x49, 0xc3, 0xa5, 0x2e, 0x41, 0x46, 0x31, 0x4b, 0x9f, 0xa5, 0xe1, 0x12, 0xcf,
+ 0x0e, 0x75, 0x7d, 0x92, 0xe6, 0xc7, 0xa6, 0x0a, 0x31, 0x32, 0x45, 0x50, 0xc6, 0x45, 0x92, 0x67,
+ 0xba, 0x08, 0x31, 0x22, 0xf6, 0xb0, 0x6c, 0xc1, 0xc3, 0x68, 0x4d, 0x55, 0xc8, 0xd8, 0x37, 0x22,
+ 0xaa, 0x10, 0xf2, 0xe5, 0x01, 0x3b, 0xd1, 0x55, 0x88, 0x96, 0x10, 0x47, 0x96, 0x1d, 0xe5, 0x54,
+ 0x7f, 0x58, 0xbe, 0x96, 0xf0, 0x1e, 0x34, 0xdf, 0x7b, 0x4c, 0xb5, 0x87, 0xe5, 0xd7, 0x80, 0xe3,
+ 0xc1, 0x34, 0x8c, 0x64, 0x72, 0x16, 0x4a, 0xb6, 0x9f, 0xc7, 0xaa, 0xfe, 0xb0, 0xfc, 0x16, 0xe6,
+ 0xfd, 0x41, 0xa5, 0x8f, 0xe8, 0x6e, 0x55, 0xed, 0xd8, 0x69, 0xd6, 0x8e, 0xef, 0x88, 0x1d, 0x0d,
+ 0x1a, 0x54, 0xc5, 0xe2, 0x69, 0x29, 0x54, 0xf0, 0x18, 0xfb, 0xd4, 0x46, 0xac, 0xcc, 0x92, 0xca,
+ 0x8b, 0xb0, 0x8d, 0x5f, 0x51, 0xa9, 0x96, 0x3a, 0x6b, 0x25, 0x20, 0xd1, 0x63, 0x76, 0x12, 0x96,
+ 0xa9, 0xd4, 0x1c, 0x56, 0xc7, 0x3e, 0xd5, 0xa0, 0x22, 0xf1, 0xa7, 0x60, 0x9b, 0x41, 0x95, 0xc7,
+ 0x28, 0x12, 0x6c, 0x6a, 0xfc, 0x1f, 0x8d, 0xe3, 0x5c, 0x15, 0x26, 0xff, 0x53, 0xf9, 0xe6, 0xfe,
+ 0x2a, 0xcc, 0x30, 0x5c, 0x37, 0xf9, 0xdc, 0xb9, 0xc4, 0xe7, 0x68, 0x15, 0x66, 0x41, 0x56, 0x9e,
+ 0xea, 0x22, 0x7d, 0x84, 0xf2, 0xcb, 0xf2, 0x14, 0xf3, 0xab, 0x3a, 0xe3, 0x9d, 0x67, 0x91, 0xce,
+ 0x96, 0xdb, 0x20, 0x66, 0xca, 0xa7, 0x49, 0xf6, 0x22, 0x3f, 0x63, 0x87, 0xb9, 0x30, 0x19, 0x45,
+ 0x8d, 0x78, 0xff, 0xd5, 0x81, 0xcd, 0x83, 0x63, 0xd4, 0x64, 0xc9, 0x5e, 0x30, 0x21, 0xc2, 0x25,
+ 0xe6, 0xe2, 0x03, 0x49, 0xec, 0x43, 0x65, 0x66, 0xcd, 0x50, 0xb9, 0x40, 0x58, 0x0d, 0x8e, 0x7d,
+ 0x35, 0xe8, 0x52, 0x8e, 0xb3, 0x0b, 0x43, 0x3c, 0xd7, 0x3c, 0x23, 0x85, 0x66, 0x8f, 0x9d, 0x7a,
+ 0xfa, 0xc1, 0xf1, 0x1e, 0xf5, 0xf8, 0x7a, 0x04, 0x79, 0x1b, 0xa6, 0x69, 0x7d, 0xed, 0x6d, 0xd9,
+ 0x49, 0xee, 0xfd, 0xd0, 0x85, 0x0d, 0x95, 0xa5, 0xbd, 0x2b, 0x49, 0xfd, 0xc9, 0x0b, 0xf6, 0xaa,
+ 0x04, 0xd2, 0x85, 0x91, 0xbe, 0x62, 0x4d, 0x50, 0xd0, 0xa2, 0xf3, 0x31, 0x4c, 0x75, 0xe2, 0x1f,
+ 0xa4, 0x49, 0x66, 0x8a, 0xae, 0x89, 0xc6, 0x9e, 0x27, 0x19, 0x73, 0x3e, 0x81, 0x59, 0x9c, 0x70,
+ 0x46, 0x0a, 0xab, 0x41, 0x8a, 0x2f, 0x1b, 0x15, 0x4a, 0xc3, 0x0c, 0x13, 0x47, 0x0d, 0x26, 0x2a,
+ 0x2e, 0xe1, 0x51, 0x04, 0x58, 0x33, 0xaa, 0x40, 0x31, 0x20, 0x2e, 0x21, 0x78, 0x84, 0x18, 0xc5,
+ 0x12, 0xb5, 0x1b, 0xd2, 0x5b, 0x87, 0x0a, 0x05, 0x61, 0xe0, 0xf2, 0x7e, 0xdb, 0x81, 0x5b, 0x2d,
+ 0x83, 0xf8, 0x2c, 0x0d, 0xc9, 0x7c, 0x17, 0x0d, 0xf3, 0x10, 0x6c, 0x91, 0x97, 0x3c, 0x62, 0xc1,
+ 0x45, 0xfb, 0xcc, 0x14, 0xbe, 0x6f, 0xac, 0xb4, 0x0b, 0xd7, 0xf5, 0xc8, 0x4b, 0xd9, 0xc8, 0xa6,
+ 0xea, 0x38, 0xac, 0x72, 0x92, 0x87, 0x60, 0xcb, 0x90, 0x2f, 0x99, 0x6c, 0xac, 0xaa, 0xcc, 0x38,
+ 0x53, 0x78, 0x73, 0x55, 0x3d, 0xb2, 0xb1, 0xaa, 0x32, 0xe9, 0xa6, 0xea, 0xa8, 0x56, 0xf5, 0x7e,
+ 0xd9, 0x81, 0x8d, 0xd7, 0x49, 0xcc, 0x72, 0x19, 0x16, 0x8c, 0x72, 0xf0, 0x2d, 0x18, 0x33, 0x71,
+ 0x10, 0xca, 0x70, 0x6e, 0xf6, 0x54, 0xc9, 0xd8, 0x67, 0x4e, 0xf8, 0xd2, 0x89, 0xdf, 0x86, 0xa1,
+ 0xa4, 0x0a, 0x54, 0x6f, 0x40, 0x4b, 0xe8, 0xdf, 0xc9, 0xe9, 0x72, 0xae, 0x94, 0xed, 0xf9, 0x4a,
+ 0xc0, 0x95, 0xce, 0xf0, 0xb3, 0xaf, 0x78, 0x6a, 0x4a, 0x6c, 0x23, 0x37, 0x52, 0xbd, 0x61, 0x33,
+ 0xd5, 0x6b, 0x9d, 0xad, 0x7e, 0x92, 0xf2, 0xfe, 0x0e, 0x06, 0xaf, 0x31, 0x0f, 0x7d, 0xdf, 0x14,
+ 0xa7, 0x08, 0xe5, 0xca, 0x90, 0x12, 0xdb, 0xde, 0x97, 0x60, 0xd1, 0x02, 0x94, 0x9c, 0xdc, 0x6f,
+ 0x25, 0x27, 0x8d, 0x0a, 0x8b, 0x86, 0xe8, 0xac, 0xe4, 0xf7, 0x3d, 0x98, 0xec, 0xe7, 0xa7, 0x45,
+ 0xc8, 0x31, 0x29, 0xa1, 0xfb, 0x9a, 0x5c, 0xb0, 0x2e, 0x3d, 0x2a, 0xd9, 0xd9, 0x05, 0x3b, 0x52,
+ 0x43, 0x17, 0xd5, 0xc3, 0x40, 0x97, 0xde, 0xc1, 0x2e, 0xe1, 0xce, 0x0e, 0x4c, 0x4e, 0xc2, 0x88,
+ 0x3d, 0x63, 0xa1, 0x2c, 0xb9, 0xf2, 0x9c, 0xa9, 0xdf, 0x84, 0xd0, 0x94, 0x68, 0x54, 0x93, 0x02,
+ 0x2b, 0x81, 0x5e, 0x1d, 0x38, 0x63, 0x2f, 0xf3, 0x58, 0xa7, 0x65, 0x96, 0x5f, 0x03, 0x64, 0xb4,
+ 0xf0, 0xd8, 0x98, 0x92, 0xda, 0x18, 0x8d, 0xea, 0x6a, 0xc6, 0x54, 0x1f, 0x8d, 0xfa, 0xe6, 0x43,
+ 0x00, 0xc1, 0x42, 0x1e, 0xad, 0x16, 0xea, 0x5a, 0xc5, 0x99, 0x0d, 0x04, 0xfb, 0x93, 0xac, 0x28,
+ 0x55, 0x14, 0x36, 0xae, 0x52, 0x23, 0xea, 0x5d, 0x20, 0x4d, 0x95, 0x5b, 0xea, 0x6b, 0xb5, 0x81,
+ 0xd0, 0x01, 0x13, 0xbb, 0xcd, 0xc5, 0xaa, 0x24, 0x8c, 0xa5, 0x61, 0x16, 0xa6, 0xe7, 0xe6, 0xb5,
+ 0x8b, 0x6e, 0x57, 0xcb, 0x6f, 0x83, 0x2a, 0xe2, 0x2a, 0xdb, 0x11, 0x99, 0xf5, 0x45, 0xdb, 0x06,
+ 0xf1, 0xae, 0x4b, 0x84, 0x39, 0xa6, 0x34, 0xa5, 0x2b, 0x97, 0xd2, 0xea, 0x1a, 0x43, 0xcb, 0x09,
+ 0xbd, 0xaa, 0x70, 0x37, 0x95, 0xe5, 0x2a, 0xc0, 0x3b, 0x86, 0xa9, 0x1e, 0xfb, 0xf4, 0x8c, 0x65,
+ 0xd2, 0xf9, 0x06, 0x2c, 0x86, 0x8d, 0x85, 0xb9, 0x20, 0x66, 0x8f, 0xb7, 0x1a, 0x15, 0x6d, 0x63,
+ 0x28, 0x8e, 0xf0, 0xeb, 0xc1, 0x14, 0xf8, 0xc2, 0xf3, 0x34, 0x0f, 0xd5, 0xe1, 0x4f, 0x7d, 0x23,
+ 0x7a, 0xff, 0x0c, 0x33, 0xbc, 0x81, 0xf4, 0xdc, 0x30, 0x5a, 0x5d, 0xe2, 0xb1, 0x0b, 0x23, 0x62,
+ 0x53, 0x15, 0x43, 0x8c, 0x88, 0x3b, 0xd4, 0x5b, 0x3e, 0x8a, 0x72, 0x4d, 0x98, 0xae, 0xdf, 0xc2,
+ 0x3c, 0x1f, 0xec, 0x7a, 0x7d, 0x9f, 0x89, 0x32, 0x95, 0xce, 0xb7, 0x95, 0xfd, 0x14, 0xa0, 0xd9,
+ 0xee, 0xb6, 0x52, 0xb1, 0x86, 0x4a, 0x7e, 0x7b, 0xb8, 0xf7, 0x63, 0x1f, 0x2c, 0xda, 0xe6, 0x61,
+ 0x29, 0x56, 0xef, 0xe5, 0x77, 0x1f, 0xe8, 0x27, 0x15, 0xf5, 0x2c, 0xa2, 0xab, 0x2d, 0x44, 0x8e,
+ 0xe8, 0x69, 0xe4, 0x2e, 0xd0, 0xcb, 0x4c, 0xc0, 0x32, 0x13, 0xd1, 0x46, 0x28, 0x3f, 0xcd, 0xe2,
+ 0xaa, 0x3c, 0x92, 0x89, 0x38, 0x39, 0x0f, 0xc2, 0x34, 0xd5, 0x4f, 0x49, 0x54, 0x1e, 0x11, 0x88,
+ 0xe7, 0xb8, 0x0d, 0x16, 0x25, 0xe2, 0x54, 0xce, 0xeb, 0x47, 0x39, 0x4e, 0xe5, 0xc4, 0x5b, 0xd9,
+ 0xc8, 0xe2, 0x46, 0xad, 0x2c, 0x6e, 0x1b, 0x2c, 0xf5, 0x92, 0x86, 0xc7, 0xa9, 0xb2, 0x86, 0x31,
+ 0x3d, 0xa3, 0xe9, 0x02, 0x9d, 0x3a, 0x63, 0x76, 0x96, 0x44, 0x15, 0xc5, 0x11, 0x3a, 0x20, 0xc4,
+ 0xf9, 0x2b, 0x18, 0x27, 0x45, 0x50, 0xe4, 0x5c, 0x0a, 0x17, 0x2e, 0xd6, 0x82, 0x68, 0x98, 0x79,
+ 0x71, 0x98, 0x73, 0xe9, 0x8f, 0x12, 0xfa, 0x15, 0xce, 0x27, 0xd0, 0x2f, 0x79, 0x2a, 0xdc, 0x09,
+ 0x0d, 0xbe, 0xde, 0x1e, 0xfc, 0x8a, 0xa7, 0x3e, 0x75, 0x3b, 0x5f, 0x98, 0xfa, 0x6a, 0x4a, 0xe3,
+ 0xee, 0xd4, 0xe3, 0x2a, 0x93, 0x37, 0xdf, 0x18, 0xf6, 0x01, 0x4e, 0x92, 0x54, 0xfa, 0x4c, 0xbf,
+ 0x7b, 0xe3, 0x9c, 0xfb, 0x57, 0xcc, 0x79, 0xf4, 0xac, 0x1a, 0xf5, 0x34, 0x93, 0xfc, 0xdc, 0x6f,
+ 0x4c, 0x73, 0xbe, 0x84, 0x71, 0x51, 0x8a, 0x15, 0xd5, 0xb5, 0xb3, 0x8b, 0x65, 0x1d, 0xce, 0x3e,
+ 0x62, 0xf2, 0x05, 0xcb, 0x4a, 0x7f, 0x54, 0x28, 0x61, 0xeb, 0x6f, 0x61, 0xf3, 0xc2, 0x82, 0x98,
+ 0x9d, 0xaf, 0xd9, 0xb9, 0x26, 0x02, 0x36, 0x31, 0x5a, 0xa9, 0xd4, 0x4d, 0x57, 0x0d, 0x24, 0xfc,
+ 0x4d, 0xf7, 0x9b, 0x8e, 0xf7, 0x3f, 0x1d, 0x98, 0x34, 0xd6, 0x7d, 0x2f, 0x0e, 0xb9, 0x30, 0x8a,
+ 0x56, 0x2c, 0x5a, 0x33, 0x75, 0xbf, 0x8c, 0x7d, 0x23, 0xd6, 0x69, 0x6a, 0xbf, 0x99, 0xa6, 0xfe,
+ 0x35, 0xa6, 0x6c, 0x49, 0x1a, 0x73, 0x96, 0x5d, 0xae, 0x55, 0x9b, 0x9b, 0xaa, 0x86, 0x79, 0xbf,
+ 0xeb, 0xc0, 0x46, 0xcb, 0xca, 0x57, 0xbd, 0x64, 0xc8, 0xbc, 0x48, 0xa2, 0xe6, 0xdb, 0xa9, 0x45,
+ 0x08, 0xb1, 0x66, 0x1b, 0x94, 0x80, 0xa5, 0x57, 0xf5, 0xe6, 0x88, 0x00, 0x66, 0xd3, 0xcd, 0xb2,
+ 0xae, 0xff, 0x73, 0x65, 0xdd, 0xe0, 0x8a, 0xb2, 0x8e, 0xfe, 0x58, 0x48, 0x99, 0xce, 0x87, 0x15,
+ 0xcd, 0x89, 0xf7, 0x2a, 0xe8, 0x7a, 0xb0, 0x41, 0x11, 0x27, 0xa0, 0xb3, 0xac, 0x5e, 0x95, 0x26,
+ 0xcc, 0xec, 0x68, 0x1e, 0x7b, 0xaf, 0x00, 0x6a, 0x6e, 0xa2, 0xba, 0xe6, 0xbf, 0x86, 0xc2, 0x5c,
+ 0xf5, 0x3a, 0xfc, 0xd5, 0xef, 0xe2, 0xdd, 0xc6, 0xbb, 0x78, 0xed, 0x4a, 0xbd, 0xd6, 0x0b, 0xf6,
+ 0x57, 0x30, 0xd2, 0x2c, 0x36, 0x45, 0x5a, 0xa7, 0x2e, 0xd2, 0xea, 0x49, 0xdd, 0xd6, 0xa4, 0x1f,
+ 0x3b, 0x4a, 0x99, 0x3d, 0x29, 0x31, 0xee, 0xdd, 0x81, 0x91, 0x51, 0x5c, 0x4d, 0x1e, 0x16, 0xa4,
+ 0xb3, 0xe3, 0x41, 0x2f, 0x0a, 0x55, 0xda, 0xdd, 0xaa, 0x17, 0x55, 0xba, 0xe3, 0x63, 0x67, 0x73,
+ 0x27, 0x26, 0xfd, 0x30, 0x3b, 0x89, 0xd1, 0x97, 0x75, 0x67, 0xa3, 0x1e, 0x05, 0x51, 0x3f, 0x7e,
+ 0xde, 0x85, 0x71, 0x9a, 0x47, 0x61, 0x8a, 0x66, 0x50, 0x86, 0x1f, 0x91, 0x3c, 0x2f, 0x70, 0x61,
+ 0x4a, 0x4b, 0xe8, 0x5f, 0xb2, 0x61, 0x3b, 0x4f, 0xf1, 0xfe, 0xd8, 0x81, 0x1b, 0x4f, 0xc5, 0x21,
+ 0xe3, 0x22, 0xcf, 0xf6, 0xc3, 0x68, 0xa5, 0x53, 0x72, 0xe7, 0x73, 0x9d, 0xa7, 0xa8, 0x3b, 0xa2,
+ 0x11, 0x57, 0x9f, 0x8a, 0xc6, 0xb0, 0x58, 0x67, 0xa7, 0x77, 0x75, 0xfa, 0xa0, 0xb2, 0xc4, 0x5e,
+ 0x15, 0xe1, 0xe7, 0x94, 0x61, 0x17, 0xb4, 0x7a, 0x63, 0x5b, 0x0a, 0x98, 0xd3, 0xc5, 0x70, 0xa2,
+ 0x53, 0x05, 0x1d, 0x34, 0xb5, 0xd8, 0x48, 0xfd, 0x07, 0x3f, 0x9b, 0xfa, 0xd7, 0xa7, 0xa3, 0x1e,
+ 0xe0, 0x4d, 0x74, 0xbc, 0x09, 0x83, 0x28, 0xe4, 0x2f, 0x73, 0xcd, 0x22, 0x25, 0x78, 0xff, 0xdf,
+ 0x81, 0xcd, 0xfd, 0xb4, 0x14, 0x92, 0xf1, 0xbd, 0x2c, 0x56, 0x09, 0xc6, 0x3d, 0xb0, 0x22, 0x05,
+ 0x55, 0x09, 0x63, 0x0d, 0x60, 0x52, 0xa3, 0x85, 0x97, 0xb5, 0x47, 0x37, 0x21, 0xe7, 0x01, 0x0c,
+ 0x32, 0x4a, 0x5d, 0x7a, 0x17, 0x1f, 0x53, 0x71, 0x7d, 0x5f, 0x75, 0xe2, 0x57, 0xce, 0x12, 0x2e,
+ 0x4b, 0x3c, 0x15, 0xbd, 0xdf, 0x1a, 0x68, 0xfd, 0x29, 0x33, 0x68, 0xff, 0x29, 0xe3, 0xfd, 0x5b,
+ 0x17, 0xfa, 0xb8, 0xd2, 0x55, 0xce, 0xac, 0xf5, 0xa8, 0x13, 0xf4, 0x86, 0xe6, 0xdb, 0x60, 0xe1,
+ 0xa7, 0x83, 0x46, 0x19, 0x33, 0x46, 0x80, 0x94, 0xbe, 0x03, 0x23, 0xea, 0xac, 0x72, 0xf0, 0x21,
+ 0x8a, 0xf3, 0xb8, 0xee, 0x30, 0x54, 0x52, 0x1d, 0xc5, 0xc5, 0xb7, 0x8a, 0xe1, 0xa5, 0xb7, 0x8a,
+ 0x2d, 0x18, 0x27, 0xe2, 0x80, 0xa5, 0x4c, 0x9a, 0x9b, 0xaa, 0x92, 0x71, 0x72, 0xcc, 0x93, 0x13,
+ 0xd9, 0xa8, 0x5f, 0x2c, 0x1f, 0x08, 0xaa, 0xaa, 0x17, 0x75, 0x55, 0xa9, 0xf0, 0xa1, 0xef, 0x2b,
+ 0x05, 0xd1, 0x0b, 0xfd, 0xff, 0x76, 0xa0, 0x77, 0x90, 0x44, 0x97, 0x8c, 0x70, 0x65, 0x90, 0xbe,
+ 0xb2, 0x7a, 0x33, 0xd9, 0x77, 0xbf, 0x51, 0x59, 0xed, 0xe0, 0x67, 0x45, 0xc4, 0x93, 0xa2, 0xa2,
+ 0x9b, 0xe5, 0x37, 0xa1, 0xaa, 0xee, 0x1e, 0xd6, 0x75, 0x37, 0xd1, 0x9a, 0xfe, 0xe2, 0xae, 0xa3,
+ 0x94, 0xfe, 0xcf, 0x7b, 0x1e, 0xef, 0xfe, 0xa2, 0x0b, 0xd3, 0x66, 0x7d, 0xeb, 0x4c, 0x61, 0xbc,
+ 0x08, 0x94, 0xb3, 0xdb, 0xd7, 0x1c, 0x1b, 0xa6, 0x46, 0xc2, 0x08, 0x6d, 0x77, 0x1c, 0x0b, 0x06,
+ 0x8b, 0xe0, 0x28, 0x5e, 0xdb, 0x5d, 0xe7, 0x06, 0x6c, 0x9a, 0x4e, 0x5d, 0xe1, 0xd8, 0x3d, 0x67,
+ 0x06, 0xb0, 0x08, 0x16, 0xfa, 0x4d, 0xdc, 0xee, 0xab, 0xf5, 0x54, 0x32, 0x69, 0x0f, 0xd4, 0x7a,
+ 0x87, 0x79, 0x9a, 0xee, 0x63, 0xbd, 0xbe, 0xb4, 0x87, 0x0e, 0xc0, 0x70, 0x11, 0x3c, 0x4b, 0x52,
+ 0x66, 0x8f, 0x9c, 0xeb, 0xb0, 0xa1, 0xda, 0x47, 0x4c, 0xca, 0x24, 0x5b, 0xda, 0x63, 0x35, 0xa1,
+ 0x7e, 0x35, 0xb0, 0x2d, 0x67, 0x13, 0x26, 0x7a, 0x90, 0x0c, 0xa3, 0xb5, 0x0d, 0xce, 0x4d, 0xb0,
+ 0x17, 0x81, 0xcf, 0x74, 0xad, 0xa7, 0xd6, 0x9d, 0x38, 0xb7, 0xc1, 0x41, 0xe5, 0xd2, 0xa8, 0x54,
+ 0x65, 0xe3, 0x61, 0xfe, 0x86, 0x71, 0x7b, 0xaa, 0xa6, 0x57, 0xd7, 0x8e, 0xbd, 0xe1, 0x6c, 0x80,
+ 0xb5, 0x08, 0xb4, 0x97, 0xd9, 0x33, 0x67, 0x1b, 0xee, 0x5c, 0xd8, 0x94, 0x29, 0x3c, 0xed, 0x4d,
+ 0x67, 0x02, 0xa3, 0x45, 0x40, 0xc5, 0x89, 0x6d, 0xef, 0x3e, 0x82, 0xb1, 0xf1, 0x6f, 0xdc, 0xc5,
+ 0x3c, 0x13, 0x8c, 0x4b, 0xfb, 0x1a, 0xb6, 0x5f, 0xd1, 0x93, 0x97, 0xdd, 0xc1, 0xb6, 0xe2, 0x94,
+ 0xdd, 0xdd, 0xdd, 0x03, 0xfb, 0x62, 0xd6, 0x8a, 0xda, 0xf8, 0x6c, 0x9e, 0x25, 0x92, 0x22, 0x95,
+ 0x7d, 0x0d, 0x01, 0x35, 0x59, 0x01, 0x1d, 0xfc, 0xa4, 0x9e, 0x65, 0x77, 0x77, 0xbf, 0x86, 0x59,
+ 0x3b, 0xa8, 0x29, 0xed, 0x0f, 0x8e, 0xe9, 0x08, 0xed, 0x6b, 0xea, 0x48, 0xb4, 0xa8, 0x22, 0xa5,
+ 0xdd, 0x39, 0x1e, 0x92, 0x8b, 0x7f, 0xf5, 0xa7, 0x00, 0x00, 0x00, 0xff, 0xff, 0x55, 0x39, 0xcb,
+ 0x93, 0x3a, 0x21, 0x00, 0x00,
}
diff --git a/protomsg.proto b/protomsg.proto
index c1b1b0c..3efc3e0 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -199,6 +199,7 @@
string argDef = 16; //榛樿鍙傛暟
string ruleSo = 17; //瑙勫垯鐢╯o
string iconBlob2 = 18; //绗簩濂楀浘鐗囦簩杩涘埗
+ string activateCode = 19; //
}
//SdkArg struct
--
Gitblit v1.8.0