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

Struct getGraphSaltRequest

cmd/server/main.go:607–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607type getGraphSaltRequest struct {
608 GraphUUID string `json:"GraphUUID"`
609}
610type getGraphSaltResponse struct {
611 Value string `json:"value"`
612 ExpiredAt int64 `json:"expired-at"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected