Hi Folks, we have a proto file which imports anoth...
# protobufs
s
Hi Folks, we have a proto file which imports another proto for validation. Does this chaining of proto files supported with grpc plugin ? Is there a way I can make it work since its failing ?
that what you’re looking for?
s
can the additional proto file be passed here ?
m
I believe that’s the purpose of it, yes
s
Something like below: syntax = "proto3"; import "validate.proto"; message Test { Any var1 = 1; } where validate.proto is another proto file
Oh cool will give it a try thanks
u
Those should be the directories the proto files are in
👍 1
s
That works thanks @uglyog @Matt (pactflow.io / pact-js / pact-go)
👍 1