Documentation ¶
Index ¶
- func Delete(ps *dao.ProvisionedService) error
- func Download(ps *dao.ProvisionedService) (string, error)
- func DownloadFile(prefix, rPath, lPath string) (string, error)
- func Exists(ps *dao.ProvisionedService) (bool, error)
- func FileExists(prefix, rPath string) (bool, error)
- func Init(pm PkgMgr)
- func IsDownloaded(ps *dao.ProvisionedService) (bool, string)
- func Setup()
- func VerifyBinary(ps *dao.ProvisionedService) error
- type PkgMgr
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Delete ¶
func Delete(ps *dao.ProvisionedService) error
func DownloadFile ¶
func FileExists ¶
func IsDownloaded ¶
func IsDownloaded(ps *dao.ProvisionedService) (bool, string)
func VerifyBinary ¶
func VerifyBinary(ps *dao.ProvisionedService) error
Types ¶
type PkgMgr ¶
type PkgMgr interface { Delete(*dao.ProvisionedService) error Download(*dao.ProvisionedService) (string, error) DownloadFile(string, string, string) (string, error) Exists(*dao.ProvisionedService) (bool, error) FileExists(string, string) (bool, error) IsDownloaded(*dao.ProvisionedService) (bool, string) VerifyBinary(*dao.ProvisionedService) error Setup() error }
Click to show internal directories.
Click to hide internal directories.