Versions in this module Expand all Collapse all v1 v1.5.6 Oct 3, 2021 Changes in this version + type Dispatcher struct + Protobuf Protobuf + func (d *Dispatcher) Dispatch(inputBytes []byte, methodName string, receiver interface{}) ([]byte, error) + type Protobuf interface + Marshal func(msg proto.Message) (marshaled []byte, err error) + Unmarshal func(marshaled []byte, msg proto.Message) error + type ProtobufImpl struct + func (p ProtobufImpl) Marshal(msg proto.Message) ([]byte, error) + func (p ProtobufImpl) Unmarshal(marshaled []byte, msg proto.Message) error