Documentation
¶
Index ¶
- Variables
- func PrintAccepted(snaps []snapshot.Snapshot)
- func PrintReject(snaps []snapshot.Snapshot)
- func PrintSkipped(snaps []snapshot.Snapshot)
- func PrintSummary(summary *snapshot.Summary)
- func RenderSnapshotSummary(snap *snapshot.Snapshot)
- func ReviewSnapshotsModel(snapPaths []string, summary *snapshot.Summary) reviewModel
- func SnapshotSummary(snap *snapshot.Snapshot, termWidth int) string
Constants ¶
This section is empty.
Variables ¶
View Source
var BoldText = lipgloss.NewStyle().Bold(true)
View Source
var GreenText = lipgloss.NewStyle().Foreground(lipgloss.Color("#728F66"))
View Source
var GreenText2Underlined = lipgloss.NewStyle().Underline(true).Inherit(greenText2)
View Source
var RedText = lipgloss.NewStyle().Foreground(lipgloss.Color("#BF3F42"))
View Source
var YellowText = lipgloss.NewStyle().Foreground(lipgloss.Color("#BA9E6B"))
Functions ¶
func PrintAccepted ¶
func PrintReject ¶
func PrintSkipped ¶
func PrintSummary ¶
func RenderSnapshotSummary ¶
func ReviewSnapshotsModel ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.