src

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: May 10, 2022 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Buildable

type Buildable interface {
	Source
	Build(ctx context.Context) (string, error)
}

type Findable

type Findable interface {
	Source
	Find(ctx context.Context) (string, error)
}

type Installable

type Installable interface {
	Source
	Install(ctx context.Context) (string, error)
}

type LoggerSettable

type LoggerSettable interface {
	SetLogger(logger *log.Logger)
}

type Removable

type Removable interface {
	Source
	Remove(ctx context.Context) error
}

type Source

type Source interface {
	IsSourceImpl() isrc.InstallSrcSigil
}

Source represents an installer, finder, or builder

type Validatable

type Validatable interface {
	Source
	Validate() error
}

Jump to

Keyboard shortcuts

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