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

Struct getGraphEncryptKeysResponse

cmd/server/main.go:551–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549 GraphUUID string `json:"GraphUUID"`
550}
551type getGraphEncryptKeysResponse struct {
552 PublicKey string `json:"public-key"`
553 EncryptedPrivateKey string `json:"encrypted-private-key"`
554}
555
556func (s *server) getGraphEncryptKeys(ctx context.Context, req *getGraphEncryptKeysRequest) (*getGraphEncryptKeysResponse, error) {
557 gID := db.GraphID(req.GraphUUID)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected