From de36731f1379552fe6144a4df72e46fd36ab9f46 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期二, 20 八月 2019 17:43:26 +0800 Subject: [PATCH] SdkArg add default_value --- .idea/workspace.xml | 28 ++-- protomsg.proto | 3 protomsg.pb.go | 367 +++++++++++++++++++++++++++++---------------------- 3 files changed, 225 insertions(+), 173 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 45eb425..b625e8f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -24,12 +24,12 @@ </usages-collector> <usages-collector id="statistics.file.extensions.edit"> <counts> - <entry key="proto" value="275" /> + <entry key="proto" value="309" /> </counts> </usages-collector> <usages-collector id="statistics.file.types.edit"> <counts> - <entry key="PROTO" value="275" /> + <entry key="PROTO" value="309" /> </counts> </usages-collector> <usages-collector id="statistics.lifecycle.project"> @@ -49,8 +49,8 @@ <file pinned="false" current-in-tab="true"> <entry file="file://$PROJECT_DIR$/protomsg.proto"> <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="490"> - <caret line="318" column="9" selection-start-line="318" selection-start-column="9" selection-end-line="318" selection-end-column="9" /> + <state relative-caret-position="281"> + <caret line="187" column="14" selection-start-line="187" selection-start-column="8" selection-end-line="187" selection-end-column="14" /> </state> </provider> </entry> @@ -173,10 +173,10 @@ </option> </component> <component name="ProjectFrameBounds"> - <option name="x" value="46" /> - <option name="y" value="78" /> + <option name="x" value="-448" /> + <option name="y" value="37" /> <option name="width" value="1678" /> - <option name="height" value="1052" /> + <option name="height" value="1047" /> </component> <component name="ProjectView"> <navigator proportions="" version="1"> @@ -237,18 +237,18 @@ <workItem from="1564968876353" duration="2244000" /> <workItem from="1565313761365" duration="597000" /> <workItem from="1565337974976" duration="1231000" /> - <workItem from="1565955759598" duration="4970000" /> + <workItem from="1565955759598" duration="6515000" /> </task> <servers /> </component> <component name="TimeTrackingManager"> - <option name="totallyTimeSpent" value="34126000" /> + <option name="totallyTimeSpent" value="35671000" /> </component> <component name="ToolWindowManager"> - <frame x="46" y="78" width="1678" height="1052" extended-state="0" /> + <frame x="-448" y="37" width="1678" height="1047" extended-state="0" /> <editor active="true" /> <layout> - <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.31211373" /> + <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.31211373" /> <window_info id="Structure" order="1" side_tool="true" weight="0.25" /> <window_info id="Image Layers" order="2" /> <window_info id="Designer" order="3" /> @@ -263,7 +263,7 @@ <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" /> <window_info anchor="bottom" id="TODO" order="6" /> <window_info anchor="bottom" id="Database Changes" order="7" show_stripe_button="false" /> - <window_info active="true" anchor="bottom" id="Terminal" order="8" visible="true" weight="0.343785" /> + <window_info anchor="bottom" id="Terminal" order="8" visible="true" weight="0.3457207" /> <window_info anchor="bottom" id="Event Log" order="9" side_tool="true" /> <window_info anchor="bottom" id="Version Control" order="10" /> <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" /> @@ -351,8 +351,8 @@ </entry> <entry file="file://$PROJECT_DIR$/protomsg.proto"> <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="490"> - <caret line="318" column="9" selection-start-line="318" selection-start-column="9" selection-end-line="318" selection-end-column="9" /> + <state relative-caret-position="281"> + <caret line="187" column="14" selection-start-line="187" selection-start-column="8" selection-end-line="187" selection-end-column="14" /> </state> </provider> </entry> diff --git a/protomsg.pb.go b/protomsg.pb.go index 1ecc060..62a1948 100644 --- a/protomsg.pb.go +++ b/protomsg.pb.go @@ -1717,13 +1717,14 @@ //SdkArg struct type SdkArg struct { - Alias string `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` - Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` - Must bool `protobuf:"varint,4,opt,name=must,proto3" json:"must,omitempty"` - Unit string `protobuf:"bytes,5,opt,name=unit,proto3" json:"unit,omitempty"` - Range string `protobuf:"bytes,6,opt,name=range,proto3" json:"range,omitempty"` - Sort int32 `protobuf:"varint,7,opt,name=sort,proto3" json:"sort,omitempty"` + Alias string `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"` + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` + Must bool `protobuf:"varint,4,opt,name=must,proto3" json:"must,omitempty"` + Unit string `protobuf:"bytes,5,opt,name=unit,proto3" json:"unit,omitempty"` + Range string `protobuf:"bytes,6,opt,name=range,proto3" json:"range,omitempty"` + DefaultValue string `protobuf:"bytes,7,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"` + Sort int32 `protobuf:"varint,8,opt,name=sort,proto3" json:"sort,omitempty"` } func (m *SdkArg) Reset() { *m = SdkArg{} } @@ -1797,6 +1798,13 @@ func (m *SdkArg) GetRange() string { if m != nil { return m.Range + } + return "" +} + +func (m *SdkArg) GetDefaultValue() string { + if m != nil { + return m.DefaultValue } return "" } @@ -2758,156 +2766,157 @@ func init() { proto.RegisterFile("protomsg.proto", fileDescriptor_32de24555f916688) } var fileDescriptor_32de24555f916688 = []byte{ - // 2376 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x58, 0x4b, 0x6f, 0x1c, 0xc7, - 0xf1, 0xe7, 0xec, 0x7b, 0x6a, 0x1f, 0x5a, 0xb5, 0xf4, 0xb7, 0xc7, 0xf2, 0x5f, 0x34, 0x35, 0x91, - 0x61, 0x42, 0xb0, 0x95, 0x80, 0xd2, 0x29, 0x87, 0x00, 0x34, 0x49, 0x05, 0x0b, 0x38, 0x02, 0x33, - 0xa4, 0x94, 0x5b, 0x06, 0xbd, 0x3b, 0xcd, 0xe5, 0x80, 0xcd, 0x99, 0x41, 0xf7, 0x0c, 0x6d, 0x1e, - 0xf2, 0x01, 0x72, 0x4a, 0x8e, 0xb9, 0xe6, 0x9b, 0x04, 0x39, 0xe5, 0x90, 0x83, 0x8f, 0xc9, 0xc9, - 0x81, 0x04, 0xe4, 0x12, 0xe4, 0x23, 0x24, 0x08, 0xaa, 0xba, 0xe7, 0xb5, 0xa4, 0x6c, 0x9d, 0xb6, - 0xeb, 0x57, 0xb5, 0xdd, 0xd5, 0xf5, 0xee, 0x81, 0x59, 0xa6, 0xd2, 0x3c, 0xbd, 0xd4, 0xeb, 0xa7, - 0xb4, 0x60, 0xa3, 0x92, 0x7e, 0x00, 0x4b, 0xae, 0x85, 0x41, 0xfd, 0x17, 0xd0, 0xdb, 0x57, 0x82, - 0xb3, 0x19, 0x74, 0xe2, 0xc8, 0x73, 0x76, 0x9c, 0xdd, 0x7e, 0xd0, 0x89, 0x23, 0xf6, 0x00, 0x46, - 0x19, 0x57, 0x22, 0xc9, 0xe3, 0xc8, 0xeb, 0x10, 0x5a, 0xd1, 0x8c, 0x41, 0x2f, 0xe1, 0x97, 0xc2, - 0xeb, 0xee, 0x38, 0xbb, 0x6e, 0x40, 0x6b, 0xff, 0xbf, 0x5d, 0x18, 0x1c, 0xf0, 0x4b, 0xa1, 0x9a, - 0x5b, 0xb9, 0xb4, 0x55, 0x29, 0xde, 0xa9, 0xc5, 0xd9, 0x7d, 0xe8, 0x73, 0x19, 0x73, 0x6d, 0xf7, - 0x30, 0x04, 0x7b, 0x04, 0x13, 0x9d, 0xf0, 0x4c, 0x9f, 0xa7, 0x79, 0x58, 0x28, 0xe9, 0xf5, 0x88, - 0x39, 0x2e, 0xb1, 0x57, 0x4a, 0xe2, 0x66, 0xf9, 0x75, 0x26, 0xbc, 0x3e, 0xe9, 0x44, 0x6b, 0xc4, - 0x78, 0x14, 0x29, 0x6f, 0x60, 0x0e, 0xc0, 0x35, 0xfb, 0x00, 0x06, 0x5c, 0x09, 0x1e, 0x47, 0xde, - 0x90, 0x24, 0x2d, 0xc5, 0xfe, 0x1f, 0x5c, 0x99, 0x26, 0xeb, 0x38, 0x2f, 0x22, 0xe1, 0x8d, 0x76, - 0x9c, 0xdd, 0x4e, 0x50, 0x03, 0x78, 0x6b, 0xc9, 0x73, 0xc3, 0x74, 0x89, 0x59, 0xd1, 0x78, 0x8a, - 0xca, 0x75, 0xe6, 0x81, 0x39, 0x05, 0xd7, 0x74, 0xd5, 0xcc, 0x1b, 0xdb, 0xab, 0x66, 0x28, 0x93, - 0xa5, 0x2a, 0xf7, 0x26, 0x46, 0x3b, 0x5c, 0xe3, 0x9e, 0x85, 0x16, 0x8a, 0x4c, 0x30, 0x25, 0xc9, - 0x8a, 0x36, 0x56, 0xd6, 0xfa, 0xeb, 0x54, 0x45, 0xde, 0xcc, 0xf0, 0x4a, 0x1a, 0x4d, 0xb4, 0x54, - 0x3c, 0x89, 0xbc, 0x3b, 0xc6, 0x44, 0x44, 0xe0, 0x3f, 0x94, 0xd0, 0x42, 0x5d, 0x89, 0xc8, 0x9b, - 0x9b, 0x7f, 0x94, 0x34, 0x7b, 0x08, 0x10, 0xeb, 0x50, 0x15, 0x49, 0x12, 0x27, 0x6b, 0xef, 0xee, - 0x8e, 0xb3, 0x3b, 0x0a, 0xdc, 0x58, 0x07, 0x06, 0x40, 0xb6, 0x2a, 0x92, 0x50, 0x24, 0x7c, 0x29, - 0x85, 0xc7, 0x0c, 0x5b, 0x15, 0xc9, 0x11, 0x01, 0xec, 0x23, 0x18, 0x21, 0x9b, 0xac, 0x7b, 0x8f, - 0xf4, 0x1f, 0xaa, 0x22, 0x39, 0x45, 0x03, 0xfb, 0x30, 0x45, 0x16, 0x1d, 0xa3, 0xc2, 0x38, 0xf2, - 0xee, 0x1b, 0xc7, 0xa8, 0x22, 0x39, 0x21, 0x6c, 0x11, 0xf9, 0x2b, 0xb8, 0x6b, 0xfc, 0xbf, 0x9f, - 0x44, 0xa7, 0x5c, 0x5f, 0x2c, 0x92, 0xb3, 0x94, 0xed, 0xc2, 0x60, 0x45, 0x20, 0x85, 0xc3, 0x78, - 0x6f, 0xfe, 0xb4, 0x0a, 0x4a, 0x23, 0x1c, 0x58, 0x3e, 0x7b, 0x0c, 0xfd, 0x9c, 0xeb, 0x0b, 0xed, - 0x75, 0x76, 0xba, 0xbb, 0xe3, 0xbd, 0x59, 0x2d, 0x88, 0x9b, 0x05, 0x86, 0xe9, 0x7f, 0xe7, 0x40, - 0x0f, 0x69, 0x74, 0x2f, 0x22, 0x55, 0x9c, 0x59, 0x0a, 0xcd, 0x83, 0xab, 0x46, 0xbc, 0x55, 0x34, - 0xfb, 0x18, 0xdc, 0x95, 0x12, 0x3c, 0x17, 0x21, 0xcf, 0x6d, 0xdc, 0x8d, 0x0c, 0xb0, 0x9f, 0x37, - 0x98, 0xcb, 0x6b, 0x1b, 0x77, 0x96, 0xf9, 0xe5, 0x35, 0x32, 0x8b, 0x2c, 0xb2, 0xff, 0xec, 0x5b, - 0x1f, 0x12, 0xb0, 0x9f, 0xa3, 0x2a, 0xd6, 0xa4, 0x03, 0x32, 0xa9, 0xa5, 0xd0, 0x9e, 0xb1, 0x0e, - 0xb9, 0xe4, 0xea, 0x92, 0x62, 0x70, 0x14, 0x0c, 0x63, 0xbd, 0x8f, 0x24, 0xb2, 0x22, 0x21, 0xc3, - 0x33, 0xc9, 0xd7, 0x14, 0x83, 0xa3, 0x60, 0x18, 0x09, 0xf9, 0x42, 0xf2, 0xb5, 0x7f, 0x0a, 0x63, - 0xbc, 0xe0, 0x49, 0x64, 0x0c, 0xe8, 0x43, 0x0f, 0xf5, 0xb7, 0xe6, 0xdb, 0xb4, 0x0a, 0xf1, 0xd8, - 0x23, 0xe8, 0xe9, 0xa8, 0xb2, 0xdc, 0xb4, 0x96, 0x39, 0x89, 0x2e, 0x02, 0x62, 0xf9, 0x3f, 0x85, - 0x01, 0x12, 0x45, 0xc2, 0xfe, 0x0f, 0x06, 0x71, 0xb6, 0x0a, 0x2b, 0xc3, 0xf5, 0xe3, 0x6c, 0xb5, - 0x88, 0x50, 0x23, 0x1d, 0x5d, 0x18, 0xe7, 0x1b, 0xbb, 0x0d, 0x75, 0x74, 0x81, 0xce, 0xf7, 0x5f, - 0x03, 0x58, 0x8d, 0xf0, 0xff, 0xef, 0xa3, 0xd0, 0xe3, 0x96, 0x42, 0xf3, 0xb6, 0x42, 0x45, 0x62, - 0x75, 0xfa, 0x67, 0x07, 0xc0, 0x04, 0x01, 0x79, 0x74, 0xb3, 0x6a, 0xa0, 0x43, 0x88, 0x1b, 0xda, - 0x0a, 0x84, 0x0e, 0x21, 0x60, 0x11, 0xb1, 0x0f, 0x61, 0x88, 0x27, 0x21, 0xab, 0x5b, 0xfb, 0x7f, - 0x11, 0xb1, 0x2f, 0xc0, 0xcd, 0xe3, 0x4b, 0x11, 0xaa, 0x42, 0x0a, 0xaf, 0xb7, 0x79, 0xfe, 0x21, - 0xbf, 0x3e, 0xc8, 0x65, 0x30, 0x42, 0x91, 0xa0, 0x90, 0x82, 0x52, 0x42, 0xf0, 0x55, 0x6e, 0xe4, - 0x8d, 0x67, 0x5d, 0x42, 0x88, 0xfd, 0x08, 0x26, 0x86, 0x1d, 0x89, 0xab, 0x78, 0x25, 0x6c, 0x81, - 0x19, 0x13, 0x76, 0x48, 0x50, 0xcb, 0x95, 0xc3, 0x96, 0x2b, 0xd9, 0x27, 0x30, 0xb6, 0x51, 0xd3, - 0x70, 0x34, 0x18, 0x88, 0x04, 0xea, 0xc8, 0x71, 0x5b, 0x91, 0xc3, 0xa0, 0xa7, 0xb1, 0x8a, 0x80, - 0xa9, 0x22, 0xb8, 0xc6, 0x1b, 0xc7, 0x3a, 0x3c, 0x2b, 0xa4, 0xa4, 0x72, 0x33, 0x0a, 0x06, 0xb1, - 0x7e, 0x51, 0x48, 0xc9, 0x76, 0x60, 0x22, 0xe3, 0xe4, 0x22, 0x2c, 0xed, 0x31, 0x21, 0x1d, 0x01, - 0x31, 0x4a, 0xc3, 0xc8, 0xff, 0x25, 0xcc, 0xac, 0x9d, 0xe3, 0x4b, 0x81, 0x17, 0x7d, 0xaf, 0x0a, - 0xfd, 0x71, 0xd3, 0x92, 0x36, 0x5b, 0x4a, 0xbb, 0xf9, 0x2f, 0x61, 0x60, 0x6c, 0xc9, 0xe6, 0xd0, - 0x8d, 0xf8, 0xb5, 0x6d, 0x1c, 0xb8, 0x64, 0x7b, 0x00, 0xe6, 0x8f, 0x3c, 0x59, 0x0b, 0x1b, 0x03, - 0xf7, 0x1a, 0x71, 0x82, 0x7b, 0x20, 0x2b, 0xa0, 0xfd, 0x69, 0xe9, 0x3f, 0x03, 0xb7, 0xc2, 0xb1, - 0xf0, 0xe9, 0x9c, 0xab, 0xbc, 0x8c, 0x50, 0x22, 0xf0, 0x20, 0x91, 0x94, 0x91, 0x80, 0x4b, 0xff, - 0x35, 0x0c, 0x8f, 0x53, 0x79, 0xbd, 0x4e, 0x93, 0xf7, 0xba, 0xd0, 0x67, 0x30, 0xc8, 0xd2, 0x38, - 0xc9, 0xb1, 0xe7, 0xa0, 0x4e, 0x77, 0x6a, 0x9d, 0x8e, 0x11, 0x0f, 0x2c, 0xdb, 0x5f, 0x55, 0xf6, - 0xe2, 0xfa, 0x62, 0x5f, 0xad, 0x75, 0x3b, 0x16, 0x9d, 0x8d, 0x58, 0x7c, 0x0e, 0x2e, 0xd9, 0x9e, - 0xab, 0x75, 0x19, 0xf2, 0x1f, 0xb6, 0xd3, 0xe2, 0xe7, 0x2a, 0x2d, 0x32, 0xdc, 0xc8, 0x14, 0x23, - 0x5c, 0xf9, 0x57, 0x30, 0x6d, 0xb1, 0x9a, 0x21, 0xed, 0xb4, 0x42, 0xfa, 0x39, 0x8c, 0xd7, 0x28, - 0x45, 0x9e, 0xd0, 0x37, 0x0d, 0x4a, 0x5b, 0xa0, 0x57, 0x02, 0x58, 0x97, 0x4b, 0xdd, 0x88, 0xad, - 0x6e, 0x33, 0xb6, 0xfc, 0xbf, 0x3a, 0xe0, 0x56, 0xff, 0xc0, 0xe8, 0x35, 0x7b, 0x57, 0xa7, 0x0e, - 0x89, 0x5e, 0x50, 0x33, 0x31, 0xac, 0x5c, 0x7c, 0x93, 0x5b, 0x43, 0xba, 0x84, 0x9c, 0x8a, 0x6f, - 0x72, 0x0c, 0x6e, 0x2a, 0x6d, 0xa1, 0x14, 0x57, 0x42, 0xd2, 0x21, 0xfd, 0x00, 0x08, 0xfa, 0x0a, - 0x11, 0x2c, 0xe8, 0x46, 0xe1, 0xde, 0x66, 0x41, 0x27, 0x5d, 0x0d, 0x93, 0xea, 0x8e, 0xc8, 0xc3, - 0xaa, 0xa5, 0x63, 0xdd, 0x11, 0x39, 0x35, 0x9d, 0x1f, 0xc1, 0x34, 0x12, 0x67, 0x22, 0x59, 0x89, - 0x50, 0xe7, 0x3c, 0x2f, 0xcb, 0xeb, 0xc4, 0x82, 0x27, 0x88, 0xf9, 0xff, 0xea, 0x40, 0x2f, 0xb8, - 0x2d, 0xa4, 0x1f, 0xc3, 0xcc, 0xba, 0xac, 0xb4, 0xaa, 0xb9, 0xc2, 0x64, 0x55, 0xb9, 0x76, 0xb1, - 0x51, 0x64, 0xba, 0x1b, 0x8e, 0x7d, 0x08, 0x90, 0x99, 0xf8, 0x42, 0xae, 0xe9, 0x09, 0xae, 0x45, - 0x16, 0x11, 0x56, 0x52, 0x2c, 0x99, 0x71, 0x64, 0x15, 0xef, 0xeb, 0x08, 0xb7, 0xf4, 0x61, 0x8a, - 0x30, 0x57, 0xeb, 0xd0, 0x4c, 0x38, 0xb6, 0x68, 0xe8, 0x08, 0x1d, 0xbf, 0x4f, 0x73, 0xce, 0x03, - 0x18, 0xa5, 0x99, 0x50, 0x3c, 0x4f, 0x15, 0x15, 0x0d, 0x37, 0xa8, 0x68, 0xbc, 0x76, 0xb9, 0x36, - 0x66, 0x19, 0x19, 0xbd, 0x4b, 0xb0, 0x6c, 0xc8, 0xe5, 0x21, 0x57, 0x5c, 0x16, 0xa6, 0x80, 0x54, - 0x87, 0xbc, 0x46, 0xe8, 0xd6, 0x2a, 0x42, 0x8d, 0x5c, 0x8a, 0xf0, 0xeb, 0x38, 0x3f, 0x0f, 0x33, - 0x25, 0xec, 0xe8, 0x32, 0x46, 0xf0, 0x57, 0x71, 0x7e, 0x7e, 0xac, 0xda, 0x31, 0x31, 0x69, 0xc5, - 0x84, 0xff, 0xa7, 0x0e, 0x74, 0x4f, 0xa2, 0x9b, 0xb5, 0xba, 0x6e, 0x2a, 0x9d, 0x77, 0x35, 0x95, - 0x6e, 0xab, 0xa9, 0x94, 0x2c, 0x4a, 0xd2, 0x5e, 0xc5, 0x7a, 0x89, 0x79, 0xfa, 0x18, 0x7a, 0x94, - 0x4a, 0xfd, 0x5b, 0xba, 0xc7, 0xbe, 0x5a, 0x07, 0xc4, 0xc5, 0xdb, 0xc5, 0xab, 0x34, 0x29, 0x67, - 0x3e, 0x5c, 0x63, 0x89, 0xc0, 0xa9, 0xd1, 0x58, 0x14, 0x97, 0x18, 0xa5, 0xb6, 0xab, 0x63, 0xad, - 0xb1, 0xa6, 0x04, 0x03, 0x61, 0xc1, 0x69, 0xd4, 0x68, 0x12, 0x30, 0x66, 0xb4, 0x35, 0x9a, 0x04, - 0x5a, 0x73, 0x01, 0x6c, 0xcc, 0x05, 0x75, 0x92, 0x8d, 0x37, 0x5b, 0x7f, 0xd5, 0x14, 0xcc, 0x28, - 0x58, 0xf5, 0xf7, 0xb4, 0xea, 0xef, 0x14, 0xb6, 0x76, 0x8e, 0x59, 0x6c, 0x26, 0x7d, 0xbd, 0x73, - 0xa7, 0xb5, 0xf3, 0x4f, 0xc8, 0x6e, 0x94, 0xe2, 0xb6, 0x8c, 0xdd, 0xdf, 0x68, 0xaf, 0x52, 0x9c, - 0x88, 0x3c, 0xa8, 0xa4, 0xfc, 0x02, 0xa0, 0xc6, 0xa9, 0xb6, 0x46, 0xf5, 0x71, 0x36, 0x66, 0xef, - 0x83, 0xf1, 0x58, 0xdb, 0x7d, 0x9f, 0x95, 0x19, 0x6c, 0x0e, 0xba, 0x7b, 0xe3, 0xa0, 0x32, 0x89, - 0xcb, 0x48, 0xeb, 0xd5, 0x91, 0xe6, 0xff, 0x06, 0x86, 0xe5, 0x1d, 0x37, 0xa3, 0xe5, 0x46, 0x86, - 0x74, 0xbe, 0x3f, 0x43, 0xba, 0x1b, 0x19, 0x72, 0x23, 0xf8, 0x7b, 0x37, 0x82, 0xdf, 0xff, 0x83, - 0x43, 0x13, 0xcf, 0xbe, 0x5a, 0xd7, 0x4f, 0x0d, 0xa7, 0xf9, 0xd4, 0xb8, 0xad, 0x43, 0x94, 0x6f, - 0x0b, 0xfb, 0xae, 0x29, 0xdf, 0x16, 0x97, 0x85, 0x36, 0x77, 0x1b, 0x05, 0xb4, 0x46, 0xac, 0x48, - 0xe2, 0x72, 0x12, 0xa4, 0x35, 0x9e, 0x62, 0x1a, 0x9e, 0x09, 0x48, 0x43, 0x54, 0x96, 0x19, 0x36, - 0x2c, 0xf3, 0x3b, 0x07, 0xee, 0x1c, 0x2e, 0x0f, 0xce, 0x51, 0xe0, 0x17, 0x42, 0x6b, 0xbe, 0x16, - 0xec, 0x73, 0x9c, 0x7e, 0xd1, 0xdb, 0xa8, 0xe3, 0x6c, 0xef, 0x83, 0x66, 0xff, 0x58, 0x4a, 0x61, - 0x84, 0xa3, 0xc0, 0x08, 0x59, 0x83, 0x76, 0x2a, 0x83, 0x3e, 0x81, 0x01, 0x5f, 0xe5, 0x71, 0x9a, - 0x90, 0xe6, 0xb3, 0x3d, 0xd6, 0x98, 0x78, 0x96, 0xfb, 0xc4, 0x09, 0xac, 0x04, 0xe5, 0x4d, 0x72, - 0x96, 0x5a, 0x9b, 0xd1, 0xda, 0xff, 0xb7, 0x03, 0x53, 0xd3, 0xf1, 0xde, 0xd5, 0x4f, 0xbf, 0x77, - 0x18, 0xbb, 0xe5, 0x39, 0xc8, 0x3c, 0x18, 0xda, 0x4a, 0x59, 0xa6, 0xb7, 0x25, 0x71, 0xa6, 0xca, - 0x55, 0xbc, 0x5e, 0x0b, 0x15, 0xca, 0x38, 0x29, 0xab, 0xfe, 0xd8, 0x62, 0x5f, 0xc5, 0x89, 0x60, - 0x9f, 0xc2, 0x2c, 0x8a, 0x95, 0x20, 0x85, 0x8d, 0x90, 0x31, 0xea, 0xb4, 0x42, 0x49, 0xac, 0x74, - 0xd7, 0xb0, 0xe1, 0xae, 0x1b, 0x4d, 0x63, 0x44, 0x96, 0x6f, 0x37, 0x8d, 0x3f, 0x3a, 0x30, 0x7d, - 0x1d, 0x47, 0x22, 0xcd, 0x79, 0x26, 0x68, 0xcc, 0x7e, 0x00, 0x23, 0xa1, 0x0f, 0x79, 0xce, 0xab, - 0xcc, 0xa8, 0x68, 0xe4, 0x95, 0x57, 0xbd, 0x71, 0xf5, 0x3a, 0x7d, 0xdb, 0x63, 0x28, 0x26, 0xd4, - 0xe5, 0x7a, 0x61, 0xba, 0x46, 0x37, 0x30, 0x04, 0x4a, 0x53, 0xbe, 0x99, 0xda, 0xe6, 0x06, 0x96, - 0xaa, 0x2e, 0x32, 0xa8, 0xdf, 0xb4, 0xfe, 0x7f, 0x3a, 0x30, 0x3e, 0x48, 0x2f, 0xf1, 0xcd, 0x4d, - 0xe3, 0x01, 0x3d, 0x6c, 0x96, 0x52, 0xe0, 0xbf, 0x1d, 0xfa, 0x77, 0x45, 0xb3, 0x27, 0x30, 0x5f, - 0x19, 0xd1, 0xd3, 0x73, 0x25, 0xf4, 0x79, 0x2a, 0x8d, 0xa6, 0x9d, 0xe0, 0x06, 0xce, 0x76, 0x60, - 0x7c, 0xc6, 0x57, 0xe2, 0x85, 0xe0, 0x79, 0xa1, 0x8c, 0xcf, 0x26, 0x41, 0x13, 0x42, 0xdd, 0xcd, - 0x4b, 0xac, 0x47, 0xc7, 0x18, 0x02, 0xdf, 0xcd, 0xb9, 0x12, 0xe2, 0x65, 0x1a, 0x89, 0x52, 0xfd, - 0x1a, 0xa0, 0x1b, 0xf0, 0x25, 0xf6, 0xba, 0x2e, 0xb9, 0x82, 0x2f, 0x35, 0xdb, 0x86, 0xc6, 0x38, - 0xe0, 0x0d, 0x89, 0xd3, 0x1c, 0x10, 0xb6, 0x01, 0xb4, 0xe0, 0x6a, 0x75, 0x7e, 0x6a, 0x4a, 0x33, - 0xf1, 0x6b, 0x04, 0xf9, 0x71, 0x92, 0x15, 0xf9, 0xeb, 0x46, 0x83, 0x6b, 0x20, 0xc8, 0x5f, 0xa5, - 0x52, 0x9a, 0x80, 0xb0, 0xa5, 0xb9, 0x81, 0x90, 0xb5, 0xd3, 0x42, 0xad, 0xaa, 0xe2, 0x6c, 0x28, - 0xf6, 0x18, 0xa6, 0x3c, 0xe1, 0xf2, 0xba, 0x7c, 0xb9, 0xda, 0x26, 0xd7, 0x06, 0xfd, 0x5f, 0xc3, - 0xec, 0x24, 0xba, 0xb0, 0x1e, 0x38, 0xe2, 0xab, 0xf3, 0x1b, 0x39, 0xe1, 0xe1, 0xc0, 0xb6, 0x94, - 0xa2, 0xca, 0x88, 0x92, 0x64, 0x3e, 0x4c, 0xac, 0xdd, 0x4f, 0x56, 0xa9, 0x35, 0x72, 0x27, 0x68, - 0x61, 0x7e, 0x00, 0xf3, 0x7a, 0xff, 0x40, 0xe8, 0x42, 0xe6, 0xec, 0x67, 0x30, 0x5d, 0x35, 0x01, - 0x72, 0xf4, 0x78, 0xcf, 0x6b, 0x15, 0xde, 0x86, 0x4a, 0x41, 0x5b, 0xdc, 0xff, 0x6d, 0x17, 0xdc, - 0xa3, 0x2b, 0x91, 0xe4, 0xc7, 0x85, 0x3e, 0x7f, 0xaf, 0x99, 0xf8, 0xa1, 0x9d, 0xd5, 0xcd, 0xbc, - 0x6d, 0x62, 0x98, 0xc6, 0xf2, 0x13, 0x9a, 0xb9, 0x3f, 0x02, 0x1a, 0xf9, 0x43, 0x1c, 0xbc, 0x6d, - 0x1a, 0x23, 0x7d, 0x94, 0xd0, 0x7c, 0x15, 0xeb, 0x50, 0xf3, 0x3c, 0xd6, 0x67, 0xd7, 0x21, 0x97, - 0x92, 0x12, 0x79, 0x14, 0x4c, 0x62, 0x7d, 0x62, 0xc0, 0x7d, 0x29, 0xb1, 0x6e, 0xd0, 0xbc, 0x41, - 0x33, 0xe4, 0xc0, 0x7e, 0xae, 0x28, 0xa4, 0xa0, 0x11, 0xb2, 0xee, 0x71, 0xc3, 0x56, 0x8f, 0xfb, - 0x18, 0x5c, 0xf3, 0xa2, 0xa9, 0xa7, 0x9f, 0x11, 0x3d, 0x67, 0x30, 0xc1, 0x3f, 0x81, 0x31, 0x31, - 0xed, 0x8b, 0xcc, 0xad, 0x5f, 0x3b, 0xf6, 0x41, 0xf6, 0x63, 0x18, 0xc5, 0x59, 0x98, 0xa5, 0x2a, - 0xd7, 0x1e, 0x6c, 0x76, 0x48, 0x34, 0xcc, 0x22, 0x3b, 0x4e, 0x55, 0x1e, 0x0c, 0x63, 0xfa, 0xd5, - 0xec, 0x53, 0xe8, 0x15, 0x4a, 0x6a, 0x6f, 0xbc, 0xd9, 0xe5, 0x50, 0xf8, 0x95, 0x92, 0x01, 0xb1, - 0xd9, 0x17, 0x65, 0x37, 0x9c, 0x6c, 0x8e, 0xf8, 0x95, 0xc9, 0x1b, 0x3d, 0xd1, 0xff, 0xce, 0x81, - 0x69, 0x8b, 0x71, 0xc3, 0x1f, 0x68, 0xfb, 0x34, 0x8b, 0x57, 0xcd, 0x47, 0xb7, 0x4b, 0x08, 0x5d, - 0x14, 0xdf, 0x5f, 0xc4, 0xe6, 0x6a, 0x5d, 0xbd, 0xbf, 0x10, 0xc0, 0x9e, 0xd6, 0x6c, 0x8f, 0xbd, - 0x1f, 0x1a, 0x20, 0xfb, 0xb7, 0x0c, 0x90, 0xf4, 0x2d, 0x48, 0x0a, 0xdb, 0x40, 0x07, 0xf6, 0xe1, - 0x5b, 0x48, 0x61, 0x72, 0xcb, 0x87, 0xa9, 0x40, 0xe5, 0xc3, 0xac, 0xd0, 0xe7, 0xa1, 0xfd, 0x88, - 0xe6, 0x06, 0x63, 0x51, 0xde, 0x68, 0x11, 0xf9, 0xaf, 0x00, 0x6a, 0x73, 0xa2, 0xba, 0xe5, 0xe7, - 0xa1, 0xac, 0x2c, 0xa1, 0x06, 0x58, 0xd4, 0x9f, 0xc5, 0x3a, 0x8d, 0xcf, 0x62, 0xef, 0x7a, 0xa0, - 0x3c, 0x83, 0xa1, 0x35, 0x7c, 0x39, 0xcf, 0x39, 0xf5, 0x3c, 0xf7, 0x8e, 0xb1, 0xc8, 0xff, 0xbb, - 0x03, 0xf7, 0x8e, 0xf4, 0xb1, 0x50, 0x3a, 0x4d, 0x0e, 0xf8, 0xea, 0xdc, 0x76, 0x4c, 0xf6, 0xb9, - 0xad, 0xac, 0xa6, 0xad, 0x36, 0x12, 0xe9, 0x48, 0x37, 0xc4, 0x22, 0xdb, 0x3c, 0x3e, 0xb2, 0x35, - 0xd6, 0x34, 0xb9, 0x6e, 0x95, 0xd2, 0xe6, 0xa1, 0x90, 0xd1, 0xee, 0x8d, 0x87, 0x82, 0x01, 0x16, - 0x54, 0x09, 0xce, 0x6c, 0x3d, 0xb5, 0x59, 0x62, 0xc9, 0x46, 0x67, 0xee, 0xff, 0x60, 0x67, 0x6e, - 0x7f, 0x47, 0xea, 0x97, 0x77, 0x7b, 0xf2, 0x67, 0x07, 0x26, 0xcd, 0x29, 0x80, 0x4d, 0x60, 0x74, - 0x1a, 0x9a, 0x7e, 0x3d, 0xdf, 0x62, 0x73, 0x98, 0x94, 0x14, 0x0e, 0x96, 0x73, 0x87, 0xdd, 0x87, - 0x79, 0x13, 0xc1, 0xf6, 0x31, 0xef, 0x30, 0x80, 0xc1, 0x69, 0x48, 0x12, 0x5d, 0x36, 0x05, 0xd7, - 0xac, 0x4f, 0xa2, 0x8b, 0x79, 0x8f, 0xdd, 0x85, 0x69, 0x45, 0x62, 0xa8, 0xce, 0xfb, 0xcc, 0x85, - 0xfe, 0x69, 0x88, 0xdc, 0x01, 0xbb, 0x07, 0x77, 0xca, 0xed, 0xec, 0x78, 0x30, 0x1f, 0xb2, 0x19, - 0xc0, 0x69, 0x78, 0x6a, 0x3f, 0x07, 0xcc, 0x47, 0x46, 0x27, 0x53, 0x3c, 0xe7, 0xae, 0xd1, 0xe9, - 0x38, 0x95, 0xf2, 0x20, 0x4d, 0xce, 0xe2, 0xf5, 0x1c, 0x9e, 0x3c, 0x85, 0x51, 0x79, 0x61, 0xd4, - 0x64, 0x91, 0x68, 0xa1, 0xf2, 0xf9, 0x16, 0xae, 0x5f, 0xd1, 0xb0, 0x3d, 0x77, 0x70, 0x7d, 0x28, - 0xa4, 0xc8, 0xc5, 0xbc, 0xf3, 0xe4, 0x39, 0xcc, 0xda, 0x2e, 0x32, 0x3a, 0x1f, 0x2e, 0xc9, 0x12, - 0xf3, 0x2d, 0xa3, 0x95, 0x25, 0x8d, 0xdf, 0xe7, 0xce, 0x97, 0xde, 0x5f, 0xde, 0x6c, 0x3b, 0xdf, - 0xbe, 0xd9, 0x76, 0xfe, 0xf1, 0x66, 0xdb, 0xf9, 0xfd, 0xdb, 0xed, 0xad, 0x6f, 0xdf, 0x6e, 0x6f, - 0xfd, 0xed, 0xed, 0xf6, 0xd6, 0x72, 0x40, 0x76, 0x7f, 0xf6, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, - 0xeb, 0xcd, 0x93, 0x4a, 0x15, 0x17, 0x00, 0x00, + // 2388 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x58, 0xcd, 0x6e, 0x1c, 0xc7, + 0xf1, 0xe7, 0xec, 0xf7, 0xd4, 0x7e, 0x68, 0xd5, 0xd2, 0xdf, 0x1e, 0xcb, 0x7f, 0xd1, 0xd4, 0x44, + 0x86, 0x09, 0xc1, 0x56, 0x02, 0x4a, 0xa7, 0x1c, 0x02, 0xd0, 0x24, 0x15, 0x2c, 0xe0, 0x08, 0xcc, + 0x90, 0x52, 0x6e, 0x19, 0xf4, 0xee, 0x34, 0x97, 0x03, 0x36, 0x67, 0x06, 0xdd, 0x33, 0xb4, 0x79, + 0xc8, 0x03, 0xe4, 0x94, 0xbc, 0x42, 0x1e, 0x24, 0x40, 0x90, 0x53, 0x0e, 0x39, 0xf8, 0x98, 0x9c, + 0x1c, 0x48, 0x40, 0x2e, 0x41, 0x1e, 0x21, 0x41, 0x50, 0xd5, 0x3d, 0x5f, 0x4b, 0xca, 0xd6, 0x69, + 0xbb, 0x7e, 0xd5, 0xdb, 0x5d, 0x5d, 0xdf, 0x35, 0x30, 0xcb, 0x54, 0x9a, 0xa7, 0x97, 0x7a, 0xfd, + 0x94, 0x16, 0x6c, 0x54, 0xd2, 0x0f, 0x60, 0xc9, 0xb5, 0x30, 0xa8, 0xff, 0x02, 0x7a, 0xfb, 0x4a, + 0x70, 0x36, 0x83, 0x4e, 0x1c, 0x79, 0xce, 0x8e, 0xb3, 0xdb, 0x0f, 0x3a, 0x71, 0xc4, 0x1e, 0xc0, + 0x28, 0xe3, 0x4a, 0x24, 0x79, 0x1c, 0x79, 0x1d, 0x42, 0x2b, 0x9a, 0x31, 0xe8, 0x25, 0xfc, 0x52, + 0x78, 0xdd, 0x1d, 0x67, 0xd7, 0x0d, 0x68, 0xed, 0xff, 0xb7, 0x0b, 0x83, 0x03, 0x7e, 0x29, 0x54, + 0xf3, 0x28, 0x97, 0x8e, 0x2a, 0xb7, 0x77, 0xea, 0xed, 0xec, 0x3e, 0xf4, 0xb9, 0x8c, 0xb9, 0xb6, + 0x67, 0x18, 0x82, 0x3d, 0x82, 0x89, 0x4e, 0x78, 0xa6, 0xcf, 0xd3, 0x3c, 0x2c, 0x94, 0xf4, 0x7a, + 0xc4, 0x1c, 0x97, 0xd8, 0x2b, 0x25, 0xf1, 0xb0, 0xfc, 0x3a, 0x13, 0x5e, 0x9f, 0x64, 0xa2, 0x35, + 0x62, 0x3c, 0x8a, 0x94, 0x37, 0x30, 0x17, 0xe0, 0x9a, 0x7d, 0x00, 0x03, 0xae, 0x04, 0x8f, 0x23, + 0x6f, 0x48, 0x3b, 0x2d, 0xc5, 0xfe, 0x1f, 0x5c, 0x99, 0x26, 0xeb, 0x38, 0x2f, 0x22, 0xe1, 0x8d, + 0x76, 0x9c, 0xdd, 0x4e, 0x50, 0x03, 0xf8, 0x6a, 0xc9, 0x73, 0xc3, 0x74, 0x89, 0x59, 0xd1, 0x78, + 0x8b, 0xca, 0x75, 0xe6, 0x81, 0xb9, 0x05, 0xd7, 0xf4, 0xd4, 0xcc, 0x1b, 0xdb, 0xa7, 0x66, 0xb8, + 0x27, 0x4b, 0x55, 0xee, 0x4d, 0x8c, 0x74, 0xb8, 0xc6, 0x33, 0x0b, 0x2d, 0x14, 0xa9, 0x60, 0x4a, + 0x3b, 0x2b, 0xda, 0x68, 0x59, 0xeb, 0xaf, 0x53, 0x15, 0x79, 0x33, 0xc3, 0x2b, 0x69, 0x54, 0xd1, + 0x52, 0xf1, 0x24, 0xf2, 0xee, 0x18, 0x15, 0x11, 0x81, 0xff, 0x50, 0x42, 0x0b, 0x75, 0x25, 0x22, + 0x6f, 0x6e, 0xfe, 0x51, 0xd2, 0xec, 0x21, 0x40, 0xac, 0x43, 0x55, 0x24, 0x49, 0x9c, 0xac, 0xbd, + 0xbb, 0x3b, 0xce, 0xee, 0x28, 0x70, 0x63, 0x1d, 0x18, 0x00, 0xd9, 0xaa, 0x48, 0x42, 0x91, 0xf0, + 0xa5, 0x14, 0x1e, 0x33, 0x6c, 0x55, 0x24, 0x47, 0x04, 0xb0, 0x8f, 0x60, 0x84, 0x6c, 0xd2, 0xee, + 0x3d, 0x92, 0x7f, 0xa8, 0x8a, 0xe4, 0x14, 0x15, 0xec, 0xc3, 0x14, 0x59, 0x74, 0x8d, 0x0a, 0xe3, + 0xc8, 0xbb, 0x6f, 0x0c, 0xa3, 0x8a, 0xe4, 0x84, 0xb0, 0x45, 0xe4, 0xaf, 0xe0, 0xae, 0xb1, 0xff, + 0x7e, 0x12, 0x9d, 0x72, 0x7d, 0xb1, 0x48, 0xce, 0x52, 0xb6, 0x0b, 0x83, 0x15, 0x81, 0xe4, 0x0e, + 0xe3, 0xbd, 0xf9, 0xd3, 0xca, 0x29, 0xcd, 0xe6, 0xc0, 0xf2, 0xd9, 0x63, 0xe8, 0xe7, 0x5c, 0x5f, + 0x68, 0xaf, 0xb3, 0xd3, 0xdd, 0x1d, 0xef, 0xcd, 0xea, 0x8d, 0x78, 0x58, 0x60, 0x98, 0xfe, 0x77, + 0x0e, 0xf4, 0x90, 0x46, 0xf3, 0x22, 0x52, 0xf9, 0x99, 0xa5, 0x50, 0x3d, 0xb8, 0x6a, 0xf8, 0x5b, + 0x45, 0xb3, 0x8f, 0xc1, 0x5d, 0x29, 0xc1, 0x73, 0x11, 0xf2, 0xdc, 0xfa, 0xdd, 0xc8, 0x00, 0xfb, + 0x79, 0x83, 0xb9, 0xbc, 0xb6, 0x7e, 0x67, 0x99, 0x5f, 0x5e, 0x23, 0xb3, 0xc8, 0x22, 0xfb, 0xcf, + 0xbe, 0xb5, 0x21, 0x01, 0xfb, 0x39, 0x8a, 0x62, 0x55, 0x3a, 0x20, 0x95, 0x5a, 0x0a, 0xf5, 0x19, + 0xeb, 0x90, 0x4b, 0xae, 0x2e, 0xc9, 0x07, 0x47, 0xc1, 0x30, 0xd6, 0xfb, 0x48, 0x22, 0x2b, 0x12, + 0x32, 0x3c, 0x93, 0x7c, 0x4d, 0x3e, 0x38, 0x0a, 0x86, 0x91, 0x90, 0x2f, 0x24, 0x5f, 0xfb, 0xa7, + 0x30, 0xc6, 0x07, 0x9e, 0x44, 0x46, 0x81, 0x3e, 0xf4, 0x50, 0x7e, 0xab, 0xbe, 0x4d, 0xad, 0x10, + 0x8f, 0x3d, 0x82, 0x9e, 0x8e, 0x2a, 0xcd, 0x4d, 0xeb, 0x3d, 0x27, 0xd1, 0x45, 0x40, 0x2c, 0xff, + 0xa7, 0x30, 0x40, 0xa2, 0x48, 0xd8, 0xff, 0xc1, 0x20, 0xce, 0x56, 0x61, 0xa5, 0xb8, 0x7e, 0x9c, + 0xad, 0x16, 0x11, 0x4a, 0xa4, 0xa3, 0x0b, 0x63, 0x7c, 0xa3, 0xb7, 0xa1, 0x8e, 0x2e, 0xd0, 0xf8, + 0xfe, 0x6b, 0x00, 0x2b, 0x11, 0xfe, 0xff, 0x7d, 0x04, 0x7a, 0xdc, 0x12, 0x68, 0xde, 0x16, 0xa8, + 0x48, 0xac, 0x4c, 0xff, 0xec, 0x00, 0x18, 0x27, 0x20, 0x8b, 0x6e, 0x66, 0x0d, 0x34, 0x08, 0x71, + 0x43, 0x9b, 0x81, 0xd0, 0x20, 0x04, 0x2c, 0x22, 0xf6, 0x21, 0x0c, 0xf1, 0x26, 0x64, 0x75, 0x6b, + 0xfb, 0x2f, 0x22, 0xf6, 0x05, 0xb8, 0x79, 0x7c, 0x29, 0x42, 0x55, 0x48, 0xe1, 0xf5, 0x36, 0xef, + 0x3f, 0xe4, 0xd7, 0x07, 0xb9, 0x0c, 0x46, 0xb8, 0x25, 0x28, 0xa4, 0xa0, 0x90, 0x10, 0x7c, 0x95, + 0x9b, 0xfd, 0xc6, 0xb2, 0x2e, 0x21, 0xc4, 0x7e, 0x04, 0x13, 0xc3, 0x8e, 0xc4, 0x55, 0xbc, 0x12, + 0x36, 0xc1, 0x8c, 0x09, 0x3b, 0x24, 0xa8, 0x65, 0xca, 0x61, 0xcb, 0x94, 0xec, 0x13, 0x18, 0x5b, + 0xaf, 0x69, 0x18, 0x1a, 0x0c, 0x44, 0x1b, 0x6a, 0xcf, 0x71, 0x5b, 0x9e, 0xc3, 0xa0, 0xa7, 0x31, + 0x8b, 0x80, 0xc9, 0x22, 0xb8, 0xc6, 0x17, 0xc7, 0x3a, 0x3c, 0x2b, 0xa4, 0xa4, 0x74, 0x33, 0x0a, + 0x06, 0xb1, 0x7e, 0x51, 0x48, 0xc9, 0x76, 0x60, 0x22, 0xe3, 0xe4, 0x22, 0x2c, 0xf5, 0x31, 0x21, + 0x19, 0x01, 0x31, 0x0a, 0xc3, 0xc8, 0xff, 0x25, 0xcc, 0xac, 0x9e, 0xe3, 0x4b, 0x81, 0x0f, 0x7d, + 0xaf, 0x0c, 0xfd, 0x71, 0x53, 0x93, 0x36, 0x5a, 0x4a, 0xbd, 0xf9, 0x2f, 0x61, 0x60, 0x74, 0xc9, + 0xe6, 0xd0, 0x8d, 0xf8, 0xb5, 0x2d, 0x1c, 0xb8, 0x64, 0x7b, 0x00, 0xe6, 0x8f, 0x3c, 0x59, 0x0b, + 0xeb, 0x03, 0xf7, 0x1a, 0x7e, 0x82, 0x67, 0x20, 0x2b, 0xa0, 0xf3, 0x69, 0xe9, 0x3f, 0x03, 0xb7, + 0xc2, 0x31, 0xf1, 0xe9, 0x9c, 0xab, 0xbc, 0xf4, 0x50, 0x22, 0xf0, 0x22, 0x91, 0x94, 0x9e, 0x80, + 0x4b, 0xff, 0x35, 0x0c, 0x8f, 0x53, 0x79, 0xbd, 0x4e, 0x93, 0xf7, 0x7a, 0xd0, 0x67, 0x30, 0xc8, + 0xd2, 0x38, 0xc9, 0xb1, 0xe6, 0xa0, 0x4c, 0x77, 0x6a, 0x99, 0x8e, 0x11, 0x0f, 0x2c, 0xdb, 0x5f, + 0x55, 0xfa, 0xe2, 0xfa, 0x62, 0x5f, 0xad, 0x75, 0xdb, 0x17, 0x9d, 0x0d, 0x5f, 0x7c, 0x0e, 0x2e, + 0xe9, 0x9e, 0xab, 0x75, 0xe9, 0xf2, 0x1f, 0xb6, 0xc3, 0xe2, 0xe7, 0x2a, 0x2d, 0x32, 0x3c, 0xc8, + 0x24, 0x23, 0x5c, 0xf9, 0x57, 0x30, 0x6d, 0xb1, 0x9a, 0x2e, 0xed, 0xb4, 0x5c, 0xfa, 0x39, 0x8c, + 0xd7, 0xb8, 0x8b, 0x2c, 0xa1, 0x6f, 0x2a, 0x94, 0x8e, 0x40, 0xab, 0x04, 0xb0, 0x2e, 0x97, 0xba, + 0xe1, 0x5b, 0xdd, 0xa6, 0x6f, 0xf9, 0x7f, 0x75, 0xc0, 0xad, 0xfe, 0x81, 0xde, 0x6b, 0xce, 0xae, + 0x6e, 0x1d, 0x12, 0xbd, 0xa0, 0x62, 0x62, 0x58, 0xb9, 0xf8, 0x26, 0xb7, 0x8a, 0x74, 0x09, 0x39, + 0x15, 0xdf, 0xe4, 0xe8, 0xdc, 0x94, 0xda, 0x42, 0x29, 0xae, 0x84, 0xa4, 0x4b, 0xfa, 0x01, 0x10, + 0xf4, 0x15, 0x22, 0x98, 0xd0, 0x8d, 0xc0, 0xbd, 0xcd, 0x84, 0x4e, 0xb2, 0x1a, 0x26, 0xe5, 0x1d, + 0x91, 0x87, 0x55, 0x49, 0xc7, 0xbc, 0x23, 0x72, 0x2a, 0x3a, 0x3f, 0x82, 0x69, 0x24, 0xce, 0x44, + 0xb2, 0x12, 0xa1, 0xce, 0x79, 0x5e, 0xa6, 0xd7, 0x89, 0x05, 0x4f, 0x10, 0xf3, 0xff, 0xd5, 0x81, + 0x5e, 0x70, 0x9b, 0x4b, 0x3f, 0x86, 0x99, 0x35, 0x59, 0xa9, 0x55, 0xf3, 0x84, 0xc9, 0xaa, 0x32, + 0xed, 0x62, 0x23, 0xc9, 0x74, 0x37, 0x0c, 0xfb, 0x10, 0x20, 0x33, 0xfe, 0x85, 0x5c, 0x53, 0x13, + 0x5c, 0x8b, 0x2c, 0x22, 0xcc, 0xa4, 0x98, 0x32, 0xe3, 0xc8, 0x0a, 0xde, 0xd7, 0x11, 0x1e, 0xe9, + 0xc3, 0x14, 0x61, 0xae, 0xd6, 0xa1, 0xe9, 0x70, 0x6c, 0xd2, 0xd0, 0x11, 0x1a, 0x7e, 0x9f, 0xfa, + 0x9c, 0x07, 0x30, 0x4a, 0x33, 0xa1, 0x78, 0x9e, 0x2a, 0x4a, 0x1a, 0x6e, 0x50, 0xd1, 0xf8, 0xec, + 0x72, 0x6d, 0xd4, 0x32, 0x32, 0x72, 0x97, 0x60, 0x59, 0x90, 0xcb, 0x4b, 0xae, 0xb8, 0x2c, 0x4c, + 0x02, 0xa9, 0x2e, 0x79, 0x8d, 0xd0, 0xad, 0x59, 0x84, 0x0a, 0xb9, 0x14, 0xe1, 0xd7, 0x71, 0x7e, + 0x1e, 0x66, 0x4a, 0xd8, 0xd6, 0x65, 0x8c, 0xe0, 0xaf, 0xe2, 0xfc, 0xfc, 0x58, 0xb5, 0x7d, 0x62, + 0xd2, 0xf2, 0x09, 0xff, 0x4f, 0x1d, 0xe8, 0x9e, 0x44, 0x37, 0x73, 0x75, 0x5d, 0x54, 0x3a, 0xef, + 0x2a, 0x2a, 0xdd, 0x56, 0x51, 0x29, 0x59, 0x14, 0xa4, 0xbd, 0x8a, 0xf5, 0x12, 0xe3, 0xf4, 0x31, + 0xf4, 0x28, 0x94, 0xfa, 0xb7, 0x54, 0x8f, 0x7d, 0xb5, 0x0e, 0x88, 0x8b, 0xaf, 0x8b, 0x57, 0x69, + 0x52, 0xf6, 0x7c, 0xb8, 0xc6, 0x14, 0x81, 0x5d, 0xa3, 0xd1, 0x28, 0x2e, 0xd1, 0x4b, 0x6d, 0x55, + 0xc7, 0x5c, 0x63, 0x55, 0x09, 0x06, 0xc2, 0x84, 0xd3, 0xc8, 0xd1, 0xb4, 0xc1, 0xa8, 0xd1, 0xe6, + 0x68, 0xda, 0xd0, 0xea, 0x0b, 0x60, 0xa3, 0x2f, 0xa8, 0x83, 0x6c, 0xbc, 0x59, 0xfa, 0xab, 0xa2, + 0x60, 0x5a, 0xc1, 0xaa, 0xbe, 0xa7, 0x55, 0x7d, 0x27, 0xb7, 0xb5, 0x7d, 0xcc, 0x62, 0x33, 0xe8, + 0xeb, 0x93, 0x3b, 0xad, 0x93, 0x7f, 0x42, 0x7a, 0xa3, 0x10, 0xb7, 0x69, 0xec, 0xfe, 0x46, 0x79, + 0x95, 0xe2, 0x44, 0xe4, 0x41, 0xb5, 0xcb, 0x2f, 0x00, 0x6a, 0x9c, 0x72, 0x6b, 0x54, 0x5f, 0x67, + 0x7d, 0xf6, 0x3e, 0x18, 0x8b, 0xb5, 0xcd, 0xf7, 0x59, 0x19, 0xc1, 0xe6, 0xa2, 0xbb, 0x37, 0x2e, + 0x2a, 0x83, 0xb8, 0xf4, 0xb4, 0x5e, 0xed, 0x69, 0xfe, 0x6f, 0x60, 0x58, 0xbe, 0x71, 0xd3, 0x5b, + 0x6e, 0x44, 0x48, 0xe7, 0xfb, 0x23, 0xa4, 0xbb, 0x11, 0x21, 0x37, 0x9c, 0xbf, 0x77, 0xc3, 0xf9, + 0xfd, 0x3f, 0x3a, 0xd4, 0xf1, 0xec, 0xab, 0x75, 0x3d, 0x6a, 0x38, 0xcd, 0x51, 0xe3, 0xb6, 0x0a, + 0x51, 0xce, 0x16, 0x76, 0xae, 0x29, 0x67, 0x8b, 0xcb, 0x42, 0x9b, 0xb7, 0x8d, 0x02, 0x5a, 0x23, + 0x56, 0x24, 0x71, 0xd9, 0x09, 0xd2, 0x1a, 0x6f, 0x31, 0x05, 0xcf, 0x38, 0xa4, 0x21, 0x6c, 0x0e, + 0xe3, 0x85, 0xcc, 0xad, 0xa8, 0xc6, 0x37, 0x27, 0x16, 0x6c, 0x07, 0xea, 0xa8, 0xa1, 0xbe, 0xdf, + 0x39, 0x70, 0xe7, 0x70, 0x79, 0x70, 0x8e, 0xa7, 0xfc, 0x42, 0x68, 0xcd, 0xd7, 0x82, 0x7d, 0x8e, + 0x2d, 0x32, 0xba, 0x04, 0x3e, 0x64, 0xb6, 0xf7, 0x41, 0xb3, 0xc8, 0x2c, 0xa5, 0x30, 0x9b, 0xa3, + 0xc0, 0x6c, 0xb2, 0x5a, 0xef, 0x54, 0x5a, 0x7f, 0x02, 0x03, 0xbe, 0xca, 0xe3, 0x34, 0xa1, 0xe7, + 0xcd, 0xf6, 0x58, 0xa3, 0x2d, 0x5a, 0xee, 0x13, 0x27, 0xb0, 0x3b, 0x28, 0xb8, 0x92, 0xb3, 0xd4, + 0x2a, 0x96, 0xd6, 0xfe, 0xbf, 0x1d, 0x98, 0x9a, 0xb2, 0xf8, 0xae, 0xa2, 0xfb, 0xbd, 0x1d, 0xdb, + 0x2d, 0x33, 0x23, 0xf3, 0x60, 0x68, 0xd3, 0x69, 0x99, 0x03, 0x2c, 0x89, 0x8d, 0x57, 0xae, 0xe2, + 0xf5, 0x5a, 0xa8, 0x50, 0xc6, 0x49, 0x59, 0x1a, 0xc6, 0x16, 0xfb, 0x2a, 0x4e, 0x04, 0xfb, 0x14, + 0x66, 0x51, 0xac, 0x04, 0x09, 0x6c, 0x36, 0x19, 0xcd, 0x4f, 0x2b, 0x94, 0xb6, 0x95, 0x36, 0x1d, + 0x36, 0x6c, 0x7a, 0xa3, 0xb2, 0x18, 0xcd, 0xb7, 0x2b, 0xcb, 0x1f, 0x1c, 0x98, 0xbe, 0x8e, 0x23, + 0x91, 0xe6, 0x3c, 0x13, 0xd4, 0x8b, 0x3f, 0x80, 0x91, 0xd0, 0x87, 0x3c, 0xe7, 0x55, 0xf8, 0x54, + 0x34, 0xf2, 0xca, 0xa7, 0xde, 0x78, 0x7a, 0x1d, 0xe3, 0xed, 0x5e, 0x15, 0xa3, 0xee, 0x72, 0xbd, + 0x30, 0xa5, 0xa5, 0x1b, 0x18, 0x02, 0x77, 0x53, 0x50, 0x9a, 0x04, 0xe8, 0x06, 0x96, 0xaa, 0x1e, + 0x32, 0xa8, 0x07, 0x5f, 0xff, 0x3f, 0x1d, 0x18, 0x1f, 0xa4, 0x97, 0x38, 0x98, 0x53, 0x0f, 0x41, + 0xd3, 0xcf, 0x52, 0x0a, 0xfc, 0xb7, 0x43, 0xff, 0xae, 0x68, 0xf6, 0x04, 0xe6, 0x2b, 0xb3, 0xf5, + 0xf4, 0x5c, 0x09, 0x7d, 0x9e, 0x4a, 0x23, 0x69, 0x27, 0xb8, 0x81, 0xb3, 0x1d, 0x18, 0x9f, 0xf1, + 0x95, 0x78, 0x21, 0x78, 0x5e, 0x28, 0x63, 0xb3, 0x49, 0xd0, 0x84, 0x50, 0x76, 0x33, 0xae, 0xf5, + 0xe8, 0x1a, 0x43, 0xe0, 0x70, 0x9d, 0x2b, 0x21, 0x5e, 0xa6, 0x91, 0x28, 0xc5, 0xaf, 0x01, 0x7a, + 0x01, 0x5f, 0x62, 0x41, 0xec, 0x92, 0x29, 0xf8, 0x52, 0xb3, 0x6d, 0x68, 0xf4, 0x0c, 0xde, 0x90, + 0x38, 0xcd, 0x2e, 0x62, 0x1b, 0x40, 0x0b, 0xae, 0x56, 0xe7, 0xa7, 0x26, 0x7f, 0x13, 0xbf, 0x46, + 0x90, 0x1f, 0x27, 0x59, 0x61, 0x22, 0xa9, 0x4c, 0xdf, 0x35, 0x82, 0xfc, 0x55, 0x2a, 0xa5, 0x71, + 0x08, 0x9b, 0xbf, 0x1b, 0x08, 0x69, 0x3b, 0x2d, 0xd4, 0xaa, 0xca, 0xe0, 0x86, 0x62, 0x8f, 0x61, + 0xca, 0x13, 0x2e, 0xaf, 0xcb, 0xf1, 0xd6, 0x56, 0xc2, 0x36, 0xe8, 0xff, 0x1a, 0x66, 0x27, 0xd1, + 0x85, 0xb5, 0xc0, 0x11, 0x5f, 0x9d, 0xdf, 0x88, 0x09, 0x0f, 0xbb, 0xba, 0xa5, 0x14, 0x55, 0x44, + 0x94, 0x24, 0xf3, 0x61, 0x62, 0xf5, 0x7e, 0xb2, 0x4a, 0xad, 0x92, 0x3b, 0x41, 0x0b, 0xf3, 0x03, + 0x98, 0xd7, 0xe7, 0x07, 0x42, 0x17, 0x32, 0x67, 0x3f, 0x83, 0xe9, 0xaa, 0x09, 0x90, 0xa1, 0xc7, + 0x7b, 0x5e, 0x2b, 0x3b, 0x37, 0x44, 0x0a, 0xda, 0xdb, 0xfd, 0xdf, 0x76, 0xc1, 0x3d, 0xba, 0x12, + 0x49, 0x7e, 0x5c, 0xe8, 0xf3, 0xf7, 0x6a, 0x9c, 0x1f, 0xda, 0x86, 0xde, 0x34, 0xe5, 0xc6, 0x87, + 0xa9, 0x77, 0x3f, 0xa1, 0xc6, 0xfc, 0x23, 0xa0, 0xb9, 0x20, 0xc4, 0xee, 0xdc, 0x86, 0x31, 0xd2, + 0x47, 0x09, 0x35, 0x61, 0xb1, 0x0e, 0x35, 0xcf, 0x63, 0x7d, 0x76, 0x1d, 0x72, 0x29, 0x29, 0x90, + 0x47, 0xc1, 0x24, 0xd6, 0x27, 0x06, 0xdc, 0x97, 0x12, 0xf3, 0x06, 0x35, 0x25, 0xd4, 0x68, 0x0e, + 0xec, 0x37, 0x8d, 0x42, 0x0a, 0xea, 0x33, 0xeb, 0x42, 0x38, 0x6c, 0x15, 0xc2, 0x8f, 0xc1, 0x35, + 0x63, 0x4f, 0xdd, 0x22, 0x8d, 0x68, 0xe6, 0xc1, 0x00, 0xff, 0x04, 0xc6, 0xc4, 0xb4, 0x63, 0x9b, + 0x5b, 0x8f, 0x44, 0x76, 0x6a, 0xfb, 0x31, 0x8c, 0xe2, 0x2c, 0xcc, 0x52, 0x95, 0x6b, 0x0f, 0x36, + 0xcb, 0x28, 0x2a, 0x66, 0x91, 0x1d, 0xa7, 0x2a, 0x0f, 0x86, 0x31, 0xfd, 0x6a, 0xf6, 0x29, 0xf4, + 0x0a, 0x25, 0xb5, 0x37, 0xde, 0x2c, 0x85, 0xb8, 0xf9, 0x95, 0x92, 0x01, 0xb1, 0xd9, 0x17, 0x65, + 0xc9, 0x9c, 0x6c, 0xce, 0x01, 0x95, 0xca, 0x1b, 0x85, 0xd3, 0xff, 0xce, 0x81, 0x69, 0x8b, 0x71, + 0xc3, 0x1e, 0xa8, 0xfb, 0x34, 0x8b, 0x57, 0xcd, 0xc9, 0xdc, 0x25, 0x84, 0x1e, 0x8a, 0x43, 0x1a, + 0xb1, 0xb9, 0x5a, 0x57, 0x43, 0x1a, 0x02, 0x58, 0xf8, 0x9a, 0x35, 0xb4, 0xf7, 0x43, 0x5d, 0x66, + 0xff, 0x96, 0x2e, 0x93, 0x3e, 0x18, 0x49, 0x61, 0x4b, 0xd7, 0xc0, 0x4e, 0xc7, 0x85, 0x14, 0x26, + 0xb6, 0x7c, 0x98, 0x0a, 0x14, 0x3e, 0xcc, 0x0a, 0x7d, 0x1e, 0xda, 0x2f, 0x6d, 0x6e, 0x30, 0x16, + 0xe5, 0x8b, 0x16, 0x91, 0xff, 0x0a, 0xa0, 0x56, 0x27, 0x8a, 0x5b, 0x7e, 0x43, 0xca, 0xca, 0x14, + 0x6a, 0x80, 0x45, 0xfd, 0xed, 0xac, 0xd3, 0xf8, 0x76, 0xf6, 0xae, 0x29, 0xe6, 0x19, 0x0c, 0xad, + 0xe2, 0xcb, 0xa6, 0xcf, 0xa9, 0x9b, 0xbe, 0x77, 0xf4, 0x4e, 0xfe, 0xdf, 0x1d, 0xb8, 0x77, 0xa4, + 0x8f, 0x85, 0xd2, 0x69, 0x72, 0xc0, 0x57, 0xe7, 0xb6, 0x62, 0xb2, 0xcf, 0x6d, 0x66, 0x35, 0x65, + 0xb5, 0x11, 0x48, 0x47, 0xba, 0xb1, 0x2d, 0xb2, 0xc5, 0xe3, 0x23, 0x9b, 0x63, 0x4d, 0x91, 0xeb, + 0x56, 0x21, 0x6d, 0xa6, 0x89, 0x8c, 0x4e, 0x6f, 0x4c, 0x13, 0x06, 0x58, 0x50, 0x26, 0x38, 0xb3, + 0xf9, 0xd4, 0x46, 0x89, 0x25, 0x1b, 0x95, 0xb9, 0xff, 0x83, 0x95, 0xb9, 0xfd, 0xb1, 0xa9, 0x5f, + 0xbe, 0xed, 0xc9, 0x9f, 0x1d, 0x98, 0x34, 0xbb, 0x00, 0x36, 0x81, 0xd1, 0x69, 0x68, 0xea, 0xf5, + 0x7c, 0x8b, 0xcd, 0x61, 0x52, 0x52, 0xd8, 0x7d, 0xce, 0x1d, 0x76, 0x1f, 0xe6, 0x4d, 0x04, 0xcb, + 0xc7, 0xbc, 0xc3, 0x00, 0x06, 0xa7, 0x21, 0xed, 0xe8, 0xb2, 0x29, 0xb8, 0x66, 0x7d, 0x12, 0x5d, + 0xcc, 0x7b, 0xec, 0x2e, 0x4c, 0x2b, 0x12, 0x5d, 0x75, 0xde, 0x67, 0x2e, 0xf4, 0x4f, 0x43, 0xe4, + 0x0e, 0xd8, 0x3d, 0xb8, 0x53, 0x1e, 0x67, 0xdb, 0x83, 0xf9, 0x90, 0xcd, 0x00, 0x4e, 0xc3, 0x53, + 0xfb, 0xcd, 0x60, 0x3e, 0x32, 0x32, 0x99, 0xe4, 0x39, 0x77, 0x8d, 0x4c, 0xc7, 0xa9, 0x94, 0x07, + 0x69, 0x72, 0x16, 0xaf, 0xe7, 0xf0, 0xe4, 0x29, 0x8c, 0xca, 0x07, 0xa3, 0x24, 0x8b, 0x44, 0x0b, + 0x95, 0xcf, 0xb7, 0x70, 0xfd, 0x8a, 0x3a, 0xf2, 0xb9, 0x83, 0xeb, 0x43, 0x21, 0x45, 0x2e, 0xe6, + 0x9d, 0x27, 0xcf, 0x61, 0xd6, 0x36, 0x91, 0x91, 0xf9, 0x70, 0x49, 0x9a, 0x98, 0x6f, 0x19, 0xa9, + 0x2c, 0x69, 0xec, 0x3e, 0x77, 0xbe, 0xf4, 0xfe, 0xf2, 0x66, 0xdb, 0xf9, 0xf6, 0xcd, 0xb6, 0xf3, + 0x8f, 0x37, 0xdb, 0xce, 0xef, 0xdf, 0x6e, 0x6f, 0x7d, 0xfb, 0x76, 0x7b, 0xeb, 0x6f, 0x6f, 0xb7, + 0xb7, 0x96, 0x03, 0xd2, 0xfb, 0xb3, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x12, 0xc7, 0xc1, 0xcb, + 0x3a, 0x17, 0x00, 0x00, } func (m *Area) Marshal() (dAtA []byte, err error) { @@ -4101,8 +4110,14 @@ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Range))) i += copy(dAtA[i:], m.Range) } + if len(m.DefaultValue) > 0 { + dAtA[i] = 0x3a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.DefaultValue))) + i += copy(dAtA[i:], m.DefaultValue) + } if m.Sort != 0 { - dAtA[i] = 0x38 + dAtA[i] = 0x40 i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.Sort)) } @@ -5438,6 +5453,10 @@ n += 1 + l + sovProtomsg(uint64(l)) } l = len(m.Range) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.DefaultValue) if l > 0 { n += 1 + l + sovProtomsg(uint64(l)) } @@ -10192,6 +10211,38 @@ m.Range = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 7: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field DefaultValue", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + 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 ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.DefaultValue = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 8: if wireType != 0 { return fmt.Errorf("proto: wrong wireType = %d for field Sort", wireType) } diff --git a/protomsg.proto b/protomsg.proto index cc5acd6..caa2b19 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -192,7 +192,8 @@ bool must = 4;//鍙傛暟鏄惁蹇呭~ string unit = 5;//鍗曚綅 string range = 6;//鍙傛暟鐨勮寖鍥� - int32 sort = 7;//鍙傛暟鎺掑簭 + string default_value = 7;//鍙傛暟榛樿鍊� + int32 sort = 8;//鍙傛暟鎺掑簭 } //TableChanged enum -- Gitblit v1.8.0