Home
last modified time | relevance | path

Searched refs:roundTripFunc (Results 1 – 25 of 43) sorted by relevance

12

/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/transcribestreamingservice/
H A Dunit_test.go17 type roundTripFunc func(req *http.Request) *http.Response type
19 func (f roundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) {
23 func newTestClient(fn roundTripFunc) *http.Client { argument
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/transcribestreamingservice/
H A Dunit_test.go18 type roundTripFunc func(req *http.Request) *http.Response type
20 func (f roundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) {
24 func newTestClient(fn roundTripFunc) *http.Client { argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/transcribestreamingservice/
H A Dunit_test.go17 type roundTripFunc func(req *http.Request) *http.Response type
19 func (f roundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) {
23 func newTestClient(fn roundTripFunc) *http.Client { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/transcribestreamingservice/
H A Dunit_test.go18 type roundTripFunc func(req *http.Request) *http.Response type
20 func (f roundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) {
24 func newTestClient(fn roundTripFunc) *http.Client { argument
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/aws/aws-sdk-go/service/transcribestreamingservice/
H A Dunit_test.go17 type roundTripFunc func(req *http.Request) *http.Response type
19 func (f roundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) {
23 func newTestClient(fn roundTripFunc) *http.Client { argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/aws/aws-sdk-go/service/transcribestreamingservice/
H A Dunit_test.go18 type roundTripFunc func(req *http.Request) *http.Response type
20 func (f roundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) {
24 func newTestClient(fn roundTripFunc) *http.Client { argument
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/aws/aws-sdk-go/service/transcribestreamingservice/
H A Dunit_test.go18 type roundTripFunc func(req *http.Request) *http.Response type
20 func (f roundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) {
24 func newTestClient(fn roundTripFunc) *http.Client { argument
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/aws/aws-sdk-go/service/transcribestreamingservice/
H A Dunit_test.go18 type roundTripFunc func(req *http.Request) *http.Response type
20 func (f roundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) {
24 func newTestClient(fn roundTripFunc) *http.Client { argument
/dports/www/tusd/tusd-1.8.0/vendor/github.com/aws/aws-sdk-go/service/transcribestreamingservice/
H A Dunit_test.go18 type roundTripFunc func(req *http.Request) *http.Response type
20 func (f roundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) {
24 func newTestClient(fn roundTripFunc) *http.Client { argument
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/aws/aws-sdk-go/service/transcribestreamingservice/
H A Dunit_test.go17 type roundTripFunc func(req *http.Request) *http.Response type
19 func (f roundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) {
23 func newTestClient(fn roundTripFunc) *http.Client { argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aws/aws-sdk-go/service/transcribestreamingservice/
H A Dunit_test.go18 type roundTripFunc func(req *http.Request) *http.Response type
20 func (f roundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) {
24 func newTestClient(fn roundTripFunc) *http.Client { argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/httputil/
H A Dtransport_test.go86 Base: roundTripFunc(func(r *http.Request) {
112 type roundTripFunc func(r *http.Request) type
114 func (f roundTripFunc) RoundTrip(r *http.Request) (*http.Response, error) {
/dports/www/miniflux/v2-2.0.35/vendor/github.com/golang/gddo/httputil/
H A Dtransport_test.go86 Base: roundTripFunc(func(r *http.Request) {
112 type roundTripFunc func(r *http.Request)
114 func (f roundTripFunc) RoundTrip(r *http.Request) (*http.Response, error) {
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/golang/gddo/httputil/
H A Dtransport_test.go86 Base: roundTripFunc(func(r *http.Request) {
112 type roundTripFunc func(r *http.Request) type
114 func (f roundTripFunc) RoundTrip(r *http.Request) (*http.Response, error) {
/dports/sysutils/kubectl/kubernetes-1.22.2/test/integration/garbagecollector/
H A Dcluster_scoped_owner_test.go37 type roundTripFunc func(req *http.Request) (*http.Response, error) type
39 func (w roundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) {
57 return roundTripFunc(func(req *http.Request) (*http.Response, error) {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/net/http/
H A Dtransport_internal_test.go187 type roundTripFunc func(r *Request) (*Response, error) type
189 func (f roundTripFunc) RoundTrip(r *Request) (*Response, error) {
228 return roundTripFunc(func(r *Request) (*Response, error) {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/net/http/
H A Dtransport_internal_test.go186 type roundTripFunc func(r *Request) (*Response, error) type
188 func (f roundTripFunc) RoundTrip(r *Request) (*Response, error) {
227 return roundTripFunc(func(r *Request) (*Response, error) {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/net/http/
H A Dtransport_internal_test.go186 type roundTripFunc func(r *Request) (*Response, error) type
188 func (f roundTripFunc) RoundTrip(r *Request) (*Response, error) {
227 return roundTripFunc(func(r *Request) (*Response, error) {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/net/http/
H A Dtransport_internal_test.go186 type roundTripFunc func(r *Request) (*Response, error) type
188 func (f roundTripFunc) RoundTrip(r *Request) (*Response, error) {
227 return roundTripFunc(func(r *Request) (*Response, error) {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/net/http/
H A Dtransport_internal_test.go187 type roundTripFunc func(r *Request) (*Response, error) type
189 func (f roundTripFunc) RoundTrip(r *Request) (*Response, error) {
228 return roundTripFunc(func(r *Request) (*Response, error) {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/net/http/
H A Dtransport_internal_test.go186 type roundTripFunc func(r *Request) (*Response, error) type
188 func (f roundTripFunc) RoundTrip(r *Request) (*Response, error) {
227 return roundTripFunc(func(r *Request) (*Response, error) {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/net/http/
H A Dtransport_internal_test.go187 type roundTripFunc func(r *Request) (*Response, error) type
189 func (f roundTripFunc) RoundTrip(r *Request) (*Response, error) {
228 return roundTripFunc(func(r *Request) (*Response, error) {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/net/http/
H A Dtransport_internal_test.go186 type roundTripFunc func(r *Request) (*Response, error) type
188 func (f roundTripFunc) RoundTrip(r *Request) (*Response, error) {
227 return roundTripFunc(func(r *Request) (*Response, error) {
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/net/http/
H A Dtransport_internal_test.go187 type roundTripFunc func(r *Request) (*Response, error) type
189 func (f roundTripFunc) RoundTrip(r *Request) (*Response, error) {
228 return roundTripFunc(func(r *Request) (*Response, error) {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/net/http/
H A Dtransport_internal_test.go187 type roundTripFunc func(r *Request) (*Response, error) type
189 func (f roundTripFunc) RoundTrip(r *Request) (*Response, error) {
228 return roundTripFunc(func(r *Request) (*Response, error) {

12