Documentation
¶
Index ¶
Constants ¶
View Source
const ( HookFlag = "__VFOX_SHELL" PathFlag = "__VFOX_ORIG_PATH" PidFlag = "__VFOX_PID" )
Variables ¶
View Source
var EmptyRecord = &empty{}
Functions ¶
func GetOrigPath ¶
func GetOrigPath() string
func IsRecordExist ¶
Types ¶
type Manager ¶
type Manager interface {
Flush() error
Load(envs *Envs) error
Get(key string) (string, bool)
Remove(envs *Envs) error
Paths(paths []string) string
io.Closer
}
func NewEnvManager ¶
Click to show internal directories.
Click to hide internal directories.