alertmanager/scripts/genproto.sh
Fabian Reinartz ed3fdc747d silence: add protobuf-based silence package.
This commit adds an implementation of a silence storage that can
share store and modify silences, share state via a mesh network,
write and load snapshots, and be dynamically queried.
All data formats are based on protocol buffers.
2016-08-24 17:48:31 +02:00

3 lines
94 B
Bash
Executable File

protoc --go_out=. nflog/nflogpb/nflog.proto
protoc --go_out=. silence/silencepb/silence.proto