package
1.0.0
Repository: https://github.com/heetch/felice.git
Documentation: pkg.go.dev

# Functions

Float64 Codec handles float64 encoding.
Float64Decoder returns a decoder using the Float64 codec.
Float64Encoder creates a Encoder that encodes using the Float64 Codec.
Int64 Codec handles int64 encoding.
Int64Decoder returns a decoder using the Int64 codec.
Int64Encoder creates a Encoder that encodes using the Int64 codec.
JSON Codec handles JSON encoding.
JSONDecoder returns a decoder using the JSON codec.
JSONEncoder creates a Encoder that encodes using the JSON Codec.
NewDecoder creates a decoder using the given codec.
String encodes and decodes strings or byte slices into themselves.
StringDecoder returns a decoder using the String codec.
StringEncoder creates a Encoder that encodes using the String codec.

# Interfaces

A Codec can encode and decode values.
A Decoder decodes encoded data.
Encoder is a simple interface for any type that can be encoded as an array of bytes in order to be sent as the key or value of a Kafka message.