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

Struct GraphEncryptKey

db/sqlite/sqlitedb/models.go:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type GraphEncryptKey struct {
29 ID string
30 GraphID string
31 EncryptedPrivateKey string
32 PublicKey string
33}
34
35type GraphSalt struct {
36 ID string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected