Skip to content

Commit

Permalink
*: regenerate proto
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho committed Jan 26, 2018
1 parent 80d1594 commit 2c91007
Show file tree
Hide file tree
Showing 8 changed files with 283 additions and 281 deletions.
4 changes: 2 additions & 2 deletions Documentation/dev-guide/api_concurrency_reference_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ The election service exposes client-side election facilities as a gRPC interface



##### message `Event` (mvcc/mvccpb/kv.proto)
##### message `Event` (internal/mvcc/mvccpb/kv.proto)

| Field | Description | Type |
| ----- | ----------- | ---- |
Expand All @@ -153,7 +153,7 @@ The election service exposes client-side election facilities as a gRPC interface



##### message `KeyValue` (mvcc/mvccpb/kv.proto)
##### message `KeyValue` (internal/mvcc/mvccpb/kv.proto)

| Field | Description | Type |
| ----- | ----------- | ---- |
Expand Down
12 changes: 7 additions & 5 deletions Documentation/dev-guide/api_reference_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,8 @@ Empty field.
| leader | leader is the member ID which the responding member believes is the current leader. | uint64 |
| raftIndex | raftIndex is the current raft index of the responding member. | uint64 |
| raftTerm | raftTerm is the current raft term of the responding member. | uint64 |
| raftAppliedIndex | raftAppliedIndex is the current raft applied index of the responding member. | uint64 |
| errors | errors contains alarm/health information and status. | (slice of) string |



Expand Down Expand Up @@ -860,7 +862,7 @@ From google paxosdb paper: Our implementation hinges around a powerful primitive



##### message `Event` (mvcc/mvccpb/kv.proto)
##### message `Event` (internal/mvcc/mvccpb/kv.proto)

| Field | Description | Type |
| ----- | ----------- | ---- |
Expand All @@ -870,7 +872,7 @@ From google paxosdb paper: Our implementation hinges around a powerful primitive



##### message `KeyValue` (mvcc/mvccpb/kv.proto)
##### message `KeyValue` (internal/mvcc/mvccpb/kv.proto)

| Field | Description | Type |
| ----- | ----------- | ---- |
Expand All @@ -883,7 +885,7 @@ From google paxosdb paper: Our implementation hinges around a powerful primitive



##### message `Lease` (lease/leasepb/lease.proto)
##### message `Lease` (internal/lease/leasepb/lease.proto)

| Field | Description | Type |
| ----- | ----------- | ---- |
Expand All @@ -892,15 +894,15 @@ From google paxosdb paper: Our implementation hinges around a powerful primitive



##### message `LeaseInternalRequest` (lease/leasepb/lease.proto)
##### message `LeaseInternalRequest` (internal/lease/leasepb/lease.proto)

| Field | Description | Type |
| ----- | ----------- | ---- |
| LeaseTimeToLiveRequest | | etcdserverpb.LeaseTimeToLiveRequest |



##### message `LeaseInternalResponse` (lease/leasepb/lease.proto)
##### message `LeaseInternalResponse` (internal/lease/leasepb/lease.proto)

| Field | Description | Type |
| ----- | ----------- | ---- |
Expand Down
6 changes: 3 additions & 3 deletions Documentation/dev-guide/apispec/swagger/rpc.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2169,8 +2169,8 @@
"format": "int64"
},
"errors": {
"description": "errors contains alarm/health information and status.",
"type": "array",
"title": "errors contains alarm/health information and status",
"items": {
"type": "string"
}
Expand All @@ -2184,7 +2184,7 @@
"format": "uint64"
},
"raftAppliedIndex": {
"description": "appliedIndex is the current raft applied index of the responding member.",
"description": "raftAppliedIndex is the current raft applied index of the responding member.",
"type": "string",
"format": "uint64"
},
Expand Down Expand Up @@ -2417,4 +2417,4 @@
"ApiKey": []
}
]
}
}
64 changes: 32 additions & 32 deletions etcdserver/api/v3election/v3electionpb/v3election.pb.go

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

2 changes: 1 addition & 1 deletion etcdserver/api/v3election/v3electionpb/v3election.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package v3electionpb;

import "gogoproto/gogo.proto";
import "etcd/etcdserver/etcdserverpb/rpc.proto";
import "etcd/mvcc/mvccpb/kv.proto";
import "etcd/internal/mvcc/mvccpb/kv.proto";

// for grpc-gateway
import "google/api/annotations.proto";
Expand Down
Loading

0 comments on commit 2c91007

Please sign in to comment.