Versions in this module Expand all Collapse all v1 v1.5.1 May 16, 2019 v1.5.0 Mar 5, 2019 Changes in this version + func GenIsoImage(isoPath string, volumeID string, srcDir string) error + func GetFsStatsForPath(path string) (uint64, uint64, error) + func WriteFiles(targetDir string, content map[string][]byte) error + type DelimitedReader interface + Close func() error + ReadString func(delim byte) (string, error) + type FileSystem interface + ChownForEmulator func(filePath string, recursive bool) error + GetDelimitedReader func(path string) (DelimitedReader, error) + IsPathAnNs func(string) bool + Mount func(source string, target string, fstype string, bind bool) error + Unmount func(target string, detach bool) error + WriteFile func(path string, data []byte, perm os.FileMode) error + var NullFileSystem FileSystem = nullFileSystem{} + var RealFileSystem FileSystem = &realFileSystem{}