google.golang.org/grpc/metadata.rawMD.md (field)
6 uses
google.golang.org/grpc/metadata (current package)
metadata.go#L148: return context.WithValue(ctx, mdOutgoingKey{}, rawMD{md: md})
metadata.go#L163: return context.WithValue(ctx, mdOutgoingKey{}, rawMD{md: md.md, added: added})
metadata.go#L186: return raw.md, raw.added, true
metadata.go#L199: mds = append(mds, raw.md)
metadata.go#L207: md MD
![]() |
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. |