chore(userspace/falco): we don't support tags yet

Co-Authored-By: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
Lorenzo Fontana 2019-09-24 18:10:39 +02:00 committed by Leo Di Donato
parent eb8248fe04
commit e6deb59e3d

View File

@ -22,5 +22,5 @@ message response {
string rule = 4;
string output = 5;
map<string, string> output_fields = 6;
repeated string tags = 7;
// repeated string tags = 7; // TODO(leodido,fntlnz): tags not supported yet, keeping for reference
}