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

Struct getTxidRequest

cmd/server/main.go:707–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705}
706
707type getTxidRequest struct {
708 GraphUUID string `json:"GraphUUID"`
709}
710type getTxidResponse struct {
711 Txid int64 `json:"TXId"`
712}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected