Documentation
¶
Index ¶
Constants ¶
View Source
const ( PowerStateOn = "On" PowerStateReset = "Reset" )
Variables ¶
View Source
var ( ErrConfig = errors.New("configuration error") ErrInvalidAction = errors.New("invalid action") )
View Source
var (
Name = "bioscfg"
)
Functions ¶
This section is empty.
Types ¶
type Asset ¶
type Asset struct { ID uuid.UUID // Device BMC attributes BmcAddress net.IP BmcUsername string BmcPassword string // Manufacturer attributes Vendor string Model string Serial string // Facility this Asset is hosted in. FacilityCode string }
nolint:govet // prefer to keep field ordering as is
Click to show internal directories.
Click to hide internal directories.