package
20.2.19+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

New allocates a new LeaseManager.

# Constants

DefaultLeaseDuration is the duration a lease will be acquired for if no duration was specified in a LeaseManager's options.

# Variables

No description provided by the author
No description provided by the author

# Structs

Lease contains the state of a lease on a particular key.
LeaseManager provides functionality for acquiring and managing leases via the kv api.
LeaseNotAvailableError indicates that the lease the caller attempted to acquire is currently held by a different client.
No description provided by the author
Options are used to configure a new LeaseManager.