protoc-gen-lua
protoc-gen-lua copied to clipboard
How to get descriptor from Message?
Say I have a local msg = person_pb.Person()
, how can I get desciptor info from msg
?