get aiSummary and documents refactor

This commit is contained in:
Mazyar
2026-05-16 11:01:13 +03:30
parent f08982afb5
commit ca490f3acf
3 changed files with 302 additions and 58 deletions
+2 -1
View File
@@ -56,7 +56,8 @@ type DocumentScraperWinnerResponse struct {
// ContractFolderID is the TED procedure identifier (BT-04 / ContractFolderID),
// included so the scraper can build the MinIO upload path for this notice:
//
// PROC_<contract_folder_id>/<notice_publication_id>/<file>
// PROC_<contract_folder_id>/<notice_publication_id>/documents/<file>
// PROC_<contract_folder_id>/<notice_publication_id>/tender.json
type DocumentScraperTenderResponse struct {
ContractFolderID string `json:"contract_folder_id"`
NoticePublicationID string `json:"notice_publication_id"`