Documentation ¶
Overview ¶
Package ipxe implements a trivial IPXE config file parser.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotIpxeScript is returned when the config file is not an // ipxe script. ErrNotIpxeScript = errors.New("config file is not ipxe as it does not start with #!ipxe") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.