// Code generated by protoc-gen-go. DO NOT EDIT. // source: device.proto // package声明符,用来防止不同的消息类型有命名冲突 package v1 import ( fmt "fmt" proto "github.com/golang/protobuf/proto" math "math" ) // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf // This is a compile-time assertion to ensure that this generated file // is compatible with the proto package it is being compiled against. // A compilation error at this line likely means your copy of the // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type DeviceDockingRequest struct { Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"` DeviceType int32 `protobuf:"varint,2,opt,name=device_type,json=deviceType,proto3" json:"device_type"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceDockingRequest) Reset() { *m = DeviceDockingRequest{} } func (m *DeviceDockingRequest) String() string { return proto.CompactTextString(m) } func (*DeviceDockingRequest) ProtoMessage() {} func (*DeviceDockingRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{0} } func (m *DeviceDockingRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceDockingRequest.Unmarshal(m, b) } func (m *DeviceDockingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceDockingRequest.Marshal(b, m, deterministic) } func (m *DeviceDockingRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceDockingRequest.Merge(m, src) } func (m *DeviceDockingRequest) XXX_Size() int { return xxx_messageInfo_DeviceDockingRequest.Size(m) } func (m *DeviceDockingRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceDockingRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceDockingRequest proto.InternalMessageInfo func (m *DeviceDockingRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *DeviceDockingRequest) GetDeviceType() int32 { if m != nil { return m.DeviceType } return 0 } type DeviceDockingReply struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceDockingReply) Reset() { *m = DeviceDockingReply{} } func (m *DeviceDockingReply) String() string { return proto.CompactTextString(m) } func (*DeviceDockingReply) ProtoMessage() {} func (*DeviceDockingReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{1} } func (m *DeviceDockingReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceDockingReply.Unmarshal(m, b) } func (m *DeviceDockingReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceDockingReply.Marshal(b, m, deterministic) } func (m *DeviceDockingReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceDockingReply.Merge(m, src) } func (m *DeviceDockingReply) XXX_Size() int { return xxx_messageInfo_DeviceDockingReply.Size(m) } func (m *DeviceDockingReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceDockingReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceDockingReply proto.InternalMessageInfo func (m *DeviceDockingReply) GetId() int64 { if m != nil { return m.Id } return 0 } type DeviceAddRequest struct { ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` Sn string `protobuf:"bytes,3,opt,name=sn,proto3" json:"sn"` Addr string `protobuf:"bytes,4,opt,name=addr,proto3" json:"addr"` Type int32 `protobuf:"varint,5,opt,name=type,proto3" json:"type"` Lon float64 `protobuf:"fixed64,6,opt,name=lon,proto3" json:"lon"` Lat float64 `protobuf:"fixed64,7,opt,name=lat,proto3" json:"lat"` XCoord float64 `protobuf:"fixed64,8,opt,name=x_coord,json=xCoord,proto3" json:"x_coord"` YCoord float64 `protobuf:"fixed64,9,opt,name=y_coord,json=yCoord,proto3" json:"y_coord"` ProviderId int64 `protobuf:"varint,10,opt,name=provider_id,json=providerId,proto3" json:"provider_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceAddRequest) Reset() { *m = DeviceAddRequest{} } func (m *DeviceAddRequest) String() string { return proto.CompactTextString(m) } func (*DeviceAddRequest) ProtoMessage() {} func (*DeviceAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{2} } func (m *DeviceAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceAddRequest.Unmarshal(m, b) } func (m *DeviceAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceAddRequest.Marshal(b, m, deterministic) } func (m *DeviceAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceAddRequest.Merge(m, src) } func (m *DeviceAddRequest) XXX_Size() int { return xxx_messageInfo_DeviceAddRequest.Size(m) } func (m *DeviceAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceAddRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceAddRequest proto.InternalMessageInfo func (m *DeviceAddRequest) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } func (m *DeviceAddRequest) GetName() string { if m != nil { return m.Name } return "" } func (m *DeviceAddRequest) GetSn() string { if m != nil { return m.Sn } return "" } func (m *DeviceAddRequest) GetAddr() string { if m != nil { return m.Addr } return "" } func (m *DeviceAddRequest) GetType() int32 { if m != nil { return m.Type } return 0 } func (m *DeviceAddRequest) GetLon() float64 { if m != nil { return m.Lon } return 0 } func (m *DeviceAddRequest) GetLat() float64 { if m != nil { return m.Lat } return 0 } func (m *DeviceAddRequest) GetXCoord() float64 { if m != nil { return m.XCoord } return 0 } func (m *DeviceAddRequest) GetYCoord() float64 { if m != nil { return m.YCoord } return 0 } func (m *DeviceAddRequest) GetProviderId() int64 { if m != nil { return m.ProviderId } return 0 } type DeviceAddReply struct { DeviceId int64 `protobuf:"varint,1,opt,name=device_id,json=deviceId,proto3" json:"device_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceAddReply) Reset() { *m = DeviceAddReply{} } func (m *DeviceAddReply) String() string { return proto.CompactTextString(m) } func (*DeviceAddReply) ProtoMessage() {} func (*DeviceAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{3} } func (m *DeviceAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceAddReply.Unmarshal(m, b) } func (m *DeviceAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceAddReply.Marshal(b, m, deterministic) } func (m *DeviceAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceAddReply.Merge(m, src) } func (m *DeviceAddReply) XXX_Size() int { return xxx_messageInfo_DeviceAddReply.Size(m) } func (m *DeviceAddReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceAddReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceAddReply proto.InternalMessageInfo func (m *DeviceAddReply) GetDeviceId() int64 { if m != nil { return m.DeviceId } return 0 } type VedioAddRequest struct { ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` ProviderId int64 `protobuf:"varint,3,opt,name=provider_id,json=providerId,proto3" json:"provider_id"` ChannelCount int32 `protobuf:"varint,4,opt,name=channel_count,json=channelCount,proto3" json:"channel_count"` VedioType int32 `protobuf:"varint,5,opt,name=vedio_type,json=vedioType,proto3" json:"vedio_type"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *VedioAddRequest) Reset() { *m = VedioAddRequest{} } func (m *VedioAddRequest) String() string { return proto.CompactTextString(m) } func (*VedioAddRequest) ProtoMessage() {} func (*VedioAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{4} } func (m *VedioAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VedioAddRequest.Unmarshal(m, b) } func (m *VedioAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_VedioAddRequest.Marshal(b, m, deterministic) } func (m *VedioAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_VedioAddRequest.Merge(m, src) } func (m *VedioAddRequest) XXX_Size() int { return xxx_messageInfo_VedioAddRequest.Size(m) } func (m *VedioAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_VedioAddRequest.DiscardUnknown(m) } var xxx_messageInfo_VedioAddRequest proto.InternalMessageInfo func (m *VedioAddRequest) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } func (m *VedioAddRequest) GetName() string { if m != nil { return m.Name } return "" } func (m *VedioAddRequest) GetProviderId() int64 { if m != nil { return m.ProviderId } return 0 } func (m *VedioAddRequest) GetChannelCount() int32 { if m != nil { return m.ChannelCount } return 0 } func (m *VedioAddRequest) GetVedioType() int32 { if m != nil { return m.VedioType } return 0 } type VedioAddReply struct { VedioId int64 `protobuf:"varint,5,opt,name=vedio_id,json=vedioId,proto3" json:"vedio_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *VedioAddReply) Reset() { *m = VedioAddReply{} } func (m *VedioAddReply) String() string { return proto.CompactTextString(m) } func (*VedioAddReply) ProtoMessage() {} func (*VedioAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{5} } func (m *VedioAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VedioAddReply.Unmarshal(m, b) } func (m *VedioAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_VedioAddReply.Marshal(b, m, deterministic) } func (m *VedioAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_VedioAddReply.Merge(m, src) } func (m *VedioAddReply) XXX_Size() int { return xxx_messageInfo_VedioAddReply.Size(m) } func (m *VedioAddReply) XXX_DiscardUnknown() { xxx_messageInfo_VedioAddReply.DiscardUnknown(m) } var xxx_messageInfo_VedioAddReply proto.InternalMessageInfo func (m *VedioAddReply) GetVedioId() int64 { if m != nil { return m.VedioId } return 0 } type ChannelAddRequest struct { Sn string `protobuf:"bytes,1,opt,name=sn,proto3" json:"sn"` ChannelCount int32 `protobuf:"varint,2,opt,name=channel_count,json=channelCount,proto3" json:"channel_count"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChannelAddRequest) Reset() { *m = ChannelAddRequest{} } func (m *ChannelAddRequest) String() string { return proto.CompactTextString(m) } func (*ChannelAddRequest) ProtoMessage() {} func (*ChannelAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{6} } func (m *ChannelAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChannelAddRequest.Unmarshal(m, b) } func (m *ChannelAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChannelAddRequest.Marshal(b, m, deterministic) } func (m *ChannelAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChannelAddRequest.Merge(m, src) } func (m *ChannelAddRequest) XXX_Size() int { return xxx_messageInfo_ChannelAddRequest.Size(m) } func (m *ChannelAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChannelAddRequest.DiscardUnknown(m) } var xxx_messageInfo_ChannelAddRequest proto.InternalMessageInfo func (m *ChannelAddRequest) GetSn() string { if m != nil { return m.Sn } return "" } func (m *ChannelAddRequest) GetChannelCount() int32 { if m != nil { return m.ChannelCount } return 0 } type ChannelAddReply struct { ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChannelAddReply) Reset() { *m = ChannelAddReply{} } func (m *ChannelAddReply) String() string { return proto.CompactTextString(m) } func (*ChannelAddReply) ProtoMessage() {} func (*ChannelAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{7} } func (m *ChannelAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChannelAddReply.Unmarshal(m, b) } func (m *ChannelAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChannelAddReply.Marshal(b, m, deterministic) } func (m *ChannelAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChannelAddReply.Merge(m, src) } func (m *ChannelAddReply) XXX_Size() int { return xxx_messageInfo_ChannelAddReply.Size(m) } func (m *ChannelAddReply) XXX_DiscardUnknown() { xxx_messageInfo_ChannelAddReply.DiscardUnknown(m) } var xxx_messageInfo_ChannelAddReply proto.InternalMessageInfo func (m *ChannelAddReply) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } type ChannelUpdateRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChannelUpdateRequest) Reset() { *m = ChannelUpdateRequest{} } func (m *ChannelUpdateRequest) String() string { return proto.CompactTextString(m) } func (*ChannelUpdateRequest) ProtoMessage() {} func (*ChannelUpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{8} } func (m *ChannelUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChannelUpdateRequest.Unmarshal(m, b) } func (m *ChannelUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChannelUpdateRequest.Marshal(b, m, deterministic) } func (m *ChannelUpdateRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChannelUpdateRequest.Merge(m, src) } func (m *ChannelUpdateRequest) XXX_Size() int { return xxx_messageInfo_ChannelUpdateRequest.Size(m) } func (m *ChannelUpdateRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChannelUpdateRequest.DiscardUnknown(m) } var xxx_messageInfo_ChannelUpdateRequest proto.InternalMessageInfo func (m *ChannelUpdateRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *ChannelUpdateRequest) GetName() string { if m != nil { return m.Name } return "" } type ChannelUpdateReply struct { ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChannelUpdateReply) Reset() { *m = ChannelUpdateReply{} } func (m *ChannelUpdateReply) String() string { return proto.CompactTextString(m) } func (*ChannelUpdateReply) ProtoMessage() {} func (*ChannelUpdateReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{9} } func (m *ChannelUpdateReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChannelUpdateReply.Unmarshal(m, b) } func (m *ChannelUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChannelUpdateReply.Marshal(b, m, deterministic) } func (m *ChannelUpdateReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChannelUpdateReply.Merge(m, src) } func (m *ChannelUpdateReply) XXX_Size() int { return xxx_messageInfo_ChannelUpdateReply.Size(m) } func (m *ChannelUpdateReply) XXX_DiscardUnknown() { xxx_messageInfo_ChannelUpdateReply.DiscardUnknown(m) } var xxx_messageInfo_ChannelUpdateReply proto.InternalMessageInfo func (m *ChannelUpdateReply) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } type ChannelListRequest struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Sn string `protobuf:"bytes,2,opt,name=sn,proto3" json:"sn"` ChannelNo string `protobuf:"bytes,3,opt,name=channel_no,json=channelNo,proto3" json:"channel_no"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChannelListRequest) Reset() { *m = ChannelListRequest{} } func (m *ChannelListRequest) String() string { return proto.CompactTextString(m) } func (*ChannelListRequest) ProtoMessage() {} func (*ChannelListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{10} } func (m *ChannelListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChannelListRequest.Unmarshal(m, b) } func (m *ChannelListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChannelListRequest.Marshal(b, m, deterministic) } func (m *ChannelListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChannelListRequest.Merge(m, src) } func (m *ChannelListRequest) XXX_Size() int { return xxx_messageInfo_ChannelListRequest.Size(m) } func (m *ChannelListRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChannelListRequest.DiscardUnknown(m) } var xxx_messageInfo_ChannelListRequest proto.InternalMessageInfo func (m *ChannelListRequest) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *ChannelListRequest) GetSn() string { if m != nil { return m.Sn } return "" } func (m *ChannelListRequest) GetChannelNo() string { if m != nil { return m.ChannelNo } return "" } type ChannelItem struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"` ChannelNo string `protobuf:"bytes,3,opt,name=channel_no,json=channelNo,proto3" json:"channel_no"` State int32 `protobuf:"varint,4,opt,name=state,proto3" json:"state"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChannelItem) Reset() { *m = ChannelItem{} } func (m *ChannelItem) String() string { return proto.CompactTextString(m) } func (*ChannelItem) ProtoMessage() {} func (*ChannelItem) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{11} } func (m *ChannelItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChannelItem.Unmarshal(m, b) } func (m *ChannelItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChannelItem.Marshal(b, m, deterministic) } func (m *ChannelItem) XXX_Merge(src proto.Message) { xxx_messageInfo_ChannelItem.Merge(m, src) } func (m *ChannelItem) XXX_Size() int { return xxx_messageInfo_ChannelItem.Size(m) } func (m *ChannelItem) XXX_DiscardUnknown() { xxx_messageInfo_ChannelItem.DiscardUnknown(m) } var xxx_messageInfo_ChannelItem proto.InternalMessageInfo func (m *ChannelItem) GetName() string { if m != nil { return m.Name } return "" } func (m *ChannelItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *ChannelItem) GetChannelNo() string { if m != nil { return m.ChannelNo } return "" } func (m *ChannelItem) GetState() int32 { if m != nil { return m.State } return 0 } type ChannelListReply struct { List []*ChannelItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,3,opt,name=total,proto3" json:"total"` PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChannelListReply) Reset() { *m = ChannelListReply{} } func (m *ChannelListReply) String() string { return proto.CompactTextString(m) } func (*ChannelListReply) ProtoMessage() {} func (*ChannelListReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{12} } func (m *ChannelListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChannelListReply.Unmarshal(m, b) } func (m *ChannelListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChannelListReply.Marshal(b, m, deterministic) } func (m *ChannelListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChannelListReply.Merge(m, src) } func (m *ChannelListReply) XXX_Size() int { return xxx_messageInfo_ChannelListReply.Size(m) } func (m *ChannelListReply) XXX_DiscardUnknown() { xxx_messageInfo_ChannelListReply.DiscardUnknown(m) } var xxx_messageInfo_ChannelListReply proto.InternalMessageInfo func (m *ChannelListReply) GetList() []*ChannelItem { if m != nil { return m.List } return nil } func (m *ChannelListReply) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *ChannelListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *ChannelListReply) GetPageSize() int32 { if m != nil { return m.PageSize } return 0 } type DeviceDelRequest struct { DeviceId int64 `protobuf:"varint,1,opt,name=device_id,json=deviceId,proto3" json:"device_id"` Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceDelRequest) Reset() { *m = DeviceDelRequest{} } func (m *DeviceDelRequest) String() string { return proto.CompactTextString(m) } func (*DeviceDelRequest) ProtoMessage() {} func (*DeviceDelRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{13} } func (m *DeviceDelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceDelRequest.Unmarshal(m, b) } func (m *DeviceDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceDelRequest.Marshal(b, m, deterministic) } func (m *DeviceDelRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceDelRequest.Merge(m, src) } func (m *DeviceDelRequest) XXX_Size() int { return xxx_messageInfo_DeviceDelRequest.Size(m) } func (m *DeviceDelRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceDelRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceDelRequest proto.InternalMessageInfo func (m *DeviceDelRequest) GetDeviceId() int64 { if m != nil { return m.DeviceId } return 0 } func (m *DeviceDelRequest) GetReason() string { if m != nil { return m.Reason } return "" } type DeviceDelReply struct { ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceDelReply) Reset() { *m = DeviceDelReply{} } func (m *DeviceDelReply) String() string { return proto.CompactTextString(m) } func (*DeviceDelReply) ProtoMessage() {} func (*DeviceDelReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{14} } func (m *DeviceDelReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceDelReply.Unmarshal(m, b) } func (m *DeviceDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceDelReply.Marshal(b, m, deterministic) } func (m *DeviceDelReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceDelReply.Merge(m, src) } func (m *DeviceDelReply) XXX_Size() int { return xxx_messageInfo_DeviceDelReply.Size(m) } func (m *DeviceDelReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceDelReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceDelReply proto.InternalMessageInfo func (m *DeviceDelReply) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } type DeviceTypeListRequest struct { ProviderId int64 `protobuf:"varint,1,opt,name=provider_id,json=providerId,proto3" json:"provider_id"` StatusFilters []int32 `protobuf:"varint,2,rep,packed,name=status_filters,json=statusFilters,proto3" json:"status_filters"` IncludeVedio bool `protobuf:"varint,3,opt,name=include_vedio,json=includeVedio,proto3" json:"include_vedio"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceTypeListRequest) Reset() { *m = DeviceTypeListRequest{} } func (m *DeviceTypeListRequest) String() string { return proto.CompactTextString(m) } func (*DeviceTypeListRequest) ProtoMessage() {} func (*DeviceTypeListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{15} } func (m *DeviceTypeListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceTypeListRequest.Unmarshal(m, b) } func (m *DeviceTypeListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceTypeListRequest.Marshal(b, m, deterministic) } func (m *DeviceTypeListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceTypeListRequest.Merge(m, src) } func (m *DeviceTypeListRequest) XXX_Size() int { return xxx_messageInfo_DeviceTypeListRequest.Size(m) } func (m *DeviceTypeListRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceTypeListRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceTypeListRequest proto.InternalMessageInfo func (m *DeviceTypeListRequest) GetProviderId() int64 { if m != nil { return m.ProviderId } return 0 } func (m *DeviceTypeListRequest) GetStatusFilters() []int32 { if m != nil { return m.StatusFilters } return nil } func (m *DeviceTypeListRequest) GetIncludeVedio() bool { if m != nil { return m.IncludeVedio } return false } type DeviceTypeItem struct { TypeCode int32 `protobuf:"varint,1,opt,name=type_code,json=typeCode,proto3" json:"type_code"` TypeName string `protobuf:"bytes,2,opt,name=type_name,json=typeName,proto3" json:"type_name"` CreatedTime string `protobuf:"bytes,3,opt,name=created_time,json=createdTime,proto3" json:"created_time"` Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status"` Feedback string `protobuf:"bytes,5,opt,name=feedback,proto3" json:"feedback"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceTypeItem) Reset() { *m = DeviceTypeItem{} } func (m *DeviceTypeItem) String() string { return proto.CompactTextString(m) } func (*DeviceTypeItem) ProtoMessage() {} func (*DeviceTypeItem) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{16} } func (m *DeviceTypeItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceTypeItem.Unmarshal(m, b) } func (m *DeviceTypeItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceTypeItem.Marshal(b, m, deterministic) } func (m *DeviceTypeItem) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceTypeItem.Merge(m, src) } func (m *DeviceTypeItem) XXX_Size() int { return xxx_messageInfo_DeviceTypeItem.Size(m) } func (m *DeviceTypeItem) XXX_DiscardUnknown() { xxx_messageInfo_DeviceTypeItem.DiscardUnknown(m) } var xxx_messageInfo_DeviceTypeItem proto.InternalMessageInfo func (m *DeviceTypeItem) GetTypeCode() int32 { if m != nil { return m.TypeCode } return 0 } func (m *DeviceTypeItem) GetTypeName() string { if m != nil { return m.TypeName } return "" } func (m *DeviceTypeItem) GetCreatedTime() string { if m != nil { return m.CreatedTime } return "" } func (m *DeviceTypeItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *DeviceTypeItem) GetFeedback() string { if m != nil { return m.Feedback } return "" } type DeviceTypeListReply struct { List []*DeviceTypeItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceTypeListReply) Reset() { *m = DeviceTypeListReply{} } func (m *DeviceTypeListReply) String() string { return proto.CompactTextString(m) } func (*DeviceTypeListReply) ProtoMessage() {} func (*DeviceTypeListReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{17} } func (m *DeviceTypeListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceTypeListReply.Unmarshal(m, b) } func (m *DeviceTypeListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceTypeListReply.Marshal(b, m, deterministic) } func (m *DeviceTypeListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceTypeListReply.Merge(m, src) } func (m *DeviceTypeListReply) XXX_Size() int { return xxx_messageInfo_DeviceTypeListReply.Size(m) } func (m *DeviceTypeListReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceTypeListReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceTypeListReply proto.InternalMessageInfo func (m *DeviceTypeListReply) GetList() []*DeviceTypeItem { if m != nil { return m.List } return nil } type DeviceListRequest struct { ProviderId int64 `protobuf:"varint,1,opt,name=provider_id,json=providerId,proto3" json:"provider_id"` // 状态过滤 审核状态 0 待审核 1 项目通过 2 项目未通过 StatusFilters []int32 `protobuf:"varint,2,rep,packed,name=status_filters,json=statusFilters,proto3" json:"status_filters"` Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` ProjectId int64 `protobuf:"varint,4,opt,name=project_id,json=projectId,proto3" json:"project_id"` Filter string `protobuf:"bytes,5,opt,name=filter,proto3" json:"filter"` TypeCode int32 `protobuf:"varint,6,opt,name=type_code,json=typeCode,proto3" json:"type_code"` IsAll bool `protobuf:"varint,7,opt,name=is_all,json=isAll,proto3" json:"is_all"` CanDel bool `protobuf:"varint,8,opt,name=can_del,json=canDel,proto3" json:"can_del"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceListRequest) Reset() { *m = DeviceListRequest{} } func (m *DeviceListRequest) String() string { return proto.CompactTextString(m) } func (*DeviceListRequest) ProtoMessage() {} func (*DeviceListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{18} } func (m *DeviceListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceListRequest.Unmarshal(m, b) } func (m *DeviceListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceListRequest.Marshal(b, m, deterministic) } func (m *DeviceListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceListRequest.Merge(m, src) } func (m *DeviceListRequest) XXX_Size() int { return xxx_messageInfo_DeviceListRequest.Size(m) } func (m *DeviceListRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceListRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceListRequest proto.InternalMessageInfo func (m *DeviceListRequest) GetProviderId() int64 { if m != nil { return m.ProviderId } return 0 } func (m *DeviceListRequest) GetStatusFilters() []int32 { if m != nil { return m.StatusFilters } return nil } func (m *DeviceListRequest) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *DeviceListRequest) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } func (m *DeviceListRequest) GetFilter() string { if m != nil { return m.Filter } return "" } func (m *DeviceListRequest) GetTypeCode() int32 { if m != nil { return m.TypeCode } return 0 } func (m *DeviceListRequest) GetIsAll() bool { if m != nil { return m.IsAll } return false } func (m *DeviceListRequest) GetCanDel() bool { if m != nil { return m.CanDel } return false } type DeviceItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` SocialCode string `protobuf:"bytes,2,opt,name=social_code,json=socialCode,proto3" json:"social_code"` // 设备类型编码 TypeCode int32 `protobuf:"varint,3,opt,name=type_code,json=typeCode,proto3" json:"type_code"` TypeName string `protobuf:"bytes,4,opt,name=type_name,json=typeName,proto3" json:"type_name"` // 申请时间 ApplyTime string `protobuf:"bytes,5,opt,name=apply_time,json=applyTime,proto3" json:"apply_time"` // 审批时间 ApproveTime string `protobuf:"bytes,6,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"` // 0 待审核 1 项目通过 2 项目不通过 Status int32 `protobuf:"varint,7,opt,name=status,proto3" json:"status"` ProjectName string `protobuf:"bytes,8,opt,name=project_name,json=projectName,proto3" json:"project_name"` // 安检备案号 SafetyRecordNo string `protobuf:"bytes,9,opt,name=safety_record_no,json=safetyRecordNo,proto3" json:"safety_record_no"` // 0 离线 1 在线 State int32 `protobuf:"varint,10,opt,name=state,proto3" json:"state"` Sn string `protobuf:"bytes,11,opt,name=sn,proto3" json:"sn"` Key string `protobuf:"bytes,12,opt,name=key,proto3" json:"key"` ProviderName string `protobuf:"bytes,13,opt,name=provider_name,json=providerName,proto3" json:"provider_name"` Name string `protobuf:"bytes,14,opt,name=name,proto3" json:"name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceItem) Reset() { *m = DeviceItem{} } func (m *DeviceItem) String() string { return proto.CompactTextString(m) } func (*DeviceItem) ProtoMessage() {} func (*DeviceItem) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{19} } func (m *DeviceItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceItem.Unmarshal(m, b) } func (m *DeviceItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceItem.Marshal(b, m, deterministic) } func (m *DeviceItem) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceItem.Merge(m, src) } func (m *DeviceItem) XXX_Size() int { return xxx_messageInfo_DeviceItem.Size(m) } func (m *DeviceItem) XXX_DiscardUnknown() { xxx_messageInfo_DeviceItem.DiscardUnknown(m) } var xxx_messageInfo_DeviceItem proto.InternalMessageInfo func (m *DeviceItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *DeviceItem) GetSocialCode() string { if m != nil { return m.SocialCode } return "" } func (m *DeviceItem) GetTypeCode() int32 { if m != nil { return m.TypeCode } return 0 } func (m *DeviceItem) GetTypeName() string { if m != nil { return m.TypeName } return "" } func (m *DeviceItem) GetApplyTime() string { if m != nil { return m.ApplyTime } return "" } func (m *DeviceItem) GetApproveTime() string { if m != nil { return m.ApproveTime } return "" } func (m *DeviceItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *DeviceItem) GetProjectName() string { if m != nil { return m.ProjectName } return "" } func (m *DeviceItem) GetSafetyRecordNo() string { if m != nil { return m.SafetyRecordNo } return "" } func (m *DeviceItem) GetState() int32 { if m != nil { return m.State } return 0 } func (m *DeviceItem) GetSn() string { if m != nil { return m.Sn } return "" } func (m *DeviceItem) GetKey() string { if m != nil { return m.Key } return "" } func (m *DeviceItem) GetProviderName() string { if m != nil { return m.ProviderName } return "" } func (m *DeviceItem) GetName() string { if m != nil { return m.Name } return "" } type DeviceListReply struct { List []*DeviceItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,3,opt,name=total,proto3" json:"total"` PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceListReply) Reset() { *m = DeviceListReply{} } func (m *DeviceListReply) String() string { return proto.CompactTextString(m) } func (*DeviceListReply) ProtoMessage() {} func (*DeviceListReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{20} } func (m *DeviceListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceListReply.Unmarshal(m, b) } func (m *DeviceListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceListReply.Marshal(b, m, deterministic) } func (m *DeviceListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceListReply.Merge(m, src) } func (m *DeviceListReply) XXX_Size() int { return xxx_messageInfo_DeviceListReply.Size(m) } func (m *DeviceListReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceListReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceListReply proto.InternalMessageInfo func (m *DeviceListReply) GetList() []*DeviceItem { if m != nil { return m.List } return nil } func (m *DeviceListReply) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *DeviceListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *DeviceListReply) GetPageSize() int32 { if m != nil { return m.PageSize } return 0 } type VedioListRequest struct { ProviderId int64 `protobuf:"varint,1,opt,name=provider_id,json=providerId,proto3" json:"provider_id"` // 状态过滤 审核状态 0 待审核 1 项目通过 2 项目未通过 StatusFilters []int32 `protobuf:"varint,2,rep,packed,name=status_filters,json=statusFilters,proto3" json:"status_filters"` Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` ProjectId int64 `protobuf:"varint,4,opt,name=project_id,json=projectId,proto3" json:"project_id"` Filter string `protobuf:"bytes,5,opt,name=filter,proto3" json:"filter"` IsAll bool `protobuf:"varint,7,opt,name=is_all,json=isAll,proto3" json:"is_all"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *VedioListRequest) Reset() { *m = VedioListRequest{} } func (m *VedioListRequest) String() string { return proto.CompactTextString(m) } func (*VedioListRequest) ProtoMessage() {} func (*VedioListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{21} } func (m *VedioListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VedioListRequest.Unmarshal(m, b) } func (m *VedioListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_VedioListRequest.Marshal(b, m, deterministic) } func (m *VedioListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_VedioListRequest.Merge(m, src) } func (m *VedioListRequest) XXX_Size() int { return xxx_messageInfo_VedioListRequest.Size(m) } func (m *VedioListRequest) XXX_DiscardUnknown() { xxx_messageInfo_VedioListRequest.DiscardUnknown(m) } var xxx_messageInfo_VedioListRequest proto.InternalMessageInfo func (m *VedioListRequest) GetProviderId() int64 { if m != nil { return m.ProviderId } return 0 } func (m *VedioListRequest) GetStatusFilters() []int32 { if m != nil { return m.StatusFilters } return nil } func (m *VedioListRequest) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *VedioListRequest) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } func (m *VedioListRequest) GetFilter() string { if m != nil { return m.Filter } return "" } func (m *VedioListRequest) GetIsAll() bool { if m != nil { return m.IsAll } return false } type VedioItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` SocialCode string `protobuf:"bytes,2,opt,name=social_code,json=socialCode,proto3" json:"social_code"` // 设备类型编码 TypeCode int32 `protobuf:"varint,3,opt,name=type_code,json=typeCode,proto3" json:"type_code"` TypeName string `protobuf:"bytes,4,opt,name=type_name,json=typeName,proto3" json:"type_name"` // 申请时间 ApplyTime string `protobuf:"bytes,5,opt,name=apply_time,json=applyTime,proto3" json:"apply_time"` // 审批时间 ApproveTime string `protobuf:"bytes,6,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"` // 0 待审核 1 项目通过 2 项目不通过 Status int32 `protobuf:"varint,7,opt,name=status,proto3" json:"status"` ProjectName string `protobuf:"bytes,8,opt,name=project_name,json=projectName,proto3" json:"project_name"` // 安检备案号 SafetyRecordNo string `protobuf:"bytes,9,opt,name=safety_record_no,json=safetyRecordNo,proto3" json:"safety_record_no"` // 0 离线 1 在线 State int32 `protobuf:"varint,10,opt,name=state,proto3" json:"state"` Sn string `protobuf:"bytes,11,opt,name=sn,proto3" json:"sn"` Key string `protobuf:"bytes,12,opt,name=key,proto3" json:"key"` ProviderName string `protobuf:"bytes,13,opt,name=provider_name,json=providerName,proto3" json:"provider_name"` Name string `protobuf:"bytes,14,opt,name=name,proto3" json:"name"` Ip string `protobuf:"bytes,15,opt,name=ip,proto3" json:"ip"` Port int64 `protobuf:"varint,16,opt,name=port,proto3" json:"port"` MediaTransport string `protobuf:"bytes,17,opt,name=media_transport,json=mediaTransport,proto3" json:"media_transport"` ChannelCount int32 `protobuf:"varint,18,opt,name=channel_count,json=channelCount,proto3" json:"channel_count"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *VedioItem) Reset() { *m = VedioItem{} } func (m *VedioItem) String() string { return proto.CompactTextString(m) } func (*VedioItem) ProtoMessage() {} func (*VedioItem) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{22} } func (m *VedioItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VedioItem.Unmarshal(m, b) } func (m *VedioItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_VedioItem.Marshal(b, m, deterministic) } func (m *VedioItem) XXX_Merge(src proto.Message) { xxx_messageInfo_VedioItem.Merge(m, src) } func (m *VedioItem) XXX_Size() int { return xxx_messageInfo_VedioItem.Size(m) } func (m *VedioItem) XXX_DiscardUnknown() { xxx_messageInfo_VedioItem.DiscardUnknown(m) } var xxx_messageInfo_VedioItem proto.InternalMessageInfo func (m *VedioItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *VedioItem) GetSocialCode() string { if m != nil { return m.SocialCode } return "" } func (m *VedioItem) GetTypeCode() int32 { if m != nil { return m.TypeCode } return 0 } func (m *VedioItem) GetTypeName() string { if m != nil { return m.TypeName } return "" } func (m *VedioItem) GetApplyTime() string { if m != nil { return m.ApplyTime } return "" } func (m *VedioItem) GetApproveTime() string { if m != nil { return m.ApproveTime } return "" } func (m *VedioItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *VedioItem) GetProjectName() string { if m != nil { return m.ProjectName } return "" } func (m *VedioItem) GetSafetyRecordNo() string { if m != nil { return m.SafetyRecordNo } return "" } func (m *VedioItem) GetState() int32 { if m != nil { return m.State } return 0 } func (m *VedioItem) GetSn() string { if m != nil { return m.Sn } return "" } func (m *VedioItem) GetKey() string { if m != nil { return m.Key } return "" } func (m *VedioItem) GetProviderName() string { if m != nil { return m.ProviderName } return "" } func (m *VedioItem) GetName() string { if m != nil { return m.Name } return "" } func (m *VedioItem) GetIp() string { if m != nil { return m.Ip } return "" } func (m *VedioItem) GetPort() int64 { if m != nil { return m.Port } return 0 } func (m *VedioItem) GetMediaTransport() string { if m != nil { return m.MediaTransport } return "" } func (m *VedioItem) GetChannelCount() int32 { if m != nil { return m.ChannelCount } return 0 } type VedioListReply struct { List []*VedioItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,3,opt,name=total,proto3" json:"total"` PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *VedioListReply) Reset() { *m = VedioListReply{} } func (m *VedioListReply) String() string { return proto.CompactTextString(m) } func (*VedioListReply) ProtoMessage() {} func (*VedioListReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{23} } func (m *VedioListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VedioListReply.Unmarshal(m, b) } func (m *VedioListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_VedioListReply.Marshal(b, m, deterministic) } func (m *VedioListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_VedioListReply.Merge(m, src) } func (m *VedioListReply) XXX_Size() int { return xxx_messageInfo_VedioListReply.Size(m) } func (m *VedioListReply) XXX_DiscardUnknown() { xxx_messageInfo_VedioListReply.DiscardUnknown(m) } var xxx_messageInfo_VedioListReply proto.InternalMessageInfo func (m *VedioListReply) GetList() []*VedioItem { if m != nil { return m.List } return nil } func (m *VedioListReply) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *VedioListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *VedioListReply) GetPageSize() int32 { if m != nil { return m.PageSize } return 0 } type ProjectItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` ShortName string `protobuf:"bytes,3,opt,name=short_name,json=shortName,proto3" json:"short_name"` ProjectNo string `protobuf:"bytes,4,opt,name=project_no,json=projectNo,proto3" json:"project_no"` SafetyRecordNo string `protobuf:"bytes,5,opt,name=safety_record_no,json=safetyRecordNo,proto3" json:"safety_record_no"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProjectItem) Reset() { *m = ProjectItem{} } func (m *ProjectItem) String() string { return proto.CompactTextString(m) } func (*ProjectItem) ProtoMessage() {} func (*ProjectItem) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{24} } func (m *ProjectItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectItem.Unmarshal(m, b) } func (m *ProjectItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProjectItem.Marshal(b, m, deterministic) } func (m *ProjectItem) XXX_Merge(src proto.Message) { xxx_messageInfo_ProjectItem.Merge(m, src) } func (m *ProjectItem) XXX_Size() int { return xxx_messageInfo_ProjectItem.Size(m) } func (m *ProjectItem) XXX_DiscardUnknown() { xxx_messageInfo_ProjectItem.DiscardUnknown(m) } var xxx_messageInfo_ProjectItem proto.InternalMessageInfo func (m *ProjectItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *ProjectItem) GetName() string { if m != nil { return m.Name } return "" } func (m *ProjectItem) GetShortName() string { if m != nil { return m.ShortName } return "" } func (m *ProjectItem) GetProjectNo() string { if m != nil { return m.ProjectNo } return "" } func (m *ProjectItem) GetSafetyRecordNo() string { if m != nil { return m.SafetyRecordNo } return "" } type ProjectListRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProjectListRequest) Reset() { *m = ProjectListRequest{} } func (m *ProjectListRequest) String() string { return proto.CompactTextString(m) } func (*ProjectListRequest) ProtoMessage() {} func (*ProjectListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{25} } func (m *ProjectListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectListRequest.Unmarshal(m, b) } func (m *ProjectListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProjectListRequest.Marshal(b, m, deterministic) } func (m *ProjectListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ProjectListRequest.Merge(m, src) } func (m *ProjectListRequest) XXX_Size() int { return xxx_messageInfo_ProjectListRequest.Size(m) } func (m *ProjectListRequest) XXX_DiscardUnknown() { xxx_messageInfo_ProjectListRequest.DiscardUnknown(m) } var xxx_messageInfo_ProjectListRequest proto.InternalMessageInfo type ProjectListReply struct { List []*ProjectItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProjectListReply) Reset() { *m = ProjectListReply{} } func (m *ProjectListReply) String() string { return proto.CompactTextString(m) } func (*ProjectListReply) ProtoMessage() {} func (*ProjectListReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{26} } func (m *ProjectListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectListReply.Unmarshal(m, b) } func (m *ProjectListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProjectListReply.Marshal(b, m, deterministic) } func (m *ProjectListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ProjectListReply.Merge(m, src) } func (m *ProjectListReply) XXX_Size() int { return xxx_messageInfo_ProjectListReply.Size(m) } func (m *ProjectListReply) XXX_DiscardUnknown() { xxx_messageInfo_ProjectListReply.DiscardUnknown(m) } var xxx_messageInfo_ProjectListReply proto.InternalMessageInfo func (m *ProjectListReply) GetList() []*ProjectItem { if m != nil { return m.List } return nil } type DeviceDelJobItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` SocialCode string `protobuf:"bytes,2,opt,name=social_code,json=socialCode,proto3" json:"social_code"` // 设备类型编码 TypeCode int32 `protobuf:"varint,3,opt,name=type_code,json=typeCode,proto3" json:"type_code"` TypeName string `protobuf:"bytes,4,opt,name=type_name,json=typeName,proto3" json:"type_name"` // 申请时间 ApplyTime string `protobuf:"bytes,5,opt,name=apply_time,json=applyTime,proto3" json:"apply_time"` // 审批时间 ApproveTime string `protobuf:"bytes,6,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"` // 0 待审核 1 通过 2 项目不通过 Status int32 `protobuf:"varint,7,opt,name=status,proto3" json:"status"` // 项目名称 ProjectName string `protobuf:"bytes,8,opt,name=project_name,json=projectName,proto3" json:"project_name"` // 安检备案号 SafetyRecordNo string `protobuf:"bytes,9,opt,name=safety_record_no,json=safetyRecordNo,proto3" json:"safety_record_no"` ProviderName string `protobuf:"bytes,10,opt,name=provider_name,json=providerName,proto3" json:"provider_name"` Sn string `protobuf:"bytes,11,opt,name=sn,proto3" json:"sn"` Reason string `protobuf:"bytes,12,opt,name=reason,proto3" json:"reason"` Feedback string `protobuf:"bytes,13,opt,name=feedback,proto3" json:"feedback"` DeviceName string `protobuf:"bytes,14,opt,name=device_name,json=deviceName,proto3" json:"device_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceDelJobItem) Reset() { *m = DeviceDelJobItem{} } func (m *DeviceDelJobItem) String() string { return proto.CompactTextString(m) } func (*DeviceDelJobItem) ProtoMessage() {} func (*DeviceDelJobItem) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{27} } func (m *DeviceDelJobItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceDelJobItem.Unmarshal(m, b) } func (m *DeviceDelJobItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceDelJobItem.Marshal(b, m, deterministic) } func (m *DeviceDelJobItem) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceDelJobItem.Merge(m, src) } func (m *DeviceDelJobItem) XXX_Size() int { return xxx_messageInfo_DeviceDelJobItem.Size(m) } func (m *DeviceDelJobItem) XXX_DiscardUnknown() { xxx_messageInfo_DeviceDelJobItem.DiscardUnknown(m) } var xxx_messageInfo_DeviceDelJobItem proto.InternalMessageInfo func (m *DeviceDelJobItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *DeviceDelJobItem) GetSocialCode() string { if m != nil { return m.SocialCode } return "" } func (m *DeviceDelJobItem) GetTypeCode() int32 { if m != nil { return m.TypeCode } return 0 } func (m *DeviceDelJobItem) GetTypeName() string { if m != nil { return m.TypeName } return "" } func (m *DeviceDelJobItem) GetApplyTime() string { if m != nil { return m.ApplyTime } return "" } func (m *DeviceDelJobItem) GetApproveTime() string { if m != nil { return m.ApproveTime } return "" } func (m *DeviceDelJobItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *DeviceDelJobItem) GetProjectName() string { if m != nil { return m.ProjectName } return "" } func (m *DeviceDelJobItem) GetSafetyRecordNo() string { if m != nil { return m.SafetyRecordNo } return "" } func (m *DeviceDelJobItem) GetProviderName() string { if m != nil { return m.ProviderName } return "" } func (m *DeviceDelJobItem) GetSn() string { if m != nil { return m.Sn } return "" } func (m *DeviceDelJobItem) GetReason() string { if m != nil { return m.Reason } return "" } func (m *DeviceDelJobItem) GetFeedback() string { if m != nil { return m.Feedback } return "" } func (m *DeviceDelJobItem) GetDeviceName() string { if m != nil { return m.DeviceName } return "" } type DeviceDelJobListRequest struct { ProviderId int64 `protobuf:"varint,1,opt,name=provider_id,json=providerId,proto3" json:"provider_id"` // 状态过滤 审核状态 0 待审核 1 通过 2 未通过 StatusFilters []int32 `protobuf:"varint,2,rep,packed,name=status_filters,json=statusFilters,proto3" json:"status_filters"` Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` ProjectId int64 `protobuf:"varint,4,opt,name=project_id,json=projectId,proto3" json:"project_id"` Filter string `protobuf:"bytes,5,opt,name=filter,proto3" json:"filter"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceDelJobListRequest) Reset() { *m = DeviceDelJobListRequest{} } func (m *DeviceDelJobListRequest) String() string { return proto.CompactTextString(m) } func (*DeviceDelJobListRequest) ProtoMessage() {} func (*DeviceDelJobListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{28} } func (m *DeviceDelJobListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceDelJobListRequest.Unmarshal(m, b) } func (m *DeviceDelJobListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceDelJobListRequest.Marshal(b, m, deterministic) } func (m *DeviceDelJobListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceDelJobListRequest.Merge(m, src) } func (m *DeviceDelJobListRequest) XXX_Size() int { return xxx_messageInfo_DeviceDelJobListRequest.Size(m) } func (m *DeviceDelJobListRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceDelJobListRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceDelJobListRequest proto.InternalMessageInfo func (m *DeviceDelJobListRequest) GetProviderId() int64 { if m != nil { return m.ProviderId } return 0 } func (m *DeviceDelJobListRequest) GetStatusFilters() []int32 { if m != nil { return m.StatusFilters } return nil } func (m *DeviceDelJobListRequest) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *DeviceDelJobListRequest) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } func (m *DeviceDelJobListRequest) GetFilter() string { if m != nil { return m.Filter } return "" } type DeviceDelJobListReply struct { PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` List []*DeviceDelJobItem `protobuf:"bytes,5,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceDelJobListReply) Reset() { *m = DeviceDelJobListReply{} } func (m *DeviceDelJobListReply) String() string { return proto.CompactTextString(m) } func (*DeviceDelJobListReply) ProtoMessage() {} func (*DeviceDelJobListReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{29} } func (m *DeviceDelJobListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceDelJobListReply.Unmarshal(m, b) } func (m *DeviceDelJobListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceDelJobListReply.Marshal(b, m, deterministic) } func (m *DeviceDelJobListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceDelJobListReply.Merge(m, src) } func (m *DeviceDelJobListReply) XXX_Size() int { return xxx_messageInfo_DeviceDelJobListReply.Size(m) } func (m *DeviceDelJobListReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceDelJobListReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceDelJobListReply proto.InternalMessageInfo func (m *DeviceDelJobListReply) GetPageSize() int32 { if m != nil { return m.PageSize } return 0 } func (m *DeviceDelJobListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *DeviceDelJobListReply) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *DeviceDelJobListReply) GetList() []*DeviceDelJobItem { if m != nil { return m.List } return nil } func init() { proto.RegisterType((*DeviceDockingRequest)(nil), "v1.DeviceDockingRequest") proto.RegisterType((*DeviceDockingReply)(nil), "v1.DeviceDockingReply") proto.RegisterType((*DeviceAddRequest)(nil), "v1.DeviceAddRequest") proto.RegisterType((*DeviceAddReply)(nil), "v1.DeviceAddReply") proto.RegisterType((*VedioAddRequest)(nil), "v1.VedioAddRequest") proto.RegisterType((*VedioAddReply)(nil), "v1.VedioAddReply") proto.RegisterType((*ChannelAddRequest)(nil), "v1.ChannelAddRequest") proto.RegisterType((*ChannelAddReply)(nil), "v1.ChannelAddReply") proto.RegisterType((*ChannelUpdateRequest)(nil), "v1.ChannelUpdateRequest") proto.RegisterType((*ChannelUpdateReply)(nil), "v1.ChannelUpdateReply") proto.RegisterType((*ChannelListRequest)(nil), "v1.ChannelListRequest") proto.RegisterType((*ChannelItem)(nil), "v1.ChannelItem") proto.RegisterType((*ChannelListReply)(nil), "v1.ChannelListReply") proto.RegisterType((*DeviceDelRequest)(nil), "v1.DeviceDelRequest") proto.RegisterType((*DeviceDelReply)(nil), "v1.DeviceDelReply") proto.RegisterType((*DeviceTypeListRequest)(nil), "v1.DeviceTypeListRequest") proto.RegisterType((*DeviceTypeItem)(nil), "v1.DeviceTypeItem") proto.RegisterType((*DeviceTypeListReply)(nil), "v1.DeviceTypeListReply") proto.RegisterType((*DeviceListRequest)(nil), "v1.DeviceListRequest") proto.RegisterType((*DeviceItem)(nil), "v1.DeviceItem") proto.RegisterType((*DeviceListReply)(nil), "v1.DeviceListReply") proto.RegisterType((*VedioListRequest)(nil), "v1.VedioListRequest") proto.RegisterType((*VedioItem)(nil), "v1.VedioItem") proto.RegisterType((*VedioListReply)(nil), "v1.VedioListReply") proto.RegisterType((*ProjectItem)(nil), "v1.ProjectItem") proto.RegisterType((*ProjectListRequest)(nil), "v1.ProjectListRequest") proto.RegisterType((*ProjectListReply)(nil), "v1.ProjectListReply") proto.RegisterType((*DeviceDelJobItem)(nil), "v1.DeviceDelJobItem") proto.RegisterType((*DeviceDelJobListRequest)(nil), "v1.DeviceDelJobListRequest") proto.RegisterType((*DeviceDelJobListReply)(nil), "v1.DeviceDelJobListReply") } func init() { proto.RegisterFile("device.proto", fileDescriptor_870276a56ac00da5) } var fileDescriptor_870276a56ac00da5 = []byte{ // 1224 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x58, 0x4d, 0x6f, 0xe3, 0xc4, 0x1b, 0x97, 0xe3, 0x24, 0x4d, 0x9e, 0xbc, 0xae, 0xff, 0xd9, 0x5d, 0xff, 0x59, 0x55, 0x6d, 0xbd, 0xbc, 0x44, 0x48, 0xdb, 0x52, 0xf6, 0x80, 0x84, 0xc4, 0x61, 0x69, 0x05, 0x04, 0xa1, 0x0a, 0x99, 0x02, 0x12, 0x17, 0x6b, 0xea, 0x99, 0x76, 0x4d, 0x1d, 0x8f, 0xb1, 0x27, 0xd1, 0xa6, 0x42, 0x88, 0x03, 0x07, 0x6e, 0x9c, 0x39, 0x72, 0x44, 0x42, 0x7c, 0x02, 0xbe, 0x15, 0x7c, 0x00, 0x34, 0xcf, 0x8c, 0x9d, 0xb1, 0x1b, 0xaa, 0x95, 0x58, 0xa4, 0x1e, 0xf6, 0x36, 0xf3, 0x9b, 0xf1, 0x3c, 0x6f, 0xbf, 0xdf, 0x33, 0x93, 0x40, 0x9f, 0xb2, 0x65, 0x14, 0xb2, 0xfd, 0x34, 0xe3, 0x82, 0x3b, 0x8d, 0xe5, 0xa1, 0x37, 0x83, 0xc9, 0x31, 0x62, 0xc7, 0x3c, 0xbc, 0x8c, 0x92, 0x0b, 0x9f, 0x7d, 0xb3, 0x60, 0xb9, 0x70, 0xc6, 0x60, 0x2f, 0x22, 0xea, 0x5a, 0xbb, 0xd6, 0xd4, 0xf6, 0xe5, 0xd0, 0xd9, 0x81, 0x9e, 0xfa, 0x3a, 0x10, 0xab, 0x94, 0xb9, 0x8d, 0x5d, 0x6b, 0xda, 0xf2, 0x41, 0x41, 0xa7, 0xab, 0x94, 0x79, 0xaf, 0x82, 0x53, 0x3b, 0x2a, 0x8d, 0x57, 0xce, 0x10, 0x1a, 0xe5, 0x39, 0x8d, 0x88, 0x7a, 0x7f, 0x59, 0x30, 0x56, 0xdb, 0x9e, 0x50, 0x5a, 0x58, 0xdb, 0x06, 0x48, 0x33, 0xfe, 0x35, 0x0b, 0x45, 0x50, 0x6e, 0xee, 0x6a, 0x64, 0x46, 0x1d, 0x07, 0x9a, 0x09, 0x99, 0x2b, 0x9b, 0x5d, 0x1f, 0xc7, 0xf2, 0xdc, 0x3c, 0x71, 0x6d, 0x44, 0x1a, 0x79, 0x22, 0xf7, 0x10, 0x4a, 0x33, 0xb7, 0xa9, 0xf6, 0xc8, 0xb1, 0xc4, 0xd0, 0xd7, 0x16, 0xfa, 0x8a, 0x63, 0x19, 0x58, 0xcc, 0x13, 0xb7, 0xbd, 0x6b, 0x4d, 0x2d, 0x5f, 0x0e, 0x11, 0x21, 0xc2, 0xdd, 0xd2, 0x08, 0x11, 0xce, 0x7d, 0xd8, 0x7a, 0x16, 0x84, 0x9c, 0x67, 0xd4, 0xed, 0x20, 0xda, 0x7e, 0x76, 0x24, 0x67, 0x72, 0x61, 0xa5, 0x17, 0xba, 0x6a, 0x61, 0xa5, 0x16, 0x76, 0xa0, 0x97, 0x66, 0x7c, 0x19, 0x51, 0x96, 0xc9, 0x08, 0x00, 0x23, 0x80, 0x02, 0x9a, 0x51, 0xef, 0x11, 0x0c, 0x8d, 0xa8, 0x65, 0x62, 0x1e, 0x40, 0x57, 0xe7, 0xb3, 0x0c, 0xb9, 0xa3, 0x80, 0x19, 0xf5, 0x7e, 0xb5, 0x60, 0xf4, 0x05, 0xa3, 0x11, 0xff, 0x77, 0x49, 0xaa, 0xb9, 0x65, 0xd7, 0xdd, 0x72, 0x1e, 0xc2, 0x20, 0x7c, 0x4a, 0x92, 0x84, 0xc5, 0x41, 0xc8, 0x17, 0x89, 0xc0, 0xf4, 0xb5, 0xfc, 0xbe, 0x06, 0x8f, 0x24, 0x26, 0x0d, 0x2f, 0xa5, 0x2f, 0x81, 0x91, 0xcc, 0x2e, 0x22, 0x58, 0xf7, 0x37, 0x61, 0xb0, 0x76, 0x55, 0x46, 0xf6, 0x7f, 0xe8, 0xa8, 0xfd, 0x11, 0xc5, 0xdd, 0xb6, 0xbf, 0x85, 0xf3, 0x19, 0xf5, 0x3e, 0x82, 0x3b, 0x47, 0xea, 0x68, 0x23, 0x30, 0x55, 0x4a, 0xab, 0x2c, 0xe5, 0x35, 0xa7, 0x1a, 0xd7, 0x9d, 0xf2, 0xde, 0x82, 0x91, 0x79, 0x92, 0xb4, 0x7b, 0x73, 0x82, 0xbc, 0x77, 0x61, 0xa2, 0xbf, 0xf8, 0x3c, 0xa5, 0x44, 0x30, 0xc3, 0xbc, 0xc9, 0xd0, 0x4d, 0x89, 0xf4, 0x1e, 0x83, 0x53, 0xfb, 0xf6, 0x39, 0x0c, 0x7e, 0x59, 0x7e, 0xf4, 0x49, 0x94, 0x8b, 0xc2, 0x9c, 0x03, 0xcd, 0x94, 0x5c, 0x30, 0xdc, 0xde, 0xf2, 0x71, 0xac, 0x33, 0xd0, 0x28, 0x33, 0xb0, 0x0d, 0x50, 0x64, 0x20, 0xe1, 0x9a, 0xe4, 0x5d, 0x8d, 0x9c, 0x70, 0xef, 0x1c, 0x7a, 0xfa, 0xe0, 0x99, 0x60, 0xf3, 0xd2, 0x61, 0xab, 0x2a, 0x8f, 0x88, 0xe2, 0x89, 0x2a, 0xa8, 0x9b, 0x4f, 0x74, 0x26, 0xd0, 0xca, 0x05, 0x11, 0x4c, 0xd7, 0x5f, 0x4d, 0xbc, 0xef, 0x60, 0x5c, 0x09, 0x40, 0xc6, 0xfc, 0x10, 0x9a, 0x71, 0x94, 0x0b, 0xd7, 0xda, 0xb5, 0xa7, 0xbd, 0xb7, 0x47, 0xfb, 0xcb, 0xc3, 0x7d, 0xc3, 0x17, 0x1f, 0x17, 0xcb, 0x18, 0x1b, 0x46, 0x8c, 0x13, 0x68, 0x09, 0x2e, 0x48, 0xac, 0x59, 0xa8, 0x26, 0x52, 0x05, 0x72, 0x35, 0xc8, 0xa3, 0xab, 0xc2, 0x78, 0x47, 0x02, 0x9f, 0x45, 0x57, 0xcc, 0xfb, 0xb0, 0x68, 0x15, 0xc7, 0x2c, 0x2e, 0xd2, 0x77, 0x93, 0x6c, 0x9c, 0x7b, 0xd0, 0xce, 0x18, 0xc9, 0x79, 0x91, 0x4b, 0x3d, 0xf3, 0x0e, 0x0a, 0xf5, 0xe1, 0x41, 0xcf, 0x51, 0xba, 0x1f, 0x2c, 0xb8, 0x7b, 0x5c, 0xb6, 0x36, 0xb3, 0x7c, 0x35, 0x49, 0x59, 0xd7, 0x24, 0xf5, 0x1a, 0x0c, 0x65, 0xf6, 0x16, 0x79, 0x70, 0x1e, 0xc5, 0x82, 0x65, 0xb9, 0xdb, 0xd8, 0xb5, 0xa7, 0x2d, 0x7f, 0xa0, 0xd0, 0x0f, 0x14, 0x28, 0x49, 0x1e, 0x25, 0x61, 0xbc, 0xa0, 0x2c, 0x40, 0x71, 0x60, 0x5a, 0x3a, 0x7e, 0x5f, 0x83, 0xa8, 0x28, 0xef, 0x17, 0xab, 0x70, 0x5c, 0xba, 0x81, 0xc5, 0x7e, 0x00, 0x5d, 0x29, 0xc3, 0x20, 0xe4, 0xb4, 0xe0, 0x50, 0x47, 0x02, 0x47, 0x9c, 0xb2, 0x72, 0xd1, 0xe0, 0x2f, 0x2e, 0x9e, 0x48, 0x4a, 0xec, 0x41, 0x3f, 0xcc, 0x18, 0x11, 0x8c, 0x06, 0x22, 0x9a, 0x33, 0x4d, 0x82, 0x9e, 0xc6, 0x4e, 0xa3, 0x39, 0x93, 0xf9, 0x53, 0x5e, 0xea, 0x52, 0xe8, 0x99, 0xf3, 0x0a, 0x74, 0xce, 0x19, 0xa3, 0x67, 0x24, 0xbc, 0x44, 0x45, 0x77, 0xfd, 0x72, 0xee, 0xbd, 0x07, 0xff, 0xab, 0x67, 0x4a, 0x26, 0xf8, 0xf5, 0x0a, 0x4f, 0x1c, 0xc9, 0x93, 0x6a, 0x24, 0x8a, 0x2a, 0xde, 0x9f, 0x16, 0xdc, 0x51, 0x0b, 0xff, 0x45, 0x96, 0x0b, 0x22, 0xda, 0x06, 0x11, 0xab, 0xa5, 0x6f, 0xd6, 0xfb, 0xe8, 0x3d, 0x68, 0xab, 0x23, 0x75, 0xa4, 0x7a, 0x56, 0x4d, 0x7c, 0xbb, 0x96, 0xf8, 0xbb, 0xd0, 0x8e, 0xf2, 0x80, 0xc4, 0x31, 0x5e, 0x23, 0x1d, 0xbf, 0x15, 0xe5, 0x4f, 0xe2, 0x58, 0xde, 0x17, 0x21, 0x49, 0x02, 0xca, 0x62, 0xbc, 0x48, 0x3a, 0x7e, 0x3b, 0x24, 0xc9, 0x31, 0x8b, 0xbd, 0x9f, 0x6c, 0x00, 0x15, 0x35, 0x16, 0xb5, 0xde, 0x82, 0x76, 0xa0, 0x97, 0xf3, 0x30, 0x22, 0xb1, 0xb2, 0xa6, 0x2a, 0x09, 0x0a, 0xaa, 0x14, 0x1a, 0x97, 0xed, 0x9b, 0x58, 0xd0, 0xac, 0xb1, 0x60, 0x1b, 0x80, 0xa4, 0x69, 0xbc, 0x52, 0x1c, 0x50, 0x21, 0x76, 0x11, 0x41, 0x06, 0xec, 0x41, 0x9f, 0xa4, 0x32, 0xcf, 0x4c, 0x6d, 0x68, 0x2b, 0x92, 0x68, 0xac, 0x46, 0x92, 0xad, 0x0a, 0x49, 0xf6, 0xa0, 0x5f, 0xe4, 0x15, 0x2d, 0x77, 0xd4, 0xa7, 0x1a, 0x43, 0xe3, 0x53, 0x18, 0xe7, 0xe4, 0x9c, 0x89, 0x55, 0x90, 0xb1, 0x90, 0x67, 0x54, 0xf6, 0xa2, 0x2e, 0x6e, 0x1b, 0x2a, 0xdc, 0x47, 0xd8, 0x6c, 0x48, 0x60, 0x34, 0x24, 0xdd, 0x27, 0x7b, 0x65, 0x9f, 0x1c, 0x83, 0x7d, 0xc9, 0x56, 0x6e, 0x1f, 0x01, 0x39, 0x94, 0xb2, 0x2a, 0x89, 0x83, 0x5e, 0x0c, 0x70, 0xad, 0x5f, 0x80, 0xe8, 0x46, 0xd1, 0x30, 0x87, 0x46, 0x87, 0xff, 0x16, 0x46, 0x26, 0x0d, 0x25, 0x85, 0xbd, 0x0a, 0x85, 0x87, 0x6b, 0x0a, 0xbf, 0xf8, 0x4e, 0xf7, 0x87, 0x05, 0x63, 0x94, 0xfc, 0x2d, 0x17, 0xc1, 0x66, 0x9e, 0x7b, 0xdf, 0x37, 0xa1, 0x8b, 0xee, 0xbf, 0x64, 0xf3, 0xad, 0x60, 0x33, 0x96, 0x20, 0x75, 0x47, 0xea, 0xe8, 0x28, 0x45, 0x0a, 0xf0, 0x4c, 0xb8, 0x63, 0x2c, 0x0a, 0x8e, 0x9d, 0x37, 0x60, 0x34, 0x67, 0x34, 0x22, 0x81, 0xc8, 0x48, 0x92, 0xe3, 0xf2, 0x1d, 0xe5, 0x3d, 0xc2, 0xa7, 0x05, 0x7a, 0xfd, 0x3d, 0xe6, 0x6c, 0x78, 0x8f, 0x5d, 0xc1, 0xd0, 0x20, 0xb0, 0x94, 0xcf, 0x5e, 0x45, 0x3e, 0x03, 0x29, 0x9f, 0x92, 0x23, 0x2f, 0x56, 0x3d, 0x3f, 0x5b, 0xd0, 0xfb, 0x54, 0x73, 0x77, 0x13, 0x01, 0x37, 0x3d, 0x8d, 0xb7, 0x01, 0xf2, 0xa7, 0x3c, 0xd3, 0xd5, 0xd5, 0x0f, 0x22, 0x44, 0x0a, 0x62, 0x95, 0xe5, 0xe7, 0x9a, 0x76, 0x85, 0x3e, 0x4e, 0xf8, 0xc6, 0xd2, 0xb7, 0x36, 0x95, 0xde, 0x9b, 0x80, 0xa3, 0x5d, 0x33, 0xa4, 0xed, 0xbd, 0x03, 0xe3, 0x0a, 0xfa, 0x0f, 0x2f, 0x2b, 0x23, 0x28, 0x7d, 0x5d, 0xfe, 0x6e, 0x1b, 0x6f, 0xa2, 0x8f, 0xf9, 0xd9, 0x4b, 0xc1, 0x6d, 0x14, 0xdc, 0x35, 0xe1, 0xc0, 0x06, 0xe1, 0xd4, 0xf5, 0xb7, 0x7e, 0x3d, 0xf6, 0xcd, 0xd7, 0x63, 0xe5, 0xf5, 0x33, 0xa8, 0xbe, 0x7e, 0x8c, 0x5f, 0xc5, 0x86, 0x06, 0xf5, 0xaf, 0x62, 0x69, 0xc4, 0xfb, 0xcd, 0x82, 0xfb, 0x66, 0xc1, 0x6e, 0x77, 0x83, 0xf7, 0x7e, 0x2c, 0x1f, 0xbe, 0xa6, 0xbb, 0xfa, 0xf7, 0xea, 0x5a, 0x81, 0x56, 0x55, 0x81, 0x6b, 0xd1, 0x36, 0x4c, 0xd1, 0x6e, 0xf2, 0x6b, 0xaa, 0x59, 0xde, 0x42, 0x96, 0x4f, 0xd6, 0x97, 0xea, 0x9a, 0xcf, 0x8a, 0xea, 0xef, 0xef, 0x7d, 0xb5, 0x93, 0xcf, 0x49, 0x26, 0x1e, 0xe5, 0x8b, 0x34, 0x8d, 0x23, 0x96, 0x3d, 0x9a, 0x93, 0x84, 0x5c, 0xb0, 0x39, 0x4b, 0xc4, 0x41, 0x7a, 0x76, 0xb0, 0x3c, 0x3c, 0x6b, 0xe3, 0x1f, 0x19, 0x8f, 0xff, 0x0e, 0x00, 0x00, 0xff, 0xff, 0xda, 0xb8, 0xfc, 0x01, 0xd8, 0x10, 0x00, 0x00, }