package model type FileStruct struct { Name string `json:"name"` IsDir bool `json:"isDir"` }