blob: fe89175ae0c24e66df5e487c31e1ae718de7dac6 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: device/platform_id.proto
package device
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
// Globally unique identifier.
type PlatformId struct {
// Required. Source: 'mosys platform name'.
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 *PlatformId) Reset() { *m = PlatformId{} }
func (m *PlatformId) String() string { return proto.CompactTextString(m) }
func (*PlatformId) ProtoMessage() {}
func (*PlatformId) Descriptor() ([]byte, []int) {
return fileDescriptor_b1928d25c5f36b19, []int{0}
}
func (m *PlatformId) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PlatformId.Unmarshal(m, b)
}
func (m *PlatformId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PlatformId.Marshal(b, m, deterministic)
}
func (m *PlatformId) XXX_Merge(src proto.Message) {
xxx_messageInfo_PlatformId.Merge(m, src)
}
func (m *PlatformId) XXX_Size() int {
return xxx_messageInfo_PlatformId.Size(m)
}
func (m *PlatformId) XXX_DiscardUnknown() {
xxx_messageInfo_PlatformId.DiscardUnknown(m)
}
var xxx_messageInfo_PlatformId proto.InternalMessageInfo
func (m *PlatformId) GetValue() string {
if m != nil {
return m.Value
}
return ""
}
func init() {
proto.RegisterType((*PlatformId)(nil), "device.PlatformId")
}
func init() { proto.RegisterFile("device/platform_id.proto", fileDescriptor_b1928d25c5f36b19) }
var fileDescriptor_b1928d25c5f36b19 = []byte{
// 124 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x48, 0x49, 0x2d, 0xcb,
0x4c, 0x4e, 0xd5, 0x2f, 0xc8, 0x49, 0x2c, 0x49, 0xcb, 0x2f, 0xca, 0x8d, 0xcf, 0x4c, 0xd1, 0x2b,
0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x83, 0xc8, 0x28, 0x29, 0x71, 0x71, 0x05, 0x40, 0x25, 0x3d,
0x53, 0x84, 0x44, 0xb8, 0x58, 0xcb, 0x12, 0x73, 0x4a, 0x53, 0x25, 0x18, 0x15, 0x18, 0x35, 0x38,
0x83, 0x20, 0x1c, 0x27, 0xa3, 0x28, 0x83, 0xf4, 0x7c, 0xbd, 0xe4, 0x8c, 0xa2, 0xfc, 0xdc, 0xcc,
0xd2, 0x5c, 0xbd, 0xfc, 0xa2, 0x74, 0x7d, 0x18, 0x27, 0xbf, 0x58, 0x3f, 0x33, 0x2f, 0xad, 0x28,
0x51, 0x1f, 0x6c, 0xaa, 0x7e, 0x7a, 0xbe, 0x3e, 0xc4, 0xdc, 0x24, 0x36, 0xb0, 0x80, 0x31, 0x20,
0x00, 0x00, 0xff, 0xff, 0x27, 0x8e, 0xb1, 0xa2, 0x82, 0x00, 0x00, 0x00,
}