Documentation
¶
Index ¶
- func CanonicalizeTCPAddr(addr *net.TCPAddr) *net.TCPAddr
- func CompareIP(a net.IP, b net.IP) int
- func CompareTCPAddr(a *net.TCPAddr, b *net.TCPAddr) int
- func ParseBool(str string) (bool, error)
- func ParseIP(host string) (net.IP, error)
- func ParseIPAndZone(host string) (net.IP, string, error)
- func ParsePort(port string) (uint16, error)
- func ParseTCPAddr(str, defaultPort string) (*net.TCPAddr, error)
- func ParseTCPAddrList(str, defaultPort string) ([]*net.TCPAddr, error)
- func SplitHostPort(str, defaultPort string) (host string, port string, err error)
- func StrictUnmarshalJSON(raw []byte, v interface{}) error
- func TryBase64DecodeString(str string) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SplitHostPort ¶
func StrictUnmarshalJSON ¶
func TryBase64DecodeString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.