| 884 | } |
| 885 | |
| 886 | type sequenceBalancer struct { |
| 887 | targets []*ProxyTarget |
| 888 | calls int |
| 889 | } |
| 890 | |
| 891 | func (b *sequenceBalancer) AddTarget(target *ProxyTarget) bool { |
| 892 | return false |
nothing calls this directly
no outgoing calls
no test coverage detected