package
Version:
v0.9.0-rc1
Opens a new window with list of versions in this module.
Published: Jul 17, 2017
License: MPL-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func IsAny(ip interface{}) bool
IsAny checks if the given ip address is an IPv4 or IPv6 ANY address. ip
can be either a *net.IP or a string. It panics on another type.
func IsAnyV4(ip interface{}) bool
IsAnyV4 checks if the given ip address is an IPv4 ANY address. ip
can be either a *net.IP or a string. It panics on another type.
func IsAnyV6(ip interface{}) bool
IsAnyV6 checks if the given ip address is an IPv6 ANY address. ip
can be either a *net.IP or a string. It panics on another type.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.