pxe

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2021 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const Name = "type.googleapis.com/PXE.Client"

Variables

View Source
var (
	ErrInvalidLengthPxe        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowPxe          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupPxe = fmt.Errorf("proto: unexpected end of group")
)
View Source
var Client_Method_name = map[int32]string{
	0: "PXE",
	1: "iPXE",
}
View Source
var Client_Method_value = map[string]int32{
	"PXE":  0,
	"iPXE": 1,
}
View Source
var Client_State_name = map[int32]string{
	0: "NONE",
	1: "WAIT",
	2: "INIT",
}
View Source
var Client_State_value = map[string]int32{
	"NONE": 0,
	"WAIT": 1,
	"INIT": 2,
}

Functions

This section is empty.

Types

type Client

type Client struct {
	Method               Client_Method `protobuf:"varint,1,opt,name=method,proto3,enum=PXE.Client_Method" json:"method,omitempty"`
	State                Client_State  `protobuf:"varint,2,opt,name=state,proto3,enum=PXE.Client_State" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Client) Descriptor

func (*Client) Descriptor() ([]byte, []int)

func (*Client) GetMethod

func (m *Client) GetMethod() Client_Method

func (*Client) GetState

func (m *Client) GetState() Client_State

func (*Client) Marshal

func (m *Client) Marshal() (dAtA []byte, err error)

func (*Client) MarshalTo

func (m *Client) MarshalTo(dAtA []byte) (int, error)

func (*Client) MarshalToSizedBuffer

func (m *Client) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Client) Name

func (*Client) Name() string

func (*Client) New

func (*Client) New() types.Message

func (*Client) ProtoMessage

func (*Client) ProtoMessage()

func (*Client) Reset

func (m *Client) Reset()

func (*Client) Size

func (m *Client) Size() (n int)

func (*Client) String

func (m *Client) String() string

func (*Client) Unmarshal

func (m *Client) Unmarshal(dAtA []byte) error

func (*Client) XXX_DiscardUnknown

func (m *Client) XXX_DiscardUnknown()

func (*Client) XXX_Marshal

func (m *Client) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Client) XXX_Merge

func (m *Client) XXX_Merge(src proto.Message)

func (*Client) XXX_MessageName

func (*Client) XXX_MessageName() string

func (*Client) XXX_Size

func (m *Client) XXX_Size() int

func (*Client) XXX_Unmarshal

func (m *Client) XXX_Unmarshal(b []byte) error

type Client_Method

type Client_Method int32
const (
	Client_PXE  Client_Method = 0
	Client_iPXE Client_Method = 1
)

func (Client_Method) EnumDescriptor

func (Client_Method) EnumDescriptor() ([]byte, []int)

func (Client_Method) String

func (x Client_Method) String() string

type Client_State

type Client_State int32
const (
	Client_NONE Client_State = 0
	Client_WAIT Client_State = 1
	Client_INIT Client_State = 2
)

func (Client_State) EnumDescriptor

func (Client_State) EnumDescriptor() ([]byte, []int)

func (Client_State) String

func (x Client_State) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL