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

Add example of using FieldMask #11

Closed johanbrandhorst closed 6 years ago

johanbrandhorst commented 6 years ago

Add an example of using the FieldMask WKT type.

Fixes #9

awalterschulze commented 6 years ago

@johanbrandhorst this is great news :)

@abursavich any update on moving github.com/abursavich/gogomarshal to github.com/gogo/gateway ?

johanbrandhorst commented 6 years ago

Add me as a collaborator on that repo please, I'll port abursavich's work over. It's almost verbatim from gateway so I assume he won't think I'm stealing his work.

awalterschulze commented 6 years ago

@johanbrandhorst Cool thanks :) I made you an admin of the repo.

johanbrandhorst commented 6 years ago

Just need to add some tests before we can merge this.

johanbrandhorst commented 6 years ago

Added some tests, ready for another review now. @timonwong anything you think I should add to this example?