Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringAddr ¶
type StringAddr struct {
// contains filtered or unexported fields
}
StringAddr is a net.Addr backed by a string.
func NewStringAddr ¶
func NewStringAddr(net, addr string) *StringAddr
NewStringAddr constructs a new net.Addr from strings.
func (*StringAddr) Network ¶
func (s *StringAddr) Network() string
func (*StringAddr) String ¶
func (s *StringAddr) String() string
Click to show internal directories.
Click to hide internal directories.