Documentation ¶
Index ¶
- func PrintDiff(oldenv *Env, newenv *Env, diff string)
- type Env
- func (env *Env) ApplyEnv()
- func (env *Env) GetEnv(name string) *string
- func (env *Env) GetEnvs() map[string]*string
- func (env *Env) LoadDotenv(fileName string) error
- func (env *Env) LoadEnvVars(text string) error
- func (env *Env) PrintAll(withExport bool) error
- func (env *Env) PutEnv(name string, value *string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Env ¶
type Env struct {
// contains filtered or unexported fields
}
func (*Env) LoadDotenv ¶
func (*Env) LoadEnvVars ¶
Click to show internal directories.
Click to hide internal directories.