mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #9408 from qinix/fix-proto-code-style
etcdserverpb: fix protobuf code style
This commit is contained in:
commit
7e14e11548
@ -516,7 +516,7 @@ message Compare {
|
|||||||
VERSION = 0;
|
VERSION = 0;
|
||||||
CREATE = 1;
|
CREATE = 1;
|
||||||
MOD = 2;
|
MOD = 2;
|
||||||
VALUE= 3;
|
VALUE = 3;
|
||||||
LEASE = 4;
|
LEASE = 4;
|
||||||
}
|
}
|
||||||
// result is logical comparison operation for this comparison.
|
// result is logical comparison operation for this comparison.
|
||||||
@ -705,7 +705,7 @@ message WatchResponse {
|
|||||||
//
|
//
|
||||||
// The client should treat the watcher as canceled and should not try to create any
|
// The client should treat the watcher as canceled and should not try to create any
|
||||||
// watcher with the same start_revision again.
|
// watcher with the same start_revision again.
|
||||||
int64 compact_revision = 5;
|
int64 compact_revision = 5;
|
||||||
|
|
||||||
// cancel_reason indicates the reason for canceling the watcher.
|
// cancel_reason indicates the reason for canceling the watcher.
|
||||||
string cancel_reason = 6;
|
string cancel_reason = 6;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user