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