type github.com/golang/protobuf/ptypes.DynamicAny
10 uses
github.com/golang/protobuf/ptypes (current package)
any.go#L43: case DynamicAny:
any.go#L45: case *DynamicAny:
any.go#L80: if dm, ok := m.(*DynamicAny); ok {
any.go#L122: type DynamicAny struct{ proto.Message }
any.go#L124: func (m DynamicAny) String() string {
any.go#L130: func (m DynamicAny) Reset() {
any.go#L136: func (m DynamicAny) ProtoMessage() {
any.go#L139: func (m DynamicAny) ProtoReflect() protoreflect.Message {
any.go#L155: return DynamicAny{proto.MessageV1(m.Message.Interface())}
google.golang.org/grpc/internal/status
status.go#L129: detail := &ptypes.DynamicAny{}
![]() |
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. |