infobloxopen / atlas-cli

Apache License 2.0
14 stars 45 forks source link

Reflection support #23

Open fi0 opened 5 years ago

fi0 commented 5 years ago

I added reflection support

❯ grpcurl  -plaintext localhost:9090 list
grpc.reflection.v1alpha.ServerReflection
service.Account

but

❯ grpcurl  -plaintext localhost:9090 list service.Account
Failed to list methods for service "service.Account": Symbol not found: service.Account
caused by: File not found: github.com/lyft/protoc-gen-validate/validate/validate.proto

How do I fix this? Thank you!