Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrFormat = errors.New("Protocol error")
View Source
var ErrIO = errors.New("I/O error")
View Source
var Null = &null{}
View Source
var OK = &String{Value: "OK"}
Functions ¶
This section is empty.
Types ¶
type TaggedValue ¶
func NewTaggedValue ¶
func NewTaggedValue(val Value, tag string) *TaggedValue
func (*TaggedValue) Name ¶
func (h *TaggedValue) Name() string
type WireReader ¶
type WireReader struct { MaxBlobSize int // contains filtered or unexported fields }
func NewReader ¶
func NewReader(r io.Reader) *WireReader
func (*WireReader) Read ¶
func (r *WireReader) Read() (Value, error)
Click to show internal directories.
Click to hide internal directories.