Documentation
¶
Index ¶
- type InputMode
- type Model
- func (m Model) Done() bool
- func (m Model) GetEndMonth() (*int, error)
- func (m Model) GetEndYear() (*int, error)
- func (m Model) GetMonth() (*int, error)
- func (m Model) GetYear() (int, error)
- func (m Model) Init() tea.Cmd
- func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m Model) View() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model represents the state of the date input form
func (Model) GetEndMonth ¶
GetEndMonth returns the entered end month
func (Model) GetEndYear ¶
GetEndYear returns the entered end year
Click to show internal directories.
Click to hide internal directories.