provider

package
v0.0.0-...-732aecd Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2014 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

The provider package holds constants identifying known provider types. They have hitherto only been used for nefarious purposes; no new code should use them, and when old code is updated to no longer use them they must be deleted.

Index

Constants

View Source
const (
	Local = "local"
)

Variables

View Source
var (
	// ErrNotPrepared should be returned by providers when
	// an operation is attempted on an unprepared environment.
	ErrNotPrepared = errors.New("environment is not prepared")
	ErrDestroyed   = errors.New("environment has been destroyed")
)

Functions

func IsManual

func IsManual(provider string) bool

IsManual returns true iff the specified provider type refers to the manual provider.

Types

This section is empty.

Directories

Path Synopsis
The dummy provider implements an environment provider for testing purposes, registered with environs under the name "dummy".
The dummy provider implements an environment provider for testing purposes, registered with environs under the name "dummy".

Jump to

Keyboard shortcuts

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