chore: rename some symbols

This commit is contained in:
Noah Hsu
2022-06-15 20:41:17 +08:00
parent 09ef7c7106
commit 69647f73f0
10 changed files with 95 additions and 91 deletions

View File

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