package
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Dec 27, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BIOS struct {
Date string `json:"date"`
Vendor string `json:"vendor"`
Version string `json:"version"`
}
BIOS captures the platform BIOS values.
String representation of the struct.
type Board struct {
Name string `json:"Name"`
Vendor string `json:"Vendor"`
}
Board captures the platform Board values.
String representation of the struct.
type Probe struct {
BIOS BIOS `json:"bios"`
Board Board `json:"board"`
}
Probe struct for platform. Captures the BIOS and Board values.
New initializes new probe struct and probes the system.
JSON representation of the struct.
String representation of the struct.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.