libtmux Reference MCP Search
On this page

tmux.PlanResult

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/plan.go
struct tmux.PlanResult
struct [source]
struct [source]
struct tmux.PlanResult

PlanResult reports what running a Plan did, one entry per recorded operation, in the order they were recorded.

3 declared, 0 inherited

Members

  • Ops attribute Ops holds one result per recorded operation, in the order recorded.
  • Err method Err returns the first failed or indeterminate operation's error, or nil when every operation completed.
  • OK method OK reports whether every operation completed.
Esc

Type to search.