(ruleName string)
| 32 | |
| 33 | type boostWinnerToken struct { |
| 34 | key string |
| 35 | addr string |
| 36 | generation uint64 |
| 37 | } |
| 38 | |
| 39 | type boostRevalidation struct { |
| 40 | done chan struct{} |
| 41 | } |
| 42 | |
| 43 | type dialResult struct { |
| 44 | conn net.Conn |
| 45 | addr string |
| 46 | attempt routeAttempt |