refactor: change driver interface

This commit is contained in:
Noah Hsu
2022-06-15 20:31:23 +08:00
parent d9eb188b7a
commit 09ef7c7106
12 changed files with 181 additions and 136 deletions

View File

@ -5,7 +5,7 @@ import (
)
type FileStream struct {
FileInfo
Object
io.ReadCloser
Mimetype string
}