From 31999524a02dbc418c555ee629d387263bac2cf0 Mon Sep 17 00:00:00 2001
From: 554325746@qq.com <554325746@qq.com>
Date: 星期四, 13 二月 2020 19:45:21 +0800
Subject: [PATCH] use go_out,not gogofaster

---
 protomsg.pb.go | 12445 ++--------------------------------------------------------
 1 files changed, 611 insertions(+), 11,834 deletions(-)

diff --git a/protomsg.pb.go b/protomsg.pb.go
index 5117bdf..47a5004 100644
--- a/protomsg.pb.go
+++ b/protomsg.pb.go
@@ -1,15 +1,12 @@
-// Code generated by protoc-gen-gogo. DO NOT EDIT.
+// Code generated by protoc-gen-go. DO NOT EDIT.
 // source: protomsg.proto
 
 package protomsg
 
 import (
-	encoding_binary "encoding/binary"
 	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.
@@ -21,7 +18,7 @@
 // is compatible with the proto package it is being compiled against.
 // A compilation error at this line likely means your copy of the
 // proto package needs to be updated.
-const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
+const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
 
 //TableChanged enum
 type TableChanged int32
@@ -168,9 +165,12 @@
 
 //Area缁撴瀯浣�
 type Area struct {
-	Id       int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
-	Parentid int32  `protobuf:"varint,2,opt,name=parentid,proto3" json:"parentid,omitempty"`
-	Name     string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
+	Id                   int32    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
+	Parentid             int32    `protobuf:"varint,2,opt,name=parentid,proto3" json:"parentid,omitempty"`
+	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *Area) Reset()         { *m = Area{} }
@@ -179,26 +179,18 @@
 func (*Area) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{0}
 }
+
 func (m *Area) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_Area.Unmarshal(m, b)
 }
 func (m *Area) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_Area.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_Area.Marshal(b, m, deterministic)
 }
 func (m *Area) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_Area.Merge(m, src)
 }
 func (m *Area) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_Area.Size(m)
 }
 func (m *Area) XXX_DiscardUnknown() {
 	xxx_messageInfo_Area.DiscardUnknown(m)
@@ -229,26 +221,29 @@
 
 //Camera缁撴瀯浣�
 type Camera 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"`
-	Alias       string  `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"`
-	SnapshotUrl string  `protobuf:"bytes,4,opt,name=snapshot_url,json=snapshotUrl,proto3" json:"snapshot_url,omitempty"`
-	Type        int32   `protobuf:"varint,5,opt,name=type,proto3" json:"type,omitempty"`
-	Addr        string  `protobuf:"bytes,6,opt,name=addr,proto3" json:"addr,omitempty"`
-	Longitude   float32 `protobuf:"fixed32,7,opt,name=longitude,proto3" json:"longitude,omitempty"`
-	Latitude    float32 `protobuf:"fixed32,8,opt,name=latitude,proto3" json:"latitude,omitempty"`
-	Floor       int32   `protobuf:"varint,9,opt,name=floor,proto3" json:"floor,omitempty"`
-	Rtsp        string  `protobuf:"bytes,10,opt,name=rtsp,proto3" json:"rtsp,omitempty"`
-	Ip          string  `protobuf:"bytes,11,opt,name=ip,proto3" json:"ip,omitempty"`
-	Port        int32   `protobuf:"varint,12,opt,name=port,proto3" json:"port,omitempty"`
-	Username    string  `protobuf:"bytes,13,opt,name=username,proto3" json:"username,omitempty"`
-	Password    string  `protobuf:"bytes,14,opt,name=password,proto3" json:"password,omitempty"`
-	Brand       string  `protobuf:"bytes,15,opt,name=brand,proto3" json:"brand,omitempty"`
-	Reserved    string  `protobuf:"bytes,16,opt,name=reserved,proto3" json:"reserved,omitempty"`
-	IsRunning   bool    `protobuf:"varint,17,opt,name=is_running,json=isRunning,proto3" json:"is_running,omitempty"`
-	RunEnable   bool    `protobuf:"varint,18,opt,name=run_enable,json=runEnable,proto3" json:"run_enable,omitempty"`
-	RunType     int32   `protobuf:"varint,19,opt,name=run_type,json=runType,proto3" json:"run_type,omitempty"`
-	RunServerId string  `protobuf:"bytes,20,opt,name=run_server_id,json=runServerId,proto3" json:"run_server_id,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"`
+	Alias                string   `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"`
+	SnapshotUrl          string   `protobuf:"bytes,4,opt,name=snapshot_url,json=snapshotUrl,proto3" json:"snapshot_url,omitempty"`
+	Type                 int32    `protobuf:"varint,5,opt,name=type,proto3" json:"type,omitempty"`
+	Addr                 string   `protobuf:"bytes,6,opt,name=addr,proto3" json:"addr,omitempty"`
+	Longitude            float32  `protobuf:"fixed32,7,opt,name=longitude,proto3" json:"longitude,omitempty"`
+	Latitude             float32  `protobuf:"fixed32,8,opt,name=latitude,proto3" json:"latitude,omitempty"`
+	Floor                int32    `protobuf:"varint,9,opt,name=floor,proto3" json:"floor,omitempty"`
+	Rtsp                 string   `protobuf:"bytes,10,opt,name=rtsp,proto3" json:"rtsp,omitempty"`
+	Ip                   string   `protobuf:"bytes,11,opt,name=ip,proto3" json:"ip,omitempty"`
+	Port                 int32    `protobuf:"varint,12,opt,name=port,proto3" json:"port,omitempty"`
+	Username             string   `protobuf:"bytes,13,opt,name=username,proto3" json:"username,omitempty"`
+	Password             string   `protobuf:"bytes,14,opt,name=password,proto3" json:"password,omitempty"`
+	Brand                string   `protobuf:"bytes,15,opt,name=brand,proto3" json:"brand,omitempty"`
+	Reserved             string   `protobuf:"bytes,16,opt,name=reserved,proto3" json:"reserved,omitempty"`
+	IsRunning            bool     `protobuf:"varint,17,opt,name=is_running,json=isRunning,proto3" json:"is_running,omitempty"`
+	RunEnable            bool     `protobuf:"varint,18,opt,name=run_enable,json=runEnable,proto3" json:"run_enable,omitempty"`
+	RunType              int32    `protobuf:"varint,19,opt,name=run_type,json=runType,proto3" json:"run_type,omitempty"`
+	RunServerId          string   `protobuf:"bytes,20,opt,name=run_server_id,json=runServerId,proto3" json:"run_server_id,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *Camera) Reset()         { *m = Camera{} }
@@ -257,26 +252,18 @@
 func (*Camera) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{1}
 }
+
 func (m *Camera) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_Camera.Unmarshal(m, b)
 }
 func (m *Camera) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_Camera.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_Camera.Marshal(b, m, deterministic)
 }
 func (m *Camera) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_Camera.Merge(m, src)
 }
 func (m *Camera) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_Camera.Size(m)
 }
 func (m *Camera) XXX_DiscardUnknown() {
 	xxx_messageInfo_Camera.DiscardUnknown(m)
@@ -426,8 +413,11 @@
 
 //鎽勫儚鏈鸿仈鍔�
 type CameraLink struct {
-	CameraIds  string `protobuf:"bytes,1,opt,name=camera_ids,json=cameraIds,proto3" json:"camera_ids,omitempty"`
-	LinkTaskId string `protobuf:"bytes,2,opt,name=link_task_id,json=linkTaskId,proto3" json:"link_task_id,omitempty"`
+	CameraIds            string   `protobuf:"bytes,1,opt,name=camera_ids,json=cameraIds,proto3" json:"camera_ids,omitempty"`
+	LinkTaskId           string   `protobuf:"bytes,2,opt,name=link_task_id,json=linkTaskId,proto3" json:"link_task_id,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *CameraLink) Reset()         { *m = CameraLink{} }
@@ -436,26 +426,18 @@
 func (*CameraLink) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{2}
 }
+
 func (m *CameraLink) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_CameraLink.Unmarshal(m, b)
 }
 func (m *CameraLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_CameraLink.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_CameraLink.Marshal(b, m, deterministic)
 }
 func (m *CameraLink) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_CameraLink.Merge(m, src)
 }
 func (m *CameraLink) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_CameraLink.Size(m)
 }
 func (m *CameraLink) XXX_DiscardUnknown() {
 	xxx_messageInfo_CameraLink.DiscardUnknown(m)
@@ -479,8 +461,11 @@
 
 //鎽勫儚鏈虹殑浠诲姟淇℃伅
 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"`
+	Camera               *Camera  `protobuf:"bytes,1,opt,name=camera,proto3" json:"camera,omitempty"`
+	Tasks                []*Task  `protobuf:"bytes,2,rep,name=tasks,proto3" json:"tasks,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *CameraAndTaskInfo) Reset()         { *m = CameraAndTaskInfo{} }
@@ -489,26 +474,18 @@
 func (*CameraAndTaskInfo) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{3}
 }
+
 func (m *CameraAndTaskInfo) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_CameraAndTaskInfo.Unmarshal(m, 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.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_CameraAndTaskInfo.Marshal(b, m, deterministic)
 }
 func (m *CameraAndTaskInfo) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_CameraAndTaskInfo.Merge(m, src)
 }
 func (m *CameraAndTaskInfo) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_CameraAndTaskInfo.Size(m)
 }
 func (m *CameraAndTaskInfo) XXX_DiscardUnknown() {
 	xxx_messageInfo_CameraAndTaskInfo.DiscardUnknown(m)
@@ -532,14 +509,17 @@
 
 //Task缁撴瀯浣�
 type Task struct {
-	Taskid   string `protobuf:"bytes,1,opt,name=taskid,proto3" json:"taskid,omitempty"`
-	Taskname string `protobuf:"bytes,2,opt,name=taskname,proto3" json:"taskname,omitempty"`
-	CreateAt string `protobuf:"bytes,3,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
-	CreateBy string `protobuf:"bytes,4,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
-	UpdateAt string `protobuf:"bytes,5,opt,name=update_at,json=updateAt,proto3" json:"update_at,omitempty"`
-	Enable   bool   `protobuf:"varint,6,opt,name=enable,proto3" json:"enable,omitempty"`
-	IsAlarm  bool   `protobuf:"varint,7,opt,name=is_alarm,json=isAlarm,proto3" json:"is_alarm,omitempty"`
-	DelFlag  bool   `protobuf:"varint,8,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
+	Taskid               string   `protobuf:"bytes,1,opt,name=taskid,proto3" json:"taskid,omitempty"`
+	Taskname             string   `protobuf:"bytes,2,opt,name=taskname,proto3" json:"taskname,omitempty"`
+	CreateAt             string   `protobuf:"bytes,3,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
+	CreateBy             string   `protobuf:"bytes,4,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
+	UpdateAt             string   `protobuf:"bytes,5,opt,name=update_at,json=updateAt,proto3" json:"update_at,omitempty"`
+	Enable               bool     `protobuf:"varint,6,opt,name=enable,proto3" json:"enable,omitempty"`
+	IsAlarm              bool     `protobuf:"varint,7,opt,name=is_alarm,json=isAlarm,proto3" json:"is_alarm,omitempty"`
+	DelFlag              bool     `protobuf:"varint,8,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *Task) Reset()         { *m = Task{} }
@@ -548,26 +528,18 @@
 func (*Task) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{4}
 }
+
 func (m *Task) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_Task.Unmarshal(m, b)
 }
 func (m *Task) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_Task.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_Task.Marshal(b, m, deterministic)
 }
 func (m *Task) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_Task.Merge(m, src)
 }
 func (m *Task) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_Task.Size(m)
 }
 func (m *Task) XXX_DiscardUnknown() {
 	xxx_messageInfo_Task.DiscardUnknown(m)
@@ -632,8 +604,11 @@
 }
 
 type TaskSdkInfo struct {
-	Task *Task  `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"`
-	Sdks []*Sdk `protobuf:"bytes,2,rep,name=sdks,proto3" json:"sdks,omitempty"`
+	Task                 *Task    `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"`
+	Sdks                 []*Sdk   `protobuf:"bytes,2,rep,name=sdks,proto3" json:"sdks,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *TaskSdkInfo) Reset()         { *m = TaskSdkInfo{} }
@@ -642,26 +617,18 @@
 func (*TaskSdkInfo) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{5}
 }
+
 func (m *TaskSdkInfo) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_TaskSdkInfo.Unmarshal(m, b)
 }
 func (m *TaskSdkInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_TaskSdkInfo.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_TaskSdkInfo.Marshal(b, m, deterministic)
 }
 func (m *TaskSdkInfo) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_TaskSdkInfo.Merge(m, src)
 }
 func (m *TaskSdkInfo) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_TaskSdkInfo.Size(m)
 }
 func (m *TaskSdkInfo) XXX_DiscardUnknown() {
 	xxx_messageInfo_TaskSdkInfo.DiscardUnknown(m)
@@ -684,8 +651,11 @@
 }
 
 type SdkRun struct {
-	IpcId   string `protobuf:"bytes,1,opt,name=ipc_id,json=ipcId,proto3" json:"ipc_id,omitempty"`
-	SdkType string `protobuf:"bytes,2,opt,name=sdk_type,json=sdkType,proto3" json:"sdk_type,omitempty"`
+	IpcId                string   `protobuf:"bytes,1,opt,name=ipc_id,json=ipcId,proto3" json:"ipc_id,omitempty"`
+	SdkType              string   `protobuf:"bytes,2,opt,name=sdk_type,json=sdkType,proto3" json:"sdk_type,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *SdkRun) Reset()         { *m = SdkRun{} }
@@ -694,26 +664,18 @@
 func (*SdkRun) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{6}
 }
+
 func (m *SdkRun) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_SdkRun.Unmarshal(m, b)
 }
 func (m *SdkRun) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_SdkRun.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_SdkRun.Marshal(b, m, deterministic)
 }
 func (m *SdkRun) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_SdkRun.Merge(m, src)
 }
 func (m *SdkRun) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_SdkRun.Size(m)
 }
 func (m *SdkRun) XXX_DiscardUnknown() {
 	xxx_messageInfo_SdkRun.DiscardUnknown(m)
@@ -736,8 +698,11 @@
 }
 
 type TaskSdkRun struct {
-	Task *Task     `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"`
-	Sdks []*SdkRun `protobuf:"bytes,2,rep,name=sdks,proto3" json:"sdks,omitempty"`
+	Task                 *Task     `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"`
+	Sdks                 []*SdkRun `protobuf:"bytes,2,rep,name=sdks,proto3" json:"sdks,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
+	XXX_unrecognized     []byte    `json:"-"`
+	XXX_sizecache        int32     `json:"-"`
 }
 
 func (m *TaskSdkRun) Reset()         { *m = TaskSdkRun{} }
@@ -746,26 +711,18 @@
 func (*TaskSdkRun) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{7}
 }
+
 func (m *TaskSdkRun) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_TaskSdkRun.Unmarshal(m, b)
 }
 func (m *TaskSdkRun) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_TaskSdkRun.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_TaskSdkRun.Marshal(b, m, deterministic)
 }
 func (m *TaskSdkRun) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_TaskSdkRun.Merge(m, src)
 }
 func (m *TaskSdkRun) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_TaskSdkRun.Size(m)
 }
 func (m *TaskSdkRun) XXX_DiscardUnknown() {
 	xxx_messageInfo_TaskSdkRun.DiscardUnknown(m)
@@ -789,18 +746,21 @@
 
 //鎽勫儚鏈轰换鍔�
 type CameraTask struct {
-	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
-	CameraId    string `protobuf:"bytes,2,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"`
-	TaskId      string `protobuf:"bytes,3,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
-	TimeRule    string `protobuf:"bytes,4,opt,name=time_rule,json=timeRule,proto3" json:"time_rule,omitempty"`
-	ReactRule   string `protobuf:"bytes,5,opt,name=react_rule,json=reactRule,proto3" json:"react_rule,omitempty"`
-	ReactDevice string `protobuf:"bytes,6,opt,name=react_device,json=reactDevice,proto3" json:"react_device,omitempty"`
-	DelFlag     bool   `protobuf:"varint,7,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
-	UpdateFlag  bool   `protobuf:"varint,8,opt,name=update_flag,json=updateFlag,proto3" json:"update_flag,omitempty"`
-	Enable      bool   `protobuf:"varint,9,opt,name=enable,proto3" json:"enable,omitempty"`
-	Sort        int32  `protobuf:"varint,10,opt,name=sort,proto3" json:"sort,omitempty"`
-	IsFull      bool   `protobuf:"varint,11,opt,name=is_full,json=isFull,proto3" json:"is_full,omitempty"`
-	LinkTaskId  string `protobuf:"bytes,12,opt,name=link_task_id,json=linkTaskId,proto3" json:"link_task_id,omitempty"`
+	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+	CameraId             string   `protobuf:"bytes,2,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"`
+	TaskId               string   `protobuf:"bytes,3,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
+	TimeRule             string   `protobuf:"bytes,4,opt,name=time_rule,json=timeRule,proto3" json:"time_rule,omitempty"`
+	ReactRule            string   `protobuf:"bytes,5,opt,name=react_rule,json=reactRule,proto3" json:"react_rule,omitempty"`
+	ReactDevice          string   `protobuf:"bytes,6,opt,name=react_device,json=reactDevice,proto3" json:"react_device,omitempty"`
+	DelFlag              bool     `protobuf:"varint,7,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
+	UpdateFlag           bool     `protobuf:"varint,8,opt,name=update_flag,json=updateFlag,proto3" json:"update_flag,omitempty"`
+	Enable               bool     `protobuf:"varint,9,opt,name=enable,proto3" json:"enable,omitempty"`
+	Sort                 int32    `protobuf:"varint,10,opt,name=sort,proto3" json:"sort,omitempty"`
+	IsFull               bool     `protobuf:"varint,11,opt,name=is_full,json=isFull,proto3" json:"is_full,omitempty"`
+	LinkTaskId           string   `protobuf:"bytes,12,opt,name=link_task_id,json=linkTaskId,proto3" json:"link_task_id,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *CameraTask) Reset()         { *m = CameraTask{} }
@@ -809,26 +769,18 @@
 func (*CameraTask) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{8}
 }
+
 func (m *CameraTask) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_CameraTask.Unmarshal(m, b)
 }
 func (m *CameraTask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_CameraTask.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_CameraTask.Marshal(b, m, deterministic)
 }
 func (m *CameraTask) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_CameraTask.Merge(m, src)
 }
 func (m *CameraTask) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_CameraTask.Size(m)
 }
 func (m *CameraTask) XXX_DiscardUnknown() {
 	xxx_messageInfo_CameraTask.DiscardUnknown(m)
@@ -922,9 +874,12 @@
 
 //鎽勫儚鏈哄竷闃茬殑鏃堕棿瑙勫垯锛屽彲浠ヨ缃涓�,鐢╥d鍏宠仈鍒板叿浣撶殑瑙勫垯閰嶇疆涓�
 type CameraTimerule 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"`
-	TimeRule string `protobuf:"bytes,3,opt,name=time_rule,json=timeRule,proto3" json:"time_rule,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"`
+	TimeRule             string   `protobuf:"bytes,3,opt,name=time_rule,json=timeRule,proto3" json:"time_rule,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *CameraTimerule) Reset()         { *m = CameraTimerule{} }
@@ -933,26 +888,18 @@
 func (*CameraTimerule) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{9}
 }
+
 func (m *CameraTimerule) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_CameraTimerule.Unmarshal(m, b)
 }
 func (m *CameraTimerule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_CameraTimerule.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_CameraTimerule.Marshal(b, m, deterministic)
 }
 func (m *CameraTimerule) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_CameraTimerule.Merge(m, src)
 }
 func (m *CameraTimerule) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_CameraTimerule.Size(m)
 }
 func (m *CameraTimerule) XXX_DiscardUnknown() {
 	xxx_messageInfo_CameraTimerule.DiscardUnknown(m)
@@ -983,8 +930,11 @@
 
 //DayCtl struct   姣忓ぉ鐨勬椂闂存帶鍒惰鍒�
 type DayCtl struct {
-	Day       int32        `protobuf:"varint,1,opt,name=day,proto3" json:"day,omitempty"`
-	TimeRange []*TimeRange `protobuf:"bytes,2,rep,name=time_range,json=timeRange,proto3" json:"time_range,omitempty"`
+	Day                  int32        `protobuf:"varint,1,opt,name=day,proto3" json:"day,omitempty"`
+	TimeRange            []*TimeRange `protobuf:"bytes,2,rep,name=time_range,json=timeRange,proto3" json:"time_range,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
+	XXX_unrecognized     []byte       `json:"-"`
+	XXX_sizecache        int32        `json:"-"`
 }
 
 func (m *DayCtl) Reset()         { *m = DayCtl{} }
@@ -993,26 +943,18 @@
 func (*DayCtl) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{10}
 }
+
 func (m *DayCtl) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_DayCtl.Unmarshal(m, b)
 }
 func (m *DayCtl) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_DayCtl.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_DayCtl.Marshal(b, m, deterministic)
 }
 func (m *DayCtl) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_DayCtl.Merge(m, src)
 }
 func (m *DayCtl) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_DayCtl.Size(m)
 }
 func (m *DayCtl) XXX_DiscardUnknown() {
 	xxx_messageInfo_DayCtl.DiscardUnknown(m)
@@ -1036,8 +978,11 @@
 
 //鏃堕棿璧峰鑼冨洿
 type TimeRange struct {
-	Start string `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
-	End   string `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
+	Start                string   `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
+	End                  string   `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *TimeRange) Reset()         { *m = TimeRange{} }
@@ -1046,26 +991,18 @@
 func (*TimeRange) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{11}
 }
+
 func (m *TimeRange) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_TimeRange.Unmarshal(m, b)
 }
 func (m *TimeRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_TimeRange.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_TimeRange.Marshal(b, m, deterministic)
 }
 func (m *TimeRange) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_TimeRange.Merge(m, src)
 }
 func (m *TimeRange) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_TimeRange.Size(m)
 }
 func (m *TimeRange) XXX_DiscardUnknown() {
 	xxx_messageInfo_TimeRange.DiscardUnknown(m)
@@ -1089,9 +1026,12 @@
 
 //Polygon struct
 type Polygon 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"`
-	Points []*Point `protobuf:"bytes,3,rep,name=points,proto3" json:"points,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"`
+	Points               []*Point `protobuf:"bytes,3,rep,name=points,proto3" json:"points,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *Polygon) Reset()         { *m = Polygon{} }
@@ -1100,26 +1040,18 @@
 func (*Polygon) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{12}
 }
+
 func (m *Polygon) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_Polygon.Unmarshal(m, b)
 }
 func (m *Polygon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_Polygon.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_Polygon.Marshal(b, m, deterministic)
 }
 func (m *Polygon) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_Polygon.Merge(m, src)
 }
 func (m *Polygon) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_Polygon.Size(m)
 }
 func (m *Polygon) XXX_DiscardUnknown() {
 	xxx_messageInfo_Polygon.DiscardUnknown(m)
@@ -1149,8 +1081,11 @@
 }
 
 type CameraTaskArgs struct {
-	CameraId string           `protobuf:"bytes,1,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"`
-	TaskArgs []*TaskGroupArgs `protobuf:"bytes,2,rep,name=task_args,json=taskArgs,proto3" json:"task_args,omitempty"`
+	CameraId             string           `protobuf:"bytes,1,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"`
+	TaskArgs             []*TaskGroupArgs `protobuf:"bytes,2,rep,name=task_args,json=taskArgs,proto3" json:"task_args,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
+	XXX_unrecognized     []byte           `json:"-"`
+	XXX_sizecache        int32            `json:"-"`
 }
 
 func (m *CameraTaskArgs) Reset()         { *m = CameraTaskArgs{} }
@@ -1159,26 +1094,18 @@
 func (*CameraTaskArgs) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{13}
 }
+
 func (m *CameraTaskArgs) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_CameraTaskArgs.Unmarshal(m, b)
 }
 func (m *CameraTaskArgs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_CameraTaskArgs.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_CameraTaskArgs.Marshal(b, m, deterministic)
 }
 func (m *CameraTaskArgs) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_CameraTaskArgs.Merge(m, src)
 }
 func (m *CameraTaskArgs) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_CameraTaskArgs.Size(m)
 }
 func (m *CameraTaskArgs) XXX_DiscardUnknown() {
 	xxx_messageInfo_CameraTaskArgs.DiscardUnknown(m)
@@ -1201,9 +1128,12 @@
 }
 
 type TaskGroupArgs struct {
-	TaskId     string       `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
-	GroupRules []*GroupRule `protobuf:"bytes,2,rep,name=group_rules,json=groupRules,proto3" json:"group_rules,omitempty"`
-	Enable     bool         `protobuf:"varint,3,opt,name=enable,proto3" json:"enable,omitempty"`
+	TaskId               string       `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
+	GroupRules           []*GroupRule `protobuf:"bytes,2,rep,name=group_rules,json=groupRules,proto3" json:"group_rules,omitempty"`
+	Enable               bool         `protobuf:"varint,3,opt,name=enable,proto3" json:"enable,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
+	XXX_unrecognized     []byte       `json:"-"`
+	XXX_sizecache        int32        `json:"-"`
 }
 
 func (m *TaskGroupArgs) Reset()         { *m = TaskGroupArgs{} }
@@ -1212,26 +1142,18 @@
 func (*TaskGroupArgs) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{14}
 }
+
 func (m *TaskGroupArgs) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_TaskGroupArgs.Unmarshal(m, b)
 }
 func (m *TaskGroupArgs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_TaskGroupArgs.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_TaskGroupArgs.Marshal(b, m, deterministic)
 }
 func (m *TaskGroupArgs) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_TaskGroupArgs.Merge(m, src)
 }
 func (m *TaskGroupArgs) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_TaskGroupArgs.Size(m)
 }
 func (m *TaskGroupArgs) XXX_DiscardUnknown() {
 	xxx_messageInfo_TaskGroupArgs.DiscardUnknown(m)
@@ -1261,12 +1183,15 @@
 }
 
 type GroupRule struct {
-	GroupId      string  `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
-	GroupText    string  `protobuf:"bytes,2,opt,name=group_text,json=groupText,proto3" json:"group_text,omitempty"`
-	AlarmLevel   int32   `protobuf:"varint,3,opt,name=alarm_level,json=alarmLevel,proto3" json:"alarm_level,omitempty"`
-	Rules        []*Rule `protobuf:"bytes,4,rep,name=rules,proto3" json:"rules,omitempty"`
-	SetType      string  `protobuf:"bytes,5,opt,name=set_type,json=setType,proto3" json:"set_type,omitempty"`
-	DefenceState bool    `protobuf:"varint,6,opt,name=defence_state,json=defenceState,proto3" json:"defence_state,omitempty"`
+	GroupId              string   `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
+	GroupText            string   `protobuf:"bytes,2,opt,name=group_text,json=groupText,proto3" json:"group_text,omitempty"`
+	AlarmLevel           int32    `protobuf:"varint,3,opt,name=alarm_level,json=alarmLevel,proto3" json:"alarm_level,omitempty"`
+	Rules                []*Rule  `protobuf:"bytes,4,rep,name=rules,proto3" json:"rules,omitempty"`
+	SetType              string   `protobuf:"bytes,5,opt,name=set_type,json=setType,proto3" json:"set_type,omitempty"`
+	DefenceState         bool     `protobuf:"varint,6,opt,name=defence_state,json=defenceState,proto3" json:"defence_state,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *GroupRule) Reset()         { *m = GroupRule{} }
@@ -1275,26 +1200,18 @@
 func (*GroupRule) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{15}
 }
+
 func (m *GroupRule) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_GroupRule.Unmarshal(m, b)
 }
 func (m *GroupRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_GroupRule.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_GroupRule.Marshal(b, m, deterministic)
 }
 func (m *GroupRule) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_GroupRule.Merge(m, src)
 }
 func (m *GroupRule) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_GroupRule.Size(m)
 }
 func (m *GroupRule) XXX_DiscardUnknown() {
 	xxx_messageInfo_GroupRule.DiscardUnknown(m)
@@ -1345,18 +1262,21 @@
 }
 
 type Rule struct {
-	Id           string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
-	CameraTaskId string `protobuf:"bytes,2,opt,name=camera_task_id,json=cameraTaskId,proto3" json:"camera_task_id,omitempty"`
-	CameraId     string `protobuf:"bytes,3,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"`
-	PolygonId    string `protobuf:"bytes,4,opt,name=polygon_id,json=polygonId,proto3" json:"polygon_id,omitempty"`
-	SdkId        string `protobuf:"bytes,5,opt,name=sdk_id,json=sdkId,proto3" json:"sdk_id,omitempty"`
-	SdkArgAlias  string `protobuf:"bytes,6,opt,name=sdk_arg_alias,json=sdkArgAlias,proto3" json:"sdk_arg_alias,omitempty"`
-	Operator     string `protobuf:"bytes,7,opt,name=operator,proto3" json:"operator,omitempty"`
-	OperatorType string `protobuf:"bytes,8,opt,name=operator_type,json=operatorType,proto3" json:"operator_type,omitempty"`
-	SdkArgValue  string `protobuf:"bytes,9,opt,name=sdk_arg_value,json=sdkArgValue,proto3" json:"sdk_arg_value,omitempty"`
-	Sort         int32  `protobuf:"varint,10,opt,name=sort,proto3" json:"sort,omitempty"`
-	RuleWithPre  string `protobuf:"bytes,11,opt,name=rule_with_pre,json=ruleWithPre,proto3" json:"rule_with_pre,omitempty"`
-	GroupId      string `protobuf:"bytes,12,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
+	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+	CameraTaskId         string   `protobuf:"bytes,2,opt,name=camera_task_id,json=cameraTaskId,proto3" json:"camera_task_id,omitempty"`
+	CameraId             string   `protobuf:"bytes,3,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"`
+	PolygonId            string   `protobuf:"bytes,4,opt,name=polygon_id,json=polygonId,proto3" json:"polygon_id,omitempty"`
+	SdkId                string   `protobuf:"bytes,5,opt,name=sdk_id,json=sdkId,proto3" json:"sdk_id,omitempty"`
+	SdkArgAlias          string   `protobuf:"bytes,6,opt,name=sdk_arg_alias,json=sdkArgAlias,proto3" json:"sdk_arg_alias,omitempty"`
+	Operator             string   `protobuf:"bytes,7,opt,name=operator,proto3" json:"operator,omitempty"`
+	OperatorType         string   `protobuf:"bytes,8,opt,name=operator_type,json=operatorType,proto3" json:"operator_type,omitempty"`
+	SdkArgValue          string   `protobuf:"bytes,9,opt,name=sdk_arg_value,json=sdkArgValue,proto3" json:"sdk_arg_value,omitempty"`
+	Sort                 int32    `protobuf:"varint,10,opt,name=sort,proto3" json:"sort,omitempty"`
+	RuleWithPre          string   `protobuf:"bytes,11,opt,name=rule_with_pre,json=ruleWithPre,proto3" json:"rule_with_pre,omitempty"`
+	GroupId              string   `protobuf:"bytes,12,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *Rule) Reset()         { *m = Rule{} }
@@ -1365,26 +1285,18 @@
 func (*Rule) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{16}
 }
+
 func (m *Rule) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_Rule.Unmarshal(m, b)
 }
 func (m *Rule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_Rule.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_Rule.Marshal(b, m, deterministic)
 }
 func (m *Rule) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_Rule.Merge(m, src)
 }
 func (m *Rule) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_Rule.Size(m)
 }
 func (m *Rule) XXX_DiscardUnknown() {
 	xxx_messageInfo_Rule.DiscardUnknown(m)
@@ -1478,18 +1390,21 @@
 
 //Sdk struct
 type Sdk struct {
-	Id         string    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
-	IpcId      string    `protobuf:"bytes,2,opt,name=ipc_id,json=ipcId,proto3" json:"ipc_id,omitempty"`
-	SdkType    string    `protobuf:"bytes,3,opt,name=sdk_type,json=sdkType,proto3" json:"sdk_type,omitempty"`
-	SdkName    string    `protobuf:"bytes,4,opt,name=sdk_name,json=sdkName,proto3" json:"sdk_name,omitempty"`
-	Args       []*SdkArg `protobuf:"bytes,5,rep,name=args,proto3" json:"args,omitempty"`
-	Icon       string    `protobuf:"bytes,6,opt,name=icon,proto3" json:"icon,omitempty"`
-	Url        string    `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"`
-	CreateTime string    `protobuf:"bytes,8,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
-	UpdateTime string    `protobuf:"bytes,9,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
-	CreateBy   string    `protobuf:"bytes,10,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
-	Enable     bool      `protobuf:"varint,11,opt,name=enable,proto3" json:"enable,omitempty"`
-	DelFlag    int32     `protobuf:"varint,12,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
+	Id                   string    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+	IpcId                string    `protobuf:"bytes,2,opt,name=ipc_id,json=ipcId,proto3" json:"ipc_id,omitempty"`
+	SdkType              string    `protobuf:"bytes,3,opt,name=sdk_type,json=sdkType,proto3" json:"sdk_type,omitempty"`
+	SdkName              string    `protobuf:"bytes,4,opt,name=sdk_name,json=sdkName,proto3" json:"sdk_name,omitempty"`
+	Args                 []*SdkArg `protobuf:"bytes,5,rep,name=args,proto3" json:"args,omitempty"`
+	Icon                 string    `protobuf:"bytes,6,opt,name=icon,proto3" json:"icon,omitempty"`
+	Url                  string    `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"`
+	CreateTime           string    `protobuf:"bytes,8,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
+	UpdateTime           string    `protobuf:"bytes,9,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
+	CreateBy             string    `protobuf:"bytes,10,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
+	Enable               bool      `protobuf:"varint,11,opt,name=enable,proto3" json:"enable,omitempty"`
+	DelFlag              int32     `protobuf:"varint,12,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
+	XXX_unrecognized     []byte    `json:"-"`
+	XXX_sizecache        int32     `json:"-"`
 }
 
 func (m *Sdk) Reset()         { *m = Sdk{} }
@@ -1498,26 +1413,18 @@
 func (*Sdk) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{17}
 }
+
 func (m *Sdk) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_Sdk.Unmarshal(m, b)
 }
 func (m *Sdk) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_Sdk.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_Sdk.Marshal(b, m, deterministic)
 }
 func (m *Sdk) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_Sdk.Merge(m, src)
 }
 func (m *Sdk) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_Sdk.Size(m)
 }
 func (m *Sdk) XXX_DiscardUnknown() {
 	xxx_messageInfo_Sdk.DiscardUnknown(m)
@@ -1610,9 +1517,12 @@
 }
 
 type TaskSdkRule struct {
-	TaskId   string        `protobuf:"bytes,1,opt,name=taskId,proto3" json:"taskId,omitempty"`
-	Enable   bool          `protobuf:"varint,2,opt,name=enable,proto3" json:"enable,omitempty"`
-	SdkRules []*SdkRuleSet `protobuf:"bytes,3,rep,name=sdkRules,proto3" json:"sdkRules,omitempty"`
+	TaskId               string        `protobuf:"bytes,1,opt,name=taskId,proto3" json:"taskId,omitempty"`
+	Enable               bool          `protobuf:"varint,2,opt,name=enable,proto3" json:"enable,omitempty"`
+	SdkRules             []*SdkRuleSet `protobuf:"bytes,3,rep,name=sdkRules,proto3" json:"sdkRules,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
+	XXX_unrecognized     []byte        `json:"-"`
+	XXX_sizecache        int32         `json:"-"`
 }
 
 func (m *TaskSdkRule) Reset()         { *m = TaskSdkRule{} }
@@ -1621,26 +1531,18 @@
 func (*TaskSdkRule) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{18}
 }
+
 func (m *TaskSdkRule) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_TaskSdkRule.Unmarshal(m, b)
 }
 func (m *TaskSdkRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_TaskSdkRule.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_TaskSdkRule.Marshal(b, m, deterministic)
 }
 func (m *TaskSdkRule) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_TaskSdkRule.Merge(m, src)
 }
 func (m *TaskSdkRule) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_TaskSdkRule.Size(m)
 }
 func (m *TaskSdkRule) XXX_DiscardUnknown() {
 	xxx_messageInfo_TaskSdkRule.DiscardUnknown(m)
@@ -1670,10 +1572,13 @@
 }
 
 type SdkRuleSet struct {
-	SdkId string     `protobuf:"bytes,1,opt,name=sdkId,proto3" json:"sdkId,omitempty"`
-	IpcId string     `protobuf:"bytes,2,opt,name=ipcId,proto3" json:"ipcId,omitempty"`
-	Rules []*SdkRule `protobuf:"bytes,3,rep,name=rules,proto3" json:"rules,omitempty"`
-	Sort  int32      `protobuf:"varint,4,opt,name=sort,proto3" json:"sort,omitempty"`
+	SdkId                string     `protobuf:"bytes,1,opt,name=sdkId,proto3" json:"sdkId,omitempty"`
+	IpcId                string     `protobuf:"bytes,2,opt,name=ipcId,proto3" json:"ipcId,omitempty"`
+	Rules                []*SdkRule `protobuf:"bytes,3,rep,name=rules,proto3" json:"rules,omitempty"`
+	Sort                 int32      `protobuf:"varint,4,opt,name=sort,proto3" json:"sort,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
+	XXX_unrecognized     []byte     `json:"-"`
+	XXX_sizecache        int32      `json:"-"`
 }
 
 func (m *SdkRuleSet) Reset()         { *m = SdkRuleSet{} }
@@ -1682,26 +1587,18 @@
 func (*SdkRuleSet) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{19}
 }
+
 func (m *SdkRuleSet) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_SdkRuleSet.Unmarshal(m, b)
 }
 func (m *SdkRuleSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_SdkRuleSet.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_SdkRuleSet.Marshal(b, m, deterministic)
 }
 func (m *SdkRuleSet) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_SdkRuleSet.Merge(m, src)
 }
 func (m *SdkRuleSet) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_SdkRuleSet.Size(m)
 }
 func (m *SdkRuleSet) XXX_DiscardUnknown() {
 	xxx_messageInfo_SdkRuleSet.DiscardUnknown(m)
@@ -1738,10 +1635,13 @@
 }
 
 type SdkRule struct {
-	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
-	SdkArgAlias string `protobuf:"bytes,2,opt,name=sdk_arg_alias,json=sdkArgAlias,proto3" json:"sdk_arg_alias,omitempty"`
-	Operator    string `protobuf:"bytes,3,opt,name=operator,proto3" json:"operator,omitempty"`
-	SdkArgValue string `protobuf:"bytes,4,opt,name=sdk_arg_value,json=sdkArgValue,proto3" json:"sdk_arg_value,omitempty"`
+	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+	SdkArgAlias          string   `protobuf:"bytes,2,opt,name=sdk_arg_alias,json=sdkArgAlias,proto3" json:"sdk_arg_alias,omitempty"`
+	Operator             string   `protobuf:"bytes,3,opt,name=operator,proto3" json:"operator,omitempty"`
+	SdkArgValue          string   `protobuf:"bytes,4,opt,name=sdk_arg_value,json=sdkArgValue,proto3" json:"sdk_arg_value,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *SdkRule) Reset()         { *m = SdkRule{} }
@@ -1750,26 +1650,18 @@
 func (*SdkRule) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{20}
 }
+
 func (m *SdkRule) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_SdkRule.Unmarshal(m, b)
 }
 func (m *SdkRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_SdkRule.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_SdkRule.Marshal(b, m, deterministic)
 }
 func (m *SdkRule) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_SdkRule.Merge(m, src)
 }
 func (m *SdkRule) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_SdkRule.Size(m)
 }
 func (m *SdkRule) XXX_DiscardUnknown() {
 	xxx_messageInfo_SdkRule.DiscardUnknown(m)
@@ -1807,15 +1699,18 @@
 
 //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"`
-	DefaultValue    string `protobuf:"bytes,7,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"`
-	DefaultOperator string `protobuf:"bytes,8,opt,name=default_operator,json=defaultOperator,proto3" json:"default_operator,omitempty"`
-	Sort            int32  `protobuf:"varint,9,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"`
+	DefaultOperator      string   `protobuf:"bytes,8,opt,name=default_operator,json=defaultOperator,proto3" json:"default_operator,omitempty"`
+	Sort                 int32    `protobuf:"varint,9,opt,name=sort,proto3" json:"sort,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *SdkArg) Reset()         { *m = SdkArg{} }
@@ -1824,26 +1719,18 @@
 func (*SdkArg) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{21}
 }
+
 func (m *SdkArg) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_SdkArg.Unmarshal(m, b)
 }
 func (m *SdkArg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_SdkArg.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_SdkArg.Marshal(b, m, deterministic)
 }
 func (m *SdkArg) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_SdkArg.Merge(m, src)
 }
 func (m *SdkArg) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_SdkArg.Size(m)
 }
 func (m *SdkArg) XXX_DiscardUnknown() {
 	xxx_messageInfo_SdkArg.DiscardUnknown(m)
@@ -1915,8 +1802,11 @@
 }
 
 type SdkChanSet struct {
-	SdkType string `protobuf:"bytes,1,opt,name=sdk_type,json=sdkType,proto3" json:"sdk_type,omitempty"`
-	ChanNum int32  `protobuf:"varint,2,opt,name=chan_num,json=chanNum,proto3" json:"chan_num,omitempty"`
+	SdkType              string   `protobuf:"bytes,1,opt,name=sdk_type,json=sdkType,proto3" json:"sdk_type,omitempty"`
+	ChanNum              int32    `protobuf:"varint,2,opt,name=chan_num,json=chanNum,proto3" json:"chan_num,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *SdkChanSet) Reset()         { *m = SdkChanSet{} }
@@ -1925,26 +1815,18 @@
 func (*SdkChanSet) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{22}
 }
+
 func (m *SdkChanSet) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_SdkChanSet.Unmarshal(m, b)
 }
 func (m *SdkChanSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_SdkChanSet.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_SdkChanSet.Marshal(b, m, deterministic)
 }
 func (m *SdkChanSet) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_SdkChanSet.Merge(m, src)
 }
 func (m *SdkChanSet) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_SdkChanSet.Size(m)
 }
 func (m *SdkChanSet) XXX_DiscardUnknown() {
 	xxx_messageInfo_SdkChanSet.DiscardUnknown(m)
@@ -1968,10 +1850,13 @@
 
 //publish db change message
 type DbChangeMessage struct {
-	Table  TableChanged `protobuf:"varint,1,opt,name=table,proto3,enum=protomsg.TableChanged" json:"table,omitempty"`
-	Id     string       `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
-	Action DbAction     `protobuf:"varint,3,opt,name=action,proto3,enum=protomsg.DbAction" json:"action,omitempty"`
-	Info   string       `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"`
+	Table                TableChanged `protobuf:"varint,1,opt,name=table,proto3,enum=protomsg.TableChanged" json:"table,omitempty"`
+	Id                   string       `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
+	Action               DbAction     `protobuf:"varint,3,opt,name=action,proto3,enum=protomsg.DbAction" json:"action,omitempty"`
+	Info                 string       `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
+	XXX_unrecognized     []byte       `json:"-"`
+	XXX_sizecache        int32        `json:"-"`
 }
 
 func (m *DbChangeMessage) Reset()         { *m = DbChangeMessage{} }
@@ -1980,26 +1865,18 @@
 func (*DbChangeMessage) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{23}
 }
+
 func (m *DbChangeMessage) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_DbChangeMessage.Unmarshal(m, b)
 }
 func (m *DbChangeMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_DbChangeMessage.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_DbChangeMessage.Marshal(b, m, deterministic)
 }
 func (m *DbChangeMessage) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_DbChangeMessage.Merge(m, src)
 }
 func (m *DbChangeMessage) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_DbChangeMessage.Size(m)
 }
 func (m *DbChangeMessage) XXX_DiscardUnknown() {
 	xxx_messageInfo_DbChangeMessage.DiscardUnknown(m)
@@ -2036,14 +1913,17 @@
 }
 
 type CameraPolygon struct {
-	Id            string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
-	CameraId      string `protobuf:"bytes,2,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"`
-	Name          string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
-	Polygon       string `protobuf:"bytes,4,opt,name=polygon,proto3" json:"polygon,omitempty"`
-	TriggerLine   string `protobuf:"bytes,5,opt,name=trigger_line,json=triggerLine,proto3" json:"trigger_line,omitempty"`
-	DirectionLine string `protobuf:"bytes,6,opt,name=direction_line,json=directionLine,proto3" json:"direction_line,omitempty"`
-	Type          string `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"`
-	DefenceState  int32  `protobuf:"varint,8,opt,name=defence_state,json=defenceState,proto3" json:"defence_state,omitempty"`
+	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+	CameraId             string   `protobuf:"bytes,2,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"`
+	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
+	Polygon              string   `protobuf:"bytes,4,opt,name=polygon,proto3" json:"polygon,omitempty"`
+	TriggerLine          string   `protobuf:"bytes,5,opt,name=trigger_line,json=triggerLine,proto3" json:"trigger_line,omitempty"`
+	DirectionLine        string   `protobuf:"bytes,6,opt,name=direction_line,json=directionLine,proto3" json:"direction_line,omitempty"`
+	Type                 string   `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"`
+	DefenceState         int32    `protobuf:"varint,8,opt,name=defence_state,json=defenceState,proto3" json:"defence_state,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *CameraPolygon) Reset()         { *m = CameraPolygon{} }
@@ -2052,26 +1932,18 @@
 func (*CameraPolygon) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{24}
 }
+
 func (m *CameraPolygon) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_CameraPolygon.Unmarshal(m, b)
 }
 func (m *CameraPolygon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_CameraPolygon.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_CameraPolygon.Marshal(b, m, deterministic)
 }
 func (m *CameraPolygon) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_CameraPolygon.Merge(m, src)
 }
 func (m *CameraPolygon) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_CameraPolygon.Size(m)
 }
 func (m *CameraPolygon) XXX_DiscardUnknown() {
 	xxx_messageInfo_CameraPolygon.DiscardUnknown(m)
@@ -2136,13 +2008,16 @@
 }
 
 type VideotapeInfo struct {
-	EsDataId string   `protobuf:"bytes,1,opt,name=esDataId,proto3" json:"esDataId,omitempty"`
-	CameraId string   `protobuf:"bytes,2,opt,name=cameraId,proto3" json:"cameraId,omitempty"`
-	TaskId   string   `protobuf:"bytes,3,opt,name=taskId,proto3" json:"taskId,omitempty"`
-	ImgId    int64    `protobuf:"varint,4,opt,name=imgId,proto3" json:"imgId,omitempty"`
-	VideoUrl string   `protobuf:"bytes,5,opt,name=videoUrl,proto3" json:"videoUrl,omitempty"`
-	SdkIds   []string `protobuf:"bytes,6,rep,name=sdkIds,proto3" json:"sdkIds,omitempty"`
-	Type     int32    `protobuf:"varint,7,opt,name=type,proto3" json:"type,omitempty"`
+	EsDataId             string   `protobuf:"bytes,1,opt,name=esDataId,proto3" json:"esDataId,omitempty"`
+	CameraId             string   `protobuf:"bytes,2,opt,name=cameraId,proto3" json:"cameraId,omitempty"`
+	TaskId               string   `protobuf:"bytes,3,opt,name=taskId,proto3" json:"taskId,omitempty"`
+	ImgId                int64    `protobuf:"varint,4,opt,name=imgId,proto3" json:"imgId,omitempty"`
+	VideoUrl             string   `protobuf:"bytes,5,opt,name=videoUrl,proto3" json:"videoUrl,omitempty"`
+	SdkIds               []string `protobuf:"bytes,6,rep,name=sdkIds,proto3" json:"sdkIds,omitempty"`
+	Type                 int32    `protobuf:"varint,7,opt,name=type,proto3" json:"type,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *VideotapeInfo) Reset()         { *m = VideotapeInfo{} }
@@ -2151,26 +2026,18 @@
 func (*VideotapeInfo) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{25}
 }
+
 func (m *VideotapeInfo) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_VideotapeInfo.Unmarshal(m, b)
 }
 func (m *VideotapeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_VideotapeInfo.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_VideotapeInfo.Marshal(b, m, deterministic)
 }
 func (m *VideotapeInfo) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_VideotapeInfo.Merge(m, src)
 }
 func (m *VideotapeInfo) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_VideotapeInfo.Size(m)
 }
 func (m *VideotapeInfo) XXX_DiscardUnknown() {
 	xxx_messageInfo_VideotapeInfo.DiscardUnknown(m)
@@ -2228,18 +2095,21 @@
 }
 
 type CompareArgs struct {
-	TableIds         []string `protobuf:"bytes,1,rep,name=tableIds,proto3" json:"tableIds,omitempty"`
-	CompareThreshold float32  `protobuf:"fixed32,2,opt,name=compareThreshold,proto3" json:"compareThreshold,omitempty"`
-	FaceFeature      []byte   `protobuf:"bytes,3,opt,name=faceFeature,proto3" json:"faceFeature,omitempty"`
-	Tasks            []string `protobuf:"bytes,4,rep,name=tasks,proto3" json:"tasks,omitempty"`
-	TreeNodes        []string `protobuf:"bytes,5,rep,name=treeNodes,proto3" json:"treeNodes,omitempty"`
-	Tabs             []string `protobuf:"bytes,6,rep,name=tabs,proto3" json:"tabs,omitempty"`
-	AlarmLevel       string   `protobuf:"bytes,7,opt,name=alarmLevel,proto3" json:"alarmLevel,omitempty"`
-	SearchTime       []string `protobuf:"bytes,8,rep,name=searchTime,proto3" json:"searchTime,omitempty"`
-	InputValue       string   `protobuf:"bytes,9,opt,name=inputValue,proto3" json:"inputValue,omitempty"`
-	Collection       string   `protobuf:"bytes,10,opt,name=collection,proto3" json:"collection,omitempty"`
-	Source           bool     `protobuf:"varint,11,opt,name=source,proto3" json:"source,omitempty"`
-	AnalyServerId    string   `protobuf:"bytes,12,opt,name=analyServerId,proto3" json:"analyServerId,omitempty"`
+	TableIds             []string `protobuf:"bytes,1,rep,name=tableIds,proto3" json:"tableIds,omitempty"`
+	CompareThreshold     float32  `protobuf:"fixed32,2,opt,name=compareThreshold,proto3" json:"compareThreshold,omitempty"`
+	FaceFeature          []byte   `protobuf:"bytes,3,opt,name=faceFeature,proto3" json:"faceFeature,omitempty"`
+	Tasks                []string `protobuf:"bytes,4,rep,name=tasks,proto3" json:"tasks,omitempty"`
+	TreeNodes            []string `protobuf:"bytes,5,rep,name=treeNodes,proto3" json:"treeNodes,omitempty"`
+	Tabs                 []string `protobuf:"bytes,6,rep,name=tabs,proto3" json:"tabs,omitempty"`
+	AlarmLevel           string   `protobuf:"bytes,7,opt,name=alarmLevel,proto3" json:"alarmLevel,omitempty"`
+	SearchTime           []string `protobuf:"bytes,8,rep,name=searchTime,proto3" json:"searchTime,omitempty"`
+	InputValue           string   `protobuf:"bytes,9,opt,name=inputValue,proto3" json:"inputValue,omitempty"`
+	Collection           string   `protobuf:"bytes,10,opt,name=collection,proto3" json:"collection,omitempty"`
+	Source               bool     `protobuf:"varint,11,opt,name=source,proto3" json:"source,omitempty"`
+	AnalyServerId        string   `protobuf:"bytes,12,opt,name=analyServerId,proto3" json:"analyServerId,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *CompareArgs) Reset()         { *m = CompareArgs{} }
@@ -2248,26 +2118,18 @@
 func (*CompareArgs) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{26}
 }
+
 func (m *CompareArgs) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_CompareArgs.Unmarshal(m, b)
 }
 func (m *CompareArgs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_CompareArgs.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_CompareArgs.Marshal(b, m, deterministic)
 }
 func (m *CompareArgs) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_CompareArgs.Merge(m, src)
 }
 func (m *CompareArgs) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_CompareArgs.Size(m)
 }
 func (m *CompareArgs) XXX_DiscardUnknown() {
 	xxx_messageInfo_CompareArgs.DiscardUnknown(m)
@@ -2360,8 +2222,11 @@
 }
 
 type CompareEvent struct {
-	EventType CompareEventType `protobuf:"varint,1,opt,name=eventType,proto3,enum=protomsg.CompareEventType" json:"eventType,omitempty"`
-	Payload   []byte           `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
+	EventType            CompareEventType `protobuf:"varint,1,opt,name=eventType,proto3,enum=protomsg.CompareEventType" json:"eventType,omitempty"`
+	Payload              []byte           `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
+	XXX_unrecognized     []byte           `json:"-"`
+	XXX_sizecache        int32            `json:"-"`
 }
 
 func (m *CompareEvent) Reset()         { *m = CompareEvent{} }
@@ -2370,26 +2235,18 @@
 func (*CompareEvent) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{27}
 }
+
 func (m *CompareEvent) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_CompareEvent.Unmarshal(m, b)
 }
 func (m *CompareEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_CompareEvent.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_CompareEvent.Marshal(b, m, deterministic)
 }
 func (m *CompareEvent) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_CompareEvent.Merge(m, src)
 }
 func (m *CompareEvent) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_CompareEvent.Size(m)
 }
 func (m *CompareEvent) XXX_DiscardUnknown() {
 	xxx_messageInfo_CompareEvent.DiscardUnknown(m)
@@ -2412,9 +2269,12 @@
 }
 
 type SdkCompareEach struct {
-	Id           string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
-	Tableid      string  `protobuf:"bytes,2,opt,name=tableid,proto3" json:"tableid,omitempty"`
-	CompareScore float32 `protobuf:"fixed32,3,opt,name=compareScore,proto3" json:"compareScore,omitempty"`
+	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+	Tableid              string   `protobuf:"bytes,2,opt,name=tableid,proto3" json:"tableid,omitempty"`
+	CompareScore         float32  `protobuf:"fixed32,3,opt,name=compareScore,proto3" json:"compareScore,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *SdkCompareEach) Reset()         { *m = SdkCompareEach{} }
@@ -2423,26 +2283,18 @@
 func (*SdkCompareEach) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{28}
 }
+
 func (m *SdkCompareEach) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_SdkCompareEach.Unmarshal(m, b)
 }
 func (m *SdkCompareEach) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_SdkCompareEach.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_SdkCompareEach.Marshal(b, m, deterministic)
 }
 func (m *SdkCompareEach) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_SdkCompareEach.Merge(m, src)
 }
 func (m *SdkCompareEach) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_SdkCompareEach.Size(m)
 }
 func (m *SdkCompareEach) XXX_DiscardUnknown() {
 	xxx_messageInfo_SdkCompareEach.DiscardUnknown(m)
@@ -2472,7 +2324,10 @@
 }
 
 type SdkCompareResult struct {
-	CompareResult []*SdkCompareEach `protobuf:"bytes,1,rep,name=compareResult,proto3" json:"compareResult,omitempty"`
+	CompareResult        []*SdkCompareEach `protobuf:"bytes,1,rep,name=compareResult,proto3" json:"compareResult,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
+	XXX_unrecognized     []byte            `json:"-"`
+	XXX_sizecache        int32             `json:"-"`
 }
 
 func (m *SdkCompareResult) Reset()         { *m = SdkCompareResult{} }
@@ -2481,26 +2336,18 @@
 func (*SdkCompareResult) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{29}
 }
+
 func (m *SdkCompareResult) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_SdkCompareResult.Unmarshal(m, b)
 }
 func (m *SdkCompareResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_SdkCompareResult.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_SdkCompareResult.Marshal(b, m, deterministic)
 }
 func (m *SdkCompareResult) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_SdkCompareResult.Merge(m, src)
 }
 func (m *SdkCompareResult) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_SdkCompareResult.Size(m)
 }
 func (m *SdkCompareResult) XXX_DiscardUnknown() {
 	xxx_messageInfo_SdkCompareResult.DiscardUnknown(m)
@@ -2516,18 +2363,21 @@
 }
 
 type EventPush 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"`
-	TimeStart    string           `protobuf:"bytes,3,opt,name=time_start,json=timeStart,proto3" json:"time_start,omitempty"`
-	TimeEnd      string           `protobuf:"bytes,4,opt,name=time_end,json=timeEnd,proto3" json:"time_end,omitempty"`
-	IsSatisfyAll bool             `protobuf:"varint,5,opt,name=is_satisfy_all,json=isSatisfyAll,proto3" json:"is_satisfy_all,omitempty"`
-	RuleText     string           `protobuf:"bytes,6,opt,name=rule_text,json=ruleText,proto3" json:"rule_text,omitempty"`
-	Enable       bool             `protobuf:"varint,7,opt,name=enable,proto3" json:"enable,omitempty"`
-	LinkType     string           `protobuf:"bytes,8,opt,name=link_type,json=linkType,proto3" json:"link_type,omitempty"`
-	LinkDevice   string           `protobuf:"bytes,9,opt,name=link_device,json=linkDevice,proto3" json:"link_device,omitempty"`
-	IpPorts      []*PushIpPort    `protobuf:"bytes,10,rep,name=ip_ports,json=ipPorts,proto3" json:"ip_ports,omitempty"`
-	Urls         []*PushUrl       `protobuf:"bytes,11,rep,name=urls,proto3" json:"urls,omitempty"`
-	Rules        []*EventPushRule `protobuf:"bytes,12,rep,name=rules,proto3" json:"rules,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"`
+	TimeStart            string           `protobuf:"bytes,3,opt,name=time_start,json=timeStart,proto3" json:"time_start,omitempty"`
+	TimeEnd              string           `protobuf:"bytes,4,opt,name=time_end,json=timeEnd,proto3" json:"time_end,omitempty"`
+	IsSatisfyAll         bool             `protobuf:"varint,5,opt,name=is_satisfy_all,json=isSatisfyAll,proto3" json:"is_satisfy_all,omitempty"`
+	RuleText             string           `protobuf:"bytes,6,opt,name=rule_text,json=ruleText,proto3" json:"rule_text,omitempty"`
+	Enable               bool             `protobuf:"varint,7,opt,name=enable,proto3" json:"enable,omitempty"`
+	LinkType             string           `protobuf:"bytes,8,opt,name=link_type,json=linkType,proto3" json:"link_type,omitempty"`
+	LinkDevice           string           `protobuf:"bytes,9,opt,name=link_device,json=linkDevice,proto3" json:"link_device,omitempty"`
+	IpPorts              []*PushIpPort    `protobuf:"bytes,10,rep,name=ip_ports,json=ipPorts,proto3" json:"ip_ports,omitempty"`
+	Urls                 []*PushUrl       `protobuf:"bytes,11,rep,name=urls,proto3" json:"urls,omitempty"`
+	Rules                []*EventPushRule `protobuf:"bytes,12,rep,name=rules,proto3" json:"rules,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
+	XXX_unrecognized     []byte           `json:"-"`
+	XXX_sizecache        int32            `json:"-"`
 }
 
 func (m *EventPush) Reset()         { *m = EventPush{} }
@@ -2536,26 +2386,18 @@
 func (*EventPush) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{30}
 }
+
 func (m *EventPush) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_EventPush.Unmarshal(m, b)
 }
 func (m *EventPush) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_EventPush.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_EventPush.Marshal(b, m, deterministic)
 }
 func (m *EventPush) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_EventPush.Merge(m, src)
 }
 func (m *EventPush) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_EventPush.Size(m)
 }
 func (m *EventPush) XXX_DiscardUnknown() {
 	xxx_messageInfo_EventPush.DiscardUnknown(m)
@@ -2648,13 +2490,16 @@
 }
 
 type EventPushRule struct {
-	Id           string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
-	TopicType    string `protobuf:"bytes,2,opt,name=topic_type,json=topicType,proto3" json:"topic_type,omitempty"`
-	TopicArg     string `protobuf:"bytes,3,opt,name=topic_arg,json=topicArg,proto3" json:"topic_arg,omitempty"`
-	Operator     string `protobuf:"bytes,4,opt,name=operator,proto3" json:"operator,omitempty"`
-	OperatorType string `protobuf:"bytes,5,opt,name=operator_type,json=operatorType,proto3" json:"operator_type,omitempty"`
-	RuleValue    string `protobuf:"bytes,6,opt,name=rule_value,json=ruleValue,proto3" json:"rule_value,omitempty"`
-	EventPushId  string `protobuf:"bytes,7,opt,name=event_push_id,json=eventPushId,proto3" json:"event_push_id,omitempty"`
+	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+	TopicType            string   `protobuf:"bytes,2,opt,name=topic_type,json=topicType,proto3" json:"topic_type,omitempty"`
+	TopicArg             string   `protobuf:"bytes,3,opt,name=topic_arg,json=topicArg,proto3" json:"topic_arg,omitempty"`
+	Operator             string   `protobuf:"bytes,4,opt,name=operator,proto3" json:"operator,omitempty"`
+	OperatorType         string   `protobuf:"bytes,5,opt,name=operator_type,json=operatorType,proto3" json:"operator_type,omitempty"`
+	RuleValue            string   `protobuf:"bytes,6,opt,name=rule_value,json=ruleValue,proto3" json:"rule_value,omitempty"`
+	EventPushId          string   `protobuf:"bytes,7,opt,name=event_push_id,json=eventPushId,proto3" json:"event_push_id,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *EventPushRule) Reset()         { *m = EventPushRule{} }
@@ -2663,26 +2508,18 @@
 func (*EventPushRule) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{31}
 }
+
 func (m *EventPushRule) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_EventPushRule.Unmarshal(m, b)
 }
 func (m *EventPushRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_EventPushRule.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_EventPushRule.Marshal(b, m, deterministic)
 }
 func (m *EventPushRule) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_EventPushRule.Merge(m, src)
 }
 func (m *EventPushRule) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_EventPushRule.Size(m)
 }
 func (m *EventPushRule) XXX_DiscardUnknown() {
 	xxx_messageInfo_EventPushRule.DiscardUnknown(m)
@@ -2740,9 +2577,12 @@
 }
 
 type PushIpPort struct {
-	ServerIp string `protobuf:"bytes,1,opt,name=server_ip,json=serverIp,proto3" json:"server_ip,omitempty"`
-	Port     int32  `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
-	Enable   bool   `protobuf:"varint,3,opt,name=enable,proto3" json:"enable,omitempty"`
+	ServerIp             string   `protobuf:"bytes,1,opt,name=server_ip,json=serverIp,proto3" json:"server_ip,omitempty"`
+	Port                 int32    `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
+	Enable               bool     `protobuf:"varint,3,opt,name=enable,proto3" json:"enable,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *PushIpPort) Reset()         { *m = PushIpPort{} }
@@ -2751,26 +2591,18 @@
 func (*PushIpPort) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{32}
 }
+
 func (m *PushIpPort) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_PushIpPort.Unmarshal(m, b)
 }
 func (m *PushIpPort) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_PushIpPort.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_PushIpPort.Marshal(b, m, deterministic)
 }
 func (m *PushIpPort) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_PushIpPort.Merge(m, src)
 }
 func (m *PushIpPort) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_PushIpPort.Size(m)
 }
 func (m *PushIpPort) XXX_DiscardUnknown() {
 	xxx_messageInfo_PushIpPort.DiscardUnknown(m)
@@ -2800,8 +2632,11 @@
 }
 
 type PushUrl struct {
-	Url    string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
-	Enable bool   `protobuf:"varint,2,opt,name=enable,proto3" json:"enable,omitempty"`
+	Url                  string   `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
+	Enable               bool     `protobuf:"varint,2,opt,name=enable,proto3" json:"enable,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *PushUrl) Reset()         { *m = PushUrl{} }
@@ -2810,26 +2645,18 @@
 func (*PushUrl) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{33}
 }
+
 func (m *PushUrl) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_PushUrl.Unmarshal(m, b)
 }
 func (m *PushUrl) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_PushUrl.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_PushUrl.Marshal(b, m, deterministic)
 }
 func (m *PushUrl) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_PushUrl.Merge(m, src)
 }
 func (m *PushUrl) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_PushUrl.Size(m)
 }
 func (m *PushUrl) XXX_DiscardUnknown() {
 	xxx_messageInfo_PushUrl.DiscardUnknown(m)
@@ -2852,12 +2679,15 @@
 }
 
 type PushAttach struct {
-	PushId     string  `protobuf:"bytes,1,opt,name=push_id,json=pushId,proto3" json:"push_id,omitempty"`
-	Cam        *Camera `protobuf:"bytes,2,opt,name=cam,proto3" json:"cam,omitempty"`
-	ServerId   string  `protobuf:"bytes,3,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
-	ServerName string  `protobuf:"bytes,4,opt,name=server_name,json=serverName,proto3" json:"server_name,omitempty"`
-	LocalIp    string  `protobuf:"bytes,5,opt,name=local_ip,json=localIp,proto3" json:"local_ip,omitempty"`
-	VideoUrl   string  `protobuf:"bytes,6,opt,name=video_url,json=videoUrl,proto3" json:"video_url,omitempty"`
+	PushId               string   `protobuf:"bytes,1,opt,name=push_id,json=pushId,proto3" json:"push_id,omitempty"`
+	Cam                  *Camera  `protobuf:"bytes,2,opt,name=cam,proto3" json:"cam,omitempty"`
+	ServerId             string   `protobuf:"bytes,3,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
+	ServerName           string   `protobuf:"bytes,4,opt,name=server_name,json=serverName,proto3" json:"server_name,omitempty"`
+	LocalIp              string   `protobuf:"bytes,5,opt,name=local_ip,json=localIp,proto3" json:"local_ip,omitempty"`
+	VideoUrl             string   `protobuf:"bytes,6,opt,name=video_url,json=videoUrl,proto3" json:"video_url,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
 }
 
 func (m *PushAttach) Reset()         { *m = PushAttach{} }
@@ -2866,26 +2696,18 @@
 func (*PushAttach) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{34}
 }
+
 func (m *PushAttach) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_PushAttach.Unmarshal(m, b)
 }
 func (m *PushAttach) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_PushAttach.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_PushAttach.Marshal(b, m, deterministic)
 }
 func (m *PushAttach) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_PushAttach.Merge(m, src)
 }
 func (m *PushAttach) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_PushAttach.Size(m)
 }
 func (m *PushAttach) XXX_DiscardUnknown() {
 	xxx_messageInfo_PushAttach.DiscardUnknown(m)
@@ -2936,12 +2758,15 @@
 }
 
 type EsPersonCacheChange struct {
-	Type     EsCacheChanged `protobuf:"varint,1,opt,name=type,proto3,enum=protomsg.EsCacheChanged" json:"type,omitempty"`
-	TableId  []string       `protobuf:"bytes,2,rep,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
-	PersonId string         `protobuf:"bytes,3,opt,name=person_id,json=personId,proto3" json:"person_id,omitempty"`
-	Feature  string         `protobuf:"bytes,4,opt,name=feature,proto3" json:"feature,omitempty"`
-	Action   DbAction       `protobuf:"varint,5,opt,name=action,proto3,enum=protomsg.DbAction" json:"action,omitempty"`
-	Enable   int32          `protobuf:"varint,6,opt,name=enable,proto3" json:"enable,omitempty"`
+	Type                 EsCacheChanged `protobuf:"varint,1,opt,name=type,proto3,enum=protomsg.EsCacheChanged" json:"type,omitempty"`
+	TableId              []string       `protobuf:"bytes,2,rep,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
+	PersonId             string         `protobuf:"bytes,3,opt,name=person_id,json=personId,proto3" json:"person_id,omitempty"`
+	Feature              string         `protobuf:"bytes,4,opt,name=feature,proto3" json:"feature,omitempty"`
+	Action               DbAction       `protobuf:"varint,5,opt,name=action,proto3,enum=protomsg.DbAction" json:"action,omitempty"`
+	Enable               int32          `protobuf:"varint,6,opt,name=enable,proto3" json:"enable,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
+	XXX_unrecognized     []byte         `json:"-"`
+	XXX_sizecache        int32          `json:"-"`
 }
 
 func (m *EsPersonCacheChange) Reset()         { *m = EsPersonCacheChange{} }
@@ -2950,26 +2775,18 @@
 func (*EsPersonCacheChange) Descriptor() ([]byte, []int) {
 	return fileDescriptor_32de24555f916688, []int{35}
 }
+
 func (m *EsPersonCacheChange) XXX_Unmarshal(b []byte) error {
-	return m.Unmarshal(b)
+	return xxx_messageInfo_EsPersonCacheChange.Unmarshal(m, b)
 }
 func (m *EsPersonCacheChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	if deterministic {
-		return xxx_messageInfo_EsPersonCacheChange.Marshal(b, m, deterministic)
-	} else {
-		b = b[:cap(b)]
-		n, err := m.MarshalToSizedBuffer(b)
-		if err != nil {
-			return nil, err
-		}
-		return b[:n], nil
-	}
+	return xxx_messageInfo_EsPersonCacheChange.Marshal(b, m, deterministic)
 }
 func (m *EsPersonCacheChange) XXX_Merge(src proto.Message) {
 	xxx_messageInfo_EsPersonCacheChange.Merge(m, src)
 }
 func (m *EsPersonCacheChange) XXX_Size() int {
-	return m.Size()
+	return xxx_messageInfo_EsPersonCacheChange.Size(m)
 }
 func (m *EsPersonCacheChange) XXX_DiscardUnknown() {
 	xxx_messageInfo_EsPersonCacheChange.DiscardUnknown(m)
@@ -3065,11207 +2882,167 @@
 func init() { proto.RegisterFile("protomsg.proto", fileDescriptor_32de24555f916688) }
 
 var fileDescriptor_32de24555f916688 = []byte{
-	// 2617 bytes of a gzipped FileDescriptorProto
-	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x58, 0xcd, 0x8f, 0x1c, 0x47,
-	0x15, 0xdf, 0x9e, 0xef, 0x7e, 0xf3, 0xe1, 0x76, 0xdb, 0x24, 0x63, 0x27, 0xd9, 0x6c, 0x1a, 0x47,
-	0x31, 0x56, 0x08, 0x68, 0x93, 0x03, 0xe2, 0x80, 0x34, 0xf1, 0xda, 0x68, 0xa4, 0xc4, 0x2c, 0xbd,
-	0x6b, 0x73, 0xa3, 0x55, 0x33, 0x5d, 0x3b, 0xdb, 0xda, 0xda, 0xee, 0x56, 0x55, 0xf7, 0x26, 0x7b,
-	0xe0, 0x0f, 0xe0, 0x04, 0xff, 0x10, 0x82, 0x23, 0x07, 0x0e, 0x39, 0x70, 0x80, 0x53, 0x50, 0x7c,
-	0x41, 0x42, 0x9c, 0xb8, 0x82, 0x84, 0xde, 0xab, 0xaa, 0xfe, 0x98, 0x59, 0x27, 0x3e, 0x4d, 0xbd,
-	0xdf, 0xab, 0xae, 0x7a, 0xf5, 0xbe, 0xdf, 0xc0, 0x2c, 0x97, 0x59, 0x91, 0x5d, 0xaa, 0xcd, 0x47,
-	0xb4, 0xf0, 0x47, 0x96, 0xbe, 0x0f, 0x2b, 0xa6, 0xb8, 0x46, 0x83, 0xa7, 0xd0, 0x5b, 0x48, 0xce,
-	0xfc, 0x19, 0x74, 0x92, 0x78, 0xee, 0x1c, 0x38, 0x0f, 0xfb, 0x61, 0x27, 0x89, 0xfd, 0xfb, 0x30,
-	0xca, 0x99, 0xe4, 0x69, 0x91, 0xc4, 0xf3, 0x0e, 0xa1, 0x15, 0xed, 0xfb, 0xd0, 0x4b, 0xd9, 0x25,
-	0x9f, 0x77, 0x0f, 0x9c, 0x87, 0x6e, 0x48, 0xeb, 0xe0, 0xbf, 0x5d, 0x18, 0x3c, 0x66, 0x97, 0x5c,
-	0x36, 0x8f, 0x72, 0xe9, 0x28, 0xbb, 0xbd, 0x53, 0x6f, 0xf7, 0xef, 0x42, 0x9f, 0x89, 0x84, 0x29,
-	0x73, 0x86, 0x26, 0xfc, 0xf7, 0x60, 0xa2, 0x52, 0x96, 0xab, 0xf3, 0xac, 0x88, 0x4a, 0x29, 0xe6,
-	0x3d, 0x62, 0x8e, 0x2d, 0xf6, 0x5c, 0x0a, 0x3c, 0xac, 0xb8, 0xce, 0xf9, 0xbc, 0x4f, 0x32, 0xd1,
-	0x1a, 0x31, 0x16, 0xc7, 0x72, 0x3e, 0xd0, 0x17, 0xe0, 0xda, 0x7f, 0x1b, 0x5c, 0x91, 0xa5, 0x9b,
-	0xa4, 0x28, 0x63, 0x3e, 0x1f, 0x1e, 0x38, 0x0f, 0x3b, 0x61, 0x0d, 0xe0, 0xeb, 0x04, 0x2b, 0x34,
-	0x73, 0x44, 0xcc, 0x8a, 0x46, 0xd1, 0xce, 0x44, 0x96, 0xc9, 0xb9, 0x4b, 0x57, 0x68, 0x02, 0xef,
-	0x90, 0x85, 0xca, 0xe7, 0xa0, 0xef, 0xc0, 0x35, 0x3d, 0x34, 0x9f, 0x8f, 0xcd, 0x43, 0x73, 0xdc,
-	0x93, 0x67, 0xb2, 0x98, 0x4f, 0xb4, 0x6c, 0xb8, 0xc6, 0x9b, 0x4a, 0xc5, 0x25, 0x29, 0x60, 0x4a,
-	0x3b, 0x2b, 0x5a, 0xeb, 0x58, 0xa9, 0x2f, 0x32, 0x19, 0xcf, 0x67, 0x9a, 0x67, 0x69, 0x94, 0x62,
-	0x25, 0x59, 0x1a, 0xcf, 0x6f, 0x69, 0x05, 0x11, 0x81, 0x5f, 0x48, 0xae, 0xb8, 0xbc, 0xe2, 0xf1,
-	0xdc, 0xd3, 0x5f, 0x58, 0xda, 0x7f, 0x07, 0x20, 0x51, 0x91, 0x2c, 0xd3, 0x34, 0x49, 0x37, 0xf3,
-	0xdb, 0x07, 0xce, 0xc3, 0x51, 0xe8, 0x26, 0x2a, 0xd4, 0x00, 0xb2, 0x65, 0x99, 0x46, 0x3c, 0x65,
-	0x2b, 0xc1, 0xe7, 0xbe, 0x66, 0xcb, 0x32, 0x7d, 0x42, 0x80, 0x7f, 0x0f, 0x46, 0xc8, 0x26, 0xdd,
-	0xde, 0x21, 0xf9, 0x87, 0xb2, 0x4c, 0x4f, 0x51, 0xbd, 0x01, 0x4c, 0x91, 0x45, 0xd7, 0xc8, 0x28,
-	0x89, 0xe7, 0x77, 0xb5, 0x59, 0x64, 0x99, 0x9e, 0x10, 0xb6, 0x8c, 0x83, 0xcf, 0x01, 0xb4, 0xf5,
-	0x3f, 0x4b, 0xd2, 0x0b, 0xbc, 0x6b, 0x4d, 0x54, 0x94, 0xc4, 0xca, 0x78, 0x82, 0xab, 0x91, 0x65,
-	0xac, 0xfc, 0x03, 0x98, 0x88, 0x24, 0xbd, 0x88, 0x0a, 0xa6, 0x2e, 0x22, 0xe3, 0x5f, 0x6e, 0x08,
-	0x88, 0x9d, 0x32, 0x75, 0xb1, 0x8c, 0x83, 0x35, 0xdc, 0xd6, 0xc7, 0x2d, 0xd2, 0x98, 0xa0, 0xf4,
-	0x2c, 0xf3, 0x1f, 0xc2, 0x40, 0x9f, 0x41, 0x27, 0x8e, 0x0f, 0xbd, 0x8f, 0x2a, 0x0f, 0xd7, 0x9b,
-	0x43, 0xc3, 0xf7, 0x1f, 0x40, 0x1f, 0xcf, 0x56, 0xf3, 0xce, 0x41, 0xf7, 0xe1, 0xf8, 0x70, 0x56,
-	0x6f, 0xc4, 0xc3, 0x42, 0xcd, 0x0c, 0xbe, 0x76, 0xa0, 0x87, 0xb4, 0xff, 0x06, 0x0c, 0x10, 0xa9,
-	0x9c, 0xd6, 0x50, 0xa8, 0x6d, 0x5c, 0x35, 0x9c, 0xb7, 0xa2, 0xfd, 0xb7, 0xc0, 0x5d, 0x4b, 0xce,
-	0x0a, 0x1e, 0xb1, 0xc2, 0x38, 0xf1, 0x48, 0x03, 0x8b, 0xa2, 0xc1, 0x5c, 0x5d, 0x1b, 0x27, 0x36,
-	0xcc, 0x4f, 0xaf, 0x91, 0x59, 0xe6, 0xb1, 0xf9, 0xb2, 0x6f, 0x5c, 0x82, 0x80, 0x45, 0x81, 0xa2,
-	0x18, 0x0b, 0x0d, 0xc8, 0x42, 0x86, 0x42, 0xf3, 0x24, 0x2a, 0x62, 0x82, 0xc9, 0x4b, 0xf2, 0xe6,
-	0x51, 0x38, 0x4c, 0xd4, 0x02, 0x49, 0x64, 0xc5, 0x5c, 0x44, 0x67, 0x82, 0x6d, 0xc8, 0x97, 0x47,
-	0xe1, 0x30, 0xe6, 0xe2, 0xa9, 0x60, 0x9b, 0xe0, 0x14, 0xc6, 0xf8, 0xc0, 0x93, 0x58, 0x2b, 0x30,
-	0x80, 0x1e, 0xca, 0x6f, 0xd4, 0xb7, 0xad, 0x15, 0xe2, 0xf9, 0xef, 0x41, 0x4f, 0xc5, 0x95, 0xe6,
-	0xa6, 0xf5, 0x9e, 0x93, 0xf8, 0x22, 0x24, 0x56, 0xf0, 0x53, 0x18, 0x20, 0x51, 0xa6, 0xfe, 0xf7,
-	0x60, 0x90, 0xe4, 0xeb, 0xa8, 0x52, 0x5c, 0x3f, 0xc9, 0xd7, 0xcb, 0x18, 0x25, 0x52, 0xf1, 0x85,
-	0xf6, 0x25, 0xad, 0xb7, 0xa1, 0x8a, 0x2f, 0xd0, 0x97, 0x82, 0x17, 0x00, 0x46, 0x22, 0xfc, 0xfe,
-	0x75, 0x04, 0x7a, 0xd0, 0x12, 0xc8, 0x6b, 0x0b, 0x54, 0xa6, 0x46, 0xa6, 0xbf, 0x76, 0xac, 0x03,
-	0x92, 0x45, 0xb7, 0x53, 0x10, 0x1a, 0xc4, 0x3a, 0xa4, 0x35, 0xa5, 0xf5, 0x47, 0xff, 0x4d, 0x18,
-	0x5a, 0x4f, 0xec, 0xd6, 0xf6, 0x5f, 0xd2, 0x57, 0x45, 0x72, 0xc9, 0x23, 0x59, 0x0a, 0x6e, 0xcd,
-	0x88, 0x40, 0x58, 0x0a, 0x4e, 0xf1, 0xc4, 0xd9, 0xba, 0xd0, 0x5c, 0x6d, 0x47, 0x97, 0x10, 0x62,
-	0xbf, 0x07, 0x13, 0xcd, 0x8e, 0xf9, 0x55, 0xb2, 0xe6, 0x26, 0x37, 0x8d, 0x09, 0x3b, 0x22, 0xa8,
-	0x65, 0xb8, 0x61, 0xcb, 0x70, 0xfe, 0xbb, 0x30, 0x36, 0x3e, 0xd2, 0x30, 0x2b, 0x68, 0x88, 0x36,
-	0xd4, 0x7e, 0xe2, 0xb6, 0xfc, 0xc4, 0x87, 0x9e, 0xc2, 0x14, 0x04, 0x3a, 0x05, 0xe1, 0x1a, 0xdf,
-	0x97, 0xa8, 0xe8, 0xac, 0x14, 0x82, 0x72, 0xd5, 0x28, 0x1c, 0x24, 0xea, 0x69, 0x29, 0xc4, 0x4e,
-	0x1c, 0x4e, 0x76, 0xe2, 0xf0, 0x97, 0x30, 0x33, 0x5a, 0x4d, 0x2e, 0x39, 0x3e, 0xf4, 0xb5, 0x92,
-	0x7b, 0x4b, 0x6f, 0xdd, 0xb6, 0xde, 0x82, 0x67, 0x30, 0x38, 0x62, 0xd7, 0x8f, 0x0b, 0xe1, 0x7b,
-	0xd0, 0x8d, 0xd9, 0xb5, 0xa9, 0x39, 0xb8, 0xf4, 0x0f, 0x01, 0xf4, 0x87, 0x2c, 0xdd, 0x70, 0x63,
-	0xf1, 0x3b, 0x0d, 0xaf, 0xc0, 0x33, 0x90, 0x15, 0xd2, 0xf9, 0xb4, 0x0c, 0x3e, 0x06, 0xb7, 0xc2,
-	0x31, 0x6b, 0xaa, 0x82, 0xc9, 0xc2, 0xfa, 0x23, 0x11, 0x78, 0x11, 0x4f, 0xad, 0xdd, 0x71, 0x19,
-	0xbc, 0x80, 0xe1, 0x71, 0x26, 0xae, 0x37, 0x59, 0xfa, 0x5a, 0x0f, 0xfa, 0x00, 0x06, 0x79, 0x96,
-	0xa4, 0x05, 0x96, 0x2b, 0x94, 0xe9, 0x56, 0x2d, 0xd3, 0x31, 0xe2, 0xa1, 0x61, 0x07, 0xeb, 0x4a,
-	0x5f, 0x4c, 0x5d, 0x2c, 0xe4, 0x46, 0xb5, 0x3d, 0xcf, 0xd9, 0xf2, 0xbc, 0x4f, 0xc0, 0x25, 0xdd,
-	0x33, 0xb9, 0xb1, 0x0e, 0xfe, 0x66, 0x3b, 0x08, 0x7e, 0x2e, 0xb3, 0x32, 0xc7, 0x83, 0x74, 0xea,
-	0xc1, 0x55, 0x70, 0x05, 0xd3, 0x16, 0xab, 0xe9, 0xc0, 0x4e, 0xcb, 0x81, 0x3f, 0x81, 0xf1, 0x06,
-	0x77, 0x91, 0x25, 0xd4, 0xae, 0x42, 0xe9, 0x08, 0xb4, 0x4a, 0x08, 0x1b, 0xbb, 0x54, 0x0d, 0xdf,
-	0xea, 0x36, 0x7d, 0x2b, 0xf8, 0x8b, 0x03, 0x6e, 0xf5, 0x05, 0x7a, 0xaf, 0x3e, 0xbb, 0xba, 0x75,
-	0x48, 0xf4, 0x92, 0x2a, 0x91, 0x66, 0x15, 0xfc, 0xcb, 0xc2, 0x28, 0xd2, 0x25, 0xe4, 0x94, 0x7f,
-	0x59, 0xa0, 0x73, 0x53, 0x22, 0x8b, 0x04, 0xbf, 0xe2, 0x82, 0x2e, 0xe9, 0x87, 0x40, 0xd0, 0x67,
-	0x88, 0x60, 0xfa, 0xd6, 0x02, 0xf7, 0xb6, 0xd3, 0x37, 0xc9, 0xaa, 0x99, 0x94, 0x65, 0x78, 0x11,
-	0x55, 0xdd, 0x00, 0x66, 0x19, 0x5e, 0x50, 0xc5, 0xfa, 0x3e, 0x4c, 0x63, 0x7e, 0xc6, 0xd3, 0x35,
-	0x8f, 0x54, 0xc1, 0x0a, 0x9b, 0x4c, 0x27, 0x06, 0x3c, 0x41, 0x2c, 0xf8, 0x57, 0x07, 0x7a, 0xe1,
-	0x4d, 0x2e, 0xfd, 0x00, 0x66, 0xc6, 0x64, 0xed, 0x02, 0x35, 0x59, 0x57, 0xa6, 0x5d, 0x6e, 0xa5,
-	0x94, 0xee, 0x96, 0x61, 0xdf, 0x01, 0xc8, 0xb5, 0x7f, 0x21, 0x57, 0xa7, 0x0e, 0xd7, 0x20, 0xcb,
-	0x18, 0xf3, 0x26, 0x26, 0xc8, 0x24, 0x36, 0x82, 0xf7, 0x55, 0x8c, 0x47, 0x06, 0x30, 0x45, 0x98,
-	0xc9, 0x4d, 0xa4, 0x9b, 0x23, 0x93, 0x34, 0x54, 0x8c, 0x86, 0x5f, 0x50, 0x8b, 0x74, 0x1f, 0x46,
-	0x59, 0xce, 0x25, 0x2b, 0x32, 0x49, 0x49, 0xc3, 0x0d, 0x2b, 0x1a, 0x9f, 0x6d, 0xd7, 0x5a, 0x2d,
-	0x23, 0x2d, 0xb7, 0x05, 0x6d, 0x35, 0xb7, 0x97, 0x5c, 0x31, 0x51, 0xea, 0x04, 0x52, 0x5d, 0xf2,
-	0x02, 0xa1, 0x1b, 0xb3, 0x08, 0x75, 0x01, 0x82, 0x47, 0x5f, 0x24, 0xc5, 0x79, 0x94, 0x4b, 0x6e,
-	0xfa, 0x9e, 0x31, 0x82, 0xbf, 0x4a, 0x8a, 0xf3, 0x63, 0xd9, 0xf6, 0x89, 0x49, 0xcb, 0x27, 0x82,
-	0x3f, 0x75, 0xa0, 0x7b, 0x12, 0xef, 0x66, 0xe6, 0xba, 0x84, 0x74, 0x5e, 0x55, 0x42, 0xba, 0xad,
-	0x12, 0x62, 0x59, 0x14, 0xa4, 0xbd, 0x8a, 0xf5, 0x0c, 0xe3, 0xf4, 0x01, 0xf4, 0x28, 0x94, 0xfa,
-	0x37, 0xd4, 0x8a, 0x85, 0xdc, 0x84, 0xc4, 0xc5, 0xd7, 0x25, 0xeb, 0x2c, 0xb5, 0xed, 0x22, 0xae,
-	0x31, 0x45, 0x60, 0xc3, 0xa9, 0x35, 0x8a, 0x4b, 0xf4, 0x52, 0x53, 0xc3, 0x31, 0xd7, 0x18, 0x55,
-	0x82, 0x86, 0x30, 0xe1, 0x34, 0x72, 0x34, 0x6d, 0xd0, 0x6a, 0x34, 0x39, 0x9a, 0x36, 0xb4, 0xba,
-	0x00, 0xd8, 0xea, 0x02, 0xea, 0x20, 0x1b, 0x6f, 0x17, 0xfa, 0xaa, 0x28, 0xe8, 0x3e, 0xb2, 0xaa,
-	0xe6, 0x59, 0x55, 0xcd, 0xc9, 0x6d, 0x4d, 0xd7, 0xb2, 0xdc, 0x0e, 0xfa, 0xfa, 0xe4, 0x4e, 0xeb,
-	0xe4, 0x1f, 0x93, 0xde, 0x28, 0xc4, 0x4d, 0x1a, 0xbb, 0xbb, 0x55, 0x4c, 0x05, 0x3f, 0xe1, 0x45,
-	0x58, 0xed, 0x0a, 0x4a, 0x80, 0x1a, 0xa7, 0xdc, 0x1a, 0xd7, 0xd7, 0x19, 0x9f, 0xbd, 0x0b, 0xda,
-	0x62, 0x6d, 0xf3, 0x7d, 0x60, 0x23, 0x58, 0x5f, 0x74, 0x7b, 0xe7, 0x22, 0x1b, 0xc4, 0xd6, 0xd3,
-	0x7a, 0xb5, 0xa7, 0x05, 0xbf, 0x81, 0xa1, 0x7d, 0xe3, 0xb6, 0xb7, 0xec, 0x44, 0x48, 0xe7, 0xdb,
-	0x23, 0xa4, 0xbb, 0x15, 0x21, 0x3b, 0xce, 0xdf, 0xdb, 0x71, 0xfe, 0xe0, 0x9f, 0x0e, 0xf5, 0x37,
-	0x0b, 0xb9, 0xa9, 0xa7, 0x14, 0xa7, 0x39, 0xa5, 0xdc, 0x54, 0x21, 0xec, 0x58, 0x62, 0x46, 0x22,
-	0x3b, 0x96, 0x5c, 0x96, 0x4a, 0xbf, 0x6d, 0x14, 0xd2, 0x1a, 0xb1, 0x32, 0x4d, 0x6c, 0xdf, 0x47,
-	0x6b, 0xbc, 0x45, 0x17, 0x3c, 0xed, 0x90, 0x9a, 0x30, 0x39, 0x8c, 0x95, 0xa2, 0x30, 0xa2, 0x6a,
-	0xdf, 0x9c, 0x18, 0x50, 0x07, 0xea, 0x0f, 0xc0, 0xb3, 0x9b, 0xaa, 0x37, 0x6b, 0x4f, 0xbd, 0x65,
-	0xf0, 0x5f, 0xd8, 0xa7, 0x5b, 0x4d, 0xbb, 0x0d, 0x4d, 0x7f, 0x4a, 0x06, 0x7e, 0x7c, 0xce, 0x52,
-	0x34, 0x70, 0x33, 0xe6, 0x9c, 0x9d, 0x98, 0x5b, 0x9f, 0xb3, 0x34, 0x4a, 0xcb, 0x4b, 0x33, 0x0d,
-	0x0e, 0x91, 0x7e, 0x56, 0x5e, 0x06, 0xbf, 0x73, 0xe0, 0xd6, 0xd1, 0x0a, 0xcf, 0xd8, 0xf0, 0xcf,
-	0xb9, 0x52, 0x6c, 0xc3, 0xfd, 0x0f, 0xb1, 0xff, 0x46, 0x0f, 0xc4, 0x63, 0x66, 0x87, 0x6f, 0x34,
-	0x6b, 0xda, 0x4a, 0x70, 0xbd, 0x39, 0x0e, 0xf5, 0x26, 0x63, 0xe4, 0x4e, 0x65, 0xe4, 0x47, 0x30,
-	0x60, 0xeb, 0x22, 0xc9, 0x52, 0xd2, 0xe6, 0xec, 0xd0, 0xaf, 0x3f, 0x3f, 0x5a, 0x2d, 0x88, 0x13,
-	0x9a, 0x1d, 0x14, 0xcb, 0xe9, 0x59, 0x66, 0xec, 0x48, 0xeb, 0xe0, 0xdf, 0x0e, 0x4c, 0x75, 0x15,
-	0x7e, 0x55, 0x8d, 0xff, 0xd6, 0x76, 0xf0, 0x86, 0xe9, 0xd6, 0x9f, 0xc3, 0xd0, 0x64, 0x6f, 0x9b,
-	0x72, 0x0c, 0x89, 0x7d, 0x5e, 0x21, 0x93, 0xcd, 0x86, 0xcb, 0x48, 0x24, 0xa9, 0xad, 0x44, 0x63,
-	0x83, 0x7d, 0x96, 0xa4, 0xdc, 0x7f, 0x1f, 0x66, 0x71, 0x22, 0x39, 0x09, 0xac, 0x37, 0x69, 0x43,
-	0x4f, 0x2b, 0x94, 0xb6, 0x59, 0x17, 0x1a, 0x36, 0x5c, 0x68, 0xa7, 0x90, 0x8d, 0x48, 0xf9, 0xed,
-	0x42, 0xf6, 0x07, 0x07, 0xa6, 0x2f, 0x92, 0x98, 0x67, 0x05, 0xcb, 0x39, 0x35, 0xfa, 0xf7, 0x61,
-	0xc4, 0xd5, 0x11, 0x2b, 0x58, 0x15, 0xad, 0x15, 0x8d, 0x3c, 0xfb, 0xd4, 0x9d, 0xa7, 0xd7, 0x29,
-	0xa5, 0xdd, 0x08, 0x63, 0x90, 0x5f, 0x6e, 0x96, 0xba, 0x92, 0x75, 0x43, 0x4d, 0xe0, 0x49, 0x57,
-	0x78, 0xed, 0x73, 0x29, 0xec, 0x1c, 0x63, 0x69, 0x3c, 0x89, 0xf2, 0x03, 0xd6, 0xb0, 0x2e, 0x9e,
-	0xa4, 0xa9, 0xd6, 0x23, 0xcd, 0xf8, 0x1e, 0xfc, 0xaf, 0x03, 0xe3, 0xc7, 0xd9, 0x65, 0xce, 0x24,
-	0xa7, 0x76, 0x86, 0xc6, 0xae, 0x95, 0xe0, 0x4b, 0x9a, 0x1d, 0xbb, 0x7a, 0xec, 0xd2, 0xb4, 0xff,
-	0x08, 0xbc, 0xb5, 0xde, 0x7a, 0x7a, 0x2e, 0xb9, 0x3a, 0xcf, 0x84, 0x7e, 0x45, 0x27, 0xdc, 0xc1,
-	0xfd, 0x03, 0x18, 0x9f, 0xb1, 0x35, 0x7f, 0xca, 0x59, 0x51, 0x4a, 0x6d, 0xcf, 0x49, 0xd8, 0x84,
-	0xf0, 0x5d, 0x7a, 0x4e, 0xec, 0xd1, 0x35, 0x9a, 0xf0, 0xdf, 0x06, 0xb7, 0x90, 0x9c, 0x3f, 0xcb,
-	0x62, 0xae, 0x4b, 0x89, 0x1b, 0xd6, 0x00, 0xbd, 0x80, 0xad, 0xec, 0xbb, 0x68, 0xed, 0xef, 0x43,
-	0xa3, 0x7d, 0x31, 0x06, 0x6c, 0x36, 0x34, 0xfb, 0x00, 0x8a, 0x33, 0xb9, 0x3e, 0x3f, 0xd5, 0xa5,
-	0x04, 0xbf, 0x6c, 0x20, 0xc8, 0x4f, 0xd2, 0xbc, 0xd4, 0x41, 0x6d, 0x2b, 0x49, 0x8d, 0x20, 0x7f,
-	0x9d, 0x09, 0xa1, 0x9d, 0xc5, 0x94, 0x92, 0x06, 0x42, 0xda, 0xce, 0x4a, 0xb9, 0xae, 0x8a, 0x89,
-	0xa6, 0xfc, 0x07, 0x30, 0x65, 0x29, 0x13, 0xd7, 0x76, 0x4c, 0x37, 0x45, 0xb9, 0x0d, 0x06, 0x2b,
-	0x98, 0x18, 0xf5, 0x3f, 0xb9, 0xe2, 0x69, 0xe1, 0xff, 0x04, 0x5c, 0x8e, 0x8b, 0x53, 0x9b, 0x08,
-	0x66, 0x87, 0xf7, 0x1b, 0xa3, 0x76, 0x63, 0x2b, 0xee, 0x08, 0xeb, 0xcd, 0x14, 0x26, 0xec, 0x5a,
-	0x64, 0x4c, 0x1b, 0x65, 0x12, 0x5a, 0x32, 0xf8, 0x35, 0xcc, 0x30, 0xd3, 0x98, 0x6f, 0xd9, 0xfa,
-	0x7c, 0x27, 0x26, 0xe7, 0xd8, 0xc4, 0xae, 0x04, 0xaf, 0x22, 0xd2, 0x92, 0x7e, 0x00, 0x13, 0x63,
-	0xdb, 0x93, 0x75, 0x66, 0x0c, 0xd9, 0x09, 0x5b, 0x58, 0x10, 0x82, 0x57, 0x9f, 0x1f, 0x72, 0x55,
-	0x8a, 0xc2, 0xff, 0x19, 0x4c, 0xd7, 0x4d, 0x80, 0x9c, 0x69, 0x7c, 0x38, 0x6f, 0x15, 0xa3, 0x86,
-	0x48, 0x61, 0x7b, 0x7b, 0xf0, 0xdb, 0x2e, 0xb8, 0xf4, 0xcc, 0xe3, 0x52, 0x9d, 0xbf, 0xd6, 0x9c,
-	0xf0, 0x8e, 0x99, 0x5f, 0xf4, 0x0c, 0xa2, 0x63, 0x88, 0x46, 0x95, 0x13, 0x9a, 0x43, 0xee, 0x01,
-	0x8d, 0x41, 0x11, 0x0e, 0x23, 0x26, 0x8d, 0x20, 0xfd, 0x24, 0xa5, 0x9e, 0x33, 0x51, 0x91, 0x62,
-	0x45, 0xa2, 0xce, 0xae, 0x23, 0x26, 0x74, 0x44, 0x8d, 0xc2, 0x49, 0xa2, 0x4e, 0x34, 0xb8, 0x10,
-	0x02, 0xf3, 0x16, 0xf5, 0x60, 0xd4, 0x57, 0x0f, 0xcc, 0xff, 0x3f, 0xa5, 0xe0, 0xd4, 0x56, 0xd7,
-	0x75, 0x7f, 0xd8, 0xaa, 0xfb, 0x6f, 0x81, 0xab, 0xa7, 0xbc, 0xba, 0x23, 0x1c, 0xd1, 0x88, 0x87,
-	0x16, 0x7b, 0x17, 0xc6, 0xc4, 0x34, 0x53, 0xaa, 0x5b, 0x4f, 0x80, 0x66, 0x48, 0xfd, 0x11, 0x8c,
-	0x92, 0x3c, 0xca, 0x33, 0x59, 0xa8, 0x39, 0x6c, 0x77, 0x0d, 0xa8, 0x98, 0x65, 0x7e, 0x9c, 0xc9,
-	0x22, 0x1c, 0x26, 0xf4, 0xab, 0xfc, 0xf7, 0xa1, 0x57, 0x4a, 0xa1, 0xe6, 0xe3, 0xed, 0xca, 0x8f,
-	0x9b, 0x9f, 0x4b, 0x11, 0x12, 0xdb, 0xff, 0xa1, 0xed, 0x10, 0x26, 0xdb, 0x63, 0x4f, 0xa5, 0xf2,
-	0x46, 0x9f, 0x10, 0x7c, 0xed, 0xc0, 0xb4, 0xc5, 0xd8, 0xb1, 0x07, 0xea, 0x3e, 0xcb, 0x93, 0x75,
-	0xf3, 0x6f, 0x07, 0x97, 0x10, 0x7a, 0x28, 0xce, 0xa4, 0xc4, 0x66, 0x72, 0x53, 0xcd, 0xa4, 0x08,
-	0x60, 0x9d, 0x6f, 0xb6, 0x0c, 0xbd, 0xef, 0x6a, 0xaa, 0xfb, 0x37, 0x34, 0xd5, 0xf4, 0xe7, 0x9a,
-	0xe0, 0xa6, 0x52, 0x0f, 0xcc, 0x9f, 0x01, 0xa5, 0xe0, 0x3a, 0x7e, 0x03, 0x98, 0x52, 0x90, 0x44,
-	0x79, 0xa9, 0xce, 0xb1, 0xe6, 0xe8, 0x14, 0x31, 0xe6, 0xf6, 0x45, 0xcb, 0x38, 0x78, 0x0e, 0x50,
-	0xab, 0x13, 0xc5, 0xb5, 0xff, 0xb7, 0xe5, 0x36, 0x85, 0x6b, 0x60, 0x59, 0xff, 0xcf, 0xd8, 0x69,
-	0xfc, 0xcf, 0xf8, 0xaa, 0xa1, 0xed, 0x63, 0x18, 0x1a, 0xc5, 0xdb, 0x1e, 0xd7, 0xa9, 0x7b, 0xdc,
-	0x57, 0xb4, 0x8a, 0xc1, 0x1f, 0x1d, 0x2d, 0xcc, 0xa2, 0x28, 0x30, 0x54, 0xdf, 0x84, 0xa1, 0x15,
-	0xdc, 0xb4, 0x9a, 0x39, 0xc9, 0xec, 0x07, 0xd0, 0x5d, 0x33, 0xdd, 0x11, 0xdc, 0xf4, 0x77, 0x1c,
-	0x32, 0x9b, 0x2f, 0xa9, 0xe6, 0x24, 0xf3, 0x92, 0x18, 0xdd, 0xcf, 0x30, 0x1b, 0xed, 0x3c, 0x68,
-	0x88, 0x3a, 0xfa, 0x7b, 0x30, 0x12, 0xd9, 0x9a, 0x09, 0x54, 0x83, 0x19, 0xf2, 0x88, 0x5e, 0xe6,
-	0x78, 0x30, 0x95, 0x1b, 0xfa, 0xa7, 0x78, 0xd0, 0xae, 0x3f, 0xc1, 0xdf, 0x1d, 0xb8, 0xf3, 0x44,
-	0x1d, 0x73, 0xa9, 0xb2, 0xf4, 0x31, 0x5b, 0x9f, 0x9b, 0x9e, 0xc3, 0xff, 0xd0, 0xd4, 0x1f, 0x9d,
-	0xd6, 0x1a, 0xa9, 0xe0, 0x89, 0x6a, 0x6c, 0x8b, 0x4d, 0xf9, 0xbd, 0x67, 0x2a, 0x91, 0x6e, 0x13,
-	0xba, 0x55, 0x52, 0xd2, 0xe3, 0x5f, 0x4e, 0xa7, 0x37, 0x9e, 0xa5, 0x81, 0x25, 0xe5, 0xb2, 0x33,
-	0x53, 0x75, 0x4c, 0x9c, 0x1b, 0xb2, 0xd1, 0xdb, 0xf4, 0xbf, 0xb3, 0xb7, 0x69, 0xff, 0x17, 0xd8,
-	0xb7, 0xd6, 0x79, 0xf4, 0x1f, 0x07, 0x26, 0xcd, 0x3e, 0xca, 0x9f, 0xc0, 0xe8, 0x34, 0xd2, 0x3a,
-	0xf7, 0xf6, 0x7c, 0x0f, 0x26, 0x96, 0xc2, 0x71, 0xc1, 0x73, 0xfc, 0xbb, 0xe0, 0x35, 0x11, 0x2c,
-	0xb2, 0x5e, 0xc7, 0x07, 0x18, 0x9c, 0x46, 0xb4, 0xa3, 0xeb, 0x4f, 0xc1, 0xd5, 0xeb, 0x93, 0xf8,
-	0xc2, 0xeb, 0xf9, 0xb7, 0x61, 0x5a, 0x91, 0x18, 0x6c, 0x5e, 0xdf, 0x77, 0xa1, 0x7f, 0x1a, 0x21,
-	0x77, 0xe0, 0xdf, 0x81, 0x5b, 0xf6, 0x38, 0xd3, 0x60, 0x79, 0x43, 0x7f, 0x06, 0x70, 0x1a, 0x9d,
-	0x9a, 0x3f, 0x79, 0xbc, 0x91, 0x96, 0x49, 0x97, 0x18, 0xcf, 0xd5, 0x32, 0x1d, 0x67, 0x42, 0x3c,
-	0xce, 0xd2, 0xb3, 0x64, 0xe3, 0x81, 0xbe, 0xfd, 0x69, 0x22, 0xb8, 0x37, 0xd6, 0xd7, 0xe1, 0xfa,
-	0x84, 0x17, 0x45, 0x92, 0x6e, 0xbc, 0x89, 0xfe, 0xa0, 0xee, 0x4d, 0xbd, 0xe9, 0xa3, 0x8f, 0x60,
-	0x64, 0x35, 0x84, 0x1f, 0x2f, 0x53, 0xc5, 0x65, 0xe1, 0xed, 0xe1, 0xfa, 0x39, 0xcd, 0x5c, 0x9e,
-	0x83, 0xeb, 0x23, 0x2e, 0x78, 0xc1, 0xbd, 0xce, 0xa3, 0x05, 0x78, 0xdb, 0xa5, 0xca, 0xbf, 0x05,
-	0xe3, 0x90, 0x2f, 0xd3, 0xa4, 0x20, 0x5b, 0x7b, 0x7b, 0x08, 0xe8, 0x8f, 0x35, 0xe0, 0xf8, 0x63,
-	0x18, 0x9a, 0xaf, 0xbc, 0xce, 0xa3, 0x4f, 0x60, 0xd6, 0x76, 0x0b, 0xad, 0xa7, 0xa3, 0x15, 0x69,
-	0xdf, 0xdb, 0xd3, 0x9a, 0x30, 0xa4, 0xf6, 0x35, 0xcf, 0xf9, 0x74, 0xfe, 0xe7, 0x6f, 0xf6, 0x9d,
-	0xaf, 0xbe, 0xd9, 0x77, 0xfe, 0xf1, 0xcd, 0xbe, 0xf3, 0xfb, 0x97, 0xfb, 0x7b, 0x5f, 0xbd, 0xdc,
-	0xdf, 0xfb, 0xdb, 0xcb, 0xfd, 0xbd, 0xd5, 0x80, 0x6c, 0xfd, 0xf1, 0xff, 0x03, 0x00, 0x00, 0xff,
-	0xff, 0x03, 0x44, 0xb9, 0x10, 0x9a, 0x19, 0x00, 0x00,
-}
-
-func (m *Area) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *Area) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *Area) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.Name) > 0 {
-		i -= len(m.Name)
-		copy(dAtA[i:], m.Name)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Name)))
-		i--
-		dAtA[i] = 0x1a
-	}
-	if m.Parentid != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.Parentid))
-		i--
-		dAtA[i] = 0x10
-	}
-	if m.Id != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.Id))
-		i--
-		dAtA[i] = 0x8
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *Camera) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *Camera) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *Camera) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.RunServerId) > 0 {
-		i -= len(m.RunServerId)
-		copy(dAtA[i:], m.RunServerId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.RunServerId)))
-		i--
-		dAtA[i] = 0x1
-		i--
-		dAtA[i] = 0xa2
-	}
-	if m.RunType != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.RunType))
-		i--
-		dAtA[i] = 0x1
-		i--
-		dAtA[i] = 0x98
-	}
-	if m.RunEnable {
-		i--
-		if m.RunEnable {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x1
-		i--
-		dAtA[i] = 0x90
-	}
-	if m.IsRunning {
-		i--
-		if m.IsRunning {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x1
-		i--
-		dAtA[i] = 0x88
-	}
-	if len(m.Reserved) > 0 {
-		i -= len(m.Reserved)
-		copy(dAtA[i:], m.Reserved)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Reserved)))
-		i--
-		dAtA[i] = 0x1
-		i--
-		dAtA[i] = 0x82
-	}
-	if len(m.Brand) > 0 {
-		i -= len(m.Brand)
-		copy(dAtA[i:], m.Brand)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Brand)))
-		i--
-		dAtA[i] = 0x7a
-	}
-	if len(m.Password) > 0 {
-		i -= len(m.Password)
-		copy(dAtA[i:], m.Password)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Password)))
-		i--
-		dAtA[i] = 0x72
-	}
-	if len(m.Username) > 0 {
-		i -= len(m.Username)
-		copy(dAtA[i:], m.Username)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Username)))
-		i--
-		dAtA[i] = 0x6a
-	}
-	if m.Port != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.Port))
-		i--
-		dAtA[i] = 0x60
-	}
-	if len(m.Ip) > 0 {
-		i -= len(m.Ip)
-		copy(dAtA[i:], m.Ip)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Ip)))
-		i--
-		dAtA[i] = 0x5a
-	}
-	if len(m.Rtsp) > 0 {
-		i -= len(m.Rtsp)
-		copy(dAtA[i:], m.Rtsp)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Rtsp)))
-		i--
-		dAtA[i] = 0x52
-	}
-	if m.Floor != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.Floor))
-		i--
-		dAtA[i] = 0x48
-	}
-	if m.Latitude != 0 {
-		i -= 4
-		encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(math.Float32bits(float32(m.Latitude))))
-		i--
-		dAtA[i] = 0x45
-	}
-	if m.Longitude != 0 {
-		i -= 4
-		encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(math.Float32bits(float32(m.Longitude))))
-		i--
-		dAtA[i] = 0x3d
-	}
-	if len(m.Addr) > 0 {
-		i -= len(m.Addr)
-		copy(dAtA[i:], m.Addr)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Addr)))
-		i--
-		dAtA[i] = 0x32
-	}
-	if m.Type != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.Type))
-		i--
-		dAtA[i] = 0x28
-	}
-	if len(m.SnapshotUrl) > 0 {
-		i -= len(m.SnapshotUrl)
-		copy(dAtA[i:], m.SnapshotUrl)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SnapshotUrl)))
-		i--
-		dAtA[i] = 0x22
-	}
-	if len(m.Alias) > 0 {
-		i -= len(m.Alias)
-		copy(dAtA[i:], m.Alias)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Alias)))
-		i--
-		dAtA[i] = 0x1a
-	}
-	if len(m.Name) > 0 {
-		i -= len(m.Name)
-		copy(dAtA[i:], m.Name)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Name)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.Id) > 0 {
-		i -= len(m.Id)
-		copy(dAtA[i:], m.Id)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Id)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *CameraLink) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *CameraLink) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *CameraLink) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.LinkTaskId) > 0 {
-		i -= len(m.LinkTaskId)
-		copy(dAtA[i:], m.LinkTaskId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.LinkTaskId)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.CameraIds) > 0 {
-		i -= len(m.CameraIds)
-		copy(dAtA[i:], m.CameraIds)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.CameraIds)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *CameraAndTaskInfo) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *CameraAndTaskInfo) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *CameraAndTaskInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.Tasks) > 0 {
-		for iNdEx := len(m.Tasks) - 1; iNdEx >= 0; iNdEx-- {
-			{
-				size, err := m.Tasks[iNdEx].MarshalToSizedBuffer(dAtA[:i])
-				if err != nil {
-					return 0, err
-				}
-				i -= size
-				i = encodeVarintProtomsg(dAtA, i, uint64(size))
-			}
-			i--
-			dAtA[i] = 0x12
-		}
-	}
-	if m.Camera != nil {
-		{
-			size, err := m.Camera.MarshalToSizedBuffer(dAtA[:i])
-			if err != nil {
-				return 0, err
-			}
-			i -= size
-			i = encodeVarintProtomsg(dAtA, i, uint64(size))
-		}
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *Task) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *Task) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *Task) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if m.DelFlag {
-		i--
-		if m.DelFlag {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x40
-	}
-	if m.IsAlarm {
-		i--
-		if m.IsAlarm {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x38
-	}
-	if m.Enable {
-		i--
-		if m.Enable {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x30
-	}
-	if len(m.UpdateAt) > 0 {
-		i -= len(m.UpdateAt)
-		copy(dAtA[i:], m.UpdateAt)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.UpdateAt)))
-		i--
-		dAtA[i] = 0x2a
-	}
-	if len(m.CreateBy) > 0 {
-		i -= len(m.CreateBy)
-		copy(dAtA[i:], m.CreateBy)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.CreateBy)))
-		i--
-		dAtA[i] = 0x22
-	}
-	if len(m.CreateAt) > 0 {
-		i -= len(m.CreateAt)
-		copy(dAtA[i:], m.CreateAt)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.CreateAt)))
-		i--
-		dAtA[i] = 0x1a
-	}
-	if len(m.Taskname) > 0 {
-		i -= len(m.Taskname)
-		copy(dAtA[i:], m.Taskname)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Taskname)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.Taskid) > 0 {
-		i -= len(m.Taskid)
-		copy(dAtA[i:], m.Taskid)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Taskid)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *TaskSdkInfo) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *TaskSdkInfo) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *TaskSdkInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.Sdks) > 0 {
-		for iNdEx := len(m.Sdks) - 1; iNdEx >= 0; iNdEx-- {
-			{
-				size, err := m.Sdks[iNdEx].MarshalToSizedBuffer(dAtA[:i])
-				if err != nil {
-					return 0, err
-				}
-				i -= size
-				i = encodeVarintProtomsg(dAtA, i, uint64(size))
-			}
-			i--
-			dAtA[i] = 0x12
-		}
-	}
-	if m.Task != nil {
-		{
-			size, err := m.Task.MarshalToSizedBuffer(dAtA[:i])
-			if err != nil {
-				return 0, err
-			}
-			i -= size
-			i = encodeVarintProtomsg(dAtA, i, uint64(size))
-		}
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *SdkRun) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *SdkRun) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *SdkRun) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.SdkType) > 0 {
-		i -= len(m.SdkType)
-		copy(dAtA[i:], m.SdkType)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SdkType)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.IpcId) > 0 {
-		i -= len(m.IpcId)
-		copy(dAtA[i:], m.IpcId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.IpcId)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *TaskSdkRun) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *TaskSdkRun) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *TaskSdkRun) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.Sdks) > 0 {
-		for iNdEx := len(m.Sdks) - 1; iNdEx >= 0; iNdEx-- {
-			{
-				size, err := m.Sdks[iNdEx].MarshalToSizedBuffer(dAtA[:i])
-				if err != nil {
-					return 0, err
-				}
-				i -= size
-				i = encodeVarintProtomsg(dAtA, i, uint64(size))
-			}
-			i--
-			dAtA[i] = 0x12
-		}
-	}
-	if m.Task != nil {
-		{
-			size, err := m.Task.MarshalToSizedBuffer(dAtA[:i])
-			if err != nil {
-				return 0, err
-			}
-			i -= size
-			i = encodeVarintProtomsg(dAtA, i, uint64(size))
-		}
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *CameraTask) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *CameraTask) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *CameraTask) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.LinkTaskId) > 0 {
-		i -= len(m.LinkTaskId)
-		copy(dAtA[i:], m.LinkTaskId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.LinkTaskId)))
-		i--
-		dAtA[i] = 0x62
-	}
-	if m.IsFull {
-		i--
-		if m.IsFull {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x58
-	}
-	if m.Sort != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.Sort))
-		i--
-		dAtA[i] = 0x50
-	}
-	if m.Enable {
-		i--
-		if m.Enable {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x48
-	}
-	if m.UpdateFlag {
-		i--
-		if m.UpdateFlag {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x40
-	}
-	if m.DelFlag {
-		i--
-		if m.DelFlag {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x38
-	}
-	if len(m.ReactDevice) > 0 {
-		i -= len(m.ReactDevice)
-		copy(dAtA[i:], m.ReactDevice)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.ReactDevice)))
-		i--
-		dAtA[i] = 0x32
-	}
-	if len(m.ReactRule) > 0 {
-		i -= len(m.ReactRule)
-		copy(dAtA[i:], m.ReactRule)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.ReactRule)))
-		i--
-		dAtA[i] = 0x2a
-	}
-	if len(m.TimeRule) > 0 {
-		i -= len(m.TimeRule)
-		copy(dAtA[i:], m.TimeRule)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TimeRule)))
-		i--
-		dAtA[i] = 0x22
-	}
-	if len(m.TaskId) > 0 {
-		i -= len(m.TaskId)
-		copy(dAtA[i:], m.TaskId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TaskId)))
-		i--
-		dAtA[i] = 0x1a
-	}
-	if len(m.CameraId) > 0 {
-		i -= len(m.CameraId)
-		copy(dAtA[i:], m.CameraId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.CameraId)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.Id) > 0 {
-		i -= len(m.Id)
-		copy(dAtA[i:], m.Id)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Id)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *CameraTimerule) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *CameraTimerule) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *CameraTimerule) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.TimeRule) > 0 {
-		i -= len(m.TimeRule)
-		copy(dAtA[i:], m.TimeRule)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TimeRule)))
-		i--
-		dAtA[i] = 0x1a
-	}
-	if len(m.Name) > 0 {
-		i -= len(m.Name)
-		copy(dAtA[i:], m.Name)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Name)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.Id) > 0 {
-		i -= len(m.Id)
-		copy(dAtA[i:], m.Id)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Id)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *DayCtl) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *DayCtl) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *DayCtl) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.TimeRange) > 0 {
-		for iNdEx := len(m.TimeRange) - 1; iNdEx >= 0; iNdEx-- {
-			{
-				size, err := m.TimeRange[iNdEx].MarshalToSizedBuffer(dAtA[:i])
-				if err != nil {
-					return 0, err
-				}
-				i -= size
-				i = encodeVarintProtomsg(dAtA, i, uint64(size))
-			}
-			i--
-			dAtA[i] = 0x12
-		}
-	}
-	if m.Day != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.Day))
-		i--
-		dAtA[i] = 0x8
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *TimeRange) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *TimeRange) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *TimeRange) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.End) > 0 {
-		i -= len(m.End)
-		copy(dAtA[i:], m.End)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.End)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.Start) > 0 {
-		i -= len(m.Start)
-		copy(dAtA[i:], m.Start)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Start)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *Polygon) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *Polygon) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *Polygon) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.Points) > 0 {
-		for iNdEx := len(m.Points) - 1; iNdEx >= 0; iNdEx-- {
-			{
-				size, err := m.Points[iNdEx].MarshalToSizedBuffer(dAtA[:i])
-				if err != nil {
-					return 0, err
-				}
-				i -= size
-				i = encodeVarintProtomsg(dAtA, i, uint64(size))
-			}
-			i--
-			dAtA[i] = 0x1a
-		}
-	}
-	if len(m.Name) > 0 {
-		i -= len(m.Name)
-		copy(dAtA[i:], m.Name)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Name)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.Id) > 0 {
-		i -= len(m.Id)
-		copy(dAtA[i:], m.Id)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Id)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *CameraTaskArgs) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *CameraTaskArgs) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *CameraTaskArgs) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.TaskArgs) > 0 {
-		for iNdEx := len(m.TaskArgs) - 1; iNdEx >= 0; iNdEx-- {
-			{
-				size, err := m.TaskArgs[iNdEx].MarshalToSizedBuffer(dAtA[:i])
-				if err != nil {
-					return 0, err
-				}
-				i -= size
-				i = encodeVarintProtomsg(dAtA, i, uint64(size))
-			}
-			i--
-			dAtA[i] = 0x12
-		}
-	}
-	if len(m.CameraId) > 0 {
-		i -= len(m.CameraId)
-		copy(dAtA[i:], m.CameraId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.CameraId)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *TaskGroupArgs) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *TaskGroupArgs) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *TaskGroupArgs) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if m.Enable {
-		i--
-		if m.Enable {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x18
-	}
-	if len(m.GroupRules) > 0 {
-		for iNdEx := len(m.GroupRules) - 1; iNdEx >= 0; iNdEx-- {
-			{
-				size, err := m.GroupRules[iNdEx].MarshalToSizedBuffer(dAtA[:i])
-				if err != nil {
-					return 0, err
-				}
-				i -= size
-				i = encodeVarintProtomsg(dAtA, i, uint64(size))
-			}
-			i--
-			dAtA[i] = 0x12
-		}
-	}
-	if len(m.TaskId) > 0 {
-		i -= len(m.TaskId)
-		copy(dAtA[i:], m.TaskId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TaskId)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *GroupRule) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *GroupRule) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *GroupRule) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if m.DefenceState {
-		i--
-		if m.DefenceState {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x30
-	}
-	if len(m.SetType) > 0 {
-		i -= len(m.SetType)
-		copy(dAtA[i:], m.SetType)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SetType)))
-		i--
-		dAtA[i] = 0x2a
-	}
-	if len(m.Rules) > 0 {
-		for iNdEx := len(m.Rules) - 1; iNdEx >= 0; iNdEx-- {
-			{
-				size, err := m.Rules[iNdEx].MarshalToSizedBuffer(dAtA[:i])
-				if err != nil {
-					return 0, err
-				}
-				i -= size
-				i = encodeVarintProtomsg(dAtA, i, uint64(size))
-			}
-			i--
-			dAtA[i] = 0x22
-		}
-	}
-	if m.AlarmLevel != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.AlarmLevel))
-		i--
-		dAtA[i] = 0x18
-	}
-	if len(m.GroupText) > 0 {
-		i -= len(m.GroupText)
-		copy(dAtA[i:], m.GroupText)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.GroupText)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.GroupId) > 0 {
-		i -= len(m.GroupId)
-		copy(dAtA[i:], m.GroupId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.GroupId)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *Rule) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *Rule) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *Rule) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.GroupId) > 0 {
-		i -= len(m.GroupId)
-		copy(dAtA[i:], m.GroupId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.GroupId)))
-		i--
-		dAtA[i] = 0x62
-	}
-	if len(m.RuleWithPre) > 0 {
-		i -= len(m.RuleWithPre)
-		copy(dAtA[i:], m.RuleWithPre)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.RuleWithPre)))
-		i--
-		dAtA[i] = 0x5a
-	}
-	if m.Sort != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.Sort))
-		i--
-		dAtA[i] = 0x50
-	}
-	if len(m.SdkArgValue) > 0 {
-		i -= len(m.SdkArgValue)
-		copy(dAtA[i:], m.SdkArgValue)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SdkArgValue)))
-		i--
-		dAtA[i] = 0x4a
-	}
-	if len(m.OperatorType) > 0 {
-		i -= len(m.OperatorType)
-		copy(dAtA[i:], m.OperatorType)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.OperatorType)))
-		i--
-		dAtA[i] = 0x42
-	}
-	if len(m.Operator) > 0 {
-		i -= len(m.Operator)
-		copy(dAtA[i:], m.Operator)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Operator)))
-		i--
-		dAtA[i] = 0x3a
-	}
-	if len(m.SdkArgAlias) > 0 {
-		i -= len(m.SdkArgAlias)
-		copy(dAtA[i:], m.SdkArgAlias)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SdkArgAlias)))
-		i--
-		dAtA[i] = 0x32
-	}
-	if len(m.SdkId) > 0 {
-		i -= len(m.SdkId)
-		copy(dAtA[i:], m.SdkId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SdkId)))
-		i--
-		dAtA[i] = 0x2a
-	}
-	if len(m.PolygonId) > 0 {
-		i -= len(m.PolygonId)
-		copy(dAtA[i:], m.PolygonId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PolygonId)))
-		i--
-		dAtA[i] = 0x22
-	}
-	if len(m.CameraId) > 0 {
-		i -= len(m.CameraId)
-		copy(dAtA[i:], m.CameraId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.CameraId)))
-		i--
-		dAtA[i] = 0x1a
-	}
-	if len(m.CameraTaskId) > 0 {
-		i -= len(m.CameraTaskId)
-		copy(dAtA[i:], m.CameraTaskId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.CameraTaskId)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.Id) > 0 {
-		i -= len(m.Id)
-		copy(dAtA[i:], m.Id)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Id)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *Sdk) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *Sdk) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *Sdk) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if m.DelFlag != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.DelFlag))
-		i--
-		dAtA[i] = 0x60
-	}
-	if m.Enable {
-		i--
-		if m.Enable {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x58
-	}
-	if len(m.CreateBy) > 0 {
-		i -= len(m.CreateBy)
-		copy(dAtA[i:], m.CreateBy)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.CreateBy)))
-		i--
-		dAtA[i] = 0x52
-	}
-	if len(m.UpdateTime) > 0 {
-		i -= len(m.UpdateTime)
-		copy(dAtA[i:], m.UpdateTime)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.UpdateTime)))
-		i--
-		dAtA[i] = 0x4a
-	}
-	if len(m.CreateTime) > 0 {
-		i -= len(m.CreateTime)
-		copy(dAtA[i:], m.CreateTime)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.CreateTime)))
-		i--
-		dAtA[i] = 0x42
-	}
-	if len(m.Url) > 0 {
-		i -= len(m.Url)
-		copy(dAtA[i:], m.Url)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Url)))
-		i--
-		dAtA[i] = 0x3a
-	}
-	if len(m.Icon) > 0 {
-		i -= len(m.Icon)
-		copy(dAtA[i:], m.Icon)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Icon)))
-		i--
-		dAtA[i] = 0x32
-	}
-	if len(m.Args) > 0 {
-		for iNdEx := len(m.Args) - 1; iNdEx >= 0; iNdEx-- {
-			{
-				size, err := m.Args[iNdEx].MarshalToSizedBuffer(dAtA[:i])
-				if err != nil {
-					return 0, err
-				}
-				i -= size
-				i = encodeVarintProtomsg(dAtA, i, uint64(size))
-			}
-			i--
-			dAtA[i] = 0x2a
-		}
-	}
-	if len(m.SdkName) > 0 {
-		i -= len(m.SdkName)
-		copy(dAtA[i:], m.SdkName)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SdkName)))
-		i--
-		dAtA[i] = 0x22
-	}
-	if len(m.SdkType) > 0 {
-		i -= len(m.SdkType)
-		copy(dAtA[i:], m.SdkType)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SdkType)))
-		i--
-		dAtA[i] = 0x1a
-	}
-	if len(m.IpcId) > 0 {
-		i -= len(m.IpcId)
-		copy(dAtA[i:], m.IpcId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.IpcId)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.Id) > 0 {
-		i -= len(m.Id)
-		copy(dAtA[i:], m.Id)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Id)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *TaskSdkRule) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *TaskSdkRule) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *TaskSdkRule) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.SdkRules) > 0 {
-		for iNdEx := len(m.SdkRules) - 1; iNdEx >= 0; iNdEx-- {
-			{
-				size, err := m.SdkRules[iNdEx].MarshalToSizedBuffer(dAtA[:i])
-				if err != nil {
-					return 0, err
-				}
-				i -= size
-				i = encodeVarintProtomsg(dAtA, i, uint64(size))
-			}
-			i--
-			dAtA[i] = 0x1a
-		}
-	}
-	if m.Enable {
-		i--
-		if m.Enable {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x10
-	}
-	if len(m.TaskId) > 0 {
-		i -= len(m.TaskId)
-		copy(dAtA[i:], m.TaskId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TaskId)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *SdkRuleSet) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *SdkRuleSet) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *SdkRuleSet) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if m.Sort != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.Sort))
-		i--
-		dAtA[i] = 0x20
-	}
-	if len(m.Rules) > 0 {
-		for iNdEx := len(m.Rules) - 1; iNdEx >= 0; iNdEx-- {
-			{
-				size, err := m.Rules[iNdEx].MarshalToSizedBuffer(dAtA[:i])
-				if err != nil {
-					return 0, err
-				}
-				i -= size
-				i = encodeVarintProtomsg(dAtA, i, uint64(size))
-			}
-			i--
-			dAtA[i] = 0x1a
-		}
-	}
-	if len(m.IpcId) > 0 {
-		i -= len(m.IpcId)
-		copy(dAtA[i:], m.IpcId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.IpcId)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.SdkId) > 0 {
-		i -= len(m.SdkId)
-		copy(dAtA[i:], m.SdkId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SdkId)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *SdkRule) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *SdkRule) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *SdkRule) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.SdkArgValue) > 0 {
-		i -= len(m.SdkArgValue)
-		copy(dAtA[i:], m.SdkArgValue)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SdkArgValue)))
-		i--
-		dAtA[i] = 0x22
-	}
-	if len(m.Operator) > 0 {
-		i -= len(m.Operator)
-		copy(dAtA[i:], m.Operator)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Operator)))
-		i--
-		dAtA[i] = 0x1a
-	}
-	if len(m.SdkArgAlias) > 0 {
-		i -= len(m.SdkArgAlias)
-		copy(dAtA[i:], m.SdkArgAlias)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SdkArgAlias)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.Id) > 0 {
-		i -= len(m.Id)
-		copy(dAtA[i:], m.Id)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Id)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *SdkArg) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *SdkArg) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *SdkArg) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if m.Sort != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.Sort))
-		i--
-		dAtA[i] = 0x48
-	}
-	if len(m.DefaultOperator) > 0 {
-		i -= len(m.DefaultOperator)
-		copy(dAtA[i:], m.DefaultOperator)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.DefaultOperator)))
-		i--
-		dAtA[i] = 0x42
-	}
-	if len(m.DefaultValue) > 0 {
-		i -= len(m.DefaultValue)
-		copy(dAtA[i:], m.DefaultValue)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.DefaultValue)))
-		i--
-		dAtA[i] = 0x3a
-	}
-	if len(m.Range) > 0 {
-		i -= len(m.Range)
-		copy(dAtA[i:], m.Range)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Range)))
-		i--
-		dAtA[i] = 0x32
-	}
-	if len(m.Unit) > 0 {
-		i -= len(m.Unit)
-		copy(dAtA[i:], m.Unit)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Unit)))
-		i--
-		dAtA[i] = 0x2a
-	}
-	if m.Must {
-		i--
-		if m.Must {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x20
-	}
-	if len(m.Type) > 0 {
-		i -= len(m.Type)
-		copy(dAtA[i:], m.Type)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Type)))
-		i--
-		dAtA[i] = 0x1a
-	}
-	if len(m.Name) > 0 {
-		i -= len(m.Name)
-		copy(dAtA[i:], m.Name)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Name)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.Alias) > 0 {
-		i -= len(m.Alias)
-		copy(dAtA[i:], m.Alias)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Alias)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *SdkChanSet) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *SdkChanSet) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *SdkChanSet) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if m.ChanNum != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.ChanNum))
-		i--
-		dAtA[i] = 0x10
-	}
-	if len(m.SdkType) > 0 {
-		i -= len(m.SdkType)
-		copy(dAtA[i:], m.SdkType)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SdkType)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *DbChangeMessage) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *DbChangeMessage) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *DbChangeMessage) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.Info) > 0 {
-		i -= len(m.Info)
-		copy(dAtA[i:], m.Info)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Info)))
-		i--
-		dAtA[i] = 0x22
-	}
-	if m.Action != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.Action))
-		i--
-		dAtA[i] = 0x18
-	}
-	if len(m.Id) > 0 {
-		i -= len(m.Id)
-		copy(dAtA[i:], m.Id)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Id)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if m.Table != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.Table))
-		i--
-		dAtA[i] = 0x8
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *CameraPolygon) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *CameraPolygon) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *CameraPolygon) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if m.DefenceState != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.DefenceState))
-		i--
-		dAtA[i] = 0x40
-	}
-	if len(m.Type) > 0 {
-		i -= len(m.Type)
-		copy(dAtA[i:], m.Type)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Type)))
-		i--
-		dAtA[i] = 0x3a
-	}
-	if len(m.DirectionLine) > 0 {
-		i -= len(m.DirectionLine)
-		copy(dAtA[i:], m.DirectionLine)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.DirectionLine)))
-		i--
-		dAtA[i] = 0x32
-	}
-	if len(m.TriggerLine) > 0 {
-		i -= len(m.TriggerLine)
-		copy(dAtA[i:], m.TriggerLine)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TriggerLine)))
-		i--
-		dAtA[i] = 0x2a
-	}
-	if len(m.Polygon) > 0 {
-		i -= len(m.Polygon)
-		copy(dAtA[i:], m.Polygon)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Polygon)))
-		i--
-		dAtA[i] = 0x22
-	}
-	if len(m.Name) > 0 {
-		i -= len(m.Name)
-		copy(dAtA[i:], m.Name)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Name)))
-		i--
-		dAtA[i] = 0x1a
-	}
-	if len(m.CameraId) > 0 {
-		i -= len(m.CameraId)
-		copy(dAtA[i:], m.CameraId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.CameraId)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.Id) > 0 {
-		i -= len(m.Id)
-		copy(dAtA[i:], m.Id)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Id)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *VideotapeInfo) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *VideotapeInfo) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *VideotapeInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if m.Type != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.Type))
-		i--
-		dAtA[i] = 0x38
-	}
-	if len(m.SdkIds) > 0 {
-		for iNdEx := len(m.SdkIds) - 1; iNdEx >= 0; iNdEx-- {
-			i -= len(m.SdkIds[iNdEx])
-			copy(dAtA[i:], m.SdkIds[iNdEx])
-			i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SdkIds[iNdEx])))
-			i--
-			dAtA[i] = 0x32
-		}
-	}
-	if len(m.VideoUrl) > 0 {
-		i -= len(m.VideoUrl)
-		copy(dAtA[i:], m.VideoUrl)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.VideoUrl)))
-		i--
-		dAtA[i] = 0x2a
-	}
-	if m.ImgId != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.ImgId))
-		i--
-		dAtA[i] = 0x20
-	}
-	if len(m.TaskId) > 0 {
-		i -= len(m.TaskId)
-		copy(dAtA[i:], m.TaskId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TaskId)))
-		i--
-		dAtA[i] = 0x1a
-	}
-	if len(m.CameraId) > 0 {
-		i -= len(m.CameraId)
-		copy(dAtA[i:], m.CameraId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.CameraId)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.EsDataId) > 0 {
-		i -= len(m.EsDataId)
-		copy(dAtA[i:], m.EsDataId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.EsDataId)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *CompareArgs) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *CompareArgs) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *CompareArgs) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.AnalyServerId) > 0 {
-		i -= len(m.AnalyServerId)
-		copy(dAtA[i:], m.AnalyServerId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.AnalyServerId)))
-		i--
-		dAtA[i] = 0x62
-	}
-	if m.Source {
-		i--
-		if m.Source {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x58
-	}
-	if len(m.Collection) > 0 {
-		i -= len(m.Collection)
-		copy(dAtA[i:], m.Collection)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Collection)))
-		i--
-		dAtA[i] = 0x52
-	}
-	if len(m.InputValue) > 0 {
-		i -= len(m.InputValue)
-		copy(dAtA[i:], m.InputValue)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.InputValue)))
-		i--
-		dAtA[i] = 0x4a
-	}
-	if len(m.SearchTime) > 0 {
-		for iNdEx := len(m.SearchTime) - 1; iNdEx >= 0; iNdEx-- {
-			i -= len(m.SearchTime[iNdEx])
-			copy(dAtA[i:], m.SearchTime[iNdEx])
-			i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SearchTime[iNdEx])))
-			i--
-			dAtA[i] = 0x42
-		}
-	}
-	if len(m.AlarmLevel) > 0 {
-		i -= len(m.AlarmLevel)
-		copy(dAtA[i:], m.AlarmLevel)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.AlarmLevel)))
-		i--
-		dAtA[i] = 0x3a
-	}
-	if len(m.Tabs) > 0 {
-		for iNdEx := len(m.Tabs) - 1; iNdEx >= 0; iNdEx-- {
-			i -= len(m.Tabs[iNdEx])
-			copy(dAtA[i:], m.Tabs[iNdEx])
-			i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Tabs[iNdEx])))
-			i--
-			dAtA[i] = 0x32
-		}
-	}
-	if len(m.TreeNodes) > 0 {
-		for iNdEx := len(m.TreeNodes) - 1; iNdEx >= 0; iNdEx-- {
-			i -= len(m.TreeNodes[iNdEx])
-			copy(dAtA[i:], m.TreeNodes[iNdEx])
-			i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TreeNodes[iNdEx])))
-			i--
-			dAtA[i] = 0x2a
-		}
-	}
-	if len(m.Tasks) > 0 {
-		for iNdEx := len(m.Tasks) - 1; iNdEx >= 0; iNdEx-- {
-			i -= len(m.Tasks[iNdEx])
-			copy(dAtA[i:], m.Tasks[iNdEx])
-			i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Tasks[iNdEx])))
-			i--
-			dAtA[i] = 0x22
-		}
-	}
-	if len(m.FaceFeature) > 0 {
-		i -= len(m.FaceFeature)
-		copy(dAtA[i:], m.FaceFeature)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.FaceFeature)))
-		i--
-		dAtA[i] = 0x1a
-	}
-	if m.CompareThreshold != 0 {
-		i -= 4
-		encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(math.Float32bits(float32(m.CompareThreshold))))
-		i--
-		dAtA[i] = 0x15
-	}
-	if len(m.TableIds) > 0 {
-		for iNdEx := len(m.TableIds) - 1; iNdEx >= 0; iNdEx-- {
-			i -= len(m.TableIds[iNdEx])
-			copy(dAtA[i:], m.TableIds[iNdEx])
-			i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TableIds[iNdEx])))
-			i--
-			dAtA[i] = 0xa
-		}
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *CompareEvent) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *CompareEvent) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *CompareEvent) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.Payload) > 0 {
-		i -= len(m.Payload)
-		copy(dAtA[i:], m.Payload)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Payload)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if m.EventType != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.EventType))
-		i--
-		dAtA[i] = 0x8
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *SdkCompareEach) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *SdkCompareEach) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *SdkCompareEach) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if m.CompareScore != 0 {
-		i -= 4
-		encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(math.Float32bits(float32(m.CompareScore))))
-		i--
-		dAtA[i] = 0x1d
-	}
-	if len(m.Tableid) > 0 {
-		i -= len(m.Tableid)
-		copy(dAtA[i:], m.Tableid)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Tableid)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.Id) > 0 {
-		i -= len(m.Id)
-		copy(dAtA[i:], m.Id)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Id)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *SdkCompareResult) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *SdkCompareResult) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *SdkCompareResult) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.CompareResult) > 0 {
-		for iNdEx := len(m.CompareResult) - 1; iNdEx >= 0; iNdEx-- {
-			{
-				size, err := m.CompareResult[iNdEx].MarshalToSizedBuffer(dAtA[:i])
-				if err != nil {
-					return 0, err
-				}
-				i -= size
-				i = encodeVarintProtomsg(dAtA, i, uint64(size))
-			}
-			i--
-			dAtA[i] = 0xa
-		}
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *EventPush) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *EventPush) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *EventPush) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.Rules) > 0 {
-		for iNdEx := len(m.Rules) - 1; iNdEx >= 0; iNdEx-- {
-			{
-				size, err := m.Rules[iNdEx].MarshalToSizedBuffer(dAtA[:i])
-				if err != nil {
-					return 0, err
-				}
-				i -= size
-				i = encodeVarintProtomsg(dAtA, i, uint64(size))
-			}
-			i--
-			dAtA[i] = 0x62
-		}
-	}
-	if len(m.Urls) > 0 {
-		for iNdEx := len(m.Urls) - 1; iNdEx >= 0; iNdEx-- {
-			{
-				size, err := m.Urls[iNdEx].MarshalToSizedBuffer(dAtA[:i])
-				if err != nil {
-					return 0, err
-				}
-				i -= size
-				i = encodeVarintProtomsg(dAtA, i, uint64(size))
-			}
-			i--
-			dAtA[i] = 0x5a
-		}
-	}
-	if len(m.IpPorts) > 0 {
-		for iNdEx := len(m.IpPorts) - 1; iNdEx >= 0; iNdEx-- {
-			{
-				size, err := m.IpPorts[iNdEx].MarshalToSizedBuffer(dAtA[:i])
-				if err != nil {
-					return 0, err
-				}
-				i -= size
-				i = encodeVarintProtomsg(dAtA, i, uint64(size))
-			}
-			i--
-			dAtA[i] = 0x52
-		}
-	}
-	if len(m.LinkDevice) > 0 {
-		i -= len(m.LinkDevice)
-		copy(dAtA[i:], m.LinkDevice)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.LinkDevice)))
-		i--
-		dAtA[i] = 0x4a
-	}
-	if len(m.LinkType) > 0 {
-		i -= len(m.LinkType)
-		copy(dAtA[i:], m.LinkType)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.LinkType)))
-		i--
-		dAtA[i] = 0x42
-	}
-	if m.Enable {
-		i--
-		if m.Enable {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x38
-	}
-	if len(m.RuleText) > 0 {
-		i -= len(m.RuleText)
-		copy(dAtA[i:], m.RuleText)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.RuleText)))
-		i--
-		dAtA[i] = 0x32
-	}
-	if m.IsSatisfyAll {
-		i--
-		if m.IsSatisfyAll {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x28
-	}
-	if len(m.TimeEnd) > 0 {
-		i -= len(m.TimeEnd)
-		copy(dAtA[i:], m.TimeEnd)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TimeEnd)))
-		i--
-		dAtA[i] = 0x22
-	}
-	if len(m.TimeStart) > 0 {
-		i -= len(m.TimeStart)
-		copy(dAtA[i:], m.TimeStart)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TimeStart)))
-		i--
-		dAtA[i] = 0x1a
-	}
-	if len(m.Name) > 0 {
-		i -= len(m.Name)
-		copy(dAtA[i:], m.Name)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Name)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.Id) > 0 {
-		i -= len(m.Id)
-		copy(dAtA[i:], m.Id)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Id)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *EventPushRule) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *EventPushRule) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *EventPushRule) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.EventPushId) > 0 {
-		i -= len(m.EventPushId)
-		copy(dAtA[i:], m.EventPushId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.EventPushId)))
-		i--
-		dAtA[i] = 0x3a
-	}
-	if len(m.RuleValue) > 0 {
-		i -= len(m.RuleValue)
-		copy(dAtA[i:], m.RuleValue)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.RuleValue)))
-		i--
-		dAtA[i] = 0x32
-	}
-	if len(m.OperatorType) > 0 {
-		i -= len(m.OperatorType)
-		copy(dAtA[i:], m.OperatorType)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.OperatorType)))
-		i--
-		dAtA[i] = 0x2a
-	}
-	if len(m.Operator) > 0 {
-		i -= len(m.Operator)
-		copy(dAtA[i:], m.Operator)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Operator)))
-		i--
-		dAtA[i] = 0x22
-	}
-	if len(m.TopicArg) > 0 {
-		i -= len(m.TopicArg)
-		copy(dAtA[i:], m.TopicArg)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TopicArg)))
-		i--
-		dAtA[i] = 0x1a
-	}
-	if len(m.TopicType) > 0 {
-		i -= len(m.TopicType)
-		copy(dAtA[i:], m.TopicType)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TopicType)))
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.Id) > 0 {
-		i -= len(m.Id)
-		copy(dAtA[i:], m.Id)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Id)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *PushIpPort) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *PushIpPort) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *PushIpPort) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if m.Enable {
-		i--
-		if m.Enable {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x18
-	}
-	if m.Port != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.Port))
-		i--
-		dAtA[i] = 0x10
-	}
-	if len(m.ServerIp) > 0 {
-		i -= len(m.ServerIp)
-		copy(dAtA[i:], m.ServerIp)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.ServerIp)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *PushUrl) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *PushUrl) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *PushUrl) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if m.Enable {
-		i--
-		if m.Enable {
-			dAtA[i] = 1
-		} else {
-			dAtA[i] = 0
-		}
-		i--
-		dAtA[i] = 0x10
-	}
-	if len(m.Url) > 0 {
-		i -= len(m.Url)
-		copy(dAtA[i:], m.Url)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Url)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *PushAttach) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *PushAttach) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *PushAttach) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if len(m.VideoUrl) > 0 {
-		i -= len(m.VideoUrl)
-		copy(dAtA[i:], m.VideoUrl)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.VideoUrl)))
-		i--
-		dAtA[i] = 0x32
-	}
-	if len(m.LocalIp) > 0 {
-		i -= len(m.LocalIp)
-		copy(dAtA[i:], m.LocalIp)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.LocalIp)))
-		i--
-		dAtA[i] = 0x2a
-	}
-	if len(m.ServerName) > 0 {
-		i -= len(m.ServerName)
-		copy(dAtA[i:], m.ServerName)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.ServerName)))
-		i--
-		dAtA[i] = 0x22
-	}
-	if len(m.ServerId) > 0 {
-		i -= len(m.ServerId)
-		copy(dAtA[i:], m.ServerId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.ServerId)))
-		i--
-		dAtA[i] = 0x1a
-	}
-	if m.Cam != nil {
-		{
-			size, err := m.Cam.MarshalToSizedBuffer(dAtA[:i])
-			if err != nil {
-				return 0, err
-			}
-			i -= size
-			i = encodeVarintProtomsg(dAtA, i, uint64(size))
-		}
-		i--
-		dAtA[i] = 0x12
-	}
-	if len(m.PushId) > 0 {
-		i -= len(m.PushId)
-		copy(dAtA[i:], m.PushId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PushId)))
-		i--
-		dAtA[i] = 0xa
-	}
-	return len(dAtA) - i, nil
-}
-
-func (m *EsPersonCacheChange) Marshal() (dAtA []byte, err error) {
-	size := m.Size()
-	dAtA = make([]byte, size)
-	n, err := m.MarshalToSizedBuffer(dAtA[:size])
-	if err != nil {
-		return nil, err
-	}
-	return dAtA[:n], nil
-}
-
-func (m *EsPersonCacheChange) MarshalTo(dAtA []byte) (int, error) {
-	size := m.Size()
-	return m.MarshalToSizedBuffer(dAtA[:size])
-}
-
-func (m *EsPersonCacheChange) MarshalToSizedBuffer(dAtA []byte) (int, error) {
-	i := len(dAtA)
-	_ = i
-	var l int
-	_ = l
-	if m.Enable != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.Enable))
-		i--
-		dAtA[i] = 0x30
-	}
-	if m.Action != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.Action))
-		i--
-		dAtA[i] = 0x28
-	}
-	if len(m.Feature) > 0 {
-		i -= len(m.Feature)
-		copy(dAtA[i:], m.Feature)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Feature)))
-		i--
-		dAtA[i] = 0x22
-	}
-	if len(m.PersonId) > 0 {
-		i -= len(m.PersonId)
-		copy(dAtA[i:], m.PersonId)
-		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PersonId)))
-		i--
-		dAtA[i] = 0x1a
-	}
-	if len(m.TableId) > 0 {
-		for iNdEx := len(m.TableId) - 1; iNdEx >= 0; iNdEx-- {
-			i -= len(m.TableId[iNdEx])
-			copy(dAtA[i:], m.TableId[iNdEx])
-			i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TableId[iNdEx])))
-			i--
-			dAtA[i] = 0x12
-		}
-	}
-	if m.Type != 0 {
-		i = encodeVarintProtomsg(dAtA, i, uint64(m.Type))
-		i--
-		dAtA[i] = 0x8
-	}
-	return len(dAtA) - i, nil
-}
-
-func encodeVarintProtomsg(dAtA []byte, offset int, v uint64) int {
-	offset -= sovProtomsg(v)
-	base := offset
-	for v >= 1<<7 {
-		dAtA[offset] = uint8(v&0x7f | 0x80)
-		v >>= 7
-		offset++
-	}
-	dAtA[offset] = uint8(v)
-	return base
-}
-func (m *Area) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	if m.Id != 0 {
-		n += 1 + sovProtomsg(uint64(m.Id))
-	}
-	if m.Parentid != 0 {
-		n += 1 + sovProtomsg(uint64(m.Parentid))
-	}
-	l = len(m.Name)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	return n
-}
-
-func (m *Camera) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.Id)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Name)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Alias)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.SnapshotUrl)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.Type != 0 {
-		n += 1 + sovProtomsg(uint64(m.Type))
-	}
-	l = len(m.Addr)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.Longitude != 0 {
-		n += 5
-	}
-	if m.Latitude != 0 {
-		n += 5
-	}
-	if m.Floor != 0 {
-		n += 1 + sovProtomsg(uint64(m.Floor))
-	}
-	l = len(m.Rtsp)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Ip)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.Port != 0 {
-		n += 1 + sovProtomsg(uint64(m.Port))
-	}
-	l = len(m.Username)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Password)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Brand)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Reserved)
-	if l > 0 {
-		n += 2 + l + sovProtomsg(uint64(l))
-	}
-	if m.IsRunning {
-		n += 3
-	}
-	if m.RunEnable {
-		n += 3
-	}
-	if m.RunType != 0 {
-		n += 2 + sovProtomsg(uint64(m.RunType))
-	}
-	l = len(m.RunServerId)
-	if l > 0 {
-		n += 2 + l + sovProtomsg(uint64(l))
-	}
-	return n
-}
-
-func (m *CameraLink) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.CameraIds)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.LinkTaskId)
-	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
-}
-
-func (m *Task) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.Taskid)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Taskname)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.CreateAt)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.CreateBy)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.UpdateAt)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.Enable {
-		n += 2
-	}
-	if m.IsAlarm {
-		n += 2
-	}
-	if m.DelFlag {
-		n += 2
-	}
-	return n
-}
-
-func (m *TaskSdkInfo) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	if m.Task != nil {
-		l = m.Task.Size()
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if len(m.Sdks) > 0 {
-		for _, e := range m.Sdks {
-			l = e.Size()
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	return n
-}
-
-func (m *SdkRun) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.IpcId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.SdkType)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	return n
-}
-
-func (m *TaskSdkRun) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	if m.Task != nil {
-		l = m.Task.Size()
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if len(m.Sdks) > 0 {
-		for _, e := range m.Sdks {
-			l = e.Size()
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	return n
-}
-
-func (m *CameraTask) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.Id)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.CameraId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.TaskId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.TimeRule)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.ReactRule)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.ReactDevice)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.DelFlag {
-		n += 2
-	}
-	if m.UpdateFlag {
-		n += 2
-	}
-	if m.Enable {
-		n += 2
-	}
-	if m.Sort != 0 {
-		n += 1 + sovProtomsg(uint64(m.Sort))
-	}
-	if m.IsFull {
-		n += 2
-	}
-	l = len(m.LinkTaskId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	return n
-}
-
-func (m *CameraTimerule) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.Id)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Name)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.TimeRule)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	return n
-}
-
-func (m *DayCtl) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	if m.Day != 0 {
-		n += 1 + sovProtomsg(uint64(m.Day))
-	}
-	if len(m.TimeRange) > 0 {
-		for _, e := range m.TimeRange {
-			l = e.Size()
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	return n
-}
-
-func (m *TimeRange) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.Start)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.End)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	return n
-}
-
-func (m *Polygon) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.Id)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Name)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if len(m.Points) > 0 {
-		for _, e := range m.Points {
-			l = e.Size()
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	return n
-}
-
-func (m *CameraTaskArgs) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.CameraId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if len(m.TaskArgs) > 0 {
-		for _, e := range m.TaskArgs {
-			l = e.Size()
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	return n
-}
-
-func (m *TaskGroupArgs) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.TaskId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if len(m.GroupRules) > 0 {
-		for _, e := range m.GroupRules {
-			l = e.Size()
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	if m.Enable {
-		n += 2
-	}
-	return n
-}
-
-func (m *GroupRule) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.GroupId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.GroupText)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.AlarmLevel != 0 {
-		n += 1 + sovProtomsg(uint64(m.AlarmLevel))
-	}
-	if len(m.Rules) > 0 {
-		for _, e := range m.Rules {
-			l = e.Size()
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	l = len(m.SetType)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.DefenceState {
-		n += 2
-	}
-	return n
-}
-
-func (m *Rule) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.Id)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.CameraTaskId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.CameraId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.PolygonId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.SdkId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.SdkArgAlias)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Operator)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.OperatorType)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.SdkArgValue)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.Sort != 0 {
-		n += 1 + sovProtomsg(uint64(m.Sort))
-	}
-	l = len(m.RuleWithPre)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.GroupId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	return n
-}
-
-func (m *Sdk) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.Id)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.IpcId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.SdkType)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.SdkName)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if len(m.Args) > 0 {
-		for _, e := range m.Args {
-			l = e.Size()
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	l = len(m.Icon)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Url)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.CreateTime)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.UpdateTime)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.CreateBy)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.Enable {
-		n += 2
-	}
-	if m.DelFlag != 0 {
-		n += 1 + sovProtomsg(uint64(m.DelFlag))
-	}
-	return n
-}
-
-func (m *TaskSdkRule) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.TaskId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.Enable {
-		n += 2
-	}
-	if len(m.SdkRules) > 0 {
-		for _, e := range m.SdkRules {
-			l = e.Size()
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	return n
-}
-
-func (m *SdkRuleSet) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.SdkId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.IpcId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if len(m.Rules) > 0 {
-		for _, e := range m.Rules {
-			l = e.Size()
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	if m.Sort != 0 {
-		n += 1 + sovProtomsg(uint64(m.Sort))
-	}
-	return n
-}
-
-func (m *SdkRule) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.Id)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.SdkArgAlias)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Operator)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.SdkArgValue)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	return n
-}
-
-func (m *SdkArg) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.Alias)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Name)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Type)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.Must {
-		n += 2
-	}
-	l = len(m.Unit)
-	if l > 0 {
-		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))
-	}
-	l = len(m.DefaultOperator)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.Sort != 0 {
-		n += 1 + sovProtomsg(uint64(m.Sort))
-	}
-	return n
-}
-
-func (m *SdkChanSet) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.SdkType)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.ChanNum != 0 {
-		n += 1 + sovProtomsg(uint64(m.ChanNum))
-	}
-	return n
-}
-
-func (m *DbChangeMessage) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	if m.Table != 0 {
-		n += 1 + sovProtomsg(uint64(m.Table))
-	}
-	l = len(m.Id)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.Action != 0 {
-		n += 1 + sovProtomsg(uint64(m.Action))
-	}
-	l = len(m.Info)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	return n
-}
-
-func (m *CameraPolygon) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.Id)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.CameraId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Name)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Polygon)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.TriggerLine)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.DirectionLine)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Type)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.DefenceState != 0 {
-		n += 1 + sovProtomsg(uint64(m.DefenceState))
-	}
-	return n
-}
-
-func (m *VideotapeInfo) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.EsDataId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.CameraId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.TaskId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.ImgId != 0 {
-		n += 1 + sovProtomsg(uint64(m.ImgId))
-	}
-	l = len(m.VideoUrl)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if len(m.SdkIds) > 0 {
-		for _, s := range m.SdkIds {
-			l = len(s)
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	if m.Type != 0 {
-		n += 1 + sovProtomsg(uint64(m.Type))
-	}
-	return n
-}
-
-func (m *CompareArgs) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	if len(m.TableIds) > 0 {
-		for _, s := range m.TableIds {
-			l = len(s)
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	if m.CompareThreshold != 0 {
-		n += 5
-	}
-	l = len(m.FaceFeature)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if len(m.Tasks) > 0 {
-		for _, s := range m.Tasks {
-			l = len(s)
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	if len(m.TreeNodes) > 0 {
-		for _, s := range m.TreeNodes {
-			l = len(s)
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	if len(m.Tabs) > 0 {
-		for _, s := range m.Tabs {
-			l = len(s)
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	l = len(m.AlarmLevel)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if len(m.SearchTime) > 0 {
-		for _, s := range m.SearchTime {
-			l = len(s)
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	l = len(m.InputValue)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Collection)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.Source {
-		n += 2
-	}
-	l = len(m.AnalyServerId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	return n
-}
-
-func (m *CompareEvent) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	if m.EventType != 0 {
-		n += 1 + sovProtomsg(uint64(m.EventType))
-	}
-	l = len(m.Payload)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	return n
-}
-
-func (m *SdkCompareEach) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.Id)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Tableid)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.CompareScore != 0 {
-		n += 5
-	}
-	return n
-}
-
-func (m *SdkCompareResult) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	if len(m.CompareResult) > 0 {
-		for _, e := range m.CompareResult {
-			l = e.Size()
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	return n
-}
-
-func (m *EventPush) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.Id)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Name)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.TimeStart)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.TimeEnd)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.IsSatisfyAll {
-		n += 2
-	}
-	l = len(m.RuleText)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.Enable {
-		n += 2
-	}
-	l = len(m.LinkType)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.LinkDevice)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if len(m.IpPorts) > 0 {
-		for _, e := range m.IpPorts {
-			l = e.Size()
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	if len(m.Urls) > 0 {
-		for _, e := range m.Urls {
-			l = e.Size()
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	if len(m.Rules) > 0 {
-		for _, e := range m.Rules {
-			l = e.Size()
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	return n
-}
-
-func (m *EventPushRule) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.Id)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.TopicType)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.TopicArg)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Operator)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.OperatorType)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.RuleValue)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.EventPushId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	return n
-}
-
-func (m *PushIpPort) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.ServerIp)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.Port != 0 {
-		n += 1 + sovProtomsg(uint64(m.Port))
-	}
-	if m.Enable {
-		n += 2
-	}
-	return n
-}
-
-func (m *PushUrl) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.Url)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.Enable {
-		n += 2
-	}
-	return n
-}
-
-func (m *PushAttach) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	l = len(m.PushId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.Cam != nil {
-		l = m.Cam.Size()
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.ServerId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.ServerName)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.LocalIp)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.VideoUrl)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	return n
-}
-
-func (m *EsPersonCacheChange) Size() (n int) {
-	if m == nil {
-		return 0
-	}
-	var l int
-	_ = l
-	if m.Type != 0 {
-		n += 1 + sovProtomsg(uint64(m.Type))
-	}
-	if len(m.TableId) > 0 {
-		for _, s := range m.TableId {
-			l = len(s)
-			n += 1 + l + sovProtomsg(uint64(l))
-		}
-	}
-	l = len(m.PersonId)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	l = len(m.Feature)
-	if l > 0 {
-		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.Action != 0 {
-		n += 1 + sovProtomsg(uint64(m.Action))
-	}
-	if m.Enable != 0 {
-		n += 1 + sovProtomsg(uint64(m.Enable))
-	}
-	return n
-}
-
-func sovProtomsg(x uint64) (n int) {
-	return (math_bits.Len64(x|1) + 6) / 7
-}
-func sozProtomsg(x uint64) (n int) {
-	return sovProtomsg(uint64((x << 1) ^ uint64((int64(x) >> 63))))
-}
-func (m *Area) 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: Area: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: Area: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType)
-			}
-			m.Id = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.Id |= int32(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		case 2:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Parentid", wireType)
-			}
-			m.Parentid = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.Parentid |= int32(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		case 3:
-			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 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.Name = 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 *Camera) 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: Camera: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: Camera: 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 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.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 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.Name = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 3:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Alias", 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.Alias = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 4:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field SnapshotUrl", 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.SnapshotUrl = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 5:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType)
-			}
-			m.Type = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.Type |= int32(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		case 6:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Addr", 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.Addr = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 7:
-			if wireType != 5 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Longitude", wireType)
-			}
-			var v uint32
-			if (iNdEx + 4) > l {
-				return io.ErrUnexpectedEOF
-			}
-			v = uint32(encoding_binary.LittleEndian.Uint32(dAtA[iNdEx:]))
-			iNdEx += 4
-			m.Longitude = float32(math.Float32frombits(v))
-		case 8:
-			if wireType != 5 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Latitude", wireType)
-			}
-			var v uint32
-			if (iNdEx + 4) > l {
-				return io.ErrUnexpectedEOF
-			}
-			v = uint32(encoding_binary.LittleEndian.Uint32(dAtA[iNdEx:]))
-			iNdEx += 4
-			m.Latitude = float32(math.Float32frombits(v))
-		case 9:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Floor", wireType)
-			}
-			m.Floor = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.Floor |= int32(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		case 10:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Rtsp", 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.Rtsp = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 11:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Ip", 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.Ip = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 12:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Port", wireType)
-			}
-			m.Port = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.Port |= int32(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		case 13:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Username", 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.Username = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 14:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Password", 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.Password = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 15:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Brand", 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.Brand = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 16:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Reserved", 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.Reserved = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 17:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field IsRunning", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.IsRunning = bool(v != 0)
-		case 18:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field RunEnable", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.RunEnable = bool(v != 0)
-		case 19:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field RunType", wireType)
-			}
-			m.RunType = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.RunType |= int32(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		case 20:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field RunServerId", 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.RunServerId = 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 *CameraLink) 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: CameraLink: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: CameraLink: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field CameraIds", 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.CameraIds = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field LinkTaskId", 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.LinkTaskId = 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
-			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 *Task) 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: Task: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: Task: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Taskid", 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.Taskid = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Taskname", 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.Taskname = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 3:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field CreateAt", 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.CreateAt = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 4:
-			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 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.CreateBy = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 5:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field UpdateAt", 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.UpdateAt = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 6:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Enable", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.Enable = bool(v != 0)
-		case 7:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field IsAlarm", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.IsAlarm = bool(v != 0)
-		case 8:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field DelFlag", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.DelFlag = bool(v != 0)
-		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 *TaskSdkInfo) 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: TaskSdkInfo: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: TaskSdkInfo: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Task", 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.Task == nil {
-				m.Task = &Task{}
-			}
-			if err := m.Task.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
-				return err
-			}
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Sdks", 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.Sdks = append(m.Sdks, &Sdk{})
-			if err := m.Sdks[len(m.Sdks)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
-				return err
-			}
-			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 *SdkRun) 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: SdkRun: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: SdkRun: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field IpcId", 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.IpcId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field SdkType", 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.SdkType = 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 *TaskSdkRun) 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: TaskSdkRun: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: TaskSdkRun: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Task", 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.Task == nil {
-				m.Task = &Task{}
-			}
-			if err := m.Task.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
-				return err
-			}
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Sdks", 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.Sdks = append(m.Sdks, &SdkRun{})
-			if err := m.Sdks[len(m.Sdks)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
-				return err
-			}
-			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 *CameraTask) 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: CameraTask: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: CameraTask: 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 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.Id = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field CameraId", 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.CameraId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 3:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field TaskId", 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.TaskId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 4:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field TimeRule", 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.TimeRule = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 5:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field ReactRule", 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.ReactRule = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 6:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field ReactDevice", 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.ReactDevice = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 7:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field DelFlag", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.DelFlag = bool(v != 0)
-		case 8:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field UpdateFlag", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.UpdateFlag = bool(v != 0)
-		case 9:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Enable", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.Enable = bool(v != 0)
-		case 10:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Sort", wireType)
-			}
-			m.Sort = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.Sort |= int32(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		case 11:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field IsFull", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.IsFull = bool(v != 0)
-		case 12:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field LinkTaskId", 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.LinkTaskId = 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 *CameraTimerule) 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: CameraTimerule: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: CameraTimerule: 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 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.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 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.Name = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 3:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field TimeRule", 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.TimeRule = 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 *DayCtl) 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: DayCtl: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: DayCtl: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Day", wireType)
-			}
-			m.Day = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.Day |= int32(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field TimeRange", 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.TimeRange = append(m.TimeRange, &TimeRange{})
-			if err := m.TimeRange[len(m.TimeRange)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
-				return err
-			}
-			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 *TimeRange) 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: TimeRange: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: TimeRange: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Start", 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.Start = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field End", 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.End = 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 *Polygon) 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: Polygon: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: Polygon: 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 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.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 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.Name = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 3:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Points", 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.Points = append(m.Points, &Point{})
-			if err := m.Points[len(m.Points)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
-				return err
-			}
-			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 *CameraTaskArgs) 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: CameraTaskArgs: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: CameraTaskArgs: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field CameraId", 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.CameraId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field TaskArgs", 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.TaskArgs = append(m.TaskArgs, &TaskGroupArgs{})
-			if err := m.TaskArgs[len(m.TaskArgs)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
-				return err
-			}
-			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 *TaskGroupArgs) 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: TaskGroupArgs: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: TaskGroupArgs: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field TaskId", 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.TaskId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field GroupRules", 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.GroupRules = append(m.GroupRules, &GroupRule{})
-			if err := m.GroupRules[len(m.GroupRules)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
-				return err
-			}
-			iNdEx = postIndex
-		case 3:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Enable", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.Enable = bool(v != 0)
-		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 *GroupRule) 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: GroupRule: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: GroupRule: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field GroupId", 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.GroupId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field GroupText", 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.GroupText = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 3:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field AlarmLevel", wireType)
-			}
-			m.AlarmLevel = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.AlarmLevel |= int32(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		case 4:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Rules", 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.Rules = append(m.Rules, &Rule{})
-			if err := m.Rules[len(m.Rules)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
-				return err
-			}
-			iNdEx = postIndex
-		case 5:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field SetType", 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.SetType = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 6:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field DefenceState", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.DefenceState = bool(v != 0)
-		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 *Rule) 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: Rule: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: Rule: 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 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.Id = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field CameraTaskId", 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.CameraTaskId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 3:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field CameraId", 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.CameraId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 4:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field PolygonId", 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.PolygonId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 5:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field SdkId", 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.SdkId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 6:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field SdkArgAlias", 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.SdkArgAlias = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 7:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Operator", 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.Operator = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 8:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field OperatorType", 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.OperatorType = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 9:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field SdkArgValue", 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.SdkArgValue = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 10:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Sort", wireType)
-			}
-			m.Sort = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.Sort |= int32(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		case 11:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field RuleWithPre", 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.RuleWithPre = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 12:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field GroupId", 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.GroupId = 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 *Sdk) 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: Sdk: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: Sdk: 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 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.Id = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field IpcId", 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.IpcId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 3:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field SdkType", 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.SdkType = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 4:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field SdkName", 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.SdkName = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 5:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Args", 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.Args = append(m.Args, &SdkArg{})
-			if err := m.Args[len(m.Args)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
-				return err
-			}
-			iNdEx = postIndex
-		case 6:
-			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 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.Icon = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 7:
-			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 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.Url = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 8:
-			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 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.CreateTime = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 9:
-			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 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.UpdateTime = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 10:
-			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 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.CreateBy = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 11:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Enable", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.Enable = bool(v != 0)
-		case 12:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field DelFlag", wireType)
-			}
-			m.DelFlag = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.DelFlag |= int32(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		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 *TaskSdkRule) 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: TaskSdkRule: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: TaskSdkRule: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field TaskId", 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.TaskId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Enable", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.Enable = bool(v != 0)
-		case 3:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field SdkRules", 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.SdkRules = append(m.SdkRules, &SdkRuleSet{})
-			if err := m.SdkRules[len(m.SdkRules)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
-				return err
-			}
-			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 *SdkRuleSet) 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: SdkRuleSet: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: SdkRuleSet: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field SdkId", 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.SdkId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field IpcId", 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.IpcId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 3:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Rules", 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.Rules = append(m.Rules, &SdkRule{})
-			if err := m.Rules[len(m.Rules)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
-				return err
-			}
-			iNdEx = postIndex
-		case 4:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Sort", wireType)
-			}
-			m.Sort = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.Sort |= int32(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		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 *SdkRule) 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: SdkRule: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: SdkRule: 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 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.Id = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field SdkArgAlias", 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.SdkArgAlias = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 3:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Operator", 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.Operator = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 4:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field SdkArgValue", 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.SdkArgValue = 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 *SdkArg) 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: SdkArg: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: SdkArg: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Alias", 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.Alias = 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 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.Name = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 3:
-			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 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.Type = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 4:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Must", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.Must = bool(v != 0)
-		case 5:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Unit", 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.Unit = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 6:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Range", 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.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 != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field DefaultOperator", 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.DefaultOperator = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 9:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Sort", wireType)
-			}
-			m.Sort = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.Sort |= int32(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		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 *SdkChanSet) 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: SdkChanSet: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: SdkChanSet: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field SdkType", 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.SdkType = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field ChanNum", wireType)
-			}
-			m.ChanNum = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.ChanNum |= int32(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		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 *DbChangeMessage) 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: DbChangeMessage: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: DbChangeMessage: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Table", wireType)
-			}
-			m.Table = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.Table |= TableChanged(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		case 2:
-			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 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.Id = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 3:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Action", wireType)
-			}
-			m.Action = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.Action |= DbAction(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		case 4:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Info", 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.Info = 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 *CameraPolygon) 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: CameraPolygon: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: CameraPolygon: 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 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.Id = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field CameraId", 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.CameraId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 3:
-			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 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.Name = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 4:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Polygon", 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.Polygon = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 5:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field TriggerLine", 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.TriggerLine = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 6:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field DirectionLine", 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.DirectionLine = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 7:
-			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 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.Type = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 8:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field DefenceState", wireType)
-			}
-			m.DefenceState = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.DefenceState |= int32(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		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 *VideotapeInfo) 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: VideotapeInfo: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: VideotapeInfo: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field EsDataId", 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.EsDataId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field CameraId", 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.CameraId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 3:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field TaskId", 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.TaskId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 4:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field ImgId", wireType)
-			}
-			m.ImgId = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.ImgId |= int64(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		case 5:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field VideoUrl", 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.VideoUrl = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 6:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field SdkIds", 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.SdkIds = append(m.SdkIds, string(dAtA[iNdEx:postIndex]))
-			iNdEx = postIndex
-		case 7:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType)
-			}
-			m.Type = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.Type |= int32(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		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 *CompareArgs) 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: CompareArgs: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: CompareArgs: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field TableIds", 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.TableIds = append(m.TableIds, string(dAtA[iNdEx:postIndex]))
-			iNdEx = postIndex
-		case 2:
-			if wireType != 5 {
-				return fmt.Errorf("proto: wrong wireType = %d for field CompareThreshold", wireType)
-			}
-			var v uint32
-			if (iNdEx + 4) > l {
-				return io.ErrUnexpectedEOF
-			}
-			v = uint32(encoding_binary.LittleEndian.Uint32(dAtA[iNdEx:]))
-			iNdEx += 4
-			m.CompareThreshold = float32(math.Float32frombits(v))
-		case 3:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field FaceFeature", wireType)
-			}
-			var byteLen int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				byteLen |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			if byteLen < 0 {
-				return ErrInvalidLengthProtomsg
-			}
-			postIndex := iNdEx + byteLen
-			if postIndex < 0 {
-				return ErrInvalidLengthProtomsg
-			}
-			if postIndex > l {
-				return io.ErrUnexpectedEOF
-			}
-			m.FaceFeature = append(m.FaceFeature[:0], dAtA[iNdEx:postIndex]...)
-			if m.FaceFeature == nil {
-				m.FaceFeature = []byte{}
-			}
-			iNdEx = postIndex
-		case 4:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Tasks", 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.Tasks = append(m.Tasks, string(dAtA[iNdEx:postIndex]))
-			iNdEx = postIndex
-		case 5:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field TreeNodes", 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.TreeNodes = append(m.TreeNodes, string(dAtA[iNdEx:postIndex]))
-			iNdEx = postIndex
-		case 6:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Tabs", 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.Tabs = append(m.Tabs, string(dAtA[iNdEx:postIndex]))
-			iNdEx = postIndex
-		case 7:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field AlarmLevel", 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.AlarmLevel = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 8:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field SearchTime", 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.SearchTime = append(m.SearchTime, string(dAtA[iNdEx:postIndex]))
-			iNdEx = postIndex
-		case 9:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field InputValue", 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.InputValue = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 10:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Collection", 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.Collection = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 11:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Source", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.Source = bool(v != 0)
-		case 12:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field AnalyServerId", 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.AnalyServerId = 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 *CompareEvent) 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: CompareEvent: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: CompareEvent: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field EventType", wireType)
-			}
-			m.EventType = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.EventType |= CompareEventType(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Payload", wireType)
-			}
-			var byteLen int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				byteLen |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			if byteLen < 0 {
-				return ErrInvalidLengthProtomsg
-			}
-			postIndex := iNdEx + byteLen
-			if postIndex < 0 {
-				return ErrInvalidLengthProtomsg
-			}
-			if postIndex > l {
-				return io.ErrUnexpectedEOF
-			}
-			m.Payload = append(m.Payload[:0], dAtA[iNdEx:postIndex]...)
-			if m.Payload == nil {
-				m.Payload = []byte{}
-			}
-			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 *SdkCompareEach) 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: SdkCompareEach: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: SdkCompareEach: 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 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.Id = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Tableid", 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.Tableid = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 3:
-			if wireType != 5 {
-				return fmt.Errorf("proto: wrong wireType = %d for field CompareScore", wireType)
-			}
-			var v uint32
-			if (iNdEx + 4) > l {
-				return io.ErrUnexpectedEOF
-			}
-			v = uint32(encoding_binary.LittleEndian.Uint32(dAtA[iNdEx:]))
-			iNdEx += 4
-			m.CompareScore = float32(math.Float32frombits(v))
-		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 *SdkCompareResult) 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: SdkCompareResult: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: SdkCompareResult: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field CompareResult", 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.CompareResult = append(m.CompareResult, &SdkCompareEach{})
-			if err := m.CompareResult[len(m.CompareResult)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
-				return err
-			}
-			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 *EventPush) 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: EventPush: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: EventPush: 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 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.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 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.Name = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 3:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field TimeStart", 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.TimeStart = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 4:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field TimeEnd", 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.TimeEnd = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 5:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field IsSatisfyAll", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.IsSatisfyAll = bool(v != 0)
-		case 6:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field RuleText", 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.RuleText = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 7:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Enable", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.Enable = bool(v != 0)
-		case 8:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field LinkType", 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.LinkType = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 9:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field LinkDevice", 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.LinkDevice = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 10:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field IpPorts", 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.IpPorts = append(m.IpPorts, &PushIpPort{})
-			if err := m.IpPorts[len(m.IpPorts)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
-				return err
-			}
-			iNdEx = postIndex
-		case 11:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Urls", 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.Urls = append(m.Urls, &PushUrl{})
-			if err := m.Urls[len(m.Urls)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
-				return err
-			}
-			iNdEx = postIndex
-		case 12:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Rules", 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.Rules = append(m.Rules, &EventPushRule{})
-			if err := m.Rules[len(m.Rules)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
-				return err
-			}
-			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 *EventPushRule) 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: EventPushRule: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: EventPushRule: 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 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.Id = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field TopicType", 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.TopicType = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 3:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field TopicArg", 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.TopicArg = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 4:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Operator", 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.Operator = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 5:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field OperatorType", 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.OperatorType = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 6:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field RuleValue", 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.RuleValue = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 7:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field EventPushId", 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.EventPushId = 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 *PushIpPort) 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: PushIpPort: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: PushIpPort: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field ServerIp", 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.ServerIp = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Port", wireType)
-			}
-			m.Port = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.Port |= int32(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		case 3:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Enable", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.Enable = bool(v != 0)
-		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 *PushUrl) 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: PushUrl: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: PushUrl: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			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 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.Url = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Enable", wireType)
-			}
-			var v int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				v |= int(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-			m.Enable = bool(v != 0)
-		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 *PushAttach) 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: PushAttach: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: PushAttach: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field PushId", 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.PushId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Cam", 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.Cam == nil {
-				m.Cam = &Camera{}
-			}
-			if err := m.Cam.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
-				return err
-			}
-			iNdEx = postIndex
-		case 3:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field ServerId", 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.ServerId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 4:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field ServerName", 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.ServerName = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 5:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field LocalIp", 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.LocalIp = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 6:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field VideoUrl", 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.VideoUrl = 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 *EsPersonCacheChange) 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: EsPersonCacheChange: wiretype end group for non-group")
-		}
-		if fieldNum <= 0 {
-			return fmt.Errorf("proto: EsPersonCacheChange: illegal tag %d (wire type %d)", fieldNum, wire)
-		}
-		switch fieldNum {
-		case 1:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType)
-			}
-			m.Type = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.Type |= EsCacheChanged(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		case 2:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field TableId", 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.TableId = append(m.TableId, string(dAtA[iNdEx:postIndex]))
-			iNdEx = postIndex
-		case 3:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field PersonId", 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.PersonId = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 4:
-			if wireType != 2 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Feature", 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.Feature = string(dAtA[iNdEx:postIndex])
-			iNdEx = postIndex
-		case 5:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Action", wireType)
-			}
-			m.Action = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.Action |= DbAction(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		case 6:
-			if wireType != 0 {
-				return fmt.Errorf("proto: wrong wireType = %d for field Enable", wireType)
-			}
-			m.Enable = 0
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return io.ErrUnexpectedEOF
-				}
-				b := dAtA[iNdEx]
-				iNdEx++
-				m.Enable |= int32(b&0x7F) << shift
-				if b < 0x80 {
-					break
-				}
-			}
-		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 skipProtomsg(dAtA []byte) (n int, err error) {
-	l := len(dAtA)
-	iNdEx := 0
-	depth := 0
-	for iNdEx < l {
-		var wire uint64
-		for shift := uint(0); ; shift += 7 {
-			if shift >= 64 {
-				return 0, ErrIntOverflowProtomsg
-			}
-			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, ErrIntOverflowProtomsg
-				}
-				if iNdEx >= l {
-					return 0, io.ErrUnexpectedEOF
-				}
-				iNdEx++
-				if dAtA[iNdEx-1] < 0x80 {
-					break
-				}
-			}
-		case 1:
-			iNdEx += 8
-		case 2:
-			var length int
-			for shift := uint(0); ; shift += 7 {
-				if shift >= 64 {
-					return 0, ErrIntOverflowProtomsg
-				}
-				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, ErrInvalidLengthProtomsg
-			}
-			iNdEx += length
-		case 3:
-			depth++
-		case 4:
-			if depth == 0 {
-				return 0, ErrUnexpectedEndOfGroupProtomsg
-			}
-			depth--
-		case 5:
-			iNdEx += 4
-		default:
-			return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
-		}
-		if iNdEx < 0 {
-			return 0, ErrInvalidLengthProtomsg
-		}
-		if depth == 0 {
-			return iNdEx, nil
-		}
-	}
-	return 0, io.ErrUnexpectedEOF
+	// 2583 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x58, 0xcb, 0x6f, 0x1c, 0xc7,
+	0xd1, 0xd7, 0xbe, 0x77, 0x6a, 0x77, 0xa9, 0xd1, 0x48, 0x9f, 0xbd, 0x92, 0x5f, 0xf4, 0x7c, 0x32,
+	0xac, 0x4f, 0xf0, 0xe7, 0x04, 0xb4, 0x0f, 0x41, 0x0e, 0x01, 0x68, 0x51, 0x0a, 0x16, 0xb0, 0x15,
+	0x66, 0x48, 0x29, 0xb7, 0x0c, 0x9a, 0x3b, 0xcd, 0xe5, 0x80, 0xcd, 0x99, 0x41, 0xf7, 0x0c, 0x6d,
+	0x1e, 0xf2, 0x07, 0xe4, 0x94, 0xbf, 0x28, 0x48, 0xfe, 0x80, 0x1c, 0x73, 0xc9, 0xc9, 0xd7, 0x00,
+	0x41, 0x4e, 0xb9, 0x26, 0x40, 0x50, 0x55, 0xdd, 0xf3, 0xd8, 0xa5, 0x6c, 0x9d, 0xb6, 0xeb, 0x57,
+	0x3d, 0xdd, 0xd5, 0xf5, 0xae, 0x85, 0xbd, 0x42, 0xe7, 0x65, 0x7e, 0x65, 0x36, 0x9f, 0xd3, 0x22,
+	0x98, 0x3a, 0xfa, 0x11, 0x9c, 0x09, 0x23, 0x19, 0x0d, 0x5f, 0xc0, 0xf0, 0x50, 0x4b, 0x11, 0xec,
+	0x41, 0x3f, 0x4d, 0x96, 0xbd, 0xfd, 0xde, 0x93, 0x51, 0xd4, 0x4f, 0x93, 0xe0, 0x11, 0x4c, 0x0b,
+	0xa1, 0x65, 0x56, 0xa6, 0xc9, 0xb2, 0x4f, 0x68, 0x4d, 0x07, 0x01, 0x0c, 0x33, 0x71, 0x25, 0x97,
+	0x83, 0xfd, 0xde, 0x13, 0x2f, 0xa2, 0x75, 0xf8, 0xef, 0x01, 0x8c, 0x9f, 0x89, 0x2b, 0xa9, 0xdb,
+	0x47, 0x79, 0x74, 0x94, 0xdb, 0xde, 0x6f, 0xb6, 0x07, 0x0f, 0x60, 0x24, 0x54, 0x2a, 0x8c, 0x3d,
+	0x83, 0x89, 0xe0, 0x63, 0x98, 0x9b, 0x4c, 0x14, 0xe6, 0x22, 0x2f, 0xe3, 0x4a, 0xab, 0xe5, 0x90,
+	0x98, 0x33, 0x87, 0xbd, 0xd2, 0x0a, 0x0f, 0x2b, 0x6f, 0x0a, 0xb9, 0x1c, 0x91, 0x4c, 0xb4, 0x46,
+	0x4c, 0x24, 0x89, 0x5e, 0x8e, 0xf9, 0x02, 0x5c, 0x07, 0xef, 0x83, 0xa7, 0xf2, 0x6c, 0x93, 0x96,
+	0x55, 0x22, 0x97, 0x93, 0xfd, 0xde, 0x93, 0x7e, 0xd4, 0x00, 0xf8, 0x3a, 0x25, 0x4a, 0x66, 0x4e,
+	0x89, 0x59, 0xd3, 0x28, 0xda, 0xb9, 0xca, 0x73, 0xbd, 0xf4, 0xe8, 0x0a, 0x26, 0xf0, 0x0e, 0x5d,
+	0x9a, 0x62, 0x09, 0x7c, 0x07, 0xae, 0xe9, 0xa1, 0xc5, 0x72, 0x66, 0x1f, 0x5a, 0xe0, 0x9e, 0x22,
+	0xd7, 0xe5, 0x72, 0xce, 0xb2, 0xe1, 0x1a, 0x6f, 0xaa, 0x8c, 0xd4, 0xa4, 0x80, 0x05, 0xed, 0xac,
+	0x69, 0xd6, 0xb1, 0x31, 0xdf, 0xe6, 0x3a, 0x59, 0xee, 0x31, 0xcf, 0xd1, 0x28, 0xc5, 0x99, 0x16,
+	0x59, 0xb2, 0xbc, 0xcb, 0x0a, 0x22, 0x02, 0xbf, 0xd0, 0xd2, 0x48, 0x7d, 0x2d, 0x93, 0xa5, 0xcf,
+	0x5f, 0x38, 0x3a, 0xf8, 0x00, 0x20, 0x35, 0xb1, 0xae, 0xb2, 0x2c, 0xcd, 0x36, 0xcb, 0x7b, 0xfb,
+	0xbd, 0x27, 0xd3, 0xc8, 0x4b, 0x4d, 0xc4, 0x00, 0xb2, 0x75, 0x95, 0xc5, 0x32, 0x13, 0x67, 0x4a,
+	0x2e, 0x03, 0x66, 0xeb, 0x2a, 0x7b, 0x4e, 0x40, 0xf0, 0x10, 0xa6, 0xc8, 0x26, 0xdd, 0xde, 0x27,
+	0xf9, 0x27, 0xba, 0xca, 0x4e, 0x51, 0xbd, 0x21, 0x2c, 0x90, 0x45, 0xd7, 0xe8, 0x38, 0x4d, 0x96,
+	0x0f, 0xd8, 0x2c, 0xba, 0xca, 0x4e, 0x08, 0x5b, 0x25, 0xe1, 0x37, 0x00, 0x6c, 0xfd, 0xaf, 0xd3,
+	0xec, 0x12, 0xef, 0x5a, 0x13, 0x15, 0xa7, 0x89, 0xb1, 0x9e, 0xe0, 0x31, 0xb2, 0x4a, 0x4c, 0xb0,
+	0x0f, 0x73, 0x95, 0x66, 0x97, 0x71, 0x29, 0xcc, 0x65, 0x6c, 0xfd, 0xcb, 0x8b, 0x00, 0xb1, 0x53,
+	0x61, 0x2e, 0x57, 0x49, 0xb8, 0x86, 0x7b, 0x7c, 0xdc, 0x61, 0x96, 0x10, 0x94, 0x9d, 0xe7, 0xc1,
+	0x13, 0x18, 0xf3, 0x19, 0x74, 0xe2, 0xec, 0xc0, 0xff, 0xbc, 0xf6, 0x70, 0xde, 0x1c, 0x59, 0x7e,
+	0xf0, 0x18, 0x46, 0x78, 0xb6, 0x59, 0xf6, 0xf7, 0x07, 0x4f, 0x66, 0x07, 0x7b, 0xcd, 0x46, 0x3c,
+	0x2c, 0x62, 0x66, 0xf8, 0x7d, 0x0f, 0x86, 0x48, 0x07, 0xef, 0xc0, 0x18, 0x91, 0xda, 0x69, 0x2d,
+	0x85, 0xda, 0xc6, 0x55, 0xcb, 0x79, 0x6b, 0x3a, 0x78, 0x0f, 0xbc, 0xb5, 0x96, 0xa2, 0x94, 0xb1,
+	0x28, 0xad, 0x13, 0x4f, 0x19, 0x38, 0x2c, 0x5b, 0xcc, 0xb3, 0x1b, 0xeb, 0xc4, 0x96, 0xf9, 0xd5,
+	0x0d, 0x32, 0xab, 0x22, 0xb1, 0x5f, 0x8e, 0xac, 0x4b, 0x10, 0x70, 0x58, 0xa2, 0x28, 0xd6, 0x42,
+	0x63, 0xb2, 0x90, 0xa5, 0xd0, 0x3c, 0xa9, 0x89, 0x85, 0x12, 0xfa, 0x8a, 0xbc, 0x79, 0x1a, 0x4d,
+	0x52, 0x73, 0x88, 0x24, 0xb2, 0x12, 0xa9, 0xe2, 0x73, 0x25, 0x36, 0xe4, 0xcb, 0xd3, 0x68, 0x92,
+	0x48, 0xf5, 0x42, 0x89, 0x4d, 0x78, 0x0a, 0x33, 0x7c, 0xe0, 0x49, 0xc2, 0x0a, 0x0c, 0x61, 0x88,
+	0xf2, 0x5b, 0xf5, 0x6d, 0x6b, 0x85, 0x78, 0xc1, 0xc7, 0x30, 0x34, 0x49, 0xad, 0xb9, 0x45, 0xb3,
+	0xe7, 0x24, 0xb9, 0x8c, 0x88, 0x15, 0xfe, 0x1c, 0xc6, 0x48, 0x54, 0x59, 0xf0, 0x3f, 0x30, 0x4e,
+	0x8b, 0x75, 0x5c, 0x2b, 0x6e, 0x94, 0x16, 0xeb, 0x55, 0x82, 0x12, 0x99, 0xe4, 0x92, 0x7d, 0x89,
+	0xf5, 0x36, 0x31, 0xc9, 0x25, 0xfa, 0x52, 0xf8, 0x1a, 0xc0, 0x4a, 0x84, 0xdf, 0xbf, 0x8d, 0x40,
+	0x8f, 0x3b, 0x02, 0xf9, 0x5d, 0x81, 0xaa, 0xcc, 0xca, 0xf4, 0xd7, 0xbe, 0x73, 0x40, 0xb2, 0xe8,
+	0x76, 0x0a, 0x42, 0x83, 0x38, 0x87, 0x74, 0xa6, 0x74, 0xfe, 0x18, 0xbc, 0x0b, 0x13, 0xe7, 0x89,
+	0x83, 0xc6, 0xfe, 0x2b, 0xfa, 0xaa, 0x4c, 0xaf, 0x64, 0xac, 0x2b, 0x25, 0x9d, 0x19, 0x11, 0x88,
+	0x2a, 0x25, 0x29, 0x9e, 0xa4, 0x58, 0x97, 0xcc, 0x65, 0x3b, 0x7a, 0x84, 0x10, 0xfb, 0x63, 0x98,
+	0x33, 0x3b, 0x91, 0xd7, 0xe9, 0x5a, 0xda, 0xdc, 0x34, 0x23, 0xec, 0x88, 0xa0, 0x8e, 0xe1, 0x26,
+	0x1d, 0xc3, 0x05, 0x1f, 0xc1, 0xcc, 0xfa, 0x48, 0xcb, 0xac, 0xc0, 0x10, 0x6d, 0x68, 0xfc, 0xc4,
+	0xeb, 0xf8, 0x49, 0x00, 0x43, 0x83, 0x29, 0x08, 0x38, 0x05, 0xe1, 0x1a, 0xdf, 0x97, 0x9a, 0xf8,
+	0xbc, 0x52, 0x8a, 0x72, 0xd5, 0x34, 0x1a, 0xa7, 0xe6, 0x45, 0xa5, 0xd4, 0x4e, 0x1c, 0xce, 0x77,
+	0xe2, 0xf0, 0xd7, 0xb0, 0x67, 0xb5, 0x9a, 0x5e, 0x49, 0x7c, 0xe8, 0x5b, 0x25, 0xf7, 0x8e, 0xde,
+	0x06, 0x5d, 0xbd, 0x85, 0x2f, 0x61, 0x7c, 0x24, 0x6e, 0x9e, 0x95, 0x2a, 0xf0, 0x61, 0x90, 0x88,
+	0x1b, 0x5b, 0x73, 0x70, 0x19, 0x1c, 0x00, 0xf0, 0x87, 0x22, 0xdb, 0x48, 0x6b, 0xf1, 0xfb, 0x2d,
+	0xaf, 0xc0, 0x33, 0x90, 0x15, 0xd1, 0xf9, 0xb4, 0x0c, 0xbf, 0x00, 0xaf, 0xc6, 0x31, 0x6b, 0x9a,
+	0x52, 0xe8, 0xd2, 0xf9, 0x23, 0x11, 0x78, 0x91, 0xcc, 0x9c, 0xdd, 0x71, 0x19, 0xbe, 0x86, 0xc9,
+	0x71, 0xae, 0x6e, 0x36, 0x79, 0xf6, 0x56, 0x0f, 0xfa, 0x14, 0xc6, 0x45, 0x9e, 0x66, 0x25, 0x96,
+	0x2b, 0x94, 0xe9, 0x6e, 0x23, 0xd3, 0x31, 0xe2, 0x91, 0x65, 0x87, 0xeb, 0x5a, 0x5f, 0xc2, 0x5c,
+	0x1e, 0xea, 0x8d, 0xe9, 0x7a, 0x5e, 0x6f, 0xcb, 0xf3, 0xbe, 0x04, 0x8f, 0x74, 0x2f, 0xf4, 0xc6,
+	0x39, 0xf8, 0xbb, 0xdd, 0x20, 0xf8, 0xa5, 0xce, 0xab, 0x02, 0x0f, 0xe2, 0xd4, 0x83, 0xab, 0xf0,
+	0x1a, 0x16, 0x1d, 0x56, 0xdb, 0x81, 0x7b, 0x1d, 0x07, 0xfe, 0x12, 0x66, 0x1b, 0xdc, 0x45, 0x96,
+	0x30, 0xbb, 0x0a, 0xa5, 0x23, 0xd0, 0x2a, 0x11, 0x6c, 0xdc, 0xd2, 0xb4, 0x7c, 0x6b, 0xd0, 0xf6,
+	0xad, 0xf0, 0x2f, 0x3d, 0xf0, 0xea, 0x2f, 0xd0, 0x7b, 0xf9, 0xec, 0xfa, 0xd6, 0x09, 0xd1, 0x2b,
+	0xaa, 0x44, 0xcc, 0x2a, 0xe5, 0x77, 0xa5, 0x55, 0xa4, 0x47, 0xc8, 0xa9, 0xfc, 0xae, 0x44, 0xe7,
+	0xa6, 0x44, 0x16, 0x2b, 0x79, 0x2d, 0x15, 0x5d, 0x32, 0x8a, 0x80, 0xa0, 0xaf, 0x11, 0xc1, 0xf4,
+	0xcd, 0x02, 0x0f, 0xb7, 0xd3, 0x37, 0xc9, 0xca, 0x4c, 0xca, 0x32, 0xb2, 0x8c, 0xeb, 0x6e, 0x00,
+	0xb3, 0x8c, 0x2c, 0xa9, 0x62, 0xfd, 0x2f, 0x2c, 0x12, 0x79, 0x2e, 0xb3, 0xb5, 0x8c, 0x4d, 0x29,
+	0x4a, 0x97, 0x4c, 0xe7, 0x16, 0x3c, 0x41, 0x2c, 0xfc, 0x47, 0x1f, 0x86, 0xd1, 0x6d, 0x2e, 0xfd,
+	0x18, 0xf6, 0xac, 0xc9, 0xba, 0x05, 0x6a, 0xbe, 0xae, 0x4d, 0xbb, 0xda, 0x4a, 0x29, 0x83, 0x2d,
+	0xc3, 0x7e, 0x00, 0x50, 0xb0, 0x7f, 0x21, 0x97, 0x53, 0x87, 0x67, 0x91, 0x55, 0x82, 0x79, 0x13,
+	0x13, 0x64, 0x9a, 0x58, 0xc1, 0x47, 0x26, 0xc1, 0x23, 0x43, 0x58, 0x20, 0x2c, 0xf4, 0x26, 0xe6,
+	0xe6, 0xc8, 0x26, 0x0d, 0x93, 0xa0, 0xe1, 0x0f, 0xa9, 0x45, 0x7a, 0x04, 0xd3, 0xbc, 0x90, 0x5a,
+	0x94, 0xb9, 0xa6, 0xa4, 0xe1, 0x45, 0x35, 0x8d, 0xcf, 0x76, 0x6b, 0x56, 0xcb, 0x94, 0xe5, 0x76,
+	0xa0, 0xab, 0xe6, 0xee, 0x92, 0x6b, 0xa1, 0x2a, 0x4e, 0x20, 0xf5, 0x25, 0xaf, 0x11, 0xba, 0x35,
+	0x8b, 0x50, 0x17, 0xa0, 0x64, 0xfc, 0x6d, 0x5a, 0x5e, 0xc4, 0x85, 0x96, 0xb6, 0xef, 0x99, 0x21,
+	0xf8, 0x9b, 0xb4, 0xbc, 0x38, 0xd6, 0x5d, 0x9f, 0x98, 0x77, 0x7c, 0x22, 0xfc, 0x73, 0x1f, 0x06,
+	0x27, 0xc9, 0x6e, 0x66, 0x6e, 0x4a, 0x48, 0xff, 0x4d, 0x25, 0x64, 0xd0, 0x29, 0x21, 0x8e, 0x45,
+	0x41, 0x3a, 0xac, 0x59, 0x2f, 0x31, 0x4e, 0x1f, 0xc3, 0x90, 0x42, 0x69, 0x74, 0x4b, 0xad, 0x38,
+	0xd4, 0x9b, 0x88, 0xb8, 0xf8, 0xba, 0x74, 0x9d, 0x67, 0xae, 0x5d, 0xc4, 0x35, 0xa6, 0x08, 0x6c,
+	0x38, 0x59, 0xa3, 0xb8, 0x44, 0x2f, 0xb5, 0x35, 0x1c, 0x73, 0x8d, 0x55, 0x25, 0x30, 0x84, 0x09,
+	0xa7, 0x95, 0xa3, 0x69, 0x03, 0xab, 0xd1, 0xe6, 0x68, 0xda, 0xd0, 0xe9, 0x02, 0x60, 0xab, 0x0b,
+	0x68, 0x82, 0x6c, 0xb6, 0x5d, 0xe8, 0xeb, 0xa2, 0xc0, 0x7d, 0x64, 0x5d, 0xcd, 0xf3, 0xba, 0x9a,
+	0x93, 0xdb, 0xda, 0xae, 0x65, 0xb5, 0x1d, 0xf4, 0xcd, 0xc9, 0xfd, 0xce, 0xc9, 0x3f, 0x25, 0xbd,
+	0x51, 0x88, 0xdb, 0x34, 0xf6, 0x60, 0xab, 0x98, 0x2a, 0x79, 0x22, 0xcb, 0xa8, 0xde, 0x15, 0x56,
+	0x00, 0x0d, 0x4e, 0xb9, 0x35, 0x69, 0xae, 0xb3, 0x3e, 0xfb, 0x00, 0xd8, 0x62, 0x5d, 0xf3, 0x7d,
+	0xea, 0x22, 0x98, 0x2f, 0xba, 0xb7, 0x73, 0x91, 0x0b, 0x62, 0xe7, 0x69, 0xc3, 0xc6, 0xd3, 0xc2,
+	0xdf, 0xc1, 0xc4, 0xbd, 0x71, 0xdb, 0x5b, 0x76, 0x22, 0xa4, 0xff, 0xc3, 0x11, 0x32, 0xd8, 0x8a,
+	0x90, 0x1d, 0xe7, 0x1f, 0xee, 0x38, 0x7f, 0xf8, 0xf7, 0x1e, 0xf5, 0x37, 0x87, 0x7a, 0xd3, 0x4c,
+	0x29, 0xbd, 0xf6, 0x94, 0x72, 0x5b, 0x85, 0x70, 0x63, 0x89, 0x1d, 0x89, 0xdc, 0x58, 0x72, 0x55,
+	0x19, 0x7e, 0xdb, 0x34, 0xa2, 0x35, 0x62, 0x55, 0x96, 0xba, 0xbe, 0x8f, 0xd6, 0x78, 0x0b, 0x17,
+	0x3c, 0x76, 0x48, 0x26, 0x6c, 0x0e, 0x13, 0x95, 0x2a, 0xad, 0xa8, 0xec, 0x9b, 0x73, 0x0b, 0x72,
+	0xa0, 0xfe, 0x1f, 0xf8, 0x6e, 0x53, 0xfd, 0x66, 0xf6, 0xd4, 0xbb, 0x16, 0xff, 0x95, 0x7b, 0xba,
+	0xd3, 0xb4, 0xd7, 0xd2, 0xf4, 0x57, 0x64, 0xe0, 0x67, 0x17, 0x22, 0x43, 0x03, 0xb7, 0x63, 0xae,
+	0xb7, 0x13, 0x73, 0xeb, 0x0b, 0x91, 0xc5, 0x59, 0x75, 0x65, 0xa7, 0xc1, 0x09, 0xd2, 0x2f, 0xab,
+	0xab, 0xf0, 0x0f, 0x3d, 0xb8, 0x7b, 0x74, 0x86, 0x67, 0x6c, 0xe4, 0x37, 0xd2, 0x18, 0xb1, 0x91,
+	0xc1, 0x67, 0xd8, 0x7f, 0xa3, 0x07, 0xe2, 0x31, 0x7b, 0x07, 0xef, 0xb4, 0x6b, 0xda, 0x99, 0x92,
+	0xbc, 0x39, 0x89, 0x78, 0x93, 0x35, 0x72, 0xbf, 0x36, 0xf2, 0x53, 0x18, 0x8b, 0x75, 0x99, 0xe6,
+	0x19, 0x69, 0x73, 0xef, 0x20, 0x68, 0x3e, 0x3f, 0x3a, 0x3b, 0x24, 0x4e, 0x64, 0x77, 0x50, 0x2c,
+	0x67, 0xe7, 0xb9, 0xb5, 0x23, 0xad, 0xc3, 0x7f, 0xf6, 0x60, 0xc1, 0x55, 0xf8, 0x4d, 0x35, 0xfe,
+	0x07, 0xdb, 0xc1, 0x5b, 0xa6, 0xdb, 0x60, 0x09, 0x13, 0x9b, 0xbd, 0x5d, 0xca, 0xb1, 0x24, 0xf6,
+	0x79, 0xa5, 0x4e, 0x37, 0x1b, 0xa9, 0x63, 0x95, 0x66, 0xae, 0x12, 0xcd, 0x2c, 0xf6, 0x75, 0x9a,
+	0xc9, 0xe0, 0x13, 0xd8, 0x4b, 0x52, 0x2d, 0x49, 0x60, 0xde, 0xc4, 0x86, 0x5e, 0xd4, 0x28, 0x6d,
+	0x73, 0x2e, 0x34, 0x69, 0xb9, 0xd0, 0x4e, 0x21, 0x9b, 0x92, 0xf2, 0xbb, 0x85, 0xec, 0x8f, 0x3d,
+	0x58, 0xbc, 0x4e, 0x13, 0x99, 0x97, 0xa2, 0x90, 0xd4, 0xe8, 0x3f, 0x82, 0xa9, 0x34, 0x47, 0xa2,
+	0x14, 0x75, 0xb4, 0xd6, 0x34, 0xf2, 0xdc, 0x53, 0x77, 0x9e, 0xde, 0xa4, 0x94, 0x6e, 0x23, 0x8c,
+	0x41, 0x7e, 0xb5, 0x59, 0x71, 0x25, 0x1b, 0x44, 0x4c, 0xe0, 0x49, 0xd7, 0x78, 0xed, 0x2b, 0xad,
+	0xdc, 0x1c, 0xe3, 0x68, 0x3c, 0x89, 0xf2, 0x03, 0xd6, 0xb0, 0x01, 0x9e, 0xc4, 0x54, 0xe7, 0x91,
+	0x76, 0x7c, 0x0f, 0xff, 0xd3, 0x87, 0xd9, 0xb3, 0xfc, 0xaa, 0x10, 0x5a, 0x52, 0x3b, 0x43, 0x63,
+	0xd7, 0x99, 0x92, 0x2b, 0x9a, 0x1d, 0x07, 0x3c, 0x76, 0x31, 0x1d, 0x3c, 0x05, 0x7f, 0xcd, 0x5b,
+	0x4f, 0x2f, 0xb4, 0x34, 0x17, 0xb9, 0xe2, 0x57, 0xf4, 0xa3, 0x1d, 0x3c, 0xd8, 0x87, 0xd9, 0xb9,
+	0x58, 0xcb, 0x17, 0x52, 0x94, 0x95, 0x66, 0x7b, 0xce, 0xa3, 0x36, 0x84, 0xef, 0xe2, 0x39, 0x71,
+	0x48, 0xd7, 0x30, 0x11, 0xbc, 0x0f, 0x5e, 0xa9, 0xa5, 0x7c, 0x99, 0x27, 0x92, 0x4b, 0x89, 0x17,
+	0x35, 0x00, 0xbd, 0x40, 0x9c, 0xb9, 0x77, 0xd1, 0x3a, 0xf8, 0x10, 0x5a, 0xed, 0x8b, 0x35, 0x60,
+	0xbb, 0xa1, 0xf9, 0x10, 0xc0, 0x48, 0xa1, 0xd7, 0x17, 0xa7, 0x5c, 0x4a, 0xf0, 0xcb, 0x16, 0x82,
+	0xfc, 0x34, 0x2b, 0x2a, 0x0e, 0x6a, 0x57, 0x49, 0x1a, 0x04, 0xf9, 0xeb, 0x5c, 0x29, 0x76, 0x16,
+	0x5b, 0x4a, 0x5a, 0x08, 0x69, 0x3b, 0xaf, 0xf4, 0xba, 0x2e, 0x26, 0x4c, 0x05, 0x8f, 0x61, 0x21,
+	0x32, 0xa1, 0x6e, 0xdc, 0x98, 0x6e, 0x8b, 0x72, 0x17, 0x0c, 0xcf, 0x60, 0x6e, 0xd5, 0xff, 0xfc,
+	0x5a, 0x66, 0x65, 0xf0, 0x33, 0xf0, 0x24, 0x2e, 0x4e, 0x5d, 0x22, 0xd8, 0x3b, 0x78, 0xd4, 0x1a,
+	0xb5, 0x5b, 0x5b, 0x71, 0x47, 0xd4, 0x6c, 0xa6, 0x30, 0x11, 0x37, 0x2a, 0x17, 0x6c, 0x94, 0x79,
+	0xe4, 0xc8, 0xf0, 0xb7, 0xb0, 0x87, 0x99, 0xc6, 0x7e, 0x2b, 0xd6, 0x17, 0x3b, 0x31, 0xb9, 0xc4,
+	0x26, 0xf6, 0x4c, 0xc9, 0x3a, 0x22, 0x1d, 0x19, 0x84, 0x30, 0xb7, 0xb6, 0x3d, 0x59, 0xe7, 0xd6,
+	0x90, 0xfd, 0xa8, 0x83, 0x85, 0x11, 0xf8, 0xcd, 0xf9, 0x91, 0x34, 0x95, 0x2a, 0x83, 0x5f, 0xc0,
+	0x62, 0xdd, 0x06, 0xc8, 0x99, 0x66, 0x07, 0xcb, 0x4e, 0x31, 0x6a, 0x89, 0x14, 0x75, 0xb7, 0x87,
+	0xbf, 0x1f, 0x80, 0x47, 0xcf, 0x3c, 0xae, 0xcc, 0xc5, 0x5b, 0xcd, 0x09, 0x1f, 0xd8, 0xf9, 0x85,
+	0x67, 0x10, 0x8e, 0x21, 0x1a, 0x55, 0x4e, 0x68, 0x0e, 0x79, 0x08, 0x34, 0x06, 0xc5, 0x38, 0x8c,
+	0xd8, 0x34, 0x82, 0xf4, 0xf3, 0x8c, 0x7a, 0xce, 0xd4, 0xc4, 0x46, 0x94, 0xa9, 0x39, 0xbf, 0x89,
+	0x85, 0xe2, 0x88, 0x9a, 0x46, 0xf3, 0xd4, 0x9c, 0x30, 0x78, 0xa8, 0x14, 0xe6, 0x2d, 0xea, 0xc1,
+	0xa8, 0xaf, 0x1e, 0xdb, 0xff, 0x7f, 0x2a, 0x25, 0xa9, 0xad, 0x6e, 0xea, 0xfe, 0xa4, 0x53, 0xf7,
+	0xdf, 0x03, 0x8f, 0xa7, 0xbc, 0xa6, 0x23, 0x9c, 0xd2, 0x88, 0x87, 0x16, 0xfb, 0x08, 0x66, 0xc4,
+	0xb4, 0x53, 0xaa, 0xd7, 0x4c, 0x80, 0x76, 0x48, 0xfd, 0x09, 0x4c, 0xd3, 0x22, 0x2e, 0x72, 0x5d,
+	0x9a, 0x25, 0x6c, 0x77, 0x0d, 0xa8, 0x98, 0x55, 0x71, 0x9c, 0xeb, 0x32, 0x9a, 0xa4, 0xf4, 0x6b,
+	0x82, 0x4f, 0x60, 0x58, 0x69, 0x65, 0x96, 0xb3, 0xed, 0xca, 0x8f, 0x9b, 0x5f, 0x69, 0x15, 0x11,
+	0x3b, 0xf8, 0x7f, 0xd7, 0x21, 0xcc, 0xb7, 0xc7, 0x9e, 0x5a, 0xe5, 0xad, 0x3e, 0x21, 0xfc, 0xbe,
+	0x07, 0x8b, 0x0e, 0x63, 0xc7, 0x1e, 0xa8, 0xfb, 0xbc, 0x48, 0xd7, 0xed, 0xbf, 0x1d, 0x3c, 0x42,
+	0xe8, 0xa1, 0x38, 0x93, 0x12, 0x5b, 0xe8, 0x4d, 0x3d, 0x93, 0x22, 0x80, 0x75, 0xbe, 0xdd, 0x32,
+	0x0c, 0x7f, 0xac, 0xa9, 0x1e, 0xdd, 0xd2, 0x54, 0xd3, 0x9f, 0x6b, 0x4a, 0xda, 0x4a, 0x3d, 0xb6,
+	0x7f, 0x06, 0x54, 0x4a, 0x72, 0xfc, 0x86, 0xb0, 0xa0, 0x20, 0x89, 0x8b, 0xca, 0x5c, 0x60, 0xcd,
+	0xe1, 0x14, 0x31, 0x93, 0xee, 0x45, 0xab, 0x24, 0x7c, 0x05, 0xd0, 0xa8, 0x13, 0xc5, 0x75, 0xff,
+	0xb7, 0x15, 0x2e, 0x85, 0x33, 0xb0, 0x6a, 0xfe, 0x67, 0xec, 0xb7, 0xfe, 0x67, 0x7c, 0xd3, 0xd0,
+	0xf6, 0x05, 0x4c, 0xac, 0xe2, 0x5d, 0x8f, 0xdb, 0x6b, 0x7a, 0xdc, 0x37, 0xb4, 0x8a, 0xe1, 0x9f,
+	0x7a, 0x2c, 0xcc, 0x61, 0x59, 0x62, 0xa8, 0xbe, 0x0b, 0x13, 0x27, 0xb8, 0x6d, 0x35, 0x0b, 0x92,
+	0x39, 0x08, 0x61, 0xb0, 0x16, 0xdc, 0x11, 0xdc, 0xf6, 0x77, 0x1c, 0x32, 0xdb, 0x2f, 0xa9, 0xe7,
+	0x24, 0xfb, 0x92, 0x04, 0xdd, 0xcf, 0x32, 0x5b, 0xed, 0x3c, 0x30, 0x44, 0x1d, 0xfd, 0x43, 0x98,
+	0xaa, 0x7c, 0x2d, 0x14, 0xaa, 0xc1, 0x0e, 0x79, 0x44, 0xaf, 0x0a, 0x3c, 0x98, 0xca, 0x0d, 0xfd,
+	0x53, 0x3c, 0xee, 0xd6, 0x9f, 0xf0, 0x6f, 0x3d, 0xb8, 0xff, 0xdc, 0x1c, 0x4b, 0x6d, 0xf2, 0xec,
+	0x99, 0x58, 0x5f, 0xd8, 0x9e, 0x23, 0xf8, 0xcc, 0xd6, 0x1f, 0x4e, 0x6b, 0xad, 0x54, 0xf0, 0xdc,
+	0xb4, 0xb6, 0x25, 0xb6, 0xfc, 0x3e, 0xb4, 0x95, 0x88, 0xdb, 0x84, 0x41, 0x9d, 0x94, 0x78, 0xfc,
+	0x2b, 0xe8, 0xf4, 0xd6, 0xb3, 0x18, 0x58, 0x51, 0x2e, 0x3b, 0xb7, 0x55, 0xc7, 0xc6, 0xb9, 0x25,
+	0x5b, 0xbd, 0xcd, 0xe8, 0x47, 0x7b, 0x9b, 0xee, 0x7f, 0x81, 0x23, 0x67, 0x9d, 0xa7, 0xff, 0xea,
+	0xc1, 0xbc, 0xdd, 0x47, 0x05, 0x73, 0x98, 0x9e, 0xc6, 0xac, 0x73, 0xff, 0x4e, 0xe0, 0xc3, 0xdc,
+	0x51, 0x38, 0x2e, 0xf8, 0xbd, 0xe0, 0x01, 0xf8, 0x6d, 0x04, 0x8b, 0xac, 0xdf, 0x0f, 0x00, 0xc6,
+	0xa7, 0x31, 0xed, 0x18, 0x04, 0x0b, 0xf0, 0x78, 0x7d, 0x92, 0x5c, 0xfa, 0xc3, 0xe0, 0x1e, 0x2c,
+	0x6a, 0x12, 0x83, 0xcd, 0x1f, 0x05, 0x1e, 0x8c, 0x4e, 0x63, 0xe4, 0x8e, 0x83, 0xfb, 0x70, 0xd7,
+	0x1d, 0x67, 0x1b, 0x2c, 0x7f, 0x12, 0xec, 0x01, 0x9c, 0xc6, 0xa7, 0xf6, 0x4f, 0x1e, 0x7f, 0xca,
+	0x32, 0x71, 0x89, 0xf1, 0x3d, 0x96, 0xe9, 0x38, 0x57, 0xea, 0x59, 0x9e, 0x9d, 0xa7, 0x1b, 0x1f,
+	0xf8, 0xf6, 0x17, 0xa9, 0x92, 0xfe, 0x8c, 0xaf, 0xc3, 0xf5, 0x89, 0x2c, 0xcb, 0x34, 0xdb, 0xf8,
+	0x73, 0xfe, 0xa0, 0xe9, 0x4d, 0xfd, 0xc5, 0xd3, 0xcf, 0x61, 0xea, 0x34, 0x84, 0x1f, 0xaf, 0x32,
+	0x23, 0x75, 0xe9, 0xdf, 0xc1, 0xf5, 0x2b, 0x9a, 0xb9, 0xfc, 0x1e, 0xae, 0x8f, 0xa4, 0x92, 0xa5,
+	0xf4, 0xfb, 0x4f, 0x0f, 0xc1, 0xdf, 0x2e, 0x55, 0xc1, 0x5d, 0x98, 0x45, 0x72, 0x95, 0xa5, 0x25,
+	0xd9, 0xda, 0xbf, 0x83, 0x00, 0x7f, 0xcc, 0x40, 0x2f, 0x98, 0xc1, 0xc4, 0x7e, 0xe5, 0xf7, 0x9f,
+	0x7e, 0x09, 0x7b, 0x5d, 0xb7, 0x60, 0x3d, 0x1d, 0x9d, 0x91, 0xf6, 0xfd, 0x3b, 0xac, 0x09, 0x4b,
+	0xb2, 0xaf, 0xf9, 0xbd, 0xb3, 0x31, 0x59, 0xf4, 0x8b, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0x98,
+	0x35, 0x58, 0x34, 0x80, 0x19, 0x00, 0x00,
 }
-
-var (
-	ErrInvalidLengthProtomsg        = fmt.Errorf("proto: negative length found during unmarshaling")
-	ErrIntOverflowProtomsg          = fmt.Errorf("proto: integer overflow")
-	ErrUnexpectedEndOfGroupProtomsg = fmt.Errorf("proto: unexpected end of group")
-)

--
Gitblit v1.8.0