Are generators supported with the protobuf plugin?...
# protobufs
j
Are generators supported with the protobuf plugin? Don’t see it explicitly called out as supported/unsupported in the README. Haven’t been able to find any examples in any of the golang projects related to protobufs. For example, would like to generate a random number of strings from the mock for a repeated field.
u
It should work in theory, but I don't think anyone has tested them. There may be certain types of fields that may not work, like enums.
j
tx - is there an example of how to use the generators for gRPC from go?