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

Struct updateFilesRequest

cmd/server/main.go:821–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821type updateFilesRequest struct {
822 // Files is a map from file ID to a tuple of [<some S3 location>, <checksum>]
823 Files map[string][2]string `json:"Files"`
824
825 GraphUUID string `json:"GraphUUID"`
826 Txid int64 `json:"TXId"`
827}
828
829type updateFilesResponse struct {
830 TXId int64 `json:"TXId"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected