mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
storagepb: fix comment location
This commit is contained in:
parent
4a5b94478e
commit
3a60d490d1
@ -11,8 +11,8 @@ option (gogoproto.goproto_enum_prefix_all) = false;
|
||||
|
||||
message KeyValue {
|
||||
bytes key = 1;
|
||||
// mod_index is the last modified index of the key.
|
||||
int64 create_index = 2;
|
||||
// mod_index is the last modified index of the key.
|
||||
int64 mod_index = 3;
|
||||
// version is the version of the key. A deletion resets
|
||||
// the version to zero and any modification of the key
|
||||
|
Loading…
x
Reference in New Issue
Block a user