Update FolderEntry for size and modified time

This commit is contained in:
Vaibhav Kamra 2022-12-16 15:50:17 -08:00
parent 8c15c3ce16
commit b75c58cc64

View File

@ -283,6 +283,8 @@ func (i ItemInfo) infoType() ItemType {
type FolderInfo struct {
ItemType ItemType `json:"itemType,omitempty"`
DisplayName string `json:"displayName"`
Modified time.Time `json:"modified,omitempty"`
Size int64 `json:"size,omitempty"`
}
func (i FolderInfo) Headers() []string {