Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvroMessageDecoder ¶
func (*AvroMessageDecoder) Decode ¶
func (amd *AvroMessageDecoder) Decode(val []byte) (interface{}, error)
type JSONExtMessageDecoder ¶
type JSONExtMessageDecoder struct{}
func (*JSONExtMessageDecoder) Decode ¶
func (jmd *JSONExtMessageDecoder) Decode(val []byte) (interface{}, error)
type JSONMessageDecoder ¶
type JSONMessageDecoder struct{}
func (*JSONMessageDecoder) Decode ¶
func (jmd *JSONMessageDecoder) Decode(val []byte) (interface{}, error)
type MessageDecoder ¶
Click to show internal directories.
Click to hide internal directories.