Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Downloader ¶
type Downloader interface {
Names() ([]string, error)
Get(name string) *TemplateInfo
DownloadDirectoryContents(name string, destDir string, force bool) error
}
func NewDownloader ¶
func NewDownloader() Downloader
type TemplateInfo ¶
Click to show internal directories.
Click to hide internal directories.