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

Struct createGraphSaltRequest

cmd/server/main.go:576–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574}
575
576type createGraphSaltRequest struct {
577 GraphUUID string `json:"GraphUUID"`
578}
579type createGraphSaltResponse struct {
580 Value string `json:"value"`
581 ExpiredAt int64 `json:"expired-at"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected