Versions in this module Expand all Collapse all v1 v1.0.0 Aug 8, 2018 Changes in this version + type Ext234Resize struct + func (c *Ext234Resize) CanResizeFilesystem(fstype string) bool + func (c *Ext234Resize) ResizeFilesystem(deviceName string, commandExecutor func(cmd string) (out string, err error)) error + type FilesystemResizer interface + CanResizeFilesystem func(fstype string) bool + ResizeFilesystem func(deviceName string, commandExecutor func(string) (out string, err error)) error