Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterName ¶
func RegisterName(name string, value interface{})
Types ¶
type LabDecoder ¶
type LabDecoder struct {
// contains filtered or unexported fields
}
func NewDecoder ¶
func NewDecoder(r io.Reader) *LabDecoder
func (*LabDecoder) Decode ¶
func (dec *LabDecoder) Decode(e interface{}) error
type LabEncoder ¶
type LabEncoder struct {
// contains filtered or unexported fields
}
func NewEncoder ¶
func NewEncoder(w io.Writer) *LabEncoder
func (*LabEncoder) Encode ¶
func (enc *LabEncoder) Encode(e interface{}) error
func (*LabEncoder) EncodeValue ¶
func (enc *LabEncoder) EncodeValue(value reflect.Value) error
Click to show internal directories.
Click to hide internal directories.