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 time and duration in queries #21

Closed johanbrandhorst closed 6 years ago

johanbrandhorst commented 6 years ago

To show stdtime and stdduration working with query parameters, it is now possible to filter users based on create date.

Fixes #18