Documentation ¶
Overview ¶
Package network provides KNF validators for checking items related to network
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // IP returns error if config property isn't a valid IP address IP = validateIP // Port returns error if config property isn't a valid port number Port = validatePort // MAC returns error if config property isn't a valid MAC address MAC = validateMAC // CIDR returns error if config property isn't a valid CIDR address CIDR = validateCIDR // URL returns error if config property isn't a valid URL URL = validateURL )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.