Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProtocolReader ¶
type ProtocolReader struct {
// contains filtered or unexported fields
}
func (*ProtocolReader) GetBool ¶
func (self *ProtocolReader) GetBool() (b bool, err error)
func (*ProtocolReader) GetInt ¶
func (self *ProtocolReader) GetInt() (i int, err error)
func (*ProtocolReader) GetString ¶
func (self *ProtocolReader) GetString() (str string, err error)
func (*ProtocolReader) SetReader ¶
func (self *ProtocolReader) SetReader(reader *bufio.Reader)
Click to show internal directories.
Click to hide internal directories.