| // Code generated by protoc-gen-go. DO NOT EDIT. |
| // source: rack_id.proto |
| |
| package _go |
| |
| 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 RackID struct { |
| // A unique ID for rack. |
| Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *RackID) Reset() { *m = RackID{} } |
| func (m *RackID) String() string { return proto.CompactTextString(m) } |
| func (*RackID) ProtoMessage() {} |
| func (*RackID) Descriptor() ([]byte, []int) { |
| return fileDescriptor_384d09429498fa39, []int{0} |
| } |
| |
| func (m *RackID) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_RackID.Unmarshal(m, b) |
| } |
| func (m *RackID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_RackID.Marshal(b, m, deterministic) |
| } |
| func (m *RackID) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_RackID.Merge(m, src) |
| } |
| func (m *RackID) XXX_Size() int { |
| return xxx_messageInfo_RackID.Size(m) |
| } |
| func (m *RackID) XXX_DiscardUnknown() { |
| xxx_messageInfo_RackID.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_RackID proto.InternalMessageInfo |
| |
| func (m *RackID) GetValue() string { |
| if m != nil { |
| return m.Value |
| } |
| return "" |
| } |
| |
| func init() { |
| proto.RegisterType((*RackID)(nil), "fleet.RackID") |
| } |
| |
| func init() { proto.RegisterFile("rack_id.proto", fileDescriptor_384d09429498fa39) } |
| |
| var fileDescriptor_384d09429498fa39 = []byte{ |
| // 103 bytes of a gzipped FileDescriptorProto |
| 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x2d, 0x4a, 0x4c, 0xce, |
| 0x8e, 0xcf, 0x4c, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x4d, 0xcb, 0x49, 0x4d, 0x2d, |
| 0x51, 0x92, 0xe3, 0x62, 0x0b, 0x4a, 0x4c, 0xce, 0xf6, 0x74, 0x11, 0x12, 0xe1, 0x62, 0x2d, 0x4b, |
| 0xcc, 0x29, 0x4d, 0x95, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x0c, 0x82, 0x70, 0x9c, 0x64, 0xa2, 0xa4, |
| 0x32, 0xf3, 0xd2, 0x8a, 0x12, 0xf5, 0x73, 0x32, 0x93, 0x8a, 0xf5, 0xc1, 0x7a, 0xf4, 0xc1, 0x06, |
| 0x14, 0xeb, 0xa7, 0xe7, 0x27, 0xb1, 0x81, 0x99, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x06, |
| 0x19, 0x61, 0x7f, 0x5c, 0x00, 0x00, 0x00, |
| } |