Versions in this module Expand all Collapse all v0 v0.2.0 Jul 3, 2026 Changes in this version + var ErrUnimplemented = errors.New("method not implemented") + type FromProto interface + FromProto func(ptr *P) error + type ProtoX interface + FromProto func(*P) error + ToProto func() (*P, error) + type ToProto interface + ToProto func() (*M, error) + type UnimplementedFromProto struct + func (u UnimplementedFromProto) FromProto(ptr any) error + type UnimplementedProto struct + type UnimplementedToProto struct + func (u UnimplementedToProto) ToProto() (proto.Message, error)