router_strategy.go 101 B

123456
  1. package conf
  2. const (
  3. strategyRandom string = "random"
  4. strategyLeastPing string = "leastping"
  5. )