# Functions
NewCockroachDBBackend constructs a CockroachDB backend using the given API client, server address, credentials, and database.
# Constants
The amount of time to wait between the lock renewals.
CockroachDBLockRetryInterval is the amount of time to wait if a lock fails before trying again.
The lock TTL matches the default that Consul API uses, 15 seconds.
# Structs
CockroachDBBackend Backend is a physical backend that stores data within a CockroachDB database.
No description provided by the author