gogo / grpc-example

An example of using Go gRPC and tools from the greater gRPC ecosystem together with the GoGo Protobuf Project.
Other
453 stars 87 forks source link

Fix patch method #32

Closed johanbrandhorst closed 4 years ago

johanbrandhorst commented 4 years ago

Need to expose the update mask so the user can set the mask explicitly, since the normal gateway PATCH feature does not work.

Fixes #31