Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMinioDownloader ¶
Types ¶
type Downloader ¶
type HttpDownloader ¶
type HttpDownloader struct {
// contains filtered or unexported fields
}
func NewHttpDownloader ¶
func NewHttpDownloader(imagePath string, imageSha256 string) *HttpDownloader
func (*HttpDownloader) Type ¶
func (h *HttpDownloader) Type() string
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewDownloaderManager ¶
func NewDownloaderManager() *Manager
func (*Manager) Register ¶
func (m *Manager) Register(downloader Downloader) *Manager
type MinioOpts ¶
type MinioOpts func(c *minioConfig)
func WithAccessKey ¶
func WithBucket ¶
func WithEndpoint ¶
func WithSecretKey ¶
Click to show internal directories.
Click to hide internal directories.