type google.golang.org/grpc/stats.incomingTagsKey

3 uses

	google.golang.org/grpc/stats (current package)
		stats.go#L232: type incomingTagsKey struct{}
		stats.go#L254: 	b, _ := ctx.Value(incomingTagsKey{}).([]byte)
		stats.go#L263: 	return context.WithValue(ctx, incomingTagsKey{}, b)