From 8e8410ce3850a34d8b79431eb89ce4a7b9f89a60 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 4 Jun 2026 19:43:50 +0900 Subject: internal/pkg: archive unpack artifact This unpacks an internal/pkg archive stream used in the upcoming mirror service. Signed-off-by: Ophestra --- internal/pkg/pkg.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/pkg/pkg.go') diff --git a/internal/pkg/pkg.go b/internal/pkg/pkg.go index 09d91f73..b8a997d8 100644 --- a/internal/pkg/pkg.go +++ b/internal/pkg/pkg.go @@ -510,6 +510,8 @@ const ( KindFile // KindDecompress is the kind of [Artifact] returned by [NewDecompress]. KindDecompress + // KindArchive is the kind of [Artifact] returned by [NewArchive]. + KindArchive // _kindEnd is the total number of kinds and does not denote a kind. _kindEnd -- cgit v1.3.1