Documentation ¶
Overview ¶
Package netx contains network related utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostPort ¶
A HostPort is a host/port pair
func MustParseHostPort ¶
MustParseHostPort parses the given host:port string, panicking if the string cannot be parsed.
func ParseHostPort ¶
ParseHostPort parses the given host:port string into a host port structure.
func (*HostPort) UnmarshalText ¶
UnmarshalText unmarshals the host port from a text encoding.
Click to show internal directories.
Click to hide internal directories.