Documentation ¶
Overview ¶
Package system provides KNF validators for checking system items (user, groups, network interfaces)
Package system provides KNF validators for checking system items (user, groups, network interfaces)
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // User returns error if config property contains name of user or UID which not // present on the system User = validateUser // Group returns error if config property contains name of group or GID which not // present on the system Group = validateGroup )
View Source
var ( // Interface returns error if config property contains name of network interface // which not present on the system Interface = validateInterface )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.