Skip to content

Commit

Permalink
etcdserverpb: update proto
Browse files Browse the repository at this point in the history
  • Loading branch information
xiang90 committed Aug 8, 2015
1 parent 668a8a8 commit a6dd310
Show file tree
Hide file tree
Showing 4 changed files with 488 additions and 151 deletions.
143 changes: 1 addition & 142 deletions etcdserver/etcdserverpb/etcdserver.pb.go

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

9 changes: 0 additions & 9 deletions etcdserver/etcdserverpb/etcdserver.proto
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,3 @@ message Metadata {
optional uint64 NodeID = 1 [(gogoproto.nullable) = false];
optional uint64 ClusterID = 2 [(gogoproto.nullable) = 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;
}
}
Loading

0 comments on commit a6dd310

Please sign in to comment.