Documentation
¶
Index ¶
Constants ¶
View Source
const ( BASH = ShellType("bash") ZSH = ShellType("zsh") KSH = ShellType("ksh") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface {
Flush()
Load([]*KV) error
Get(key string) (string, error)
Remove(key string) error
ReShell(callback func()) error
}
func NewEnvManager ¶
type ShellInfo ¶
func NewShellInfo ¶
Click to show internal directories.
Click to hide internal directories.