Documentation
¶
Index ¶
Constants ¶
View Source
const ( DisabledPostfix = ".disabled" FilePerm = 0640 DirectoryPerm = 0750 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct { // name of custom content Name string // Is this a directory? IsDir bool // Can this file be disabled? CanDisable bool // array of other files this depends on Depends []string // array of conflicting custom content if any Conflicts []string // relative to the base path Path string // File hash sum CheckSum string }
Click to show internal directories.
Click to hide internal directories.