Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Collector ¶
type Collector interface { // Collect git package;download common file work as wget or curl;copy local file to dst. Collect(buildContext, src, savePath string) error }
func NewCollector ¶
func NewGitCollector ¶
func NewGitCollector() Collector
func NewLocalCollector ¶
func NewLocalCollector() Collector
func NewWebFileCollector ¶
func NewWebFileCollector() Collector
Click to show internal directories.
Click to hide internal directories.