Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KloneFolder ¶
type KloneFolder []KloneItem
type KloneItem ¶
type KloneItem struct { FolderName string `yaml:"folder_name"` KloneSource `yaml:",inline"` }
type KloneSource ¶
type WorkDir ¶
type WorkDir string
func (WorkDir) AddTarget ¶
func (w WorkDir) AddTarget(target string, folderName string, dep KloneSource) error
func (WorkDir) FetchTargets ¶
func (w WorkDir) FetchTargets( cleanFn func(string, string, *KloneSource) error, fetchFn func(target string, srcs KloneFolder) error, ) error
Click to show internal directories.
Click to hide internal directories.