Skip to content

Commit

Permalink
add file status
Browse files Browse the repository at this point in the history
  • Loading branch information
ybirader committed Sep 5, 2023
1 parent 15428f4 commit 3782e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pool/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3782e4a

Please sign in to comment.