jmalloc / ax

A message-driven application toolkit for Go. [EXPERIMENTAL]
MIT License
9 stars 3 forks source link

Add support for all scalar protobuf types to the CLI generator. #127

Closed jmalloc closed 7 months ago

jmalloc commented 6 years ago

Most importantly, bytes is not supported bytes support added in c791311, but there may be other unsupported types.

See https://developers.google.com/protocol-buffers/docs/proto3#scalar

jmalloc commented 6 years ago

Also allow reading from a file for bytes fields.