fix: exists is missing

This commit is contained in:
Derrick Hammer 2024-01-25 16:32:37 -05:00
parent e00922f49d
commit d21044baed
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -15,5 +15,6 @@ type File interface {
Modtime() time.Time
Size() uint64
CID() *encoding.CID
Exists() bool
io.ReadSeekCloser
}