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

Struct uploadGraphEncryptKeysRequest

cmd/server/main.go:635–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633}
634
635type uploadGraphEncryptKeysRequest struct {
636 EncryptedPrivateKey string `json:"encrypted-private-key"`
637 GraphUUID string `json:"GraphUUID"`
638 PublicKey string `json:"public-key"`
639}
640
641type uploadGraphEncryptKeysResponse struct{}
642

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected