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

Struct getFilesRequest

cmd/server/main.go:742–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742type getFilesRequest struct {
743 Files []string `json:"Files"`
744 GraphUUID string `json:"GraphUUID"`
745}
746type getFilesResponse struct {
747 PresignedFileURLs map[string]string `json:"PresignedFileUrls"`
748}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected