Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
/ name represents custom flag name (including `-` if any) for a flag that consumes bytes of `Encoded Configuration Message` ProtoConfig 1.0 recommends `--protoconfigv1` name.
/ Metadata is an Message option that when put on message indicates an entry point for certain configuration. / One `Configuration Proto Definition` can have many structs marked as this option. / TODO(bwplotka): Make it non pointers (in Go).
/ name represents name of annotated configuration entry point. / It's recommended to use executable name here.
/ version is the semantic version of the annotated configuration.
/ delivery_mechanism optionally specifies the delivery that is implemented by configurable that consumes this / configuration. This allows `Configurator` to discover how to pass the `Encoded Configuration Message` / without extra information outside of definition. TODO(bwplotka): This might be blocking reusability. Rethink?
Used in:
(message has no fields)