owncloud / protoc-gen-microweb

Protoc generator for Micro web services
Apache License 2.0
7 stars 6 forks source link

Improve handling of proto file imports #9

Closed jvillafanez closed 2 years ago

jvillafanez commented 2 years ago

This will allow to generate valid code in case we're import definitions from different proto files. It will allow to split proto files in order to reduce the size and organize the messages into multiple directories.