crowdsec/pkg/protobufs
2024-11-20 12:12:20 +01:00
..
generate.go merge from master for 1.6.4 (#3337) 2024-11-20 12:12:20 +01:00
notifier.pb.go merge from master for 1.6.4 (#3337) 2024-11-20 12:12:20 +01:00
notifier.proto Output plugins (#878) 2021-08-25 11:43:29 +02:00
notifier_grpc.pb.go merge from master for 1.6.4 (#3337) 2024-11-20 12:12:20 +01: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`