MCPcopy Create free account
hub / github.com/cloudbase/garm / poolRoundRobin

Struct poolRoundRobin

runner/pool/cache.go:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type poolRoundRobin struct {
20 pools []params.Pool
21 next uint32
22}
23
24func (p *poolRoundRobin) Next() (params.Pool, error) {
25 if len(p.pools) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected