MCPcopy
hub / github.com/labstack/echo / sequenceBalancer

Struct sequenceBalancer

middleware/proxy_test.go:886–889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

884}
885
886type sequenceBalancer struct {
887 targets []*ProxyTarget
888 calls int
889}
890
891func (b *sequenceBalancer) AddTarget(target *ProxyTarget) bool {
892 return false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected