diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-25 14:14:19 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-25 14:48:25 +0900 |
| commit | 334578fddeda6c952b1c2e35829c91c9da72747e (patch) | |
| tree | 2e3f65188ddbb600cf2f55913dd8f819b10672ea /internal/pkg/tar.go | |
| parent | 20790af71ec9a69a462ecaaa7fc308e3b685383d (diff) | |
internal/pkg: expose underlying reader
This will be fully implemented in httpArtifact in a future commit.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pkg/tar.go')
| -rw-r--r-- | internal/pkg/tar.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pkg/tar.go b/internal/pkg/tar.go index faad4854..ba68fa69 100644 --- a/internal/pkg/tar.go +++ b/internal/pkg/tar.go @@ -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 |
