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