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 8125093 commit 5a53247Copy full SHA for 5a53247
Sources/GRPCProtobuf/Documentation.docc/Articles/Generating-stubs.md
@@ -56,18 +56,18 @@ You must name the file `grpc-swift-proto-generator-config.json` and structure it
56
"generate": {
57
"clients": true,
58
"servers": true,
59
- "messages": true,
+ "messages": true
60
},
61
"generatedSource": {
62
"accessLevelOnImports": false,
63
- "accessLevel": "internal",
64
- }
+ "accessLevel": "internal"
+ },
65
"protoc": {
66
- "executablePath": "/opt/homebrew/bin/protoc"
+ "executablePath": "/opt/homebrew/bin/protoc",
67
"importPaths": [
68
- "../directory_1",
69
- ],
70
- },
+ "../directory_1"
+ ]
+ }
71
}
72
```
73
0 commit comments