2023-07-14 11:22:34 +08:00

8 lines
116 B
Protocol Buffer

syntax = "proto3";
message Model {
string key = 1;
int64 timestamp =2;
map<string,string> data =3;
}