templates

package
v1.0.0-develop.22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

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

type TemplateInfo struct {
	Name string `yaml:"name"`
	Path string `yaml:"path"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL