Documentation ¶ Index ¶ type Command type CommandExec type CommandExecCombinedOutput type CommandExecFunc type CommandExecFuncWithCallback type CommandExecFuncWithCallbackAndError Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Command ¶ type Command[T any] interface { Execute(args []string, callback func(T) error) (T, error) } type CommandExec ¶ type CommandExec func([]string, func(interface{}) error) (string, error) type CommandExecCombinedOutput ¶ type CommandExecCombinedOutput func([]string, func(interface{}) error) (string, error) type CommandExecFunc ¶ type CommandExecFunc func(string, ...string) (string, error) type CommandExecFuncWithCallback ¶ type CommandExecFuncWithCallback func([]string, func(interface{}) error) (string, error) type CommandExecFuncWithCallbackAndError ¶ type CommandExecFuncWithCallbackAndError func([]string, func(interface{}) error) (string, error) Source Files ¶ View all Source files wrappers.go Click to show internal directories. Click to hide internal directories.