Documentation ¶ Index ¶ func Extract(tarPath string, fileInTar string, outputPath string) error func IsISO9660(imagePath string) (bool, error) func Write(isoPath, label string, layout []Entry) error func WriteFile(fs filesystem.FileSystem, pathStr string, r io.Reader) (int64, error) type Entry Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Extract ¶ func Extract(tarPath string, fileInTar string, outputPath string) error func IsISO9660 ¶ func IsISO9660(imagePath string) (bool, error) func Write ¶ func Write(isoPath, label string, layout []Entry) error func WriteFile ¶ func WriteFile(fs filesystem.FileSystem, pathStr string, r io.Reader) (int64, error) Types ¶ type Entry ¶ type Entry struct { Path string Reader io.Reader } Source Files ¶ View all Source files iso9660util.go Click to show internal directories. Click to hide internal directories.