| 740 | } |
| 741 | |
| 742 | type getFilesRequest struct { |
| 743 | Files []string `json:"Files"` |
| 744 | GraphUUID string `json:"GraphUUID"` |
| 745 | } |
| 746 | type getFilesResponse struct { |
| 747 | PresignedFileURLs map[string]string `json:"PresignedFileUrls"` |
| 748 | } |
nothing calls this directly
no outgoing calls
no test coverage detected