| 744 | GraphUUID string `json:"GraphUUID"` |
| 745 | } |
| 746 | type getFilesResponse struct { |
| 747 | PresignedFileURLs map[string]string `json:"PresignedFileUrls"` |
| 748 | } |
| 749 | |
| 750 | func (s *server) getFiles(ctx context.Context, req *getFilesRequest) (*getFilesResponse, error) { |
| 751 | userID, err := s.getUserID(ctx) |
nothing calls this directly
no outgoing calls
no test coverage detected