package
5.3.0
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

# Variables

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

# Type aliases

Takes in a connection/buffer and returns a new Codec.