mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
client: drop unnecessary field deleteAction.Value
This commit is contained in:
parent
6fc209e574
commit
ece03fb987
@ -457,7 +457,6 @@ func (a *setAction) HTTPRequest(ep url.URL) *http.Request {
|
|||||||
type deleteAction struct {
|
type deleteAction struct {
|
||||||
Prefix string
|
Prefix string
|
||||||
Key string
|
Key string
|
||||||
Value string
|
|
||||||
PrevValue string
|
PrevValue string
|
||||||
PrevIndex uint64
|
PrevIndex uint64
|
||||||
Recursive bool
|
Recursive bool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user