Documentation ¶
Overview ¶
Package fs provides KNF validators for checking file-system items
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Perms returns error if config property contains path to object with given // permissions Perms = validatePerms // Owner returns error if config property contains path to object with other // owner Owner = validateOwner // OwnerGroup returns error if config property contains path to object with other // owner group OwnerGroup = validateOwnerGroup // FileMode returns error if config property contains path to object with other // file mode FileMode = validateFileMode // MatchPattern returns error if config property contains path which doesn't match // given shell pattern MatchPattern = validateMatchPattern )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.