type google.golang.org/grpc/stats.ConnTagInfo
6 uses
google.golang.org/grpc/stats (current package)
handlers.go#L27: type ConnTagInfo struct {
handlers.go#L60: TagConn(context.Context, *ConnTagInfo) context.Context
google.golang.org/grpc/internal/transport
http2_client.go#L291: t.ctx = t.statsHandler.TagConn(t.ctx, &stats.ConnTagInfo{
http2_server.go#L244: t.ctx = t.stats.TagConn(t.ctx, &stats.ConnTagInfo{
go.opencensus.io/plugin/ocgrpc
client.go#L40: func (c *ClientHandler) TagConn(ctx context.Context, cti *stats.ConnTagInfo) context.Context {
server.go#L65: func (s *ServerHandler) TagConn(ctx context.Context, cti *stats.ConnTagInfo) context.Context {
![]() |
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. |