crowdsec/pkg/protobufs
mmetc 50d115b914
Update protobufs (#3276)
* deps: update protobufs; add pkg/protobufs/generate.go
* generate protobuf in CI
* make: remove generate target
* pin protoc
2024-10-10 15:54:25 +02:00
..
generate.go Update protobufs (#3276) 2024-10-10 15:54:25 +02:00
notifier.pb.go Update protobufs (#3276) 2024-10-10 15:54:25 +02:00
notifier.proto Output plugins (#878) 2021-08-25 11:43:29 +02:00
notifier_grpc.pb.go Update protobufs (#3276) 2024-10-10 15:54:25 +02:00
README.md Output plugins (#878) 2021-08-25 11:43:29 +02:00

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`