type github.com/golang/protobuf/ptypes/any.Any
14 uses
github.com/golang/protobuf/ptypes/any (current package)
any.pb.go#L15: type Any = anypb.Any
github.com/golang/protobuf/ptypes
any.go#L22: func AnyMessageName(any *anypb.Any) (string, error) {
any.go#L26: func anyMessageName(any *anypb.Any) (protoreflect.FullName, error) {
any.go#L41: func MarshalAny(m proto.Message) (*anypb.Any, error) {
any.go#L55: return &anypb.Any{TypeUrl: urlPrefix + proto.MessageName(m), Value: b}, nil
any.go#L61: func Empty(any *anypb.Any) (proto.Message, error) {
any.go#L79: func UnmarshalAny(any *anypb.Any, m proto.Message) error {
any.go#L103: func Is(any *anypb.Any, m proto.Message) bool {
contrib.go.opencensus.io/exporter/stackdriver
metrics.go#L490: func attachmentsToPbAttachments(attachments metricdata.Attachments, projectID string) []*any.Any {
metrics.go#L491: var pbAttachments []*any.Any
metrics.go#L504: func toPbStringAttachment(v interface{}) *any.Any {
metrics.go#L506: return &any.Any{
metrics.go#L512: func toPbSpanCtxAttachment(spanCtx trace.SpanContext, projectID string) *any.Any {
metrics.go#L517: return &any.Any{
 |
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. |