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