mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-10 20:05:55 +02:00
* deps: update protobufs; add pkg/protobufs/generate.go * generate protobuf in CI * make: remove generate target * pin protoc |
||
---|---|---|
.. | ||
generate.go | ||
notifier.pb.go | ||
notifier.proto | ||
notifier_grpc.pb.go | ||
README.md |
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`