starwing / lua-protobuf

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

Can I get the list of services defined in proto? #148

Closed mikhainin closed 3 years ago

mikhainin commented 3 years ago

I didn't find such an opportunity in the documentation

starwing commented 3 years ago

you can decode the pb files as google.protobuf.FileDescriptorSet message for retrieve the service list.