Versions in this module Expand all Collapse all v1 v1.5.1 May 14, 2026 v1.5.0 May 13, 2026 Changes in this version + type ComponentsOrderBySlotID []component.Component + func (s ComponentsOrderBySlotID) Len() int + func (s ComponentsOrderBySlotID) Less(i, j int) bool + func (s ComponentsOrderBySlotID) Swap(i, j int) + type Rack struct + Components []component.Component + Info deviceinfo.DeviceInfo + Loc location.Location + func New(info deviceinfo.DeviceInfo, loc location.Location) *Rack + func (r *Rack) AddComponent(comp component.Component) int + func (r *Rack) AddComponents(comps []component.Component) int + func (r *Rack) IsSealed() bool + func (r *Rack) PatchComponents(components []component.Component) int + func (r *Rack) Seal() bool + func (r *Rack) String() string + func (r *Rack) VerifyIDOrSerial() bool + func (r *Rack) VerifyIDs() bool