get all tenders with documeents scraped API
This commit is contained in:
@@ -85,6 +85,13 @@ type DocumentSummary struct {
|
||||
Error string `json:"error"` // empty string when no error
|
||||
}
|
||||
|
||||
// ProcedureDocumentsSummary reports scraped documents stored under one procedure folder in MinIO.
|
||||
type ProcedureDocumentsSummary struct {
|
||||
ContractFolderID string `json:"contract_folder_id"`
|
||||
DocumentCount int `json:"document_count"`
|
||||
LatestModified int64 `json:"latest_modified"` // Unix seconds
|
||||
}
|
||||
|
||||
// StoredDocument represents a document object stored for a tender in MinIO.
|
||||
type StoredDocument struct {
|
||||
ObjectName string `json:"-"`
|
||||
|
||||
Reference in New Issue
Block a user