// 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 InitDeviceDbRequest struct { OrganizationCode string `protobuf:"bytes,1,opt,name=organization_code,json=organizationCode,proto3" json:"organization_code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *InitDeviceDbRequest) Reset() { *m = InitDeviceDbRequest{} } func (m *InitDeviceDbRequest) String() string { return proto.CompactTextString(m) } func (*InitDeviceDbRequest) ProtoMessage() {} func (*InitDeviceDbRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{0} } func (m *InitDeviceDbRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InitDeviceDbRequest.Unmarshal(m, b) } func (m *InitDeviceDbRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_InitDeviceDbRequest.Marshal(b, m, deterministic) } func (m *InitDeviceDbRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_InitDeviceDbRequest.Merge(m, src) } func (m *InitDeviceDbRequest) XXX_Size() int { return xxx_messageInfo_InitDeviceDbRequest.Size(m) } func (m *InitDeviceDbRequest) XXX_DiscardUnknown() { xxx_messageInfo_InitDeviceDbRequest.DiscardUnknown(m) } var xxx_messageInfo_InitDeviceDbRequest proto.InternalMessageInfo func (m *InitDeviceDbRequest) GetOrganizationCode() string { if m != nil { return m.OrganizationCode } return "" } type InitDeviceDbReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *InitDeviceDbReply) Reset() { *m = InitDeviceDbReply{} } func (m *InitDeviceDbReply) String() string { return proto.CompactTextString(m) } func (*InitDeviceDbReply) ProtoMessage() {} func (*InitDeviceDbReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{1} } func (m *InitDeviceDbReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InitDeviceDbReply.Unmarshal(m, b) } func (m *InitDeviceDbReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_InitDeviceDbReply.Marshal(b, m, deterministic) } func (m *InitDeviceDbReply) XXX_Merge(src proto.Message) { xxx_messageInfo_InitDeviceDbReply.Merge(m, src) } func (m *InitDeviceDbReply) XXX_Size() int { return xxx_messageInfo_InitDeviceDbReply.Size(m) } func (m *InitDeviceDbReply) XXX_DiscardUnknown() { xxx_messageInfo_InitDeviceDbReply.DiscardUnknown(m) } var xxx_messageInfo_InitDeviceDbReply proto.InternalMessageInfo func init() { proto.RegisterType((*InitDeviceDbRequest)(nil), "pb_v1.InitDeviceDbRequest") proto.RegisterType((*InitDeviceDbReply)(nil), "pb_v1.InitDeviceDbReply") } func init() { proto.RegisterFile("device.proto", fileDescriptor_870276a56ac00da5) } var fileDescriptor_870276a56ac00da5 = []byte{ // 144 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x49, 0x49, 0x2d, 0xcb, 0x4c, 0x4e, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x2d, 0x48, 0x8a, 0x2f, 0x33, 0x54, 0x72, 0xe2, 0x12, 0xf6, 0xcc, 0xcb, 0x2c, 0x71, 0x01, 0x4b, 0xb9, 0x24, 0x05, 0xa5, 0x16, 0x96, 0xa6, 0x16, 0x97, 0x08, 0x69, 0x73, 0x09, 0xe6, 0x17, 0xa5, 0x27, 0xe6, 0x65, 0x56, 0x25, 0x96, 0x64, 0xe6, 0xe7, 0xc5, 0x27, 0xe7, 0xa7, 0xa4, 0x4a, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x06, 0x09, 0x20, 0x4b, 0x38, 0xe7, 0xa7, 0xa4, 0x2a, 0x09, 0x73, 0x09, 0xa2, 0x9a, 0x51, 0x90, 0x53, 0xe9, 0x24, 0x13, 0x25, 0x95, 0x5c, 0xa0, 0x5b, 0x5c, 0x59, 0x5c, 0x92, 0x9a, 0xab, 0x9b, 0x9b, 0x98, 0x97, 0x98, 0x9e, 0x9a, 0x9b, 0x9a, 0x57, 0xa2, 0x5f, 0x90, 0xa4, 0x5f, 0x66, 0x98, 0xc4, 0x06, 0x76, 0x84, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x59, 0x75, 0x4f, 0x53, 0x94, 0x00, 0x00, 0x00, }