Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zalando/skipper
/ roundRobin
Struct
roundRobin
loadbalancer/algorithm.go:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
)
54
55
type
roundRobin
struct
{
56
index int64
57
}
58
59
func
newRoundRobin(endpoints []string) routing.LBAlgorithm {
60
return
&roundRobin{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected