# Packages
No description provided by the author
# Functions
MarshalJSON encodes m to Protobuf JSON representation.
NewUnexpectedMessageType initializes an error about message mismatch between act and exp.
Unmarshal decodes m from its Protobuf binary representation via related gRPC message.
UnmarshalJSON decodes m from its Protobuf JSON representation via related gRPC message.
# Structs
ErrUnexpectedMessageType is an error that is used to indicate message mismatch.
# Interfaces
GRPCConvertedMessage is an interface of the gRPC message that is used for Message encoding/decoding.
Message represents raw Protobuf message that can be transmitted via several transport protocols.