Parcourir la source

client: drop unnecessary field deleteAction.Value

Brian Waldon il y a 11 ans
Parent
commit
ece03fb987
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      client/keys.go

+ 0 - 1
client/keys.go

@@ -457,7 +457,6 @@ func (a *setAction) HTTPRequest(ep url.URL) *http.Request {
 type deleteAction struct {
 	Prefix    string
 	Key       string
-	Value     string
 	PrevValue string
 	PrevIndex uint64
 	Recursive bool