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 ¶
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". |
Click to show internal directories.
Click to hide internal directories.