Versions in this module Expand all Collapse all v0 v0.4.0 Jul 31, 2026 v0.3.1 Jul 2, 2026 Changes in this version type Request + Force bool + Version string type Response + Message string v0.3.0 Jun 17, 2026 v0.2.0 Jun 16, 2026 v0.1.1 Jun 16, 2026 v0.1.0 Jun 16, 2026 Changes in this version + type Change struct + Kind string + Path string + type Node struct + Head bool + ID string + Leaf bool + Message string + Parent string + type Proc struct + Args string + Log string + PID int + type Request struct + A string + B string + Base string + Candidates []TournamentCandidate + Cmd string + Keep int + Message string + Name string + Node string + Op string + Pid int + Ref string + Test string + type Response struct + Branches []TournamentBranch + Changes []Change + Dropped []string + Error string + Exit *int + Head string + Log string + Node string + Nodes []Node + OK bool + Parent string + Pid int + Procs []Proc + Removed []string + Stderr string + Stdout string + Tags map[string]string + Winner string + WinnerNode string + func (r *Response) Streaming() bool + func (r *Response) Terminal() bool + type TournamentBranch struct + Cmd string + Name string + Node string + TestExit int + type TournamentCandidate struct + Cmd string + Name string