dependency

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dependency

type Dependency interface {
	Download(config.Config) error
}

type Executable

type Executable struct {
	Name     string
	Location string
	Checksum string
}

func (Executable) Download

func (exe Executable) Download(cfg config.Config) error

type ExecutableFromArchive

type ExecutableFromArchive struct {
	Name               string
	Location           string
	ArchiveChecksum    string
	ExtractFilepath    string
	ExecutableChecksum string
}

func (ExecutableFromArchive) Download

func (efa ExecutableFromArchive) Download(cfg config.Config) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL