Documentation
¶
Index ¶
- type Model
- func (m Model) AbilitiesPageView() string
- func (m Model) BackpackPageView() string
- func (m Model) BasicInfoPageView() string
- func (m Model) ClassPageView() string
- func (m Model) DumpUpdate(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) DumpView() string
- func (m Model) EquipmentPageView() string
- func (m Model) SkillsPageView() string
- func (m Model) SpellsPageView() string
- func (m Model) Update(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) UpdateAbilitiesPage(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) UpdateBackpackPage(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) UpdateBasicInfoPage(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) UpdateClassPage(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) UpdateEquipmentPage(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) UpdateSkillsPage(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) UpdateSpellsPage(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) UpdateWeaponsPage(msg tea.Msg) (Model, tea.Cmd)
- func (m *Model) View() string
- func (m Model) WeaponsPageView() 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
}
func (Model) AbilitiesPageView ¶
func (Model) BackpackPageView ¶
func (Model) BasicInfoPageView ¶
func (Model) ClassPageView ¶ added in v0.2.1
func (Model) EquipmentPageView ¶
func (Model) SkillsPageView ¶
func (Model) SpellsPageView ¶
func (Model) UpdateClassPage ¶ added in v0.2.1
func (Model) WeaponsPageView ¶
Source Files
¶
- abilities-model.go
- abilities-update.go
- abilities-view.go
- backpack-model.go
- backpack-update.go
- backpack-view.go
- basic-info-model.go
- basic-info-update.go
- basic-info-view.go
- class-info-model.go
- class-info-update.go
- class-info-view.go
- dump-page.go
- equipment-model.go
- equipment-update.go
- equipment-view.go
- shared.go
- skills-model.go
- skills-update.go
- skills-view.go
- spells-model.go
- spells-update.go
- spells-view.go
- weapons-model.go
- weapons-update.go
- weapons-view.go
Click to show internal directories.
Click to hide internal directories.