Documentation ¶ Index ¶ type Curl func (c *Curl) Assets(repo, tag string, out, progress io.Writer) error func (c *Curl) Download(repo, tag, asset string, out, progress io.Writer) error func (c *Curl) Tags(repo string, out, progress io.Writer) error type Transport Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Curl ¶ type Curl struct{} func (*Curl) Assets ¶ func (c *Curl) Assets(repo, tag string, out, progress io.Writer) error func (*Curl) Download ¶ func (c *Curl) Download(repo, tag, asset string, out, progress io.Writer) error func (*Curl) Tags ¶ func (c *Curl) Tags(repo string, out, progress io.Writer) error type Transport ¶ type Transport interface { Tags(repo string, out, progress io.Writer) error Assets(repo, tag string, out, progress io.Writer) error Download(repo, tag, asset string, out, progress io.Writer) error } Source Files ¶ View all Source files curl.go transport.go Click to show internal directories. Click to hide internal directories.