Documentation ¶
Index ¶
- type FS
- func (f *FS) Abs(path string) (string, error)
- func (f *FS) MakeDirAll(path string) error
- func (f *FS) OpenFile(path string) (ReadResetWriteCloser, int64, error)
- func (f *FS) ReadFile(path string) (io.ReadCloser, int64, error)
- func (f *FS) Watch(dir string, wait time.Duration) (change <-chan time.Time, done chan<- struct{}, err error)
- func (f *FS) WriteFile(path string) (io.WriteCloser, error)
- type ReadResetWriteCloser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FS ¶
type FS struct{}
func (*FS) MakeDirAll ¶
type ReadResetWriteCloser ¶
type ReadResetWriteCloser interface { io.ReadWriteCloser Reset() error }
Click to show internal directories.
Click to hide internal directories.