add is_folder notion
This commit is contained in:
@@ -19,6 +19,7 @@ type File struct {
|
||||
OcrText string `json:"ocr_text"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
IsFolder bool `json:"is_folder"`
|
||||
}
|
||||
|
||||
type FileTag struct {
|
||||
|
||||
Reference in New Issue
Block a user