|
@@ -362,7 +362,7 @@ type DeleteRangeRequest struct {
|
|
|
// If range_end is '\0', the range is all keys greater than or equal to the key argument.
|
|
// If range_end is '\0', the range is all keys greater than or equal to the key argument.
|
|
|
RangeEnd []byte `protobuf:"bytes,2,opt,name=range_end,json=rangeEnd,proto3" json:"range_end,omitempty"`
|
|
RangeEnd []byte `protobuf:"bytes,2,opt,name=range_end,json=rangeEnd,proto3" json:"range_end,omitempty"`
|
|
|
// If prev_kv is set, etcd gets the previous key-value pairs before deleting it.
|
|
// If prev_kv is set, etcd gets the previous key-value pairs before deleting it.
|
|
|
- // The previous key-value pairs will be returned in the delte response.
|
|
|
|
|
|
|
+ // The previous key-value pairs will be returned in the delete response.
|
|
|
PrevKv bool `protobuf:"varint,3,opt,name=prev_kv,json=prevKv,proto3" json:"prev_kv,omitempty"`
|
|
PrevKv bool `protobuf:"varint,3,opt,name=prev_kv,json=prevKv,proto3" json:"prev_kv,omitempty"`
|
|
|
}
|
|
}
|
|
|
|
|
|