Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filesystem ¶
Filesystem implements Reader, Writer and Closer
func NewFilesystem ¶
func NewFilesystem(name string) (Filesystem, error)
NewFilesystem returns a Filesystem interface backed by a bare filesystem
type Reader ¶
Reader provides read-related methods which are runnable on a bare filesystem or a tar.gz file
func NewTGZReader ¶
func NewTGZReader(r io.ReadSeeker) (Reader, error)
NewTGZReader returns a Reader interface backed by a tar.gz file
type WriteCloser ¶
WriteCloser implements Writer and Closer
func NewTGZWriter ¶
func NewTGZWriter(w io.Writer) (WriteCloser, error)
NewTGZWriter returns a WriteCloser interface backed by a tar.gz file
Click to show internal directories.
Click to hide internal directories.