Versions in this module Expand all Collapse all v0 v0.2.4 May 8, 2024 Changes in this version + func CIDRToIP(cidr string) (IPs []net.IP) + func DeleteReportWithNoResult() + func ExtractResponse(response string) (code string, header string, body string, server string, contentType string, ...) + func FirstIP(network *net.IPNet) net.IP + func GetInputType(input string) int + func GetItemInArray(a []string, s string) int + func IsCIDR(str string) bool + func IsDomain(str string) bool + func IsDomainPort(str string) bool + func IsFileNameValid(name string) bool + func IsHostPath(str string) bool + func IsIPPort(str string) bool + func IsIPRange(str string) bool + func IsIPv4(str string) bool + func IsIPv6(str string) bool + func IsLocalIP(input string) bool + func IsNetloc(str string) bool + func IsNetlocPort(str string) bool + func IsPort(str string) bool + func IsProtocol(str string) bool + func IsURL(str string) bool + func LastIP(network *net.IPNet) net.IP + func RangerToIP(ranger string) (IPs []net.IP) + func RemoveDuplicateElement(input []string) []string + func RemoveDuplicateElementInt(input []int) []int