Documentation
¶
Overview ¶
Package ident implements an RFC 1413 client
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProtocolError ¶
type ProtocolError struct {
Line string
}
ProtocolError indicates that an error occurred with the protocol itself, that the response could not be successfully parsed or was malformed.
func (ProtocolError) Error ¶
func (e ProtocolError) Error() string
type ResponseError ¶
type ResponseError struct {
Type string
}
ResponseError indicates that the identd server returned an error rather than an identifying string.
func (ResponseError) Error ¶
func (e ResponseError) Error() string
Click to show internal directories.
Click to hide internal directories.