TheThingsIndustries / protoc-gen-fieldmask

Generate field mask utilities from proto files
Apache License 2.0
11 stars 3 forks source link

Add fieldmask.enable option to protos #5

Open rvolosatovs opened 5 years ago

rvolosatovs commented 5 years ago

Summary:

Plugin should consider fieldmask.enable option(true by default) and do not generate utilities for protos with fieldmask.enable = false

What is already there? What do you see now?

No option

What is missing? What do you want to see?

Option

How do you propose implementing this?

Parse the option and evaluate

sysulq commented 4 years ago

we need this option, and default to false is preferred...

rvolosatovs commented 4 years ago

@hnlq715 would you be interested in contributing to this?

sysulq commented 4 years ago

I wanna to try this, but I have no time recently...

hypnoglow commented 4 years ago

I started prototyping the solution for this issue, hope to submit a draft soon.