refactoring of connections state #7416
Annotations
4 errors
internal/balancer/balancer.go#L155
cannot use connections (variable of type []conn.Conn) as []endpoint.Endpoint value in argument to newState
|
internal/balancer/balancer.go#L354
cannot use state.Next(ctx) (value of type endpoint.Endpoint) as conn.Conn value in assignment: endpoint.Endpoint does not implement conn.Conn (missing method Endpoint)
|
internal/balancer/state.go#L133
c.GetState undefined (type endpoint.Endpoint has no field or method GetState)
|
|
This job failed
Loading