diff options
Diffstat (limited to 'internal/pkg/pkg.go')
| -rw-r--r-- | internal/pkg/pkg.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
