package
1.21.0-rc1
Repository: https://github.com/hashicorp/consul.git
Documentation: pkg.go.dev

# Functions

NewBackend returns a storage backend that uses Raft for durable persistence and serves reads from an in-memory database.

# Structs

Backend is a Raft-backed storage backend implementation.
Restoration is a handle that can be used to restore a snapshot.
Snapshot is a point-in-time snapshot of a backend's state.

# Interfaces

Handle provides glue for interacting with the Raft subsystem via existing machinery on consul.Server.