Documentation
¶
Overview ¶
Package render formats snapshots, evidence and reports for the CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Evidence ¶
func Evidence(snap *types.PrSnapshot, inline []types.CommentEvidence, issue []types.IssueLevelEvidence) string
Evidence prints the deterministic evidence packets for the snapshot.
func NothingToClassify ¶
func NothingToClassify(snap *types.PrSnapshot) string
NothingToClassify is shown when neither inline nor issue-level work survives filtering.
func Report ¶
func Report( snap *types.PrSnapshot, inline []types.CommentEvidence, issueLevel []types.IssueLevelEvidence, outcomes []types.Outcome, ) string
Report formats the full classified report with per-comment status, source and draft replies. inline + issueLevel are passed so we can look up the original body for the comment column.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.