func google.golang.org/grpc/peer.NewContext
4 uses
google.golang.org/grpc/peer (current package)
peer.go#L43: func NewContext(ctx context.Context, p *Peer) context.Context {
google.golang.org/grpc/internal/transport
handler_server.go#L372: s.ctx = peer.NewContext(ctx, pr)
http2_client.go#L583: ctx = peer.NewContext(ctx, t.getPeer())
http2_server.go#L347: s.ctx = peer.NewContext(s.ctx, pr)
![]() |
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. |