ya.make 429 B

123456789101112131415161718192021222324252627282930313233
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. balancer.go
  5. channel.go
  6. http_client.go
  7. local_listener.go
  8. marshal_any.go
  9. parse_port.go
  10. parse_url.go
  11. pipe_listener.go
  12. restartable_listener.go
  13. status_equal.go
  14. wrappers.go
  15. wrr.go
  16. )
  17. GO_TEST_SRCS(status_equal_test.go)
  18. GO_XTEST_SRCS(pipe_listener_test.go)
  19. END()
  20. RECURSE(
  21. fakegrpclb
  22. gotest
  23. pickfirst
  24. rls
  25. roundrobin
  26. xds
  27. )