Versions in this module Expand all Collapse all v0 v0.9.4 Dec 22, 2024 Changes in this version + type ProtoEnum interface + Number func() protoreflect.EnumNumber + type ProtoMessageWithMerge interface + Merge func(in *T) *T v0.9.3 Oct 24, 2024 Changes in this version + type ProtoMessage interface + Merge func(in *T) *T v0.9.2 Oct 9, 2024 v0.9.1 Jun 11, 2024 Changes in this version + func Marshal(m proto.Message) ([]byte, error) + func MarshalPretty(m proto.Message) ([]byte, error) + func UnmarshalPartial(b []byte, m proto.Message) error