mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-21 16:00:13 -04:00
17 lines
302 B
Go
17 lines
302 B
Go
package ociinstaller
|
|
|
|
import "github.com/turbot/pipe-fittings/v2/ociinstaller"
|
|
|
|
type assetsImage struct {
|
|
ReportUI string
|
|
}
|
|
|
|
func (s *assetsImage) Type() ociinstaller.ImageType {
|
|
return ImageTypeAssets
|
|
}
|
|
|
|
// empty config for assets image
|
|
type assetsImageConfig struct {
|
|
ociinstaller.OciConfigBase
|
|
}
|