You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the request and response messages need to be in the same file. An improvement would be to allow the user to import a directory of Protobuf files (or multiple directories) and have protoCURL search for the definitions given the request and response types.
In fact, protoc accepts multiple files as input directly and is not limited to a single one.
decide how the user interface should look like (needs concrete usecase)
write tests for this kind of usage
implementation in Go
add to documenation and EXAMPLES.md
The text was updated successfully, but these errors were encountered:
Currently, the request and response messages need to be in the same file. An improvement would be to allow the user to import a directory of Protobuf files (or multiple directories) and have protoCURL search for the definitions given the request and response types.
In fact,
protoc
accepts multiple files as input directly and is not limited to a single one.The text was updated successfully, but these errors were encountered: