Involved Source Files Package protoadapt bridges the original and new proto APIs.
Package-Level Type Names (total 2)
/* sort by: | */
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.
Package-Level Functions (total 2)
MessageV1Of converts a v2 message to a v1 message.
It returns nil if m is nil.
MessageV2Of converts a v1 message to a v2 message.
It returns nil if m is nil.
The pages are generated with Goldsv0.8.2. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds.