User-flow built for you.
type FileInfo struct {
Name string `json:"name"`
Size int64 `json:"size"`
Directory string `json:"directory"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
IsDir bool `json:"isDir"`
}