Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BogonIPError ¶
type BogonIPError struct {
IP string
}
func (BogonIPError) Error ¶
func (e BogonIPError) Error() string
type CannotConnectError ¶
func (CannotConnectError) Error ¶
func (e CannotConnectError) Error() string
type HostLookupError ¶
func (HostLookupError) Error ¶
func (e HostLookupError) Error() string
type InvalidIPError ¶
type InvalidIPError struct {
IP string
}
func (InvalidIPError) Error ¶
func (e InvalidIPError) Error() string
type NoValidMultiAddrError ¶
type NoValidMultiAddrError struct { }
func (NoValidMultiAddrError) Error ¶
func (e NoValidMultiAddrError) Error() string
type StreamError ¶
type StreamError struct {
Err error
}
func (StreamError) Error ¶
func (e StreamError) Error() string
Click to show internal directories.
Click to hide internal directories.