Documentation
¶
Index ¶
Constants ¶
View Source
const ( KeywordBIOSVendor = Keyword("bios-vendor") KeywordBIOSVersion = Keyword("bios-version") KeywordBIOSReleaseDate = Keyword("bios-release-date") KeywordBIOSRevision = Keyword("bios-revision") KeywordFirmwareRevision = Keyword("firmware-revision") KeywordSystemManufacturer = Keyword("system-manufacturer") KeywordSystemProductName = Keyword("system-product-name") KeywordSystemVersion = Keyword("system-version") KeywordSystemSerialNumber = Keyword("system-serial-number") KeywordSystemUUID = Keyword("system-uuid") KeywordSystemFamily = Keyword("system-family") KeywordBaseboardManufacturer = Keyword("baseboard-manufacturer") KeywordBaseboardProductName = Keyword("baseboard-product-name") KeywordBaseboardVersion = Keyword("baseboard-version") KeywordBaseboardSerialNumber = Keyword("baseboard-serial-number") KeywordBaseboardAssetTag = Keyword("baseboard-asset-tag") KeywordChassisManufacturer = Keyword("chassis-manufacturer") KeywordChassisType = Keyword("chassis-type") KeywordChassisVersion = Keyword("chassis-version") KeywordChassisSerialNumber = Keyword("chassis-serial-number") KeywordChassisAssetTag = Keyword("chassis-asset-tag") KeywordProcessorFamily = Keyword("processor-family") KeywordProcessorManufacturer = Keyword("processor-manufacturer") KeywordProcessorVersion = Keyword("processor-version") KeywordProcessorFrequency = Keyword("processor-frequency") )
Variables ¶
View Source
var Table = map[Keyword]*StringKW{}
Table is a map of an entry keyword to entry metadata, according to specification https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.4.0.pdf
It is a read-only value.
Functions ¶
This section is empty.
Types ¶
type DMITable ¶
type DMITable struct { EntryPoint smbios.EntryPoint SMBIOSStructs []*smbios.Structure }
func NewDMITable ¶
type ErrOpenStream ¶
type ErrOpenStream struct {
Err error
}
func (ErrOpenStream) Error ¶
func (err ErrOpenStream) Error() string
func (ErrOpenStream) Unwrap ¶
func (err ErrOpenStream) Unwrap() error
Click to show internal directories.
Click to hide internal directories.