Documentation ¶
Overview ¶
Copyright (c) 2018 AltosCode, LLC
This software is released under the MIT License. https://opensource.org/licenses/MIT
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDownloader ¶
func NewDownloader(proxyServer string, config *Config) (download.Downloader, error)
Types ¶
type Config ¶ added in v0.0.26
Config for proxy
func NewDefaultConfig ¶ added in v0.0.26
func NewDefaultConfig() *Config
NewDefaultConfig creates a new config
type Downloader ¶
type Downloader struct {
// contains filtered or unexported fields
}
func NewProxyDownloader ¶ added in v0.0.21
func NewProxyDownloader(proxyServer string, config *Config) (*Downloader, error)
func (*Downloader) Close ¶ added in v0.0.19
func (downloader *Downloader) Close() error
Click to show internal directories.
Click to hide internal directories.