ya.make 220 B

12345678910111213141516171819
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(balancer.go)
  4. END()
  5. RECURSE(
  6. cdsbalancer
  7. clusterimpl
  8. clustermanager
  9. clusterresolver
  10. loadstore
  11. outlierdetection
  12. priority
  13. ringhash
  14. wrrlocality
  15. )