Documentation
¶
Index ¶
- Variables
- type Data
- func (d *Data) Bytes() []byte
- func (d *Data) Close() error
- func (d *Data) Name() string
- func (d *Data) Read(b []byte) (n int, err error)
- func (d *Data) ReadAt(b []byte, off int64) (n int, err error)
- func (d *Data) ReadFrom(r io.Reader) (n int64, err error)
- func (d *Data) Seek(offset int64, whence int) (int64, error)
- func (d *Data) Stat() (fs.FileInfo, error)
- func (d *Data) Truncate(size int64) error
- func (d *Data) Watch(ch chan fsnotify.Event)
- func (d *Data) Write(b []byte) (n int, err error)
- func (d *Data) WriteAt(b []byte, off int64) (n int, err error)
- func (d *Data) WriteString(s string) (n int, err error)
- func (d *Data) WriteTo(w io.Writer) (n int64, err error)
- type File
- type Info
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrorInvalidOffset = errors.New("invalid offset")
)
Functions ¶
This section is empty.
Types ¶
type Data ¶ added in v1.67.0
type File ¶
Click to show internal directories.
Click to hide internal directories.