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

# Functions

NewFakeStorage creates a new FakeStorage.
NewStorage creates a new storage struct.
NewTestingStorage constructs a new storage with control for the database in which the `sqlliveness` table should exist.

# Variables

CacheSize is the size of the entries to store in the cache.
GCInterval specifies duration between attempts to delete extant sessions that have expired.
GCJitter specifies the jitter fraction on the interval between attempts to delete extant sessions that have expired.

# Structs

FakeStorage implements the sqlliveness.Storage interface.
Metrics is a metric.Struct which holds metrics for slstorage.
Storage implements sqlliveness.Storage.