Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Ident = "nobody@0.0.0.0"
Functions ¶
This section is empty.
Types ¶
type ErrConnRejected ¶
type ErrConnRejected struct{}
func (*ErrConnRejected) Error ¶
func (e *ErrConnRejected) Error() string
type ErrDialFailed ¶
type ErrDialFailed struct {
// contains filtered or unexported fields
}
func (*ErrDialFailed) Error ¶
func (e *ErrDialFailed) Error() string
func (*ErrDialFailed) Unwrap ¶
func (e *ErrDialFailed) Unwrap() error
type ErrHostUnknown ¶
type ErrHostUnknown struct {
// contains filtered or unexported fields
}
func (*ErrHostUnknown) Error ¶
func (e *ErrHostUnknown) Error() string
func (*ErrHostUnknown) Unwrap ¶
func (e *ErrHostUnknown) Unwrap() error
type ErrIdentRequired ¶
type ErrIdentRequired struct{}
func (*ErrIdentRequired) Error ¶
func (e *ErrIdentRequired) Error() string
type ErrInvalidResponse ¶
type ErrInvalidResponse struct {
// contains filtered or unexported fields
}
func (*ErrInvalidResponse) Error ¶
func (e *ErrInvalidResponse) Error() string
type ErrWrongAddr ¶
type ErrWrongAddr struct {
// contains filtered or unexported fields
}
func (*ErrWrongAddr) Error ¶
func (e *ErrWrongAddr) Error() string
func (*ErrWrongAddr) Unwrap ¶
func (e *ErrWrongAddr) Unwrap() error
type ErrWrongNetwork ¶
type ErrWrongNetwork struct{}
func (*ErrWrongNetwork) Error ¶
func (e *ErrWrongNetwork) Error() string
Click to show internal directories.
Click to hide internal directories.