Result example

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-05-07 01:36:42 -07:00
parent fdbe0cc932
commit daa35be4ec
2 changed files with 7 additions and 0 deletions

View File

@ -12,3 +12,4 @@ push:
git pull
git add --all
git commit -a -s
git push

View File

@ -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;
}