Versions in this module Expand all Collapse all v0 v0.17.15 May 11, 2026 v0.17.14 May 11, 2026 Changes in this version + const TrunkCommitKindRegular + const TrunkCommitKindStackMerge + type BranchDiffResponse struct + BaseRevision string + Branch string + HeadRevision string + Patch string + type BranchResponse struct + CI *CIResponse + Children []string + CommitAuthor string + CommitCount int + CommitDate string + Commits []CommitResponse + Depth int + IsCurrent bool + IsFrozen bool + IsLocked bool + LinesAdded int + LinesDeleted int + LockReason string + Name string + NeedsRestack bool + PR *PRResponse + Parent string + RemoteStatus *RemoteStatus + Revision string + Scope string + func MapBranch(eng engine.BranchReader, branch engine.Branch, node *engine.StackNode, ...) BranchResponse + type CIResponse struct + Checks []CheckDetailResponse + ReviewDecision string + Status string + type CheckDetailResponse struct + Conclusion string + Name string + Status string + type CommitResponse struct + Date string + Message string + SHA string + type PRResponse struct + Base string + IsDraft bool + Number int + State string + Title string + URL string + type RemoteStatus struct + Ahead bool + Behind bool + Diverged bool + MissingRemote bool + type RepoResponse struct + CurrentBranch string + CurrentUser string + Owner string + Remote string + Repo string + Trunk string + type StackDetail struct + Branches []BranchResponse + func MapStackDetail(eng engine.BranchReader, graph *engine.StackGraph, rootBranch string, ...) StackDetail + type StackSummary struct + BranchCount int + Description string + HasWorktree bool + IsCurrent bool + Owner string + PRCount int + RootBranch string + Scope string + Status string + Title string + func MapStackSummary(eng engine.BranchReader, graph *engine.StackGraph, rootBranch string, ...) StackSummary + type TrunkCommitResponse struct + Author string + Date string + Kind string + Message string + PRNumber int + SHA string + StackPRTitles map[int]string + StackPRs []int + StackScope string + StackSize int + func MapTrunkCommits(commits []git.RecentCommit, prTitles map[int]string) []TrunkCommitResponse + type ViewResponse struct + RecentlyMerged []TrunkCommitResponse + Repo RepoResponse + Stacks []StackDetail