nytimes / openapi2proto

A tool for generating Protobuf v3 schemas and gRPC service definitions from OpenAPI specifications
Apache License 2.0
964 stars 98 forks source link

Add flag to add DO NOT MODIFY comment in protofile #119

Closed elyashivlavi closed 5 years ago

elyashivlavi commented 5 years ago

In our workflow we generate the protos automatically from openapi, and submit them together with other (manually-written) protofiles. So in order to differentiate between the manual and the autogenerated, we need to add a comment on top