Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileListFolder ¶
type FileListFolder struct { Folders []*FileListFolder Files []models.File FolderName string }
FileListFolder struct
func FileListToFolder ¶
func FileListToFolder(fileList []models.File, folderName string) (out *FileListFolder)
FileListToFolder convert a filelist to filelistfolder
func (*FileListFolder) TotalSize ¶
func (f *FileListFolder) TotalSize() (out int64)
TotalSize : gives the total size of filelistfolder
Click to show internal directories.
Click to hide internal directories.