package
0.0.0-20200513085925-1d97044de574
Repository: https://github.com/ver13/ava.git
Documentation: pkg.go.dev

# Packages

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

# Functions

ParseMessage attempts to convert a string to a Message.

# Constants

MessageTypeError is a MessageType of type Error.
MessageTypeEvent is a MessageType of type Event.
MessageTypeRequest is a MessageType of type Request.
MessageTypeResponse is a MessageType of type Response.
MessageTypeUnknown is a MessageType of type Unknown.

# 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

MessageType x ENUM( Error Request Response Event Unknown ).
Takes in a connection/buffer and returns a new Codec.