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

Struct getGraphEncryptKeysRequest

cmd/server/main.go:548–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548type getGraphEncryptKeysRequest struct {
549 GraphUUID string `json:"GraphUUID"`
550}
551type getGraphEncryptKeysResponse struct {
552 PublicKey string `json:"public-key"`
553 EncryptedPrivateKey string `json:"encrypted-private-key"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected