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

Struct GraphSalt

db/db.go:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29type Tx int64
30
31type GraphSalt struct {
32 Value []byte
33 ExpiredAt time.Time
34}
35
36type GraphEncryptKey struct {
37 EncryptedPrivateKey string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected