syft/imgbom/pkg/type.go
2020-05-18 11:59:33 -04:00

18 lines
158 B
Go

package pkg
const (
UnknownPkg Type = iota
ApkPkg
DebPkg
JavaPkg
NodePkg
PacmanPkg
PythonPkg
RpmPkg
RubyPkg
)
type Type uint
// TODO: stringer...