mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: regenerate proto with typo fix "acquisition"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
@@ -50,7 +50,7 @@ type LockRequest struct {
|
||||
// lease is the ID of the lease that will be attached to ownership of the
|
||||
// lock. If the lease expires or is revoked and currently holds the lock,
|
||||
// the lock is automatically released. Calls to Lock with the same lease will
|
||||
// be treated as a single acquistion; locking twice with the same lease is a
|
||||
// be treated as a single acquisition; locking twice with the same lease is a
|
||||
// no-op.
|
||||
Lease int64 `protobuf:"varint,2,opt,name=lease,proto3" json:"lease,omitempty"`
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ message LockRequest {
|
||||
// lease is the ID of the lease that will be attached to ownership of the
|
||||
// lock. If the lease expires or is revoked and currently holds the lock,
|
||||
// the lock is automatically released. Calls to Lock with the same lease will
|
||||
// be treated as a single acquistion; locking twice with the same lease is a
|
||||
// be treated as a single acquisition; locking twice with the same lease is a
|
||||
// no-op.
|
||||
int64 lease = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user