5
0
Fork 0
backend-protobuf/client.proto

8 lines
96 B
Protocol Buffer

syntax = "proto3";
package protobuf;
message Client {
string key = 1;
string client = 2;
}