gRPC Duration
complete
Kamal
While working with gRPC, I am using
google.protobuf.Duration
which is the until
field. I did try to build it as an object it throws invalid type: map, expected a duration string at line 8 column 13
. Is Yaak expecting string for duration type instead object, if so what the format i should use. And also how do oneof
work.Gregory Schier
complete
I think this has been fixed. Let me know if not and I can take a closer look.
Kamal
It should be a string of time duration in seconds example
60s