forked from rosa/hakurei
internal/pkg: archive unpack artifact
This unpacks an internal/pkg archive stream used in the upcoming mirror service. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user