Skip to content

Commit

Permalink
removed unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
sinadarbouy committed Jul 15, 2024
1 parent 85712ed commit 7e2ae63
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions network/loadbalancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ type LoadBalancerStrategy interface {
GetNextProxy() IProxy
}

type Strategy struct {
server *Server
}

func NewLoadBalancerStrategy(server *Server) (LoadBalancerStrategy, *gerr.GatewayDError) {
switch server.LoadbalancerStrategyName {
case RoundRobinStrategy:
Expand Down

0 comments on commit 7e2ae63

Please sign in to comment.