feat: return create date while list files

This commit is contained in:
HFO4
2022-04-20 18:51:43 +08:00
parent 6c93e37777
commit 8741c3cc78
2 changed files with 10 additions and 7 deletions

View File

@@ -40,6 +40,7 @@ type Object struct {
Size uint64 `json:"size"`
Type string `json:"type"`
Date time.Time `json:"date"`
CreateDate time.Time `json:"create_date"`
Key string `json:"key,omitempty"`
SourceEnabled bool `json:"source_enabled"`
}