Documentation
¶
Index ¶
- type Dir
- type DirInfo
- type File
- func (f *File) Close() error
- func (f *File) InUse() bool
- func (f *File) Name() string
- func (f *File) Read(b []byte) (n int, err error)
- func (f *File) Readdir(n int) ([]fs.FileInfo, error)
- func (f *File) Seek(offset int64, whence int) (int64, error)
- func (f *File) Stat() (fs.FileInfo, error)
- func (f *File) Stream() (io.ReadCloser, error)
- func (f *File) Truncate(cap int64) error
- func (f *File) Write(p []byte) (n int, err error)
- type FileInfo
- type Stream
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dir ¶ added in v0.2.2
type Dir struct {
// contains filtered or unexported fields
}
This is not great for multiple readers/writers - needs to be reworked Very large structures will cause fairly large allocations due to the recursive maps here
Click to show internal directories.
Click to hide internal directories.