diff options
Diffstat (limited to 'internal/pkg/pkg.go')
| -rw-r--r-- | internal/pkg/pkg.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/pkg/pkg.go b/internal/pkg/pkg.go index 00d6cf76..423aea12 100644 --- a/internal/pkg/pkg.go +++ b/internal/pkg/pkg.go @@ -185,6 +185,9 @@ const ( KindTar // KindExec is the kind of [Artifact] returned by [NewExec]. KindExec + // KindExecNet is the kind of [Artifact] returned by [NewExec] but with a + // non-nil checksum. + KindExecNet ) // Ident returns a deterministic identifier for the supplied params and |
