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

Struct getAllFilesRequest

cmd/server/main.go:661–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659}
660
661type getAllFilesRequest struct {
662 GraphUUID string `json:"GraphUUID"`
663}
664type getAllFilesResponse struct {
665 Objects []getAllFilesResponseObject `json:"Objects"`
666 NextContinuationToken string `json:"NextContinuationToken"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected