From 3782e4a4a6bcaa08ae0ecfafcbe0595347505e03 Mon Sep 17 00:00:00 2001 From: Yusuf Birader Date: Tue, 5 Sep 2023 12:51:11 +0100 Subject: [PATCH] add file status --- pool/file.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pool/file.go b/pool/file.go index c61f371..fe03467 100644 --- a/pool/file.go +++ b/pool/file.go @@ -14,6 +14,7 @@ type File struct { Info fs.FileInfo CompressedData bytes.Buffer Header *zip.FileHeader + Status string } func NewFile(path string, info fs.FileInfo) (File, error) {