WIP: something
This commit is contained in:
14
pkg/types/pkgdef/pkfdef.go
Normal file
14
pkg/types/pkgdef/pkfdef.go
Normal file
@ -0,0 +1,14 @@
|
||||
package pkgdef
|
||||
|
||||
|
||||
type Package struct {
|
||||
Name string
|
||||
Version string
|
||||
AppVersion string
|
||||
Image *Image
|
||||
}
|
||||
|
||||
type Image struct {
|
||||
Repository string
|
||||
Tag string
|
||||
}
|
Reference in New Issue
Block a user