Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimerModel ¶
type TimerModel struct {
Done bool
// contains filtered or unexported fields
}
func NewTimerModel ¶
func NewTimerModel(startTime time.Duration) TimerModel
func (TimerModel) Init ¶
func (m TimerModel) Init() tea.Cmd
func (TimerModel) View ¶
func (m TimerModel) View() string
Click to show internal directories.
Click to hide internal directories.