5
0
Fork 0
backend-protobuf/client.proto

8 lines
92 B
Protocol Buffer
Raw Normal View History

2019-02-10 22:20:57 +08:00
syntax = "proto3";
package main;
message Client {
string key = 1;
string client = 2;
}