From 35f042be3464ee118400fe389b88a75de5a1f390 Mon Sep 17 00:00:00 2001 From: bereck-work Date: Sat, 22 Nov 2025 08:35:49 +0000 Subject: [PATCH] (Chore): Updated the struct to contain a RAR field --- internal/models/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/models/types.go b/internal/models/types.go index 0955d91..45f9bc1 100644 --- a/internal/models/types.go +++ b/internal/models/types.go @@ -7,6 +7,7 @@ const ( TARGZ ArchiveType = "TAR.GZ" TAR ArchiveType = "TAR" GZIP ArchiveType = "GZIP" + RAR ArchiveType = "RAR" AUTO ArchiveType = "AUTO" )