Documentation
¶
Overview ¶
Package fs provides the file system access.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Set = wire.NewSet( wire.Struct(new(FileSystem), "*"), wire.Bind(new(Interface), new(*FileSystem)), )
Functions ¶
This section is empty.
Types ¶
type FileSystem ¶
type FileSystem struct{}
func (*FileSystem) Create ¶
func (*FileSystem) Create(name string) (io.WriteCloser, error)
func (*FileSystem) MkdirAll ¶
func (*FileSystem) MkdirAll(path string) error
func (*FileSystem) Open ¶
func (*FileSystem) Open(name string) (io.ReadCloser, error)
func (*FileSystem) Remove ¶
func (*FileSystem) Remove(name string) error
Click to show internal directories.
Click to hide internal directories.