Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Memory ¶
type Memory struct {
Bank string `json:"bank"`
Size int `json:"size"`
Unit string `json:"unit"`
Type string `json:"type"`
FormFactor string `json:"formFactor"`
Manufacturer string `json:"manufacturer"`
Serial string `json:"serial"`
AssetTag string `json:"assetTag"`
PartNumber string `json:"partNumber"`
Speed int `json:"speed"`
DataWidth int `json:"dataWidth"`
TotalWidth int `json:"totalWidth"`
}
Click to show internal directories.
Click to hide internal directories.