Home
last modified time | relevance | path

Searched defs:LBClient (Results 1 – 3 of 3) sorted by relevance

/dports/www/filtron/filtron-93f8b22/vendor/github.com/valyala/fasthttp/
H A Dlbclient.go27 type LBClient struct { struct
28 noCopy noCopy
32 Clients []BalancingClient
43 HealthCheck func(req *Request, resp *Response, err error) bool
48 Timeout time.Duration
50 cs []*lbClient
54 nextIdx uint32
56 once sync.Once
78 func (cc *LBClient) Do(req *Request, resp *Response) error {
86 func (cc *LBClient) init() {
[all …]
/dports/benchmarks/bombardier/bombardier-1.2.5/vendor/github.com/valyala/fasthttp/
H A Dlbclient.go27 type LBClient struct { struct
28 noCopy noCopy
32 Clients []BalancingClient
43 HealthCheck func(req *Request, resp *Response, err error) bool
48 Timeout time.Duration
50 cs []*lbClient
54 nextIdx uint32
56 once sync.Once
78 func (cc *LBClient) Do(req *Request, resp *Response) error {
86 func (cc *LBClient) init() {
[all …]
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/github.com/valyala/fasthttp/
H A Dlbclient.go27 type LBClient struct { struct
28 noCopy noCopy
32 Clients []BalancingClient
43 HealthCheck func(req *Request, resp *Response, err error) bool
48 Timeout time.Duration
50 cs []*lbClient
54 nextIdx uint32
56 once sync.Once
78 func (cc *LBClient) Do(req *Request, resp *Response) error {
86 func (cc *LBClient) init() {
[all …]