Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPGetter ¶ added in v0.9.5
type Installer ¶
type Installer struct {
// contains filtered or unexported fields
}
func NewInstaller ¶
func NewInstaller() *Installer
type Product ¶
type Product struct { Version string // contains filtered or unexported fields }
func NewProduct ¶
func NewProductWithHTTPClient ¶ added in v0.9.5
func NewProductWithHTTPClient(version string, cli HTTPGetter) *Product
func (*Product) IsSourceImpl ¶
func (p *Product) IsSourceImpl() isrc.InstallSrcSigil
type RemoveFunc ¶
Click to show internal directories.
Click to hide internal directories.