ip

package
v1.6.2-rc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NetIPContainAll

func NetIPContainAll(a, b []net.IP) bool

NetIPContainAll return true if all items in b can be found in a.

func NetIPContainAny

func NetIPContainAny(a, b []net.IP) bool

NetIPContainAny return true if any items in b can be found in a.

func NetIPToMap

func NetIPToMap(ips []net.IP) map[string]net.IP

NetIPToMap convert slice of net.IP to map that key is string.

func ParseIP

func ParseIP(ip string) (net.IP, error)

ParseIP parse string to net.IP.

func ParseIPs

func ParseIPs(ips []string) ([]net.IP, error)

ParseIPs parse string slice to net.IP slice.

func ToStringSlice

func ToStringSlice(ips []net.IP) []string

ToStringSlice convert net.IP slice of ips to string slice.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL