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