MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / KMSStorage

Struct KMSStorage

consistent/persistence.go:35–35  ·  view source on GitHub ↗

KMSStorage implements Persistence.

Source from the content-addressed store, hash-verified

33
34// KMSStorage implements Persistence.
35type KMSStorage struct{}
36
37// Init implements Persistence interface.
38func (s *KMSStorage) Init(storePath string, initNodes []proto.Node) (err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected