MCPcopy Create free account
hub / github.com/bcspragu/logseq-sync / GraphEncryptKey

Struct GraphEncryptKey

db/db.go:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type GraphEncryptKey struct {
37 EncryptedPrivateKey string
38 PublicKey string
39}
40
41type errAlreadyExists struct {
42 entityName string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected