diff options
Diffstat (limited to 'internal/pkg/pkg.go')
| -rw-r--r-- | internal/pkg/pkg.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/pkg/pkg.go b/internal/pkg/pkg.go index ab1f3e00..f5bd9d3a 100644 --- a/internal/pkg/pkg.go +++ b/internal/pkg/pkg.go @@ -191,6 +191,10 @@ const ( KindExecNet // KindFile is the kind of [Artifact] returned by [NewFile]. KindFile + + // KindCustomOffset is the first [Kind] value reserved for implementations + // not from this package. + KindCustomOffset = 1 << 31 ) // Ident returns a deterministic identifier for the supplied params and |
