From efc9f6931df7c351c46795e54538ee68f0e89b7f Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期五, 24 五月 2019 11:14:38 +0800
Subject: [PATCH] update facepos;
---
protomsg.pb.go | 655 ++++++++++++++++++++++++++++++++++++++++------------------
1 files changed, 447 insertions(+), 208 deletions(-)
diff --git a/protomsg.pb.go b/protomsg.pb.go
index 55c9c2e..4aead0e 100644
--- a/protomsg.pb.go
+++ b/protomsg.pb.go
@@ -82,6 +82,7 @@
return 0
}
+//SdkMessage struct test
type SdkMessage struct {
Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
Tasklab *TaskLabel `protobuf:"bytes,2,opt,name=tasklab,proto3" json:"tasklab,omitempty"`
@@ -413,6 +414,59 @@
return ""
}
+//鎽勫儚鏈虹殑浠诲姟淇℃伅
+type CameraAndTaskInfo struct {
+ Camera *Camera `protobuf:"bytes,1,opt,name=camera,proto3" json:"camera,omitempty"`
+ Tasks []*Task `protobuf:"bytes,2,rep,name=tasks,proto3" json:"tasks,omitempty"`
+}
+
+func (m *CameraAndTaskInfo) Reset() { *m = CameraAndTaskInfo{} }
+func (m *CameraAndTaskInfo) String() string { return proto.CompactTextString(m) }
+func (*CameraAndTaskInfo) ProtoMessage() {}
+func (*CameraAndTaskInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_32de24555f916688, []int{5}
+}
+func (m *CameraAndTaskInfo) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *CameraAndTaskInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_CameraAndTaskInfo.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *CameraAndTaskInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CameraAndTaskInfo.Merge(m, src)
+}
+func (m *CameraAndTaskInfo) XXX_Size() int {
+ return m.Size()
+}
+func (m *CameraAndTaskInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CameraAndTaskInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CameraAndTaskInfo proto.InternalMessageInfo
+
+func (m *CameraAndTaskInfo) GetCamera() *Camera {
+ if m != nil {
+ return m.Camera
+ }
+ return nil
+}
+
+func (m *CameraAndTaskInfo) GetTasks() []*Task {
+ if m != nil {
+ return m.Tasks
+ }
+ return nil
+}
+
//Task缁撴瀯浣�
type Task struct {
Taskid string `protobuf:"bytes,1,opt,name=taskid,proto3" json:"taskid,omitempty"`
@@ -429,7 +483,7 @@
func (m *Task) String() string { return proto.CompactTextString(m) }
func (*Task) ProtoMessage() {}
func (*Task) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{5}
+ return fileDescriptor_32de24555f916688, []int{6}
}
func (m *Task) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -523,7 +577,7 @@
func (m *TaskSdkInfo) String() string { return proto.CompactTextString(m) }
func (*TaskSdkInfo) ProtoMessage() {}
func (*TaskSdkInfo) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{6}
+ return fileDescriptor_32de24555f916688, []int{7}
}
func (m *TaskSdkInfo) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -586,7 +640,7 @@
func (m *CameraTask) String() string { return proto.CompactTextString(m) }
func (*CameraTask) ProtoMessage() {}
func (*CameraTask) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{7}
+ return fileDescriptor_32de24555f916688, []int{8}
}
func (m *CameraTask) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -709,7 +763,7 @@
func (m *DayCtl) String() string { return proto.CompactTextString(m) }
func (*DayCtl) ProtoMessage() {}
func (*DayCtl) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{8}
+ return fileDescriptor_32de24555f916688, []int{9}
}
func (m *DayCtl) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -762,7 +816,7 @@
func (m *TimeRange) String() string { return proto.CompactTextString(m) }
func (*TimeRange) ProtoMessage() {}
func (*TimeRange) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{9}
+ return fileDescriptor_32de24555f916688, []int{10}
}
func (m *TimeRange) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -816,7 +870,7 @@
func (m *Polygon) String() string { return proto.CompactTextString(m) }
func (*Polygon) ProtoMessage() {}
func (*Polygon) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{10}
+ return fileDescriptor_32de24555f916688, []int{11}
}
func (m *Polygon) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -885,7 +939,7 @@
func (m *CameraTaskArgs) String() string { return proto.CompactTextString(m) }
func (*CameraTaskArgs) ProtoMessage() {}
func (*CameraTaskArgs) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{11}
+ return fileDescriptor_32de24555f916688, []int{12}
}
func (m *CameraTaskArgs) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -1017,7 +1071,7 @@
func (m *Sdk) String() string { return proto.CompactTextString(m) }
func (*Sdk) ProtoMessage() {}
func (*Sdk) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{12}
+ return fileDescriptor_32de24555f916688, []int{13}
}
func (m *Sdk) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -1137,7 +1191,7 @@
func (m *SdkArg) String() string { return proto.CompactTextString(m) }
func (*SdkArg) ProtoMessage() {}
func (*SdkArg) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{13}
+ return fileDescriptor_32de24555f916688, []int{14}
}
func (m *SdkArg) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -1218,7 +1272,7 @@
func (m *Point) String() string { return proto.CompactTextString(m) }
func (*Point) ProtoMessage() {}
func (*Point) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{14}
+ return fileDescriptor_32de24555f916688, []int{15}
}
func (m *Point) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -1272,7 +1326,7 @@
func (m *Rect) String() string { return proto.CompactTextString(m) }
func (*Rect) ProtoMessage() {}
func (*Rect) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{15}
+ return fileDescriptor_32de24555f916688, []int{16}
}
func (m *Rect) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -1340,7 +1394,7 @@
func (m *FaceAngle) String() string { return proto.CompactTextString(m) }
func (*FaceAngle) ProtoMessage() {}
func (*FaceAngle) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{16}
+ return fileDescriptor_32de24555f916688, []int{17}
}
func (m *FaceAngle) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -1409,7 +1463,7 @@
func (m *ThftResult) String() string { return proto.CompactTextString(m) }
func (*ThftResult) ProtoMessage() {}
func (*ThftResult) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{17}
+ return fileDescriptor_32de24555f916688, []int{18}
}
func (m *ThftResult) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -1488,7 +1542,7 @@
func (m *FacePos) String() string { return proto.CompactTextString(m) }
func (*FacePos) ProtoMessage() {}
func (*FacePos) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{18}
+ return fileDescriptor_32de24555f916688, []int{19}
}
func (m *FacePos) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -1589,7 +1643,7 @@
func (m *FaceInfo) String() string { return proto.CompactTextString(m) }
func (*FaceInfo) ProtoMessage() {}
func (*FaceInfo) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{19}
+ return fileDescriptor_32de24555f916688, []int{20}
}
func (m *FaceInfo) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -1691,7 +1745,7 @@
func (m *ObjInfo) String() string { return proto.CompactTextString(m) }
func (*ObjInfo) ProtoMessage() {}
func (*ObjInfo) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{20}
+ return fileDescriptor_32de24555f916688, []int{21}
}
func (m *ObjInfo) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -1742,23 +1796,23 @@
}
// sdk face property
-type ParamFaceProperty struct {
+type ParamFacePos struct {
Pos *FacePos `protobuf:"bytes,1,opt,name=pos,proto3" json:"pos,omitempty"`
Img *Image `protobuf:"bytes,2,opt,name=img,proto3" json:"img,omitempty"`
}
-func (m *ParamFaceProperty) Reset() { *m = ParamFaceProperty{} }
-func (m *ParamFaceProperty) String() string { return proto.CompactTextString(m) }
-func (*ParamFaceProperty) ProtoMessage() {}
-func (*ParamFaceProperty) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{21}
+func (m *ParamFacePos) Reset() { *m = ParamFacePos{} }
+func (m *ParamFacePos) String() string { return proto.CompactTextString(m) }
+func (*ParamFacePos) ProtoMessage() {}
+func (*ParamFacePos) Descriptor() ([]byte, []int) {
+ return fileDescriptor_32de24555f916688, []int{22}
}
-func (m *ParamFaceProperty) XXX_Unmarshal(b []byte) error {
+func (m *ParamFacePos) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
-func (m *ParamFaceProperty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+func (m *ParamFacePos) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
- return xxx_messageInfo_ParamFaceProperty.Marshal(b, m, deterministic)
+ return xxx_messageInfo_ParamFacePos.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
@@ -1768,26 +1822,26 @@
return b[:n], nil
}
}
-func (m *ParamFaceProperty) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ParamFaceProperty.Merge(m, src)
+func (m *ParamFacePos) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_ParamFacePos.Merge(m, src)
}
-func (m *ParamFaceProperty) XXX_Size() int {
+func (m *ParamFacePos) XXX_Size() int {
return m.Size()
}
-func (m *ParamFaceProperty) XXX_DiscardUnknown() {
- xxx_messageInfo_ParamFaceProperty.DiscardUnknown(m)
+func (m *ParamFacePos) XXX_DiscardUnknown() {
+ xxx_messageInfo_ParamFacePos.DiscardUnknown(m)
}
-var xxx_messageInfo_ParamFaceProperty proto.InternalMessageInfo
+var xxx_messageInfo_ParamFacePos proto.InternalMessageInfo
-func (m *ParamFaceProperty) GetPos() *FacePos {
+func (m *ParamFacePos) GetPos() *FacePos {
if m != nil {
return m.Pos
}
return nil
}
-func (m *ParamFaceProperty) GetImg() *Image {
+func (m *ParamFacePos) GetImg() *Image {
if m != nil {
return m.Img
}
@@ -1804,7 +1858,7 @@
func (m *ParamFaceCompare) String() string { return proto.CompactTextString(m) }
func (*ParamFaceCompare) ProtoMessage() {}
func (*ParamFaceCompare) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{22}
+ return fileDescriptor_32de24555f916688, []int{23}
}
func (m *ParamFaceCompare) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -1853,6 +1907,7 @@
proto.RegisterType((*Image)(nil), "protomsg.Image")
proto.RegisterType((*Area)(nil), "protomsg.Area")
proto.RegisterType((*Camera)(nil), "protomsg.Camera")
+ proto.RegisterType((*CameraAndTaskInfo)(nil), "protomsg.CameraAndTaskInfo")
proto.RegisterType((*Task)(nil), "protomsg.Task")
proto.RegisterType((*TaskSdkInfo)(nil), "protomsg.TaskSdkInfo")
proto.RegisterType((*CameraTask)(nil), "protomsg.CameraTask")
@@ -1869,110 +1924,112 @@
proto.RegisterType((*FacePos)(nil), "protomsg.FacePos")
proto.RegisterType((*FaceInfo)(nil), "protomsg.FaceInfo")
proto.RegisterType((*ObjInfo)(nil), "protomsg.ObjInfo")
- proto.RegisterType((*ParamFaceProperty)(nil), "protomsg.ParamFaceProperty")
+ proto.RegisterType((*ParamFacePos)(nil), "protomsg.ParamFacePos")
proto.RegisterType((*ParamFaceCompare)(nil), "protomsg.ParamFaceCompare")
}
func init() { proto.RegisterFile("protomsg.proto", fileDescriptor_32de24555f916688) }
var fileDescriptor_32de24555f916688 = []byte{
- // 1535 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x57, 0xcd, 0x6e, 0xdc, 0x46,
- 0x12, 0xf6, 0xfc, 0x0f, 0x6b, 0x46, 0x5a, 0x9b, 0xeb, 0xdd, 0xa5, 0xbd, 0xbb, 0x5a, 0x99, 0x16,
- 0x76, 0xb5, 0x58, 0xac, 0x83, 0xc8, 0xf7, 0x00, 0xb2, 0x15, 0x05, 0x03, 0xd8, 0xb2, 0xd2, 0x52,
- 0x1c, 0x20, 0x39, 0x0c, 0x7a, 0xd8, 0x3d, 0x1c, 0x7a, 0x38, 0x24, 0xd3, 0xdd, 0x63, 0x89, 0xf7,
- 0x3c, 0x40, 0xde, 0x23, 0x2f, 0xe2, 0x43, 0x0e, 0x3e, 0xe6, 0x96, 0xc0, 0x46, 0x2e, 0x79, 0x81,
- 0x5c, 0x83, 0xaa, 0x6e, 0x72, 0x66, 0x2c, 0x19, 0x08, 0x90, 0x6b, 0x6e, 0xf5, 0xc7, 0xea, 0xaa,
- 0xaf, 0x7e, 0xba, 0x09, 0xdb, 0x85, 0xca, 0x4d, 0xbe, 0xd0, 0xf1, 0x03, 0x22, 0xfc, 0x7e, 0xc5,
- 0x87, 0x9f, 0x82, 0x77, 0xce, 0xf5, 0xfc, 0x09, 0x9f, 0xc8, 0xd4, 0xff, 0x2b, 0x74, 0x0d, 0xd7,
- 0xf3, 0x44, 0x04, 0x8d, 0xdd, 0xc6, 0xbe, 0xc7, 0x1c, 0x87, 0x72, 0x2d, 0xe6, 0x89, 0xd0, 0x41,
- 0x73, 0xb7, 0x85, 0x72, 0xcb, 0xf9, 0xb7, 0xa1, 0x93, 0x64, 0x42, 0x5e, 0x06, 0xad, 0xdd, 0xc6,
- 0x7e, 0x87, 0x59, 0x26, 0xe4, 0x00, 0x67, 0x62, 0xfe, 0x54, 0x6a, 0xcd, 0x63, 0xe9, 0xdf, 0x84,
- 0x56, 0x54, 0x3b, 0x44, 0xd2, 0xff, 0x3f, 0xf4, 0xd0, 0x6f, 0xca, 0x27, 0x41, 0x73, 0xb7, 0xb1,
- 0x3f, 0x38, 0xf8, 0xf3, 0x83, 0x3a, 0xbc, 0x3a, 0x16, 0x56, 0xd9, 0xf8, 0x3e, 0xb4, 0x05, 0x37,
- 0x9c, 0xce, 0x18, 0x32, 0xa2, 0xc3, 0x11, 0x74, 0x46, 0x0b, 0xf4, 0x7e, 0x1b, 0x3a, 0x17, 0x89,
- 0x30, 0x33, 0xf2, 0xdf, 0x61, 0x96, 0xc1, 0x78, 0x67, 0x32, 0x89, 0x67, 0x86, 0x0e, 0xe8, 0x30,
- 0xc7, 0x5d, 0xeb, 0xea, 0x18, 0xda, 0x87, 0x4a, 0x72, 0x7f, 0x1b, 0x9a, 0x2e, 0xcc, 0x0e, 0x6b,
- 0x26, 0xc2, 0xbf, 0x0b, 0xfd, 0x82, 0x2b, 0x99, 0x99, 0x44, 0x38, 0x2f, 0x35, 0x8f, 0x7e, 0x32,
- 0xbe, 0x90, 0xe4, 0xc7, 0x63, 0x44, 0x87, 0xaf, 0x9a, 0xd0, 0x7d, 0xcc, 0x17, 0x52, 0xad, 0xbb,
- 0xf2, 0xc8, 0x55, 0x65, 0xde, 0x5c, 0x99, 0xa3, 0xcc, 0x94, 0x85, 0x74, 0xc8, 0x11, 0x8d, 0x32,
- 0x2e, 0x84, 0x0a, 0xda, 0xd6, 0x0e, 0x69, 0x4c, 0x85, 0x2b, 0xc9, 0x13, 0x11, 0x74, 0x6c, 0x2a,
- 0x96, 0xf3, 0xff, 0x01, 0x5e, 0x9a, 0x67, 0x71, 0x62, 0x96, 0x42, 0x06, 0xdd, 0xdd, 0xc6, 0x7e,
- 0x93, 0xad, 0x04, 0x18, 0x7c, 0xca, 0x8d, 0x55, 0xf6, 0x48, 0x59, 0xf3, 0x78, 0x8a, 0x32, 0xba,
- 0x08, 0xfa, 0xf6, 0x14, 0xa4, 0x29, 0xe2, 0x22, 0xf0, 0x5c, 0xc4, 0x05, 0xda, 0x14, 0xb9, 0x32,
- 0x01, 0xd8, 0xe8, 0x90, 0x46, 0x9f, 0x4b, 0x2d, 0x15, 0x65, 0x32, 0x20, 0xcb, 0x9a, 0xb7, 0x60,
- 0x69, 0x7d, 0x91, 0x2b, 0x11, 0x0c, 0xad, 0xae, 0xe2, 0xb1, 0x44, 0x13, 0xc5, 0x33, 0x11, 0x6c,
- 0x91, 0xc2, 0x32, 0xf8, 0x85, 0x92, 0x5a, 0xaa, 0x97, 0x52, 0x04, 0xdb, 0xf6, 0x8b, 0x8a, 0x0f,
- 0x7f, 0x68, 0x40, 0x1b, 0x1b, 0xe1, 0xbd, 0xfd, 0x78, 0x17, 0xfa, 0x48, 0xad, 0x81, 0x5a, 0xf3,
- 0xfe, 0xdf, 0xc1, 0x8b, 0x94, 0xe4, 0x46, 0x8e, 0xb9, 0x71, 0x05, 0xea, 0x5b, 0xc1, 0xa1, 0x59,
- 0x53, 0x4e, 0x4a, 0x07, 0xb3, 0x53, 0x3e, 0x2a, 0x51, 0xb9, 0x2c, 0x84, 0xfb, 0xb2, 0xe3, 0x32,
- 0x24, 0xc1, 0xa1, 0xc1, 0x50, 0x64, 0xc6, 0x27, 0xa9, 0x05, 0xbb, 0xcf, 0x1c, 0xe7, 0xdf, 0x81,
- 0x7e, 0xa2, 0xc7, 0x3c, 0xe5, 0x6a, 0x41, 0x48, 0xf7, 0x59, 0x2f, 0xd1, 0x87, 0xc8, 0xa2, 0x4a,
- 0xc8, 0x74, 0x3c, 0x4d, 0x79, 0x4c, 0x60, 0xf7, 0x59, 0x4f, 0xc8, 0xf4, 0x38, 0xe5, 0x71, 0x78,
- 0x0e, 0x03, 0x4c, 0xf0, 0x4c, 0xcc, 0x47, 0xd9, 0x34, 0xf7, 0x43, 0x68, 0x63, 0xfc, 0x94, 0xe5,
- 0xe0, 0x60, 0x7b, 0x73, 0x1c, 0x18, 0xe9, 0xfc, 0x7b, 0xd0, 0xd6, 0x62, 0x6e, 0x27, 0x70, 0x70,
- 0xb0, 0xb5, 0xb2, 0x39, 0x13, 0x73, 0x46, 0xaa, 0xf0, 0xe7, 0x26, 0x80, 0x6d, 0x41, 0x42, 0xef,
- 0xdd, 0x36, 0xfc, 0x27, 0x40, 0x44, 0xda, 0xb1, 0x9d, 0x64, 0x94, 0x7b, 0x56, 0x32, 0x12, 0xda,
- 0xff, 0x9b, 0x1d, 0xcb, 0x71, 0x22, 0x1c, 0x6c, 0x84, 0xf6, 0x08, 0xe7, 0xd5, 0x33, 0xc9, 0x42,
- 0x8e, 0xd5, 0x32, 0x95, 0x41, 0x9b, 0x8e, 0xbf, 0xb9, 0x3a, 0xfe, 0x88, 0x97, 0x8f, 0x4d, 0xca,
- 0xfa, 0x68, 0xc2, 0x96, 0xa9, 0xc4, 0x63, 0x94, 0xe4, 0x91, 0xb1, 0xf6, 0x16, 0x47, 0x8f, 0x24,
- 0xa4, 0xbe, 0x07, 0x43, 0xab, 0x16, 0xf2, 0x65, 0x12, 0x59, 0x38, 0x3d, 0x36, 0x20, 0xd9, 0x11,
- 0x89, 0x36, 0x80, 0xeb, 0x6d, 0x00, 0xe7, 0xff, 0x0b, 0x06, 0xae, 0x46, 0x6b, 0xb0, 0x82, 0x15,
- 0x91, 0xc1, 0xaa, 0x4e, 0xde, 0x46, 0x9d, 0x7c, 0x68, 0xeb, 0xb5, 0x8e, 0x46, 0x1a, 0x33, 0x4e,
- 0xf4, 0x78, 0xba, 0x4c, 0x53, 0x6a, 0xe8, 0x3e, 0xeb, 0x26, 0xfa, 0x78, 0x99, 0xa6, 0x7e, 0x08,
- 0x5b, 0x69, 0x92, 0xcd, 0xc7, 0xb1, 0xca, 0x97, 0x05, 0x02, 0x62, 0x7b, 0x7a, 0x80, 0xc2, 0x4f,
- 0x50, 0x36, 0x12, 0xe1, 0x09, 0x74, 0x6d, 0xea, 0xb8, 0xe1, 0x04, 0x2f, 0xdd, 0xea, 0x40, 0xd2,
- 0x3f, 0x00, 0xb0, 0x88, 0xf1, 0x2c, 0x96, 0xae, 0x62, 0xeb, 0x4b, 0x0e, 0xa1, 0x42, 0x15, 0x23,
- 0x60, 0x89, 0x0c, 0x1f, 0x82, 0x57, 0xcb, 0x71, 0x66, 0xb4, 0xe1, 0xca, 0xb8, 0xea, 0x59, 0x06,
- 0x0f, 0x92, 0x99, 0x70, 0x95, 0x43, 0x32, 0x7c, 0x0e, 0xbd, 0xd3, 0x3c, 0x2d, 0xe3, 0x3c, 0xfb,
- 0x4d, 0x4b, 0xe7, 0x3f, 0xd0, 0x2d, 0xf2, 0x24, 0x33, 0xda, 0x95, 0xf1, 0x4f, 0xab, 0x98, 0x4e,
- 0x51, 0xce, 0x9c, 0x3a, 0xfc, 0xa5, 0x09, 0xdb, 0xab, 0x4e, 0x3a, 0x54, 0xb1, 0xbe, 0xe2, 0x7f,
- 0x0f, 0xb6, 0x5d, 0x37, 0x55, 0x5d, 0x63, 0x4f, 0x1a, 0x46, 0xf5, 0x77, 0x23, 0x41, 0x03, 0x57,
- 0xf5, 0x5c, 0x3d, 0x8d, 0xae, 0xe5, 0xb0, 0x53, 0x0a, 0x1b, 0x3d, 0x6a, 0xed, 0x38, 0x7a, 0x4e,
- 0x32, 0x12, 0xfe, 0x5f, 0xe8, 0xd6, 0x19, 0xbb, 0xd5, 0x87, 0x28, 0x08, 0x74, 0x19, 0xc2, 0x16,
- 0x8a, 0xb9, 0x8a, 0xc7, 0x3c, 0x4d, 0xb8, 0xae, 0x3a, 0x48, 0x0b, 0x0c, 0xf4, 0x10, 0x45, 0xb8,
- 0x20, 0xf2, 0x42, 0x2a, 0x6e, 0x72, 0x45, 0x1d, 0xe4, 0xb1, 0x9a, 0xf7, 0xef, 0xc3, 0x56, 0x45,
- 0x8f, 0x69, 0x05, 0xdb, 0x45, 0x38, 0xac, 0x84, 0xe7, 0xb8, 0x8a, 0xd7, 0x0e, 0x79, 0xc9, 0xd3,
- 0xa5, 0x74, 0xbb, 0xd1, 0x1d, 0xf2, 0x1c, 0x45, 0xd7, 0xb6, 0xd4, 0x1e, 0x6c, 0x63, 0xdb, 0x8f,
- 0x2f, 0x12, 0x33, 0x1b, 0x67, 0xf2, 0xd2, 0xb8, 0x55, 0x39, 0x44, 0xe9, 0xe7, 0x89, 0x99, 0x9d,
- 0xc8, 0x4b, 0x83, 0x0d, 0xfe, 0x4e, 0x6b, 0xf5, 0x62, 0xd7, 0x56, 0xdf, 0x36, 0xa1, 0x75, 0x26,
- 0xae, 0x0e, 0xef, 0x1d, 0xe8, 0x63, 0x40, 0x14, 0xb0, 0x05, 0xba, 0xa7, 0xc5, 0x9c, 0x62, 0x75,
- 0xaa, 0xb5, 0x1b, 0x09, 0x55, 0x27, 0x58, 0xf0, 0x3d, 0x68, 0x73, 0x15, 0xeb, 0xab, 0x53, 0x7b,
- 0x46, 0x79, 0x30, 0xd2, 0x62, 0x22, 0x49, 0x94, 0x67, 0x0e, 0x66, 0xa2, 0xb1, 0xd7, 0x96, 0x2a,
- 0x75, 0xd8, 0x22, 0x89, 0xa3, 0xe7, 0x76, 0x27, 0x36, 0xad, 0x83, 0x15, 0xac, 0x08, 0x3b, 0x77,
- 0x6d, 0x36, 0xc9, 0xc0, 0xc2, 0xea, 0x66, 0x93, 0x0c, 0x36, 0xb6, 0xaf, 0xf7, 0xce, 0xf6, 0x0d,
- 0xa0, 0x67, 0x47, 0x55, 0x10, 0xa0, 0x1e, 0xab, 0xd8, 0x8d, 0x75, 0x60, 0xd1, 0xac, 0xf7, 0xe8,
- 0xd7, 0x0d, 0xe8, 0xda, 0x54, 0x70, 0x64, 0x6c, 0x3b, 0x58, 0x74, 0x2c, 0x73, 0xdd, 0x4d, 0x5d,
- 0x5f, 0xbd, 0xee, 0x9a, 0xad, 0xae, 0xde, 0xc5, 0x52, 0xdb, 0xb5, 0xdf, 0x67, 0x44, 0xa3, 0x47,
- 0x3b, 0xc0, 0x16, 0x04, 0xcb, 0xd4, 0x55, 0xef, 0xad, 0xaa, 0x1e, 0xde, 0x87, 0x0e, 0xcd, 0x8f,
- 0x3f, 0x84, 0xc6, 0xa5, 0x5b, 0x04, 0x8d, 0x4b, 0xe4, 0x4a, 0xf7, 0x76, 0x68, 0x94, 0xe1, 0x17,
- 0xd0, 0x66, 0x32, 0xa2, 0x47, 0x48, 0x2a, 0xa7, 0xc6, 0x99, 0x11, 0x8d, 0x68, 0x9b, 0xbc, 0x70,
- 0xb6, 0x48, 0xd2, 0xe1, 0xf4, 0x82, 0x71, 0x4f, 0x2b, 0x62, 0x70, 0xbb, 0x4d, 0x72, 0x63, 0xf2,
- 0x05, 0x05, 0xdf, 0x61, 0x8e, 0x0b, 0x63, 0xf0, 0x8e, 0x79, 0x24, 0x0f, 0xb3, 0x38, 0xa5, 0x17,
- 0x57, 0xc9, 0x2f, 0xaa, 0x7d, 0x54, 0xf2, 0x0b, 0x74, 0x56, 0x24, 0x26, 0x9a, 0xb9, 0x03, 0x2c,
- 0x43, 0x0f, 0x81, 0x3c, 0x4d, 0xab, 0x27, 0x08, 0xd2, 0xfe, 0x0e, 0x40, 0x94, 0x67, 0xd3, 0x44,
- 0xc8, 0x2c, 0xb2, 0x08, 0x35, 0xd9, 0x9a, 0x24, 0xbc, 0x04, 0x38, 0x9f, 0x4d, 0x0d, 0x93, 0x7a,
- 0x99, 0x52, 0x38, 0xb1, 0xcc, 0x84, 0x54, 0xee, 0x30, 0xc7, 0x61, 0x04, 0x3c, 0x96, 0x55, 0x3a,
- 0xdc, 0xa2, 0xa6, 0x78, 0x54, 0x3f, 0x77, 0x90, 0xa6, 0x64, 0x24, 0x5f, 0x9a, 0xb2, 0x4e, 0x86,
- 0x38, 0x5a, 0x7e, 0x8b, 0xc4, 0xdd, 0x1d, 0x1d, 0x66, 0x99, 0xf0, 0xbb, 0x26, 0xf4, 0x30, 0xc7,
- 0xd3, 0x5c, 0xfb, 0xff, 0x86, 0xae, 0x8a, 0x90, 0xb9, 0x7a, 0x63, 0x22, 0xc4, 0xcc, 0x69, 0xf1,
- 0xe6, 0x2a, 0xcc, 0x13, 0x39, 0x35, 0x1f, 0x97, 0xd2, 0xbd, 0x35, 0xaf, 0xac, 0xbc, 0x95, 0x85,
- 0xff, 0x01, 0x40, 0x61, 0x18, 0x02, 0x8d, 0xf6, 0xad, 0xeb, 0xed, 0xd7, 0x4c, 0xfc, 0xff, 0x42,
- 0xaf, 0x30, 0x4f, 0xf3, 0xa5, 0x99, 0x51, 0x0a, 0xd7, 0x58, 0x57, 0x7a, 0x5a, 0xbd, 0xe6, 0x24,
- 0xd7, 0x36, 0xab, 0x6b, 0x57, 0x2f, 0xa9, 0xfd, 0xff, 0x41, 0x77, 0x4a, 0x75, 0xa4, 0xb6, 0xdb,
- 0xb8, 0x37, 0xea, 0x12, 0x33, 0x67, 0x82, 0x43, 0xf3, 0xd5, 0x92, 0xa7, 0x89, 0x29, 0x5d, 0x3f,
- 0x56, 0x2c, 0x16, 0x72, 0xca, 0xa3, 0x84, 0xa7, 0x47, 0xf8, 0xe0, 0xed, 0xd3, 0x83, 0x77, 0x4d,
- 0x12, 0xfe, 0xd4, 0x84, 0x3e, 0xfa, 0xa3, 0xf7, 0xc7, 0x1f, 0x78, 0xfe, 0x5e, 0x3c, 0xb1, 0x99,
- 0xa7, 0x08, 0xe7, 0x11, 0x2d, 0xb6, 0x16, 0x73, 0x5c, 0xf8, 0x19, 0xf4, 0x9e, 0x4d, 0x5e, 0x10,
- 0xca, 0x7b, 0xd0, 0x51, 0xd1, 0xb3, 0xc9, 0x8b, 0xf7, 0x80, 0x6c, 0x95, 0xb4, 0x0a, 0xca, 0xd5,
- 0x2a, 0x28, 0xed, 0x63, 0x5c, 0xe5, 0x13, 0x02, 0xb0, 0xc9, 0x88, 0x0e, 0xbf, 0x84, 0x5b, 0xa7,
- 0x5c, 0xf1, 0x05, 0x4d, 0x84, 0xc2, 0xab, 0xcb, 0x94, 0xfe, 0x7d, 0x68, 0x15, 0xb9, 0x76, 0xee,
- 0x6f, 0x6d, 0xe6, 0x79, 0x9a, 0x6b, 0x86, 0x5a, 0xff, 0x1e, 0xb4, 0x92, 0x45, 0x7c, 0xb5, 0x7a,
- 0xf4, 0x3f, 0xc5, 0x50, 0x17, 0x7e, 0x04, 0x37, 0x6b, 0xe7, 0x8f, 0xf3, 0x05, 0xfe, 0xf6, 0xe0,
- 0x50, 0x4e, 0x25, 0x37, 0x1f, 0x92, 0xf7, 0x21, 0xb3, 0x4c, 0x25, 0x3d, 0x20, 0x77, 0x4e, 0x7a,
- 0xf0, 0x28, 0x78, 0xf5, 0x66, 0xa7, 0xf1, 0xfa, 0xcd, 0x4e, 0xe3, 0xc7, 0x37, 0x3b, 0x8d, 0x6f,
- 0xde, 0xee, 0xdc, 0x78, 0xfd, 0x76, 0xe7, 0xc6, 0xf7, 0x6f, 0x77, 0x6e, 0x4c, 0xba, 0x74, 0xdc,
- 0xc3, 0x5f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xe5, 0xc9, 0x09, 0x8f, 0x90, 0x0e, 0x00, 0x00,
+ // 1559 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x57, 0x4f, 0x6f, 0x1b, 0x45,
+ 0x14, 0xaf, 0xff, 0x7b, 0x9f, 0x9d, 0xd0, 0x2e, 0x05, 0xb6, 0x05, 0x42, 0xba, 0x8d, 0x20, 0x08,
+ 0x51, 0x44, 0x7a, 0x47, 0x72, 0x1b, 0x82, 0x2c, 0xb5, 0x69, 0x98, 0x84, 0x22, 0x71, 0xb1, 0xc6,
+ 0x3b, 0xe3, 0xf5, 0x36, 0xeb, 0xdd, 0x65, 0x66, 0xdc, 0xc4, 0x77, 0x3e, 0x00, 0xdf, 0x83, 0x2f,
+ 0xd2, 0x03, 0x87, 0x1e, 0xb9, 0x81, 0x5a, 0x71, 0xe1, 0x0b, 0x70, 0x45, 0xef, 0xcd, 0xec, 0xda,
+ 0x4e, 0x52, 0x09, 0x89, 0x2b, 0xb7, 0xf7, 0x7b, 0xef, 0xf9, 0xcd, 0x9b, 0xdf, 0xfb, 0xb3, 0x63,
+ 0xd8, 0x2c, 0x54, 0x6e, 0xf2, 0x99, 0x8e, 0xef, 0x91, 0xe0, 0x77, 0x4b, 0x1c, 0x7e, 0x0b, 0xde,
+ 0x09, 0xd7, 0xa7, 0x8f, 0xf8, 0x58, 0xa6, 0xfe, 0xbb, 0xd0, 0x36, 0x5c, 0x9f, 0x26, 0x22, 0xa8,
+ 0x6d, 0xd7, 0x76, 0x3d, 0xe6, 0x10, 0xea, 0xb5, 0x38, 0x4d, 0x84, 0x0e, 0xea, 0xdb, 0x0d, 0xd4,
+ 0x5b, 0xe4, 0xdf, 0x84, 0x56, 0x92, 0x09, 0x79, 0x1e, 0x34, 0xb6, 0x6b, 0xbb, 0x2d, 0x66, 0x41,
+ 0xc8, 0x01, 0x8e, 0xc5, 0xe9, 0x63, 0xa9, 0x35, 0x8f, 0xa5, 0x7f, 0x1d, 0x1a, 0x51, 0x15, 0x10,
+ 0x45, 0xff, 0x73, 0xe8, 0x60, 0xdc, 0x94, 0x8f, 0x83, 0xfa, 0x76, 0x6d, 0xb7, 0xb7, 0xf7, 0xf6,
+ 0xbd, 0x2a, 0xbd, 0x2a, 0x17, 0x56, 0xfa, 0xf8, 0x3e, 0x34, 0x05, 0x37, 0x9c, 0xce, 0xe8, 0x33,
+ 0x92, 0xc3, 0x21, 0xb4, 0x86, 0x33, 0x8c, 0x7e, 0x13, 0x5a, 0x67, 0x89, 0x30, 0x53, 0x8a, 0xdf,
+ 0x62, 0x16, 0x60, 0xbe, 0x53, 0x99, 0xc4, 0x53, 0x43, 0x07, 0xb4, 0x98, 0x43, 0x57, 0x86, 0x3a,
+ 0x80, 0xe6, 0x40, 0x49, 0xee, 0x6f, 0x42, 0xdd, 0xa5, 0xd9, 0x62, 0xf5, 0x44, 0xf8, 0xb7, 0xa1,
+ 0x5b, 0x70, 0x25, 0x33, 0x93, 0x08, 0x17, 0xa5, 0xc2, 0x18, 0x27, 0xe3, 0x33, 0x49, 0x71, 0x3c,
+ 0x46, 0x72, 0xf8, 0xa2, 0x0e, 0xed, 0x87, 0x7c, 0x26, 0xd5, 0x6a, 0x28, 0x8f, 0x42, 0x95, 0xee,
+ 0xf5, 0xa5, 0x3b, 0xea, 0xcc, 0xa2, 0x90, 0x8e, 0x39, 0x92, 0x51, 0xc7, 0x85, 0x50, 0x41, 0xd3,
+ 0xfa, 0xa1, 0x8c, 0x57, 0xe1, 0x4a, 0xf2, 0x44, 0x04, 0x2d, 0x7b, 0x15, 0x8b, 0xfc, 0x0f, 0xc0,
+ 0x4b, 0xf3, 0x2c, 0x4e, 0xcc, 0x5c, 0xc8, 0xa0, 0xbd, 0x5d, 0xdb, 0xad, 0xb3, 0xa5, 0x02, 0x93,
+ 0x4f, 0xb9, 0xb1, 0xc6, 0x0e, 0x19, 0x2b, 0x8c, 0xa7, 0x28, 0xa3, 0x8b, 0xa0, 0x6b, 0x4f, 0x41,
+ 0x99, 0x32, 0x2e, 0x02, 0xcf, 0x65, 0x5c, 0xa0, 0x4f, 0x91, 0x2b, 0x13, 0x80, 0xcd, 0x0e, 0x65,
+ 0x8c, 0x39, 0xd7, 0x52, 0xd1, 0x4d, 0x7a, 0xe4, 0x59, 0x61, 0x4b, 0x96, 0xd6, 0x67, 0xb9, 0x12,
+ 0x41, 0xdf, 0xda, 0x4a, 0x8c, 0x25, 0x1a, 0x2b, 0x9e, 0x89, 0x60, 0x83, 0x0c, 0x16, 0xe0, 0x2f,
+ 0x94, 0xd4, 0x52, 0x3d, 0x97, 0x22, 0xd8, 0xb4, 0xbf, 0x28, 0x71, 0x18, 0xc1, 0x0d, 0xcb, 0xe4,
+ 0x20, 0x13, 0xd8, 0x10, 0xc3, 0x6c, 0x92, 0xfb, 0xbb, 0xd0, 0x8e, 0x48, 0x49, 0xc4, 0xf6, 0xf6,
+ 0xae, 0x2f, 0x9b, 0xc6, 0x3a, 0x33, 0x67, 0xf7, 0x77, 0xa0, 0x85, 0xbd, 0x63, 0x9b, 0xb5, 0xb7,
+ 0xb7, 0xb9, 0xde, 0x5d, 0xcc, 0x1a, 0xc3, 0xdf, 0x6b, 0xd0, 0x44, 0xfc, 0xc6, 0xa6, 0xbf, 0x0d,
+ 0x5d, 0x94, 0x56, 0x2a, 0x57, 0x61, 0xff, 0x7d, 0xf0, 0x22, 0x25, 0xb9, 0x91, 0x23, 0x6e, 0x5c,
+ 0x17, 0x74, 0xad, 0x62, 0x60, 0x56, 0x8c, 0xe3, 0x85, 0xab, 0xa5, 0x33, 0x3e, 0x58, 0xa0, 0x71,
+ 0x5e, 0x08, 0xf7, 0xcb, 0x96, 0xa3, 0x91, 0x14, 0x03, 0x83, 0xa9, 0xc8, 0x8c, 0x8f, 0x53, 0x5b,
+ 0xd1, 0x2e, 0x73, 0xc8, 0xbf, 0x05, 0xdd, 0x44, 0x8f, 0x78, 0xca, 0xd5, 0x8c, 0xca, 0xd9, 0x65,
+ 0x9d, 0x44, 0x0f, 0x10, 0xa2, 0x49, 0xc8, 0x74, 0x34, 0x49, 0x79, 0x4c, 0x15, 0xed, 0xb2, 0x8e,
+ 0x90, 0xe9, 0x41, 0xca, 0xe3, 0xf0, 0x04, 0x7a, 0x78, 0xc1, 0x63, 0x61, 0x09, 0x0c, 0xa1, 0x89,
+ 0xf9, 0x3b, 0xfa, 0x2e, 0xb2, 0x42, 0x36, 0xff, 0x0e, 0x34, 0xb5, 0xa8, 0x98, 0xdb, 0x58, 0xfa,
+ 0x1c, 0x8b, 0x53, 0x46, 0xa6, 0xf0, 0xaf, 0x3a, 0x80, 0x25, 0x9c, 0xd8, 0xbb, 0xd8, 0xeb, 0x1f,
+ 0x02, 0xd8, 0x32, 0x8c, 0xec, 0xba, 0x40, 0xbd, 0x67, 0x35, 0x43, 0xa1, 0xfd, 0xf7, 0xec, 0xec,
+ 0x8f, 0x12, 0xe1, 0x68, 0x23, 0xb6, 0x87, 0xb8, 0x14, 0x3c, 0x93, 0xcc, 0xe4, 0x48, 0xcd, 0x53,
+ 0x19, 0x34, 0xe9, 0xf8, 0x95, 0x0a, 0xef, 0xf3, 0xc5, 0x43, 0x93, 0xb2, 0x2e, 0xba, 0xb0, 0x79,
+ 0x2a, 0xf1, 0x18, 0x25, 0x79, 0x64, 0xac, 0xbf, 0xe5, 0xd1, 0x23, 0x0d, 0x99, 0xef, 0x40, 0xdf,
+ 0x9a, 0x85, 0x7c, 0x9e, 0x44, 0x96, 0x4e, 0x8f, 0xf5, 0x48, 0xb7, 0x4f, 0xaa, 0x35, 0xe2, 0x3a,
+ 0x6b, 0xc4, 0xf9, 0x1f, 0x41, 0xcf, 0xd5, 0x68, 0x85, 0x56, 0xb0, 0x2a, 0x72, 0x58, 0xd6, 0xc9,
+ 0x5b, 0xab, 0x93, 0x0f, 0x4d, 0xbd, 0x32, 0x36, 0x28, 0xe3, 0x8d, 0x13, 0x3d, 0x9a, 0xcc, 0xd3,
+ 0x94, 0xa6, 0xa6, 0xcb, 0xda, 0x89, 0x3e, 0x98, 0xa7, 0xa9, 0x1f, 0xc2, 0x46, 0x9a, 0x64, 0xa7,
+ 0xa3, 0x58, 0xe5, 0xf3, 0x02, 0x09, 0xb1, 0x83, 0xd3, 0x43, 0xe5, 0x37, 0xa8, 0x1b, 0x8a, 0xf0,
+ 0x10, 0xda, 0xf6, 0xea, 0xb8, 0x46, 0x05, 0x5f, 0xb8, 0xfd, 0x84, 0xa2, 0xbf, 0x07, 0x60, 0x19,
+ 0xe3, 0x59, 0x2c, 0x5d, 0xc5, 0x56, 0x37, 0x29, 0x52, 0x85, 0x26, 0x46, 0xc4, 0x92, 0x18, 0xde,
+ 0x07, 0xaf, 0xd2, 0xe3, 0x60, 0x6a, 0xc3, 0x95, 0x71, 0xd5, 0xb3, 0x00, 0x0f, 0x92, 0x99, 0x70,
+ 0x95, 0x43, 0x31, 0x7c, 0x0a, 0x9d, 0xa3, 0x3c, 0x5d, 0xc4, 0x79, 0xf6, 0xaf, 0x36, 0xdb, 0x27,
+ 0xd0, 0x2e, 0xf2, 0x24, 0x33, 0xda, 0x95, 0xf1, 0xad, 0x65, 0x4e, 0x47, 0xa8, 0x67, 0xce, 0x1c,
+ 0xfe, 0x5d, 0x87, 0xcd, 0x65, 0x27, 0x0d, 0x54, 0xac, 0x2f, 0xc5, 0xdf, 0x81, 0x4d, 0xd7, 0x4d,
+ 0x65, 0xd7, 0xd8, 0x93, 0xfa, 0x51, 0xf5, 0xbb, 0xa1, 0xa0, 0x81, 0x2b, 0x7b, 0xae, 0x9a, 0x46,
+ 0xd7, 0x72, 0xd8, 0x29, 0x85, 0xcd, 0x1e, 0xad, 0x76, 0x1c, 0x3d, 0xa7, 0x19, 0x0a, 0xff, 0x1d,
+ 0xfa, 0xb4, 0x8d, 0xdc, 0x7e, 0x45, 0x16, 0x04, 0x86, 0x0c, 0x61, 0x03, 0xd5, 0x5c, 0xc5, 0x23,
+ 0x9e, 0x26, 0x5c, 0x97, 0x1d, 0xa4, 0x05, 0x26, 0x3a, 0x40, 0x15, 0x2e, 0x88, 0xbc, 0x90, 0x8a,
+ 0x9b, 0x5c, 0x51, 0x07, 0x79, 0xac, 0xc2, 0xfe, 0x5d, 0xd8, 0x28, 0xe5, 0x11, 0xed, 0x79, 0xbb,
+ 0x6d, 0xfb, 0xa5, 0xf2, 0x04, 0xf7, 0xfd, 0xca, 0x21, 0xcf, 0x79, 0x3a, 0x97, 0x6e, 0x01, 0xbb,
+ 0x43, 0x9e, 0xa2, 0xea, 0xca, 0x96, 0xda, 0x81, 0x4d, 0x6c, 0xfb, 0xd1, 0x59, 0x62, 0xa6, 0xa3,
+ 0x4c, 0x9e, 0x1b, 0xb7, 0x8f, 0xfb, 0xa8, 0xfd, 0x3e, 0x31, 0xd3, 0x43, 0x79, 0x6e, 0xb0, 0xc1,
+ 0x2f, 0xb4, 0x56, 0x27, 0x76, 0x6d, 0xf5, 0x4b, 0x1d, 0x1a, 0xc7, 0xe2, 0xf2, 0xf0, 0xde, 0x82,
+ 0x2e, 0x26, 0x44, 0x09, 0x5b, 0xa2, 0x3b, 0x5a, 0x9c, 0x52, 0xae, 0xce, 0xb4, 0xf2, 0xd9, 0x43,
+ 0xd3, 0x21, 0x16, 0x7c, 0x07, 0x9a, 0x5c, 0xc5, 0xfa, 0xf2, 0xd4, 0x1e, 0xd3, 0x3d, 0x18, 0x59,
+ 0xf1, 0x22, 0x49, 0x94, 0x67, 0x8e, 0x66, 0x92, 0xb1, 0xd7, 0xe6, 0x2a, 0x75, 0xdc, 0xa2, 0x88,
+ 0xa3, 0xe7, 0x76, 0x27, 0x36, 0xad, 0xa3, 0x15, 0xac, 0x0a, 0x3b, 0x77, 0x65, 0x36, 0xc9, 0xc1,
+ 0xd2, 0xea, 0x66, 0x93, 0x1c, 0xd6, 0xb6, 0xaf, 0x77, 0x61, 0xfb, 0x06, 0xd0, 0xb1, 0xa3, 0x2a,
+ 0x88, 0x50, 0x8f, 0x95, 0x70, 0x6d, 0x1d, 0x58, 0x36, 0xab, 0x3d, 0xfa, 0x53, 0x0d, 0xda, 0xf6,
+ 0x2a, 0x38, 0x32, 0xb6, 0x1d, 0x2c, 0x3b, 0x16, 0x5c, 0xf5, 0x1c, 0xa8, 0xbe, 0xef, 0xee, 0x5b,
+ 0x5e, 0x7e, 0xdf, 0x67, 0x73, 0x6d, 0xd7, 0x7e, 0x97, 0x91, 0x8c, 0x11, 0xed, 0x00, 0x5b, 0x12,
+ 0x2c, 0xa8, 0xaa, 0xde, 0x59, 0x56, 0x3d, 0xbc, 0x0b, 0x2d, 0x9a, 0x1f, 0xbf, 0x0f, 0xb5, 0x73,
+ 0xb7, 0x08, 0x6a, 0xe7, 0x88, 0x16, 0xee, 0x81, 0x52, 0x5b, 0x84, 0x3f, 0x40, 0x93, 0xc9, 0x88,
+ 0x5e, 0x3a, 0xa9, 0x9c, 0x18, 0xe7, 0x46, 0x32, 0xb2, 0x6d, 0xf2, 0xc2, 0xf9, 0xa2, 0x48, 0x87,
+ 0xd3, 0x33, 0xc9, 0xbd, 0xdf, 0x08, 0xe0, 0x76, 0x1b, 0xe7, 0xc6, 0xe4, 0x33, 0x4a, 0xbe, 0xc5,
+ 0x1c, 0x0a, 0x63, 0xf0, 0x0e, 0x78, 0x24, 0x07, 0x59, 0x9c, 0xd2, 0xb3, 0x6e, 0xc1, 0xcf, 0xca,
+ 0x7d, 0xb4, 0xe0, 0x67, 0x18, 0xac, 0x48, 0x4c, 0x34, 0x75, 0x07, 0x58, 0x40, 0xaf, 0x8d, 0x3c,
+ 0x4d, 0xcb, 0x77, 0x0e, 0xca, 0xfe, 0x16, 0x40, 0x94, 0x67, 0x93, 0x44, 0xc8, 0x2c, 0xb2, 0x0c,
+ 0xd5, 0xd9, 0x8a, 0x26, 0x3c, 0x07, 0x38, 0x99, 0x4e, 0x0c, 0x93, 0x7a, 0x9e, 0x52, 0x3a, 0xb1,
+ 0xcc, 0x84, 0x54, 0xee, 0x30, 0x87, 0x30, 0x03, 0x1e, 0xcb, 0xf2, 0x3a, 0xdc, 0xb2, 0xa6, 0x78,
+ 0x54, 0xbd, 0xa9, 0x50, 0xa6, 0xcb, 0x48, 0x3e, 0x37, 0x8b, 0xea, 0x32, 0x84, 0x68, 0xf9, 0xcd,
+ 0x12, 0xf7, 0xed, 0x68, 0x31, 0x0b, 0xc2, 0x5f, 0xeb, 0xd0, 0xc1, 0x3b, 0x1e, 0xe5, 0xda, 0xff,
+ 0x18, 0xda, 0x2a, 0x42, 0x70, 0xf9, 0x8b, 0x89, 0x14, 0x33, 0x67, 0xc5, 0x2f, 0x57, 0x61, 0x1e,
+ 0xc9, 0x89, 0xf9, 0x7a, 0x21, 0xdd, 0x83, 0xf6, 0xd2, 0xca, 0x5b, 0x7a, 0xf8, 0x5f, 0x00, 0x14,
+ 0x86, 0x21, 0xd1, 0xe8, 0xdf, 0xb8, 0xda, 0x7f, 0xc5, 0xc5, 0xff, 0x14, 0x3a, 0x85, 0x79, 0x9c,
+ 0xcf, 0xcd, 0x94, 0xae, 0x70, 0x85, 0x77, 0x69, 0xa7, 0xd5, 0x6b, 0x0e, 0x73, 0x6d, 0x6f, 0x75,
+ 0xe5, 0xea, 0x25, 0xb3, 0xff, 0x19, 0xb4, 0x27, 0x54, 0x47, 0x6a, 0xbb, 0xb5, 0xef, 0x46, 0x55,
+ 0x62, 0xe6, 0x5c, 0x70, 0x68, 0x7e, 0x9c, 0xf3, 0x34, 0x31, 0x0b, 0xd7, 0x8f, 0x25, 0xc4, 0x42,
+ 0x4e, 0x78, 0x94, 0xf0, 0x74, 0x1f, 0x5f, 0xd5, 0x5d, 0x7a, 0x55, 0xaf, 0x68, 0xc2, 0x3f, 0xeb,
+ 0xd0, 0xc5, 0x78, 0xf4, 0xfe, 0xf8, 0x9f, 0xcf, 0xff, 0xca, 0x27, 0x36, 0xf3, 0x04, 0xe9, 0xdc,
+ 0xa7, 0xc5, 0xd6, 0x60, 0x0e, 0x85, 0xdf, 0x41, 0xe7, 0xc9, 0xf8, 0x19, 0xb1, 0xbc, 0x03, 0x2d,
+ 0x15, 0x3d, 0x19, 0x3f, 0x7b, 0x03, 0xc9, 0xd6, 0x48, 0xab, 0x60, 0xb1, 0x5c, 0x05, 0x0b, 0xfb,
+ 0xe2, 0x57, 0xf9, 0x98, 0x08, 0xac, 0x33, 0x92, 0xc3, 0xa7, 0xd0, 0x3f, 0xe2, 0x8a, 0xcf, 0xca,
+ 0x89, 0xb8, 0x0b, 0x8d, 0x22, 0xd7, 0x2e, 0xf2, 0x8d, 0xf5, 0x2b, 0x1e, 0xe5, 0x9a, 0xa1, 0xd5,
+ 0xbf, 0x03, 0x8d, 0x64, 0x16, 0x5f, 0x2e, 0x1c, 0xfd, 0x5f, 0x63, 0x68, 0x0b, 0xbf, 0x82, 0xeb,
+ 0x55, 0xdc, 0x87, 0xf9, 0x0c, 0xff, 0x56, 0xe1, 0x3c, 0x4e, 0x24, 0x37, 0x5f, 0x52, 0xf4, 0x3e,
+ 0xb3, 0xa0, 0xd4, 0xee, 0x51, 0x38, 0xa7, 0xdd, 0x7b, 0x10, 0xbc, 0x78, 0xb5, 0x55, 0x7b, 0xf9,
+ 0x6a, 0xab, 0xf6, 0xc7, 0xab, 0xad, 0xda, 0xcf, 0xaf, 0xb7, 0xae, 0xbd, 0x7c, 0xbd, 0x75, 0xed,
+ 0xb7, 0xd7, 0x5b, 0xd7, 0xc6, 0x6d, 0x3a, 0xee, 0xfe, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xde,
+ 0x0e, 0xb8, 0xe3, 0xf0, 0x0e, 0x00, 0x00,
}
func (m *TaskLabel) Marshal() (dAtA []byte, err error) {
@@ -2226,6 +2283,46 @@
return i, nil
}
+func (m *CameraAndTaskInfo) 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 *CameraAndTaskInfo) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if m.Camera != nil {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(m.Camera.Size()))
+ n2, err2 := m.Camera.MarshalTo(dAtA[i:])
+ if err2 != nil {
+ return 0, err2
+ }
+ i += n2
+ }
+ if len(m.Tasks) > 0 {
+ for _, msg := range m.Tasks {
+ dAtA[i] = 0x12
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(msg.Size()))
+ n, err := msg.MarshalTo(dAtA[i:])
+ if err != nil {
+ return 0, err
+ }
+ i += n
+ }
+ }
+ return i, nil
+}
+
func (m *Task) Marshal() (dAtA []byte, err error) {
size := m.Size()
dAtA = make([]byte, size)
@@ -2323,11 +2420,11 @@
dAtA[i] = 0xa
i++
i = encodeVarintProtomsg(dAtA, i, uint64(m.Task.Size()))
- n2, err2 := m.Task.MarshalTo(dAtA[i:])
- if err2 != nil {
- return 0, err2
+ n3, err3 := m.Task.MarshalTo(dAtA[i:])
+ if err3 != nil {
+ return 0, err3
}
- i += n2
+ i += n3
}
if len(m.Sdks) > 0 {
for _, msg := range m.Sdks {
@@ -2965,61 +3062,61 @@
dAtA[i] = 0xa
i++
i = encodeVarintProtomsg(dAtA, i, uint64(m.RcFace.Size()))
- n3, err3 := m.RcFace.MarshalTo(dAtA[i:])
- if err3 != nil {
- return 0, err3
- }
- i += n3
- }
- if m.PtLeftEye != nil {
- dAtA[i] = 0x12
- i++
- i = encodeVarintProtomsg(dAtA, i, uint64(m.PtLeftEye.Size()))
- n4, err4 := m.PtLeftEye.MarshalTo(dAtA[i:])
+ n4, err4 := m.RcFace.MarshalTo(dAtA[i:])
if err4 != nil {
return 0, err4
}
i += n4
}
- if m.PtRightEye != nil {
- dAtA[i] = 0x1a
+ if m.PtLeftEye != nil {
+ dAtA[i] = 0x12
i++
- i = encodeVarintProtomsg(dAtA, i, uint64(m.PtRightEye.Size()))
- n5, err5 := m.PtRightEye.MarshalTo(dAtA[i:])
+ i = encodeVarintProtomsg(dAtA, i, uint64(m.PtLeftEye.Size()))
+ n5, err5 := m.PtLeftEye.MarshalTo(dAtA[i:])
if err5 != nil {
return 0, err5
}
i += n5
}
- if m.PtMouth != nil {
- dAtA[i] = 0x22
+ if m.PtRightEye != nil {
+ dAtA[i] = 0x1a
i++
- i = encodeVarintProtomsg(dAtA, i, uint64(m.PtMouth.Size()))
- n6, err6 := m.PtMouth.MarshalTo(dAtA[i:])
+ i = encodeVarintProtomsg(dAtA, i, uint64(m.PtRightEye.Size()))
+ n6, err6 := m.PtRightEye.MarshalTo(dAtA[i:])
if err6 != nil {
return 0, err6
}
i += n6
}
- if m.PtNose != nil {
- dAtA[i] = 0x2a
+ if m.PtMouth != nil {
+ dAtA[i] = 0x22
i++
- i = encodeVarintProtomsg(dAtA, i, uint64(m.PtNose.Size()))
- n7, err7 := m.PtNose.MarshalTo(dAtA[i:])
+ i = encodeVarintProtomsg(dAtA, i, uint64(m.PtMouth.Size()))
+ n7, err7 := m.PtMouth.MarshalTo(dAtA[i:])
if err7 != nil {
return 0, err7
}
i += n7
}
- if m.FAngle != nil {
- dAtA[i] = 0x32
+ if m.PtNose != nil {
+ dAtA[i] = 0x2a
i++
- i = encodeVarintProtomsg(dAtA, i, uint64(m.FAngle.Size()))
- n8, err8 := m.FAngle.MarshalTo(dAtA[i:])
+ i = encodeVarintProtomsg(dAtA, i, uint64(m.PtNose.Size()))
+ n8, err8 := m.PtNose.MarshalTo(dAtA[i:])
if err8 != nil {
return 0, err8
}
i += n8
+ }
+ if m.FAngle != nil {
+ dAtA[i] = 0x32
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(m.FAngle.Size()))
+ n9, err9 := m.FAngle.MarshalTo(dAtA[i:])
+ if err9 != nil {
+ return 0, err9
+ }
+ i += n9
}
if m.Quality != 0 {
dAtA[i] = 0x38
@@ -3054,61 +3151,61 @@
dAtA[i] = 0xa
i++
i = encodeVarintProtomsg(dAtA, i, uint64(m.RcFace.Size()))
- n9, err9 := m.RcFace.MarshalTo(dAtA[i:])
- if err9 != nil {
- return 0, err9
- }
- i += n9
- }
- if m.PtLeftEye != nil {
- dAtA[i] = 0x12
- i++
- i = encodeVarintProtomsg(dAtA, i, uint64(m.PtLeftEye.Size()))
- n10, err10 := m.PtLeftEye.MarshalTo(dAtA[i:])
+ n10, err10 := m.RcFace.MarshalTo(dAtA[i:])
if err10 != nil {
return 0, err10
}
i += n10
}
- if m.PtRightEye != nil {
- dAtA[i] = 0x1a
+ if m.PtLeftEye != nil {
+ dAtA[i] = 0x12
i++
- i = encodeVarintProtomsg(dAtA, i, uint64(m.PtRightEye.Size()))
- n11, err11 := m.PtRightEye.MarshalTo(dAtA[i:])
+ i = encodeVarintProtomsg(dAtA, i, uint64(m.PtLeftEye.Size()))
+ n11, err11 := m.PtLeftEye.MarshalTo(dAtA[i:])
if err11 != nil {
return 0, err11
}
i += n11
}
- if m.PtMouth != nil {
- dAtA[i] = 0x22
+ if m.PtRightEye != nil {
+ dAtA[i] = 0x1a
i++
- i = encodeVarintProtomsg(dAtA, i, uint64(m.PtMouth.Size()))
- n12, err12 := m.PtMouth.MarshalTo(dAtA[i:])
+ i = encodeVarintProtomsg(dAtA, i, uint64(m.PtRightEye.Size()))
+ n12, err12 := m.PtRightEye.MarshalTo(dAtA[i:])
if err12 != nil {
return 0, err12
}
i += n12
}
- if m.PtNose != nil {
- dAtA[i] = 0x2a
+ if m.PtMouth != nil {
+ dAtA[i] = 0x22
i++
- i = encodeVarintProtomsg(dAtA, i, uint64(m.PtNose.Size()))
- n13, err13 := m.PtNose.MarshalTo(dAtA[i:])
+ i = encodeVarintProtomsg(dAtA, i, uint64(m.PtMouth.Size()))
+ n13, err13 := m.PtMouth.MarshalTo(dAtA[i:])
if err13 != nil {
return 0, err13
}
i += n13
}
- if m.FAngle != nil {
- dAtA[i] = 0x32
+ if m.PtNose != nil {
+ dAtA[i] = 0x2a
i++
- i = encodeVarintProtomsg(dAtA, i, uint64(m.FAngle.Size()))
- n14, err14 := m.FAngle.MarshalTo(dAtA[i:])
+ i = encodeVarintProtomsg(dAtA, i, uint64(m.PtNose.Size()))
+ n14, err14 := m.PtNose.MarshalTo(dAtA[i:])
if err14 != nil {
return 0, err14
}
i += n14
+ }
+ if m.FAngle != nil {
+ dAtA[i] = 0x32
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(m.FAngle.Size()))
+ n15, err15 := m.FAngle.MarshalTo(dAtA[i:])
+ if err15 != nil {
+ return 0, err15
+ }
+ i += n15
}
if m.Quality != 0 {
dAtA[i] = 0x38
@@ -3148,11 +3245,11 @@
dAtA[i] = 0xa
i++
i = encodeVarintProtomsg(dAtA, i, uint64(m.RcObj.Size()))
- n15, err15 := m.RcObj.MarshalTo(dAtA[i:])
- if err15 != nil {
- return 0, err15
+ n16, err16 := m.RcObj.MarshalTo(dAtA[i:])
+ if err16 != nil {
+ return 0, err16
}
- i += n15
+ i += n16
}
if m.Typ != 0 {
dAtA[i] = 0x10
@@ -3168,7 +3265,7 @@
return i, nil
}
-func (m *ParamFaceProperty) Marshal() (dAtA []byte, err error) {
+func (m *ParamFacePos) Marshal() (dAtA []byte, err error) {
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
@@ -3178,7 +3275,7 @@
return dAtA[:n], nil
}
-func (m *ParamFaceProperty) MarshalTo(dAtA []byte) (int, error) {
+func (m *ParamFacePos) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
@@ -3187,21 +3284,21 @@
dAtA[i] = 0xa
i++
i = encodeVarintProtomsg(dAtA, i, uint64(m.Pos.Size()))
- n16, err16 := m.Pos.MarshalTo(dAtA[i:])
- if err16 != nil {
- return 0, err16
+ n17, err17 := m.Pos.MarshalTo(dAtA[i:])
+ if err17 != nil {
+ return 0, err17
}
- i += n16
+ i += n17
}
if m.Img != nil {
dAtA[i] = 0x12
i++
i = encodeVarintProtomsg(dAtA, i, uint64(m.Img.Size()))
- n17, err17 := m.Img.MarshalTo(dAtA[i:])
- if err17 != nil {
- return 0, err17
+ n18, err18 := m.Img.MarshalTo(dAtA[i:])
+ if err18 != nil {
+ return 0, err18
}
- i += n17
+ i += n18
}
return i, nil
}
@@ -3382,6 +3479,25 @@
l = len(m.Reserved)
if l > 0 {
n += 1 + l + sovProtomsg(uint64(l))
+ }
+ return n
+}
+
+func (m *CameraAndTaskInfo) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ if m.Camera != nil {
+ l = m.Camera.Size()
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ if len(m.Tasks) > 0 {
+ for _, e := range m.Tasks {
+ l = e.Size()
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
}
return n
}
@@ -3880,7 +3996,7 @@
return n
}
-func (m *ParamFaceProperty) Size() (n int) {
+func (m *ParamFacePos) Size() (n int) {
if m == nil {
return 0
}
@@ -4861,6 +4977,129 @@
return io.ErrUnexpectedEOF
}
m.Reserved = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ default:
+ iNdEx = preIndex
+ skippy, err := skipProtomsg(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *CameraAndTaskInfo) 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 ErrIntOverflowProtomsg
+ }
+ 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: CameraAndTaskInfo: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: CameraAndTaskInfo: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Camera", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.Camera == nil {
+ m.Camera = &Camera{}
+ }
+ if err := m.Camera.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 2:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Tasks", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Tasks = append(m.Tasks, &Task{})
+ if err := m.Tasks[len(m.Tasks)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
iNdEx = postIndex
default:
iNdEx = preIndex
@@ -8356,7 +8595,7 @@
}
return nil
}
-func (m *ParamFaceProperty) Unmarshal(dAtA []byte) error {
+func (m *ParamFacePos) Unmarshal(dAtA []byte) error {
l := len(dAtA)
iNdEx := 0
for iNdEx < l {
@@ -8379,10 +8618,10 @@
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
- return fmt.Errorf("proto: ParamFaceProperty: wiretype end group for non-group")
+ return fmt.Errorf("proto: ParamFacePos: wiretype end group for non-group")
}
if fieldNum <= 0 {
- return fmt.Errorf("proto: ParamFaceProperty: illegal tag %d (wire type %d)", fieldNum, wire)
+ return fmt.Errorf("proto: ParamFacePos: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
--
Gitblit v1.8.0