Skip to content

Commit 14447f5

Browse files
committed
toolkit: update toolkit's Package types
Signed-off-by: Hank Donnay <hdonnay@redhat.com> Change-Id: Icbab38c7f062c8d4e057bd8ca89ab1c26a6a6964
1 parent 2f498b5 commit 14447f5

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

toolkit/types/generate_string.go

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

toolkit/types/package_kind.go

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ import "bytes"
55
type PackageKind uint
66

77
const (
8-
UnknownPackage PackageKind = iota // unknown
9-
SourcePackage // source
10-
BinaryPackage // binary
8+
UnknownPackage PackageKind = iota // unknown
9+
SourcePackage // source
10+
BinaryPackage // binary
11+
LayerPackage // layer
12+
AncestryPackage // ancestry
1113
)
1214

1315
func (k PackageKind) MarshalText() (text []byte, err error) {

0 commit comments

Comments
 (0)