Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

Go API

Go documentation

tmux.PlanResult

Go
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

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

  • 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.
  • Ops attribute Ops holds one result per recorded operation, in the order recorded.
Esc

Type to search.