Documentation ¶
Index ¶
- Constants
- Variables
- type Pi
- func (*Pi) Descriptor() ([]byte, []int)
- func (m *Pi) GetChassis() string
- func (m *Pi) GetModel() Pi_Model
- func (m *Pi) GetPxe() Pi_PXE
- func (m *Pi) GetRank() uint32
- func (m *Pi) Marshal() (dAtA []byte, err error)
- func (m *Pi) MarshalTo(dAtA []byte) (int, error)
- func (m *Pi) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Pi) Name() string
- func (*Pi) New() types.Message
- func (*Pi) ProtoMessage()
- func (m *Pi) Reset()
- func (m *Pi) Size() (n int)
- func (m *Pi) String() string
- func (m *Pi) Unmarshal(dAtA []byte) error
- func (m *Pi) XXX_DiscardUnknown()
- func (m *Pi) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Pi) XXX_Merge(src proto.Message)
- func (*Pi) XXX_MessageName() string
- func (m *Pi) XXX_Size() int
- func (m *Pi) XXX_Unmarshal(b []byte) error
- type Pi_Model
- type Pi_PXE
Constants ¶
View Source
const Name = "type.googleapis.com/RPi3.Pi"
Variables ¶
View Source
var ( ErrInvalidLengthRpi3 = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowRpi3 = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupRpi3 = fmt.Errorf("proto: unexpected end of group") )
View Source
var Pi_Model_name = map[int32]string{
0: "ThreeB",
1: "ThreeBPlus",
}
View Source
var Pi_Model_value = map[string]int32{
"ThreeB": 0,
"ThreeBPlus": 1,
}
View Source
var Pi_PXE_name = map[int32]string{
0: "NONE",
1: "WAIT",
2: "INIT",
}
View Source
var Pi_PXE_value = map[string]int32{
"NONE": 0,
"WAIT": 1,
"INIT": 2,
}
Functions ¶
This section is empty.
Types ¶
type Pi ¶
type Pi struct { Chassis string `protobuf:"bytes,1,opt,name=chassis,proto3" json:"chassis,omitempty"` Rank uint32 `protobuf:"varint,2,opt,name=rank,proto3" json:"rank,omitempty"` Model Pi_Model `protobuf:"varint,3,opt,name=model,proto3,enum=RPi3.Pi_Model" json:"model,omitempty"` Pxe Pi_PXE `protobuf:"varint,4,opt,name=pxe,proto3,enum=RPi3.Pi_PXE" json:"pxe,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Pi) Descriptor ¶
func (*Pi) GetChassis ¶
func (*Pi) ProtoMessage ¶
func (*Pi) ProtoMessage()
func (*Pi) XXX_DiscardUnknown ¶
func (m *Pi) XXX_DiscardUnknown()
func (*Pi) XXX_MessageName ¶
func (*Pi) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.