package
2.9.1
Repository: https://github.com/micro/go-micro.git
Documentation: pkg.go.dev

# Packages

Package bytes provides a bytes codec which does not encode or decode anything.
Package grpc provides a grpc codec.
Package json provides a json codec.
Package jsonrpc provides a json-rpc 1.0 codec.
Package proto provides a proto codec.
Protorpc provides a net/rpc proto-rpc codec.
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

# Variables

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.
Marshaler 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.