on the application side, get only the tenders with deadlines that have not passed

This commit is contained in:
Mazyar
2026-05-04 06:14:25 +03:30
parent 086fe0ffd5
commit 2de7301d44
4 changed files with 20 additions and 29 deletions
+1
View File
@@ -34,6 +34,7 @@ type SearchForm struct {
Source []string `query:"source" valid:"optional"`
BuyerOrganizationID *string `query:"buyer_organization_id" valid:"optional"`
Languages []string `query:"languages" valid:"optional"`
OnlyActiveDeadlines bool `query:"-" valid:"optional"`
}
// SearchResponse represents the response for listing tenders