crowdsec/pkg/protobufs
Shivam Sandbhor b40fd36607
Add plugin interface code in protobufs package (#921)
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
2021-08-31 14:40:17 +02:00
..
notifier.pb.go Output plugins (#878) 2021-08-25 11:43:29 +02:00
notifier.proto Output plugins (#878) 2021-08-25 11:43:29 +02:00
plugin_interface.go Add plugin interface code in protobufs package (#921) 2021-08-31 14:40:17 +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`