Documentation ¶
Overview ¶
Package com_HailoOSS_kernel_provisioningmanager_describerunlevels is a generated protocol buffer package.
It is generated from these files:
github.com/HailoOSS/provisioning-manager-service/proto/describerunlevels/describerunlevels.proto
It has these top-level messages:
RunLevel Request Response
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct {
XXX_unrecognized []byte `json:"-"`
}
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
type Response ¶
type Response struct { RunLevels []*RunLevel `protobuf:"bytes,1,rep,name=runLevels" json:"runLevels,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Response) GetRunLevels ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
type RunLevel ¶
type RunLevel struct { Level *com_HailoOSS_kernel_provisioningmanager.Level `protobuf:"varint,1,req,name=level,enum=com.HailoOSS.kernel.provisioningmanager.Level" json:"level,omitempty"` Description *string `protobuf:"bytes,3,req,name=description" json:"description,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*RunLevel) GetDescription ¶
func (*RunLevel) GetLevel ¶
func (m *RunLevel) GetLevel() com_HailoOSS_kernel_provisioningmanager.Level
func (*RunLevel) ProtoMessage ¶
func (*RunLevel) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.