Versions in this module Expand all Collapse all v1 v1.0.0 Sep 11, 2020 Changes in this version + func Register(toProto, toObject interface{}) + func ToObject(ctx context.Context, msg proto.Message) (interface{}, error) + func ToProto(ctx context.Context, obj interface{}) (proto.Message, error) + type ErrNoConverterRegistered struct + Object interface{} + func (e ErrNoConverterRegistered) Error() string + type FromProtoContext struct + func (ctx *FromProtoContext) GetReferencedObject(id int64, nilValue interface{}, ...) interface{} + type ToProtoContext struct + func (ctx *ToProtoContext) GetReferenceID(value interface{}) (id int64, isNew bool) Incompatible versions in this module v2.0.0+incompatible Jul 8, 2021