Documentation
¶
Index ¶
Constants ¶
View Source
const ( CautionForeColor = "#FFF10E" CautionBackColor = "#131313" )
Variables ¶
View Source
var ( CautionStyle = baseStyle. Width(40). AlignHorizontal(lipgloss.Center). MarginTop(2). MarginLeft(4). Padding(1, 2). Background(lipgloss.Color(CautionBackColor)). Foreground(lipgloss.Color(CautionForeColor)) )
Functions ¶
This section is empty.
Types ¶
type ProgressState ¶
type ProgressState int
const ( ProgressHash ProgressState = iota ProgressHashComplete ProgressUpdate ProgressUpdateComplete ProgressHashErr ProgressUpdateErr ProgressDone )
type ResultDisplayItem ¶
type ResultDisplayItem struct {
// contains filtered or unexported fields
}
type State ¶
type State int
const ( StateWelcome State = iota StateConsentSelection StateHDDSelection StateReviewConsentSelection StateUserReview StateDoAllWork StateDoHashWork StateDoUpdateWork StateDoHashReviewWork StateDoUpdateReviewWork StateHashProgressing StateUpdateProgressing StateResults StateError StateDone StateAbort )
Click to show internal directories.
Click to hide internal directories.