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