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

3 uses

	google.golang.org/grpc/stats (current package)
		stats.go#L233: type outgoingTagsKey struct{}
		stats.go#L244: 	return context.WithValue(ctx, outgoingTagsKey{}, b)
		stats.go#L270: 	b, _ := ctx.Value(outgoingTagsKey{}).([]byte)