internal/pkg: expose underlying reader
Some checks failed
Test / Create distribution (push) Failing after 43s
Test / ShareFS (push) Failing after 51s
Test / Sandbox (push) Failing after 1m5s
Test / Sandbox (race detector) (push) Failing after 1m6s
Test / Hpkg (push) Failing after 1m14s
Test / Hakurei (race detector) (push) Failing after 1m29s
Test / Hakurei (push) Failing after 1m33s
Test / Flake checks (push) Has been skipped
Some checks failed
Test / Create distribution (push) Failing after 43s
Test / ShareFS (push) Failing after 51s
Test / Sandbox (push) Failing after 1m5s
Test / Sandbox (race detector) (push) Failing after 1m6s
Test / Hpkg (push) Failing after 1m14s
Test / Hakurei (race detector) (push) Failing after 1m29s
Test / Hakurei (push) Failing after 1m33s
Test / Flake checks (push) Has been skipped
This will be fully implemented in httpArtifact in a future commit. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -24,7 +24,7 @@ const (
|
||||
TarBzip2
|
||||
)
|
||||
|
||||
// A tarArtifact is an [Artifact] unpacking a tarball backed by a [File].
|
||||
// A tarArtifact is an [Artifact] unpacking a tarball backed by a [FileArtifact].
|
||||
type tarArtifact struct {
|
||||
// Caller-supplied backing tarball.
|
||||
f Artifact
|
||||
|
||||
Reference in New Issue
Block a user