Tarun Gulati
07/21/2022, 6:49 PMWithContent(map[string]interface{}{
"moneyToMove": term(),
}).WithType(&myproto.MyProtoName)
The issue we are running into is that the unmarshaller is not able to unmarshal to proto types. Is there some methods that can be overriden to achieve this? The error that we end up getting is:
VerifyMessageConsumer failed: unable to narrow type to : json: cannot unmarshal string into Go struct field myproto.created_at of type timestamppb.Timestamp
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
sandy
07/22/2022, 12:17 AMMatt (pactflow.io / pact-js / pact-go)
sandy
07/22/2022, 2:29 PMMatt (pactflow.io / pact-js / pact-go)
sandy
07/25/2022, 7:48 PMMatt (pactflow.io / pact-js / pact-go)