ya.make 227 B

123456789101112131415161718192021
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(internal.go)
  4. GO_TEST_SRCS(internal_test.go)
  5. END()
  6. RECURSE(
  7. balancer
  8. clusterspecifier
  9. gotest
  10. httpfilter
  11. resolver
  12. server
  13. # test
  14. testutils
  15. xdsclient
  16. )