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

Struct getAllFilesResponse

cmd/server/main.go:664–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662 GraphUUID string `json:"GraphUUID"`
663}
664type getAllFilesResponse struct {
665 Objects []getAllFilesResponseObject `json:"Objects"`
666 NextContinuationToken string `json:"NextContinuationToken"`
667}
668type getAllFilesResponseObject struct {
669 Key string `json:"Key"` // `: "<user uuid>/<graph uuid>/e.<35-bytes hex-encoded>",
670 LastModified int64 `json:"LastModified"` // `: <unix ts millis>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected