parent
fdbe0cc932
commit
daa35be4ec
|
@ -16,3 +16,9 @@ message Event {
|
|||
int32 id = 3;
|
||||
repeated int64 reps = 4;
|
||||
}
|
||||
|
||||
message Result {
|
||||
string url = 1;
|
||||
string title = 2;
|
||||
repeated string snippets = 3;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue