fix: exists is missing
This commit is contained in:
parent
e00922f49d
commit
d21044baed
|
@ -15,5 +15,6 @@ type File interface {
|
||||||
Modtime() time.Time
|
Modtime() time.Time
|
||||||
Size() uint64
|
Size() uint64
|
||||||
CID() *encoding.CID
|
CID() *encoding.CID
|
||||||
|
Exists() bool
|
||||||
io.ReadSeekCloser
|
io.ReadSeekCloser
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue