Documentation
¶
Index ¶
Constants ¶
View Source
const ANALYSIS_INSTRUCTIONS = "CTRL+C to exit\nENTER to retry"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalysisModel ¶
type AnalysisModel struct {
Time float64 // amount of time taken in seconds
Words int // number of Correct words
Correct int // number of Correct characters
Characters int // total characters typed
}
func NewAnalysisModel ¶
func NewAnalysisModel() AnalysisModel
func (AnalysisModel) Init ¶
func (am AnalysisModel) Init() tea.Cmd
func (AnalysisModel) View ¶
func (am AnalysisModel) View() string
Click to show internal directories.
Click to hide internal directories.