sysulq / protoc-gen-fieldmask

Generate field mask utilities from proto files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

protoc-gen-fieldmask

A protoc plug-in, which generates fieldmask utilities. Compatible with gogoproto extensions.

Installation:

GO111MODULE=on go install .

Usage:

For example, from root of this repository:

protoc -Itestdata -Ivendor --fieldmask_out=lang=gogo:$GOPATH/src testdata/testdata.proto

Note, you will need to run GO111MODULE=on go mod vendor before running the command above.

About

Generate field mask utilities from proto files

License:Apache License 2.0


Languages

Language:Go 97.1%Language:Makefile 2.9%