Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // D are directory paths to UUID named files. D = Dir{} )
Functions ¶
This section is empty.
Types ¶
type Dir ¶
type Dir struct { Base string // base directory path that hosts these other subdirectories UUID string // path to file downloads with UUID as filenames Image string // path to image previews and thumbnails File string // path to webapp generated files such as JSON/XML Emu string // path to the DOSee emulation files Backup string // path to the backup archives or previously removed files Img000 string // path to screencaptures and previews Img150 string // path to 150x150 squared thumbnails Img400 string // path to 400x400 squared thumbnails }
Dir is a collection of paths containing files.
Click to show internal directories.
Click to hide internal directories.