Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filesystem ¶
type Filesystem struct {
// contains filtered or unexported fields
}
Filesystem represents the filesystem
func NewFilesystem ¶
func NewFilesystem(fs afero.Fs) *Filesystem
NewFilesystem creates a new filesystem
func (*Filesystem) MkdirAll ¶
func (f *Filesystem) MkdirAll(path string, perm os.FileMode) error
MkdirAll creates a directory
func (*Filesystem) RemoveAll ¶
func (f *Filesystem) RemoveAll(path string) error
RemoveAll removes a directory
Click to show internal directories.
Click to hide internal directories.