ya.make 240 B

123456789101112131415161718
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(serverreflection.go)
  4. GO_TEST_SRCS(serverreflection_test.go)
  5. END()
  6. RECURSE(
  7. gotest
  8. grpc_reflection_v1
  9. grpc_reflection_v1alpha
  10. grpc_testing
  11. grpc_testing_not_regenerate
  12. # yo
  13. )