Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StageDispatcher ¶
StageDispatcher sends messages to the global context to be processed
type StageModel ¶
type StageModel interface { Init(dispatch StageDispatcher) tea.Cmd Update(msg tea.Msg) (Stage, StageModel, tea.Cmd) View() string }
Click to show internal directories.
Click to hide internal directories.