Versions in this module Expand all Collapse all v0 v0.1.0 Apr 18, 2025 Changes in this version + type Executor struct + func NewExecutor() (*Executor, error) + func (e *Executor) Execute(ctx context.Context, command string) (string, error) + func (e *Executor) GetContexts(ctx context.Context) ([]string, error) + func (e *Executor) GetCurrentContext(ctx context.Context) (string, error) + func (e *Executor) SetContext(ctx context.Context, contextName string) error