Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetService ¶
type GetService struct {
// contains filtered or unexported fields
}
GetService structure definition
func (*GetService) Get ¶
func (g *GetService) Get() error
Get methods downloads the index file and the Helm charts to the working directory.
type GetServiceInterface ¶
type GetServiceInterface interface {
Get() error
}
GetServiceInterface defines a Get service
type ImagesService ¶
type ImagesService struct {
// contains filtered or unexported fields
}
ImagesService structure definition
func (*ImagesService) Images ¶
func (i *ImagesService) Images() error
Images extracts al the images in the Helm Charts downloaded by the get command
type ImagesServiceInterface ¶
type ImagesServiceInterface interface {
Images() error
}
ImagesServiceInterface defines a Get service
func NewImagesService ¶
func NewImagesService(target string, verbose bool, ignoreErrors bool, formatter formatter.Formatter, logger *log.Logger) ImagesServiceInterface
NewImagesService return a new instance of ImagesService
Click to show internal directories.
Click to hide internal directories.