Home
last modified time | relevance | path

Searched refs:submatchesKey (Results 1 – 3 of 3) sorted by path

/dports/dns/rdap/rdap-e2ea151/vendor/github.com/jarcoal/httpmock/
H A Dtransport.go868 var submatchesKey submatchesKeyType var
872 return req.WithContext(context.WithValue(req.Context(), submatchesKey, submatches))
905 submatches, ok := req.Context().Value(submatchesKey).([]string)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/jarcoal/httpmock/
H A Dtransport.go886 var submatchesKey submatchesKeyType var
890 return req.WithContext(context.WithValue(req.Context(), submatchesKey, submatches))
923 submatches, ok := req.Context().Value(submatchesKey).([]string)
/dports/security/lego/lego-4.5.3/vendor/github.com/jarcoal/httpmock/
H A Dtransport.go886 var submatchesKey submatchesKeyType var
890 return req.WithContext(context.WithValue(req.Context(), submatchesKey, submatches))
923 submatches, ok := req.Context().Value(submatchesKey).([]string)