5 lines
135 B
Markdown
5 lines
135 B
Markdown
# Protocol buffer spec of the gRPC API
|
|
|
|
```
|
|
protoc --go_out=paths=source_relative:. --go-grpc_out=paths=source_relative:. ./*.proto
|
|
``` |