Versions in this module Expand all Collapse all v0 v0.7.12 Oct 14, 2024 Changes in this version + func DummyDeviceStartup() device.Device + type Dummy struct + func (d *Dummy) AbsEnergyFromDevice() []uint32 + func (d *Dummy) DevType() device.DeviceType + func (d *Dummy) DeviceInstances() map[int]map[int]any + func (d *Dummy) DeviceUtilizationStats(dev any) (map[any]interface{}, error) + func (d *Dummy) DevicesByID() map[int]any + func (d *Dummy) DevicesByName() map[string]any + func (d *Dummy) HwType() string + func (d *Dummy) Init() error + func (d *Dummy) InitLib() error + func (d *Dummy) IsDeviceCollectionSupported() bool + func (d *Dummy) Name() string + func (d *Dummy) ProcessResourceUtilizationPerDevice(dev any, _ time.Duration) (map[uint32]any, error) + func (d *Dummy) SetDeviceCollectionSupported(supported bool) + func (d *Dummy) Shutdown() bool