func github.com/golang/protobuf/proto.MessageV1
5 uses
github.com/golang/protobuf/proto (current package)
proto.go#L54: func MessageV1(m GeneratedMessage) protoiface.MessageV1 {
proto.go#L130: return MessageV1(protoV2.Clone(MessageV2(src)))
registry.go#L264: return reflect.TypeOf(MessageV1(mt.Zero().Interface()))
github.com/golang/protobuf/ptypes
any.go#L70: return proto.MessageV1(mt.New().Interface()), nil
any.go#L155: return DynamicAny{proto.MessageV1(m.Message.Interface())}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |