Documentation
¶
Index ¶
- Variables
- func DisableInterpret()
- func ExecuteCommand(_command string) int
- func ExecuteCommandResult(_command string) string
- func ExecuteCommandSilent(_command string) int
- func ExecuteCommandSilentResult(_command string) string
- func NewDebounce(_interval time.Duration) func(f func())
- func NewThrottle(_interval time.Duration) func(f func())
Constants ¶
This section is empty.
Variables ¶
View Source
var ( KillByname func(_name string) KillByPid func(_pid string) )
View Source
var (
CreateCommand func(_command string) *exec.Cmd
)
Functions ¶
func DisableInterpret ¶
func DisableInterpret()
func ExecuteCommand ¶
func ExecuteCommandResult ¶
func ExecuteCommandSilent ¶
func NewDebounce ¶
func NewThrottle ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.