Home
last modified time | relevance | path

Searched refs:failFast (Results 26 – 50 of 575) sorted by relevance

12345678910>>...23

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/google.golang.org/grpc/
H A Drpc_util.go138 failFast bool member
144 var defaultCallInfo = callInfo{failFast: true}
190 func FailFast(failFast bool) CallOption {
192 c.failFast = failFast
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/google.golang.org/grpc/
H A Drpc_util.go140 failFast bool member
146 var defaultCallInfo = callInfo{failFast: true}
192 func FailFast(failFast bool) CallOption {
194 c.failFast = failFast
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/google.golang.org/grpc/
H A Drpc_util.go140 failFast bool member
146 var defaultCallInfo = callInfo{failFast: true}
192 func FailFast(failFast bool) CallOption {
194 c.failFast = failFast
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/google.golang.org/grpc/
H A Drpc_util.go140 failFast bool member
146 var defaultCallInfo = callInfo{failFast: true}
192 func FailFast(failFast bool) CallOption {
194 c.failFast = failFast
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/google.golang.org/grpc/
H A Drpc_util.go140 failFast bool member
146 var defaultCallInfo = callInfo{failFast: true}
192 func FailFast(failFast bool) CallOption {
194 c.failFast = failFast
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/google.golang.org/grpc/
H A Drpc_util.go114 failFast bool member
121 var defaultCallInfo = callInfo{failFast: true}
177 func FailFast(failFast bool) CallOption {
179 c.failFast = failFast
/dports/devel/etcd31/etcd-3.1.20/cmd/vendor/google.golang.org/grpc/
H A Drpc_util.go138 failFast bool member
144 var defaultCallInfo = callInfo{failFast: true}
190 func FailFast(failFast bool) CallOption {
192 c.failFast = failFast
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/google.golang.org/grpc/
H A Drpc_util.go140 failFast bool member
146 var defaultCallInfo = callInfo{failFast: true}
192 func FailFast(failFast bool) CallOption {
194 c.failFast = failFast
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/google.golang.org/grpc/
H A Drpc_util.go140 failFast bool member
146 var defaultCallInfo = callInfo{failFast: true}
192 func FailFast(failFast bool) CallOption {
194 c.failFast = failFast
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/vendor/google.golang.org/grpc/
H A Drpc_util.go125 failFast bool member
136 return &callInfo{failFast: true}
202 func FailFast(failFast bool) CallOption {
204 c.failFast = failFast
/dports/databases/tile38/tile38-1.12.0/vendor/google.golang.org/grpc/
H A Drpc_util.go125 failFast bool member
135 var defaultCallInfo = callInfo{failFast: true}
200 func FailFast(failFast bool) CallOption {
202 c.failFast = failFast
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/google.golang.org/grpc/
H A Drpc_util.go114 failFast bool member
121 var defaultCallInfo = callInfo{failFast: true}
177 func FailFast(failFast bool) CallOption {
179 c.failFast = failFast
/dports/www/miniflux/v2-2.0.35/vendor/github.com/golang/gddo/vendor/google.golang.org/grpc/
H A Drpc_util.go125 failFast bool member
136 return &callInfo{failFast: true}
202 func FailFast(failFast bool) CallOption {
204 c.failFast = failFast
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/google.golang.org/grpc/
H A Drpc_util.go114 failFast bool member
121 var defaultCallInfo = callInfo{failFast: true}
177 func FailFast(failFast bool) CallOption {
179 c.failFast = failFast
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/golang/gddo/vendor/google.golang.org/grpc/
H A Drpc_util.go125 failFast bool member
136 return &callInfo{failFast: true}
202 func FailFast(failFast bool) CallOption {
204 c.failFast = failFast
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/
H A Drpc_util.go140 failFast bool member
148 var defaultCallInfo = callInfo{failFast: true}
205 func FailFast(failFast bool) CallOption {
207 c.failFast = failFast
/dports/mail/mailhog/MailHog-1.0.0/vendor/gopkg.in/mgo.v2/
H A Dcluster.go58 failFast bool member
66 func newCluster(userSeeds []string, direct, failFast bool, dial dialer, setName string) *mongoClust…
71 failFast: failFast,
176 if retry == 3 || retry == 1 && cluster.failFast {
367 if !cluster.failFast {
601 …} else if syncTimeout != 0 && started.Before(time.Now().Add(-syncTimeout)) || cluster.failFast && …
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/mgo.v2/
H A Dcluster.go58 failFast bool member
66 func newCluster(userSeeds []string, direct, failFast bool, dial dialer, setName string) *mongoClust…
71 failFast: failFast,
176 if retry == 3 || retry == 1 && cluster.failFast {
367 if !cluster.failFast {
601 …} else if syncTimeout != 0 && started.Before(time.Now().Add(-syncTimeout)) || cluster.failFast && …
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/gopkg.in/mgo.v2/
H A Dcluster.go58 failFast bool member
66 func newCluster(userSeeds []string, direct, failFast bool, dial dialer, setName string) *mongoClust…
71 failFast: failFast,
176 if retry == 3 || retry == 1 && cluster.failFast {
367 if !cluster.failFast {
601 …} else if syncTimeout != 0 && started.Before(time.Now().Add(-syncTimeout)) || cluster.failFast && …
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/mgo.v2/
H A Dcluster.go58 failFast bool member
66 func newCluster(userSeeds []string, direct, failFast bool, dial dialer, setName string) *mongoClust…
71 failFast: failFast,
176 if retry == 3 || retry == 1 && cluster.failFast {
367 if !cluster.failFast {
601 …} else if syncTimeout != 0 && started.Before(time.Now().Add(-syncTimeout)) || cluster.failFast && …
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/mgo.v2-unstable/
H A Dcluster.go58 failFast bool member
66 func newCluster(userSeeds []string, direct, failFast bool, dial dialer, setName string) *mongoClust…
71 failFast: failFast,
176 if retry == 3 || retry == 1 && cluster.failFast {
367 if !cluster.failFast {
601 …} else if syncTimeout != 0 && started.Before(time.Now().Add(-syncTimeout)) || cluster.failFast && …
/dports/misc/concourse/vault-bdd38fca2cff/vendor/gopkg.in/mgo.v2/
H A Dcluster.go58 failFast bool member
66 func newCluster(userSeeds []string, direct, failFast bool, dial dialer, setName string) *mongoClust…
71 failFast: failFast,
176 if retry == 3 || retry == 1 && cluster.failFast {
367 if !cluster.failFast {
601 …} else if syncTimeout != 0 && started.Before(time.Now().Add(-syncTimeout)) || cluster.failFast && …
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/gopkg.in/mgo.v2/
H A Dcluster.go58 failFast bool member
66 func newCluster(userSeeds []string, direct, failFast bool, dial dialer, setName string) *mongoClust…
71 failFast: failFast,
176 if retry == 3 || retry == 1 && cluster.failFast {
367 if !cluster.failFast {
601 …} else if syncTimeout != 0 && started.Before(time.Now().Add(-syncTimeout)) || cluster.failFast && …
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/gopkg.in/mgo.v2/
H A Dcluster.go58 failFast bool member
66 func newCluster(userSeeds []string, direct, failFast bool, dial dialer, setName string) *mongoClust…
71 failFast: failFast,
176 if retry == 3 || retry == 1 && cluster.failFast {
367 if !cluster.failFast {
601 …} else if syncTimeout != 0 && started.Before(time.Now().Add(-syncTimeout)) || cluster.failFast && …
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/gopkg.in/mgo.v2/
H A Dcluster.go58 failFast bool member
66 func newCluster(userSeeds []string, direct, failFast bool, dial dialer, setName string) *mongoClust…
71 failFast: failFast,
176 if retry == 3 || retry == 1 && cluster.failFast {
367 if !cluster.failFast {
601 …} else if syncTimeout != 0 && started.Before(time.Now().Add(-syncTimeout)) || cluster.failFast && …

12345678910>>...23