type github.com/golang/protobuf/ptypes.dynamicAny
7 uses
github.com/golang/protobuf/ptypes (current package)
any.go#L143: return dynamicAny{proto.MessageReflect(m.Message)}
any.go#L146: type dynamicAny struct{ protoreflect.Message }
any.go#L148: func (m dynamicAny) Type() protoreflect.MessageType {
any.go#L151: func (m dynamicAny) New() protoreflect.Message {
any.go#L154: func (m dynamicAny) Interface() protoreflect.ProtoMessage {
any.go#L161: return dynamicAny{t.MessageType.New()}
any.go#L164: return dynamicAny{t.MessageType.Zero()}
 |
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. |