goadesign / goa

🌟 Goa: Elevate Go API development! 🚀 Streamlined design, automatic code generation, and seamless HTTP/gRPC support. ✨
https://goa.design
MIT License
5.62k stars 557 forks source link

Customize proto message name #3498

Closed nitinmohan87 closed 5 months ago

nitinmohan87 commented 5 months ago

This PR adds a struct:name:proto Meta key to customize the protobuf Message name generated in proto file.

raphael commented 5 months ago

Thank you!