(Chore): Updated the struct to contain a RAR field

This commit is contained in:
2025-11-22 08:35:49 +00:00
parent d656aac9dc
commit 35f042be34

View File

@@ -7,6 +7,7 @@ const (
TARGZ ArchiveType = "TAR.GZ"
TAR ArchiveType = "TAR"
GZIP ArchiveType = "GZIP"
RAR ArchiveType = "RAR"
AUTO ArchiveType = "AUTO"
)