buf config init
buf lint
buf build
buf generate # add plugin
buf dep update
curl -X POST http://localhost:3008/v1/greeter/hello -d '{"name": "Eji"}'
grpcurl -plaintext -d '{"name": "Eji"}' localhost:3009 greeter.v1.GreeterService/SayHello
buf config init
buf lint
buf build
buf generate # add plugin
buf dep update
curl -X POST http://localhost:3008/v1/greeter/hello -d '{"name": "Eji"}'
grpcurl -plaintext -d '{"name": "Eji"}' localhost:3009 greeter.v1.GreeterService/SayHello