batch upload impl
This commit is contained in:
@@ -245,6 +245,9 @@ type BatchUpload struct {
|
||||
FailedFilenames []byte `db:"failed_filenames"`
|
||||
CreatedAt pgtype.Timestamp `db:"created_at"`
|
||||
CompletedAt pgtype.Timestamp `db:"completed_at"`
|
||||
ArchiveBucket *string `db:"archive_bucket"`
|
||||
ArchiveKey *string `db:"archive_key"`
|
||||
FileSizeBytes *int64 `db:"file_size_bytes"`
|
||||
}
|
||||
|
||||
type Client struct {
|
||||
|
||||
Reference in New Issue
Block a user