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

This will be fully implemented in httpArtifact in a future commit.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-25 14:14:19 +09:00
parent 20790af71e
commit dd5cefe85a
7 changed files with 156 additions and 92 deletions

View File

@@ -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