Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appleboy/loadbalancer-algorithms
/ types & classes
Types & classes
10 in github.com/appleboy/loadbalancer-algorithms
⨍
Functions
64
◇
Types & classes
10
FuncType
Check
func(addr *url.URL) error
proxy/health/health.go:25
FuncType
Opts
func(*ProxyHealth)
proxy/health/options.go:3
Struct
Proxy
Proxy represents a reverse proxy for load balancing algorithms.
proxy/proxy.go:29
Struct
ProxyHealth
proxy/health/health.go:48
Interface
RoundRobin
RoundRobin is an interface that defines the methods for a round-robin load balancer algorithm.
roundrobin/roundrobin.go:15
Interface
RoundRobin
weighted/weighted.go:19
Struct
roundrobin
roundrobin represents a round-robin load balancing algorithm.
roundrobin/roundrobin.go:36
Struct
roundrobin
Weighted Round Robin http://kb.linuxvirtualserver.org/wiki/Weighted_Round-Robin_Scheduling
weighted/weighted.go:31
Struct
server
_example/weighted/main.go:10
Struct
server
weighted/weighted.go:14