Documentation
¶
Index ¶
- type FS
- func (f *FS) Abs(path string) (string, error)
- func (f *FS) IsDirEmpty(path string) (bool, 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) TarApp(path string) (app io.ReadCloser, 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 ReadResetWriteCloser ¶
type ReadResetWriteCloser interface { io.ReadWriteCloser Reset() error }
Click to show internal directories.
Click to hide internal directories.