Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileInformation ¶
type FileInformation struct { Icon string // The icon Name string // The file name Relative string // Relative path to current request Size int64 // The size of the file NiceSize string // The size of the file SizeType string // The type of size Modified *time.Time // The last modified date }
The file information contains information about the file that will be rendered on the page
Click to show internal directories.
Click to hide internal directories.