Skip to content

Commit

Permalink
*: updates for gRPC Godeps update
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuho committed Feb 1, 2016
1 parent 4613a7e commit e7285f5
Show file tree
Hide file tree
Showing 10 changed files with 1,612 additions and 528 deletions.
181 changes: 140 additions & 41 deletions etcdserver/etcdserverpb/etcdserver.pb.go

Large diffs are not rendered by default.

103 changes: 54 additions & 49 deletions etcdserver/etcdserverpb/raft_internal.pb.go

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

3 changes: 0 additions & 3 deletions etcdserver/etcdserverpb/raft_internal.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ option (gogoproto.goproto_getters_all) = false;
// An InternalRaftRequest is the union of all requests which can be
// sent via raft.
message InternalRaftRequest {
option (gogoproto.onlyone) = true;
oneof value {
Request v2 = 1;
RangeRequest range = 2;
PutRequest put = 3;
DeleteRangeRequest delete_range = 4;
TxnRequest txn = 5;
}
}
Loading

0 comments on commit e7285f5

Please sign in to comment.