Documentation ¶ Index ¶ type InstalledBins func (ib InstalledBins) VegaPath() (string, bool) type Installer func New(binDirectory, installPath string) *Installer func (i Installer) Install(ctx context.Context, releaseTag string) (InstalledBins, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type InstalledBins ¶ type InstalledBins map[string]string func (InstalledBins) VegaPath ¶ func (ib InstalledBins) VegaPath() (string, bool) type Installer ¶ type Installer struct { // contains filtered or unexported fields } func New ¶ func New(binDirectory, installPath string) *Installer func (Installer) Install ¶ func (i Installer) Install(ctx context.Context, releaseTag string) (InstalledBins, error) Source Files ¶ View all Source files helpers.go installer.go Click to show internal directories. Click to hide internal directories.