Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { Vendor string `json:"vendor"` Version string `json:"version"` Date string `json:"date"` // contains filtered or unexported fields }
Info defines BIOS release information
func (*Info) JSONString ¶
JSONString returns a string with the BIOS information formatted as JSON under a top-level "bios:" key
func (*Info) YAMLString ¶
YAMLString returns a string with the BIOS information formatted as YAML under a top-level "dmi:" key
Click to show internal directories.
Click to hide internal directories.