metaverse / truss

Truss helps you build go-kit microservices without having to worry about writing or maintaining boilerplate code.
Other
734 stars 143 forks source link

Support using protobuf types in query parameters #306

Open zaquestion opened 3 years ago

zaquestion commented 3 years ago

Useful for passing dates in the query

zaquestion commented 3 years ago

Honestly I think a lot of this json unmarshaling in the query stuff is going to be up for the chopping block in v1

zaquestion commented 3 years ago

This need to wait for

toctan commented 3 years ago

This is great! We need this to use the FieldMask update_mask field in the standard update method: https://cloud.google.com/apis/design/standard_methods#update