Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultFetcher ¶
type DefaultFetcher struct {
// contains filtered or unexported fields
}
func NewDefaultFetcher ¶
func NewDefaultFetcher(tlsCfg TLSConfig) DefaultFetcher
type DefaultRelocator ¶
type DefaultRelocator struct {
// contains filtered or unexported fields
}
func NewDefaultRelocator ¶
func NewDefaultRelocator(writer io.Writer, tlsCfg TLSConfig) DefaultRelocator
type DefaultSourceUploader ¶
type DefaultSourceUploader struct {
Relocator Relocator
}
type DefaultUtilProvider ¶
type DefaultUtilProvider struct{}
func (DefaultUtilProvider) Fetcher ¶
func (d DefaultUtilProvider) Fetcher(config TLSConfig) Fetcher
func (DefaultUtilProvider) SourceUploader ¶
func (d DefaultUtilProvider) SourceUploader(writer io.Writer, tlsCfg TLSConfig, changeState bool) SourceUploader
type DiscardRelocator ¶
type DiscardRelocator struct {
// contains filtered or unexported fields
}
func NewDiscardRelocator ¶
func NewDiscardRelocator(writer io.Writer) DiscardRelocator
type SourceUploader ¶
type TLSConfig ¶
func DefaultTLSConfig ¶ added in v0.5.0
func DefaultTLSConfig() TLSConfig
func NewTLSConfig ¶ added in v0.5.0
Source Files ¶
Click to show internal directories.
Click to hide internal directories.