Versions in this module Expand all Collapse all v0 v0.1.0 Jul 30, 2026 Changes in this version + func AuthStatus(hosts []AuthRow) string + func Diagnostic(msg string) string + func Error(msg, help string) string + func IssueCloseConfirm(number int) string + func IssueCreateConfirm(number int, title, url string) string + func IssueList(issues []IssueRow, count, total int, _ ...string) string + func IssueView(issue *IssueDetail, full bool) string + func LabelCreateConfirm(name, scope string) string + func LabelDeleteConfirm(name, scope string) string + func LabelList(labels []LabelRow, _ ...string) string + func LabelUpdateConfirm(name, scope string) string + func PRCreateConfirm(number int, title, url string) string + func PRList(prs []PRRow, count, total int, _ ...string) string + func PRMergeConfirm(number int) string + func PRView(pr *PRDetail, full bool) string + func TruncateBody(body string, maxLen int) (string, int) + type AuthRow struct + Forge string + Host string + Source string + type DepPR struct + Number int + State string + Title string + type IssueDetail struct + Author string + Body string + BodySize int + CreatedAt string + Hint string + Number int + State string + Title string + URL string + UpdatedAt string + type IssueRow struct + Author string + Labels string + Number int + State string + Title string + type LabelRow struct + Color string + Description string + Exclusive bool + Name string + Scope string + type PRDetail struct + Author string + BaseRef string + Body string + BodySize int + ChecksPassed int + ChecksTotal int + CreatedAt string + DependedOnBy []DepPR + DependsOn []DepPR + Draft bool + HeadRef string + Hint string + Number int + Reviewers []ReviewerState + Stack string + State string + Title string + URL string + UpdatedAt string + type PRRow struct + Author string + Created string + Number int + Stack string + State string + Title string + type ReviewerState struct + Login string + State string