| 819 | } |
| 820 | |
| 821 | type 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 | |
| 829 | type updateFilesResponse struct { |
| 830 | TXId int64 `json:"TXId"` |
nothing calls this directly
no outgoing calls
no test coverage detected