1 2 3 4 5 6
syntax = "proto3"; package anor_service_protobuf; message Keys { repeated string key = 1; }