rig

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrExists indicates that a rig already exists
	ErrExists = errors.New("rig already exists")
	// ErrDoesNotExist indicates that a rig does not exist
	ErrDoesNotExist = errors.New("rig does not exist")
	// ErrHomeMissing indicates that the directory expected to contain rigs does not exist
	ErrHomeMissing = errors.New(`rig home "$(gofish home)/Rigs" does not exist`)
	// ErrMissingSource indicates that information about the source of the rig was not found
	ErrMissingSource = errors.New("cannot get information about the source of this rig")
	// ErrRepoDirty indicates that the rig repo was modified
	ErrRepoDirty = errors.New("rig repo is in a dirty git tree state so we cannot update. Try removing and adding this rig back")
	// ErrVersionDoesNotExist indicates that the request version does not exist
	ErrVersionDoesNotExist = errors.New("requested version does not exist")
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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