Skip to content

Commit

Permalink
add fetch_status and location to Status
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Rubin committed Apr 4, 2016
1 parent 13c3467 commit b5ebd82
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 26 deletions.
64 changes: 38 additions & 26 deletions go-msg/status.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions status.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ message Status {

Code code = 1;
string message = 2;
Status fetch_status = 3;
string location = 4;
}

0 comments on commit b5ebd82

Please sign in to comment.