package
1.36.5
Repository: https://go.googlesource.com/protobuf
Documentation: pkg.go.dev

# Functions

MessageV1Of converts a v2 message to a v1 message.
MessageV2Of converts a v1 message to a v2 message.

# Type aliases

MessageV1 is the original [github.com/golang/protobuf/proto.Message] type.
MessageV2 is the [google.golang.org/protobuf/proto.Message] type used by the current [google.golang.org/protobuf] module, adding support for reflection.