🔨 refactor driver(123 and 189)

This commit is contained in:
微凉
2021-11-27 18:55:09 +08:00
parent 4fe6ed6c3e
commit 98691b2aa8
5 changed files with 162 additions and 125 deletions

View File

@ -7,6 +7,7 @@ import (
)
type File struct {
Id string `json:"-"`
Name string `json:"name"`
Size int64 `json:"size"`
Type int `json:"type"`