ted one-time api
This commit is contained in:
@@ -35,3 +35,9 @@ type BucketInfo struct {
|
||||
NoticeID string `json:"notice_id"`
|
||||
Count int `json:"count"`
|
||||
}
|
||||
|
||||
// TEDOneTimeScrapeForm represents the request form for triggering TED one-time scraping
|
||||
type TEDOneTimeScrapeForm struct {
|
||||
FromDate string `json:"from_date" valid:"required" example:"01/01/2026"`
|
||||
ToDate string `json:"to_date" valid:"required" example:"19/02/2026"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user