//
pkg.gl
Category
google.golang.org/protobuf
protoadapt
package
1.36.5
Repository:
https://go.googlesource.com/protobuf
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
58
Files
13 SLOC
#
Functions
MessageV1Of
MessageV1Of converts a v2 message to a v1 message.
MessageV2Of
MessageV2Of converts a v1 message to a v2 message.
#
Type aliases
MessageV1
MessageV1 is the original [github.com/golang/protobuf/proto.Message] type.
MessageV2
MessageV2 is the [google.golang.org/protobuf/proto.Message] type used by the current [google.golang.org/protobuf] module, adding support for reflection.