Versions in this module Expand all Collapse all v1 v1.4.5 Nov 15, 2021 v1.4.4 Nov 9, 2021 Changes in this version + func GetCapacity(ctx context.Context, device, filesystem string) (totalCapacity, freeCapacity uint64, err error) + type FS interface + FreeCapacity func() uint64 + ID func() string + TotalCapacity func() uint64 + Type func() string + func Probe(ctx context.Context, device string) (fs FS, err error)