Versions in this module Expand all Collapse all v1 v1.1.0 Jul 9, 2026 Changes in this version + var ErrEmpty = errors.New("smartctl returned an empty response") + type Device struct + Path string + Type string + func ListDevices() ([]Device, error) + type Info struct + Environment string + Information map[string]string + Tool string + func DeviceInfo(d Device) (Info, error)