Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdExecutor ¶ added in v0.3.0
type CmdExecutor struct {
// contains filtered or unexported fields
}
func New ¶ added in v0.3.0
func New(log *slog.Logger) *CmdExecutor
func (*CmdExecutor) WithCommandFn ¶ added in v0.3.0
func (i *CmdExecutor) WithCommandFn(c func(ctx context.Context, name string, arg ...string) *exec.Cmd) *CmdExecutor
Click to show internal directories.
Click to hide internal directories.