Versions in this module Expand all Collapse all v0 v0.1.1 Oct 16, 2024 Changes in this version + func WithExecutor(ctx context.Context, exec Executor) context.Context + type Executor interface + Run func(bin string, args ...string) (string, error) + func ExecutorFromContext(ctx context.Context) (Executor, bool) + func MustExecutor(ctx context.Context) Executor + func NewExecutor() Executor