mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-14 13:24:34 +02:00
8 lines
200 B
Markdown
8 lines
200 B
Markdown
To generate go code for the `notifier.proto` files, run :
|
|
|
|
```
|
|
protoc --go_out=. --go_opt=paths=source_relative \
|
|
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
|
|
proto/alert.proto`
|
|
```
|
|
|