parent
32b546a212
commit
8671c4d220
2 changed files with 2 additions and 10 deletions
|
@ -15,6 +15,7 @@ type Store interface {
|
|||
type File interface {
|
||||
io.ReadCloser
|
||||
io.ReaderAt
|
||||
io.Seeker
|
||||
Stat() (fi os.FileInfo, err error)
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue