/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/transcribestreamingservice/ |
H A D | unit_test.go | 17 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 D | unit_test.go | 18 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 D | unit_test.go | 17 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 D | unit_test.go | 18 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 D | unit_test.go | 17 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 D | unit_test.go | 18 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 D | unit_test.go | 18 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 D | unit_test.go | 18 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 D | unit_test.go | 18 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 D | unit_test.go | 17 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 D | unit_test.go | 18 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 D | transport_test.go | 86 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 D | transport_test.go | 86 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 D | transport_test.go | 86 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 D | cluster_scoped_owner_test.go | 37 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 D | transport_internal_test.go | 187 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 D | transport_internal_test.go | 186 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 D | transport_internal_test.go | 186 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 D | transport_internal_test.go | 186 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 D | transport_internal_test.go | 187 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 D | transport_internal_test.go | 186 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 D | transport_internal_test.go | 187 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 D | transport_internal_test.go | 186 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 D | transport_internal_test.go | 187 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 D | transport_internal_test.go | 187 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) {
|