Registry / utility / hashicorp-raft-snapshot

hashicorp-raft-snapshot

JSON →
library1.0.4gogounverified

Package raft-snapshot provides archive utilities for managing Raft snapshot tar files with integrity verification.

go get github.com/hashicorp/raft-snapshot
INSTALL
IMPORT
SIG · HASHICORP-RAFT-SNA
H
hashicorp-raft-snapshot
utilitygov1.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

raftsnapshot
github.com/hashicorp/raft-snapshot

Write a Raft snapshot to a buffer

package main import ( "bytes" "github.com/hashicorp/raft-snapshot" ) func main() { var buf bytes.Buffer err := raftsnapshot.Write(&buf, raftsnapshot.SnapshotMeta{}, []byte("state")) if err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hashicorp-raft-snapshot — go get hashicorp-raft-snapshot · libregistry