package
0.0.0-20200515220717-a021f405bbc4
Repository: https://github.com/just4ease/numicro.git
Documentation: pkg.go.dev

# Packages

Package bytes provides a bytes codec which does not encode or decode anything.
Package json provides a json codec.
No description provided by the author
Package text reads any text/* content-type.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Message represents detailed information about the communication, likely followed by the body.

# Interfaces

Codec encodes/decodes various types of messages used within go-micro.
Marshaller is a simple encoding interface used for the broker/transport where headers are not supported by the underlying implementation.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
Takes in a connection/buffer and returns a new Codec.