Documentation
¶
Index ¶
Constants ¶
View Source
const FirmwareSourceNotReadyErrorPrefix = "requested firmware source not ready"
View Source
const IncorrectSpecErrorPrefix = "incorrect spec"
Variables ¶
This section is empty.
Functions ¶
func FirmwareSourceNotReadyError ¶ added in v0.1.18
func IncorrectSpecError ¶
func IsFirmwareSourceNotReadyError ¶ added in v0.1.18
func IsIncorrectSpecError ¶
Types ¶
type NvConfigQuery ¶
type NvConfigQuery struct { DefaultConfig map[string][]string CurrentConfig map[string][]string NextBootConfig map[string][]string }
NvConfigQuery contains a nv config query for a single device, values can contain both the string alias and the numeric value
func NewNvConfigQuery ¶
func NewNvConfigQuery() NvConfigQuery
Click to show internal directories.
Click to hide internal directories.