Documentation
¶
Index ¶
- type Entry
- type FS
- func (fsys *FS) Close() error
- func (fsys *FS) Entries() []*Entry
- func (fsys *FS) Open(name string) (fs.File, error)
- func (fsys *FS) ReadDir(name string) ([]fs.DirEntry, error)
- func (fsys *FS) Readlink(name string) (string, error)
- func (fsys *FS) Stat(name string) (fs.FileInfo, error)
- func (fsys *FS) UnderlyingReader() io.ReaderAt
- type File
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FS ¶
type FS struct {
// contains filtered or unexported fields
}
func (*FS) UnderlyingReader ¶
Click to show internal directories.
Click to hide internal directories.