MCPcopy
hub / github.com/gofiber/fiber / newLBClientTransport

Function newLBClientTransport

client/transport.go:154–156  ·  view source on GitHub ↗
(client *fasthttp.LBClient)

Source from the content-addressed store, hash-verified

152}
153
154func newLBClientTransport(client *fasthttp.LBClient) *lbClientTransport {
155 return &lbClientTransport{client: client}
156}
157
158func (l *lbClientTransport) Do(req *fasthttp.Request, resp *fasthttp.Response) error {
159 return l.client.Do(req, resp)

Calls

no outgoing calls