Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
IgnoreReply string = "ignore"
)
Functions ¶
This section is empty.
Types ¶
type ErrorReply ¶
type ErrorReply string
type ReplyReader ¶
type ReplyReader struct {
// contains filtered or unexported fields
}
func NewReplyReader ¶
func NewReplyReader(r *bufio.Reader) *ReplyReader
func (*ReplyReader) ReadNextReply ¶
func (r *ReplyReader) ReadNextReply() (interface{}, error)
Click to show internal directories.
Click to hide internal directories.