(Chore): Updated the struct to contain a RAR field
This commit is contained in:
@@ -7,6 +7,7 @@ const (
|
||||
TARGZ ArchiveType = "TAR.GZ"
|
||||
TAR ArchiveType = "TAR"
|
||||
GZIP ArchiveType = "GZIP"
|
||||
RAR ArchiveType = "RAR"
|
||||
AUTO ArchiveType = "AUTO"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user