seek, load only with priority, qbittorrent

This commit is contained in:
royalcat 2024-08-23 01:16:16 +03:00
parent e517332a65
commit ae4501ae21
26 changed files with 1357 additions and 623 deletions
src/vfs

View file

@ -19,6 +19,7 @@ type File interface {
ctxio.Reader
ctxio.ReaderAt
ctxio.Closer
ctxio.Seeker
}
var ErrNotImplemented = errors.New("not implemented")