Documentation
¶
Index ¶
- Constants
- Variables
- type Env
- func (e *Env) Changed() []EnvVarChange
- func (e *Env) Get(name string) string
- func (e *Env) GetActiveFeatures() map[string]string
- func (e *Env) PrependToPath(path string)
- func (e *Env) RemoveFromPath(substring string)
- func (e *Env) Set(name string, value string)
- func (e *Env) SetFeature(name, param string)
- func (e *Env) Unset(name string)
- func (e *Env) UnsetFeature(name string)
- type EnvVarChange
- type Feature
- type FeatureBuilder
- type Python
- type Runner
Constants ¶
View Source
const AutoEnvVariableName = "DEV_AUTO_ENV_FEATURES"
Variables ¶
View Source
var DevUpNeeded error
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env struct {
// contains filtered or unexported fields
}
func (*Env) Changed ¶
func (e *Env) Changed() []EnvVarChange
func (*Env) GetActiveFeatures ¶
func (*Env) PrependToPath ¶ added in v0.0.5
func (*Env) RemoveFromPath ¶ added in v0.0.5
func (*Env) SetFeature ¶ added in v0.0.6
func (*Env) UnsetFeature ¶ added in v0.0.6
type EnvVarChange ¶
type Feature ¶
type FeatureBuilder ¶
Click to show internal directories.
Click to hide internal directories.