package
3.6.0-alpha.0
Repository: https://github.com/etcd-io/etcd.git
Documentation: pkg.go.dev

# Packages

Package leasehttp serves lease renewals made through HTTP requests.

# Functions

# Constants

MaxLeaseTTL is the maximum lease TTL value.
NoLease is a special LeaseID representing the absence of a lease.

# Variables

# Structs

FakeLessor is a fake implementation of Lessor interface.
LeaseExpiredNotifier is a queue used to notify lessor to revoke expired lease.
LeaseWithTime contains lease object with a time.

# Interfaces

Lessor owns leases.
TxnDelete is a TxnWrite that only permits deletes.

# Type aliases

Checkpointer permits checkpointing of lease remaining TTLs to the consensus log.
RangeDeleter is a TxnDelete constructor.