Searched refs:rpcInfoContextKey (Results 1 – 1 of 1) sorted by relevance
631 type rpcInfoContextKey struct{} struct634 return context.WithValue(ctx, rpcInfoContextKey{}, &rpcInfo{failfast: failfast})638 s, ok = ctx.Value(rpcInfoContextKey{}).(*rpcInfo)