starwing / lua-protobuf

A Lua module to work with Google protobuf
MIT License
1.75k stars 387 forks source link

support complex options #111

Closed javierguerragiraldez closed 4 years ago

javierguerragiraldez commented 4 years ago

Adds "structure" and "array" as types of constants. Also allows options within services and messages. Seems to correctly parse Google's example a_bit_of_everything.proto.

Solves #90

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 99.649% when pulling 9a2d6bae570981e6a0e00e5d49d7b381ad3d1ed5 on Kong:master into 3a43458efe05b83c0664d0aca2919af3c6877567 on starwing:master.

starwing commented 4 years ago

Thanks!