Documentation
¶
Index ¶
Constants ¶
View Source
const (
SumType string = "sha256"
)
Variables ¶
View Source
var GLOBAL_TO_EXIST bool
View Source
var WaitToSweepSig = make(chan struct{})
Functions ¶
func GetGVCLocalProjectPath ¶ added in v0.1.6
func GetGVCLocalProjectPath() string
func IsFileCompressebBySuffix ¶ added in v0.1.2
Types ¶
type Downloader ¶
type Downloader struct {
// contains filtered or unexported fields
}
func NewDownloader ¶
func NewDownloader() (d *Downloader)
func (*Downloader) FindUrl ¶
func (that *Downloader) FindUrl(dUrl string) (rUrl string)
func (*Downloader) GetGitCmd ¶ added in v0.1.6
func (that *Downloader) GetGitCmd() string
func (*Downloader) GitPush ¶ added in v0.1.6
func (that *Downloader) GitPush()
func (*Downloader) RemoveTempDir ¶ added in v0.1.6
func (that *Downloader) RemoveTempDir() error
func (*Downloader) Start ¶
func (that *Downloader) Start(filenames ...string)
Click to show internal directories.
Click to hide internal directories.