Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filesystem ¶
type Filesystem struct{}
func NewFilesystem ¶
func NewFilesystem() Filesystem
func (Filesystem) Create ¶
func (f Filesystem) Create(path string) (io.WriteCloser, error)
func (Filesystem) Open ¶
func (f Filesystem) Open(path string) (io.ReadCloser, error)
func (Filesystem) Remove ¶
func (f Filesystem) Remove(path string) error
Click to show internal directories.
Click to hide internal directories.