clojusc / protobuf

A Clojure interface to Google's protocol buffers
https://clojusc.github.io/protobuf/
Eclipse Public License 1.0
72 stars 8 forks source link

Support extentions that were created externally #37

Open smessems opened 6 years ago

smessems commented 6 years ago

How can extensions be accessed? Say, a provided proto is defined with: 'extend google.protobuf.FieldOptions' (not the predefined map/map-by/meta etc)

How can one pull that info?