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 ¶
func GetGVCLocalProjectPath() string
Types ¶
type AppDownloader ¶
type AppDownloader struct {
// contains filtered or unexported fields
}
func NewDownloader ¶
func NewDownloader() (d *AppDownloader)
func (*AppDownloader) FindUrl ¶
func (that *AppDownloader) FindUrl(dUrl string) (rUrl string)
func (*AppDownloader) GetGitCmd ¶
func (that *AppDownloader) GetGitCmd() string
func (*AppDownloader) Push ¶
func (that *AppDownloader) Push()
func (*AppDownloader) RemoveTempDir ¶
func (that *AppDownloader) RemoveTempDir() error
func (*AppDownloader) Start ¶
func (that *AppDownloader) Start(filenames ...string)
type Info ¶
type Info struct { Result *InfoResult // contains filtered or unexported fields }
type InfoResult ¶
Click to show internal directories.
Click to hide internal directories.