chore: updates to the new folder model (#57776)

This commit is contained in:
Kristin Laemmert
2022-10-28 08:23:39 -04:00
committed by GitHub
parent b9a0576638
commit 6a6fdbc1f9
2 changed files with 1 additions and 9 deletions
+1 -6
View File
@@ -17,16 +17,11 @@ type Folder struct {
Title string
Description string
// TODO: is URL relevant for folders?
URL string
Created time.Time
Updated time.Time
// TODO: are these next three relevant for folders?
// TODO: validate if this field is required/relevant to folders.
UpdatedBy int64
CreatedBy int64
HasACL bool
}
// NewFolder tales a title and returns a Folder with the Created and Updated