Versions in this module Expand all Collapse all v0 v0.2.2 Jan 15, 2025 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)