// Code generated by protoc-gen-go. DO NOT EDIT. // source: task.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 // The request message containing the user's name. type GetTaskBySourceCodeRequest struct { SourceCode string `protobuf:"bytes,1,opt,name=source_code,json=sourceCode,proto3" json:"source_code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GetTaskBySourceCodeRequest) Reset() { *m = GetTaskBySourceCodeRequest{} } func (m *GetTaskBySourceCodeRequest) String() string { return proto.CompactTextString(m) } func (*GetTaskBySourceCodeRequest) ProtoMessage() {} func (*GetTaskBySourceCodeRequest) Descriptor() ([]byte, []int) { return fileDescriptor_ce5d8dd45b4a91ff, []int{0} } func (m *GetTaskBySourceCodeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTaskBySourceCodeRequest.Unmarshal(m, b) } func (m *GetTaskBySourceCodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GetTaskBySourceCodeRequest.Marshal(b, m, deterministic) } func (m *GetTaskBySourceCodeRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GetTaskBySourceCodeRequest.Merge(m, src) } func (m *GetTaskBySourceCodeRequest) XXX_Size() int { return xxx_messageInfo_GetTaskBySourceCodeRequest.Size(m) } func (m *GetTaskBySourceCodeRequest) XXX_DiscardUnknown() { xxx_messageInfo_GetTaskBySourceCodeRequest.DiscardUnknown(m) } var xxx_messageInfo_GetTaskBySourceCodeRequest proto.InternalMessageInfo func (m *GetTaskBySourceCodeRequest) GetSourceCode() string { if m != nil { return m.SourceCode } return "" } // The response message containing the greetings type GetTaskBySourceCodeReply struct { TaskList []int32 `protobuf:"varint,1,rep,packed,name=task_list,json=taskList,proto3" json:"task_list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GetTaskBySourceCodeReply) Reset() { *m = GetTaskBySourceCodeReply{} } func (m *GetTaskBySourceCodeReply) String() string { return proto.CompactTextString(m) } func (*GetTaskBySourceCodeReply) ProtoMessage() {} func (*GetTaskBySourceCodeReply) Descriptor() ([]byte, []int) { return fileDescriptor_ce5d8dd45b4a91ff, []int{1} } func (m *GetTaskBySourceCodeReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTaskBySourceCodeReply.Unmarshal(m, b) } func (m *GetTaskBySourceCodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GetTaskBySourceCodeReply.Marshal(b, m, deterministic) } func (m *GetTaskBySourceCodeReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GetTaskBySourceCodeReply.Merge(m, src) } func (m *GetTaskBySourceCodeReply) XXX_Size() int { return xxx_messageInfo_GetTaskBySourceCodeReply.Size(m) } func (m *GetTaskBySourceCodeReply) XXX_DiscardUnknown() { xxx_messageInfo_GetTaskBySourceCodeReply.DiscardUnknown(m) } var xxx_messageInfo_GetTaskBySourceCodeReply proto.InternalMessageInfo func (m *GetTaskBySourceCodeReply) GetTaskList() []int32 { if m != nil { return m.TaskList } return nil } type UpdateOfflineTaskRequest struct { TaskId int32 `protobuf:"varint,1,opt,name=task_id,json=taskId,proto3" json:"task_id"` Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` IsFinish int32 `protobuf:"varint,3,opt,name=is_finish,json=isFinish,proto3" json:"is_finish"` FinishCount int32 `protobuf:"varint,4,opt,name=finish_count,json=finishCount,proto3" json:"finish_count"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UpdateOfflineTaskRequest) Reset() { *m = UpdateOfflineTaskRequest{} } func (m *UpdateOfflineTaskRequest) String() string { return proto.CompactTextString(m) } func (*UpdateOfflineTaskRequest) ProtoMessage() {} func (*UpdateOfflineTaskRequest) Descriptor() ([]byte, []int) { return fileDescriptor_ce5d8dd45b4a91ff, []int{2} } func (m *UpdateOfflineTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateOfflineTaskRequest.Unmarshal(m, b) } func (m *UpdateOfflineTaskRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UpdateOfflineTaskRequest.Marshal(b, m, deterministic) } func (m *UpdateOfflineTaskRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_UpdateOfflineTaskRequest.Merge(m, src) } func (m *UpdateOfflineTaskRequest) XXX_Size() int { return xxx_messageInfo_UpdateOfflineTaskRequest.Size(m) } func (m *UpdateOfflineTaskRequest) XXX_DiscardUnknown() { xxx_messageInfo_UpdateOfflineTaskRequest.DiscardUnknown(m) } var xxx_messageInfo_UpdateOfflineTaskRequest proto.InternalMessageInfo func (m *UpdateOfflineTaskRequest) GetTaskId() int32 { if m != nil { return m.TaskId } return 0 } func (m *UpdateOfflineTaskRequest) GetTotal() int32 { if m != nil { return m.Total } return 0 } func (m *UpdateOfflineTaskRequest) GetIsFinish() int32 { if m != nil { return m.IsFinish } return 0 } func (m *UpdateOfflineTaskRequest) GetFinishCount() int32 { if m != nil { return m.FinishCount } return 0 } type UpdateOfflineTaskReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UpdateOfflineTaskReply) Reset() { *m = UpdateOfflineTaskReply{} } func (m *UpdateOfflineTaskReply) String() string { return proto.CompactTextString(m) } func (*UpdateOfflineTaskReply) ProtoMessage() {} func (*UpdateOfflineTaskReply) Descriptor() ([]byte, []int) { return fileDescriptor_ce5d8dd45b4a91ff, []int{3} } func (m *UpdateOfflineTaskReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateOfflineTaskReply.Unmarshal(m, b) } func (m *UpdateOfflineTaskReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UpdateOfflineTaskReply.Marshal(b, m, deterministic) } func (m *UpdateOfflineTaskReply) XXX_Merge(src proto.Message) { xxx_messageInfo_UpdateOfflineTaskReply.Merge(m, src) } func (m *UpdateOfflineTaskReply) XXX_Size() int { return xxx_messageInfo_UpdateOfflineTaskReply.Size(m) } func (m *UpdateOfflineTaskReply) XXX_DiscardUnknown() { xxx_messageInfo_UpdateOfflineTaskReply.DiscardUnknown(m) } var xxx_messageInfo_UpdateOfflineTaskReply proto.InternalMessageInfo type CheckFormatRequest struct { Vin string `protobuf:"bytes,1,opt,name=vin,proto3" json:"vin"` PlateNo string `protobuf:"bytes,2,opt,name=plate_no,json=plateNo,proto3" json:"plate_no"` PlateType string `protobuf:"bytes,3,opt,name=plate_type,json=plateType,proto3" json:"plate_type"` Idcert string `protobuf:"bytes,4,opt,name=idcert,proto3" json:"idcert"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CheckFormatRequest) Reset() { *m = CheckFormatRequest{} } func (m *CheckFormatRequest) String() string { return proto.CompactTextString(m) } func (*CheckFormatRequest) ProtoMessage() {} func (*CheckFormatRequest) Descriptor() ([]byte, []int) { return fileDescriptor_ce5d8dd45b4a91ff, []int{4} } func (m *CheckFormatRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckFormatRequest.Unmarshal(m, b) } func (m *CheckFormatRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CheckFormatRequest.Marshal(b, m, deterministic) } func (m *CheckFormatRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_CheckFormatRequest.Merge(m, src) } func (m *CheckFormatRequest) XXX_Size() int { return xxx_messageInfo_CheckFormatRequest.Size(m) } func (m *CheckFormatRequest) XXX_DiscardUnknown() { xxx_messageInfo_CheckFormatRequest.DiscardUnknown(m) } var xxx_messageInfo_CheckFormatRequest proto.InternalMessageInfo func (m *CheckFormatRequest) GetVin() string { if m != nil { return m.Vin } return "" } func (m *CheckFormatRequest) GetPlateNo() string { if m != nil { return m.PlateNo } return "" } func (m *CheckFormatRequest) GetPlateType() string { if m != nil { return m.PlateType } return "" } func (m *CheckFormatRequest) GetIdcert() string { if m != nil { return m.Idcert } return "" } type CheckFormatReply struct { Vin string `protobuf:"bytes,1,opt,name=vin,proto3" json:"vin"` PlateNo string `protobuf:"bytes,2,opt,name=plate_no,json=plateNo,proto3" json:"plate_no"` PlateType string `protobuf:"bytes,3,opt,name=plate_type,json=plateType,proto3" json:"plate_type"` Idcert string `protobuf:"bytes,4,opt,name=idcert,proto3" json:"idcert"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CheckFormatReply) Reset() { *m = CheckFormatReply{} } func (m *CheckFormatReply) String() string { return proto.CompactTextString(m) } func (*CheckFormatReply) ProtoMessage() {} func (*CheckFormatReply) Descriptor() ([]byte, []int) { return fileDescriptor_ce5d8dd45b4a91ff, []int{5} } func (m *CheckFormatReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckFormatReply.Unmarshal(m, b) } func (m *CheckFormatReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CheckFormatReply.Marshal(b, m, deterministic) } func (m *CheckFormatReply) XXX_Merge(src proto.Message) { xxx_messageInfo_CheckFormatReply.Merge(m, src) } func (m *CheckFormatReply) XXX_Size() int { return xxx_messageInfo_CheckFormatReply.Size(m) } func (m *CheckFormatReply) XXX_DiscardUnknown() { xxx_messageInfo_CheckFormatReply.DiscardUnknown(m) } var xxx_messageInfo_CheckFormatReply proto.InternalMessageInfo func (m *CheckFormatReply) GetVin() string { if m != nil { return m.Vin } return "" } func (m *CheckFormatReply) GetPlateNo() string { if m != nil { return m.PlateNo } return "" } func (m *CheckFormatReply) GetPlateType() string { if m != nil { return m.PlateType } return "" } func (m *CheckFormatReply) GetIdcert() string { if m != nil { return m.Idcert } return "" } type FieldCheckRequest struct { Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *FieldCheckRequest) Reset() { *m = FieldCheckRequest{} } func (m *FieldCheckRequest) String() string { return proto.CompactTextString(m) } func (*FieldCheckRequest) ProtoMessage() {} func (*FieldCheckRequest) Descriptor() ([]byte, []int) { return fileDescriptor_ce5d8dd45b4a91ff, []int{6} } func (m *FieldCheckRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FieldCheckRequest.Unmarshal(m, b) } func (m *FieldCheckRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_FieldCheckRequest.Marshal(b, m, deterministic) } func (m *FieldCheckRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_FieldCheckRequest.Merge(m, src) } func (m *FieldCheckRequest) XXX_Size() int { return xxx_messageInfo_FieldCheckRequest.Size(m) } func (m *FieldCheckRequest) XXX_DiscardUnknown() { xxx_messageInfo_FieldCheckRequest.DiscardUnknown(m) } var xxx_messageInfo_FieldCheckRequest proto.InternalMessageInfo func (m *FieldCheckRequest) GetContent() string { if m != nil { return m.Content } return "" } type FieldCheckReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *FieldCheckReply) Reset() { *m = FieldCheckReply{} } func (m *FieldCheckReply) String() string { return proto.CompactTextString(m) } func (*FieldCheckReply) ProtoMessage() {} func (*FieldCheckReply) Descriptor() ([]byte, []int) { return fileDescriptor_ce5d8dd45b4a91ff, []int{7} } func (m *FieldCheckReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FieldCheckReply.Unmarshal(m, b) } func (m *FieldCheckReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_FieldCheckReply.Marshal(b, m, deterministic) } func (m *FieldCheckReply) XXX_Merge(src proto.Message) { xxx_messageInfo_FieldCheckReply.Merge(m, src) } func (m *FieldCheckReply) XXX_Size() int { return xxx_messageInfo_FieldCheckReply.Size(m) } func (m *FieldCheckReply) XXX_DiscardUnknown() { xxx_messageInfo_FieldCheckReply.DiscardUnknown(m) } var xxx_messageInfo_FieldCheckReply proto.InternalMessageInfo func init() { proto.RegisterType((*GetTaskBySourceCodeRequest)(nil), "v1.GetTaskBySourceCodeRequest") proto.RegisterType((*GetTaskBySourceCodeReply)(nil), "v1.GetTaskBySourceCodeReply") proto.RegisterType((*UpdateOfflineTaskRequest)(nil), "v1.UpdateOfflineTaskRequest") proto.RegisterType((*UpdateOfflineTaskReply)(nil), "v1.UpdateOfflineTaskReply") proto.RegisterType((*CheckFormatRequest)(nil), "v1.CheckFormatRequest") proto.RegisterType((*CheckFormatReply)(nil), "v1.CheckFormatReply") proto.RegisterType((*FieldCheckRequest)(nil), "v1.FieldCheckRequest") proto.RegisterType((*FieldCheckReply)(nil), "v1.FieldCheckReply") } func init() { proto.RegisterFile("task.proto", fileDescriptor_ce5d8dd45b4a91ff) } var fileDescriptor_ce5d8dd45b4a91ff = []byte{ // 358 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x92, 0x4f, 0x4f, 0xea, 0x40, 0x14, 0xc5, 0x53, 0x78, 0xfc, 0xe9, 0xe5, 0xe5, 0x3d, 0x98, 0x18, 0x1c, 0x35, 0x46, 0xec, 0x8a, 0x0d, 0x12, 0xe2, 0xc2, 0x95, 0x1b, 0x48, 0x30, 0x26, 0x46, 0x93, 0x8a, 0x1b, 0x37, 0x4d, 0xe9, 0x0c, 0x61, 0xc2, 0xd0, 0x19, 0x3b, 0x97, 0xc6, 0x7e, 0x04, 0xbf, 0xb5, 0x99, 0x29, 0x35, 0x9a, 0xb0, 0x76, 0xd7, 0x73, 0xce, 0xdc, 0xfe, 0x4e, 0x6f, 0x07, 0x00, 0x63, 0xb3, 0xb9, 0xd2, 0x99, 0x42, 0x45, 0x6a, 0xf9, 0x24, 0xb8, 0x85, 0xd3, 0x3b, 0x8e, 0x8b, 0xd8, 0x6c, 0xa6, 0xc5, 0xb3, 0xda, 0x65, 0x09, 0x9f, 0x29, 0xc6, 0x43, 0xfe, 0xb6, 0xe3, 0x06, 0xc9, 0x05, 0x74, 0x8c, 0x33, 0xa3, 0x44, 0x31, 0x4e, 0xbd, 0x81, 0x37, 0xf4, 0x43, 0x30, 0x5f, 0xe7, 0x82, 0x1b, 0xa0, 0x07, 0xc7, 0xb5, 0x2c, 0xc8, 0x19, 0xf8, 0x16, 0x16, 0x49, 0x61, 0x90, 0x7a, 0x83, 0xfa, 0xb0, 0x11, 0xb6, 0xad, 0xf1, 0x20, 0x0c, 0x06, 0x1f, 0x1e, 0xd0, 0x17, 0xcd, 0x62, 0xe4, 0x4f, 0xab, 0x95, 0x14, 0x29, 0xb7, 0xef, 0xa8, 0xb0, 0xc7, 0xd0, 0x72, 0x93, 0x82, 0x39, 0x64, 0x23, 0x6c, 0x5a, 0x79, 0xcf, 0xc8, 0x11, 0x34, 0x50, 0x61, 0x2c, 0x69, 0xcd, 0xd9, 0xa5, 0xb0, 0x20, 0x61, 0xa2, 0x95, 0x48, 0x85, 0x59, 0xd3, 0xba, 0x4b, 0xda, 0xc2, 0xcc, 0x9d, 0x26, 0x97, 0xf0, 0xb7, 0x4c, 0xa2, 0x44, 0xed, 0x52, 0xa4, 0x7f, 0x5c, 0xde, 0x29, 0xbd, 0x99, 0xb5, 0x02, 0x0a, 0xfd, 0x03, 0x55, 0xb4, 0x2c, 0x82, 0x77, 0x20, 0xb3, 0x35, 0x4f, 0x36, 0x73, 0x95, 0x6d, 0x63, 0xac, 0xea, 0x75, 0xa1, 0x9e, 0x8b, 0x74, 0xbf, 0x0d, 0xfb, 0x48, 0x4e, 0xa0, 0xad, 0x65, 0x8c, 0x3c, 0x4a, 0x95, 0xab, 0xe6, 0x87, 0x2d, 0xa7, 0x1f, 0x15, 0x39, 0x07, 0x28, 0x23, 0x2c, 0x34, 0x77, 0xed, 0xfc, 0xd0, 0x77, 0xce, 0xa2, 0xd0, 0x9c, 0xf4, 0xa1, 0x29, 0x58, 0xc2, 0xb3, 0xb2, 0x98, 0x1f, 0xee, 0x55, 0x90, 0x43, 0xf7, 0x07, 0xd9, 0x2e, 0xf4, 0x37, 0xb8, 0x23, 0xe8, 0xcd, 0x05, 0x97, 0xcc, 0xc1, 0xab, 0x0f, 0xa6, 0xd0, 0x4a, 0x54, 0x8a, 0x3c, 0xc5, 0x3d, 0xbc, 0x92, 0x41, 0x0f, 0xfe, 0x7f, 0x3f, 0xae, 0x65, 0x31, 0xed, 0xbe, 0xfe, 0x8b, 0xd9, 0x76, 0x64, 0xff, 0xd8, 0x58, 0x2f, 0xc7, 0xf9, 0x64, 0xd9, 0x74, 0xd7, 0xed, 0xfa, 0x33, 0x00, 0x00, 0xff, 0xff, 0xca, 0x26, 0x9b, 0x59, 0x7c, 0x02, 0x00, 0x00, }