Documentation ¶
Index ¶
- type GoGetMgr
- func (g *GoGetMgr) Delete(ps *dao.ProvisionedService) error
- func (g *GoGetMgr) Download(ps *dao.ProvisionedService) (string, error)
- func (g *GoGetMgr) DownloadFile(repo, remotePath, localPath string) (string, error)
- func (g *GoGetMgr) Exists(ps *dao.ProvisionedService) (bool, error)
- func (g *GoGetMgr) FileExists(repo, remotePath string) (bool, error)
- func (g *GoGetMgr) IsDownloaded(ps *dao.ProvisionedService) (bool, string)
- func (g *GoGetMgr) Setup() error
- func (g *GoGetMgr) VerifyBinary(ps *dao.ProvisionedService) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoGetMgr ¶
func (*GoGetMgr) Delete ¶
func (g *GoGetMgr) Delete(ps *dao.ProvisionedService) error
Delete removes a downloaded file, incase of errors copying
func (*GoGetMgr) DownloadFile ¶
func (*GoGetMgr) IsDownloaded ¶
func (g *GoGetMgr) IsDownloaded(ps *dao.ProvisionedService) (bool, string)
IsDownloaded will check if we have already downloaded this binary/JAR to the local filesystem, returning the full path to the file
func (*GoGetMgr) VerifyBinary ¶
func (g *GoGetMgr) VerifyBinary(ps *dao.ProvisionedService) error
Click to show internal directories.
Click to hide internal directories.