| 160 | } |
| 161 | |
| 162 | type lbCachePicker struct { |
| 163 | balancer.Picker |
| 164 | } |
| 165 | |
| 166 | func (cp *lbCachePicker) Pick(i balancer.PickInfo) (balancer.PickResult, error) { |
| 167 | res, err := cp.Picker.Pick(i) |
nothing calls this directly
no outgoing calls
no test coverage detected