Discover Packages
github.com/bigstack-oss/bigstack-dependency-go
pkg
ipmi
package
Version:
v0.0.0-...-f57b3c6
Opens a new window with list of versions in this module.
Published: Nov 19, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Board struct {
ManufacturingDate string `json:"manufacturingDate"`
Manufacturer string `json:"manufacturer"`
Product string `json:"product"`
Serial string `json:"serial"`
PartNumber string `json:"partNumber"`
}
type FRU struct {
Board `json:"board"`
Product `json:"product"`
}
type Options struct {
Host string `json:"host"`
Port int `json:"port"`
Username string `json:"username"`
Password string `json:"password"`
}
type Product struct {
Manufacturer string `json:"manufacturer"`
Name string `json:"name"`
Version string `json:"version"`
Serial string `json:"serial"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.