parent
fdbe0cc932
commit
daa35be4ec
1
Makefile
1
Makefile
|
@ -12,3 +12,4 @@ push:
|
||||||
git pull
|
git pull
|
||||||
git add --all
|
git add --all
|
||||||
git commit -a -s
|
git commit -a -s
|
||||||
|
git push
|
||||||
|
|
|
@ -16,3 +16,9 @@ message Event {
|
||||||
int32 id = 3;
|
int32 id = 3;
|
||||||
repeated int64 reps = 4;
|
repeated int64 reps = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message Result {
|
||||||
|
string url = 1;
|
||||||
|
string title = 2;
|
||||||
|
repeated string snippets = 3;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue