We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941f500 commit 3a78b54Copy full SHA for 3a78b54
Sources/protoc-gen-grpc-swift/main.swift
@@ -156,7 +156,9 @@ func main(args: [String]) throws {
156
binaryFile.content = serializedFileDescriptorProto
157
response.file.append(binaryFile)
158
}
159
- if !fileDescriptor.services.isEmpty && (options.generateClient || options.generateServer) {
+ if !fileDescriptor.services.isEmpty
160
+ && (options.generateClient || options.generateServer || options.generateTestClient)
161
+ {
162
var grpcFile = Google_Protobuf_Compiler_CodeGeneratorResponse.File()
163
let grpcFileName = uniqueOutputFileName(
164
component: "grpc",
0 commit comments