Documentation ¶ Index ¶ type Model func New(cfg commit.Config) Model func (m Model) Init() tea.Cmd func (m Model) Start() (*commit.Request, error) func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m Model) View() string type Models Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Model ¶ type Model struct { Request *commit.Request // contains filtered or unexported fields } func New ¶ func New(cfg commit.Config) Model func (Model) Init ¶ func (m Model) Init() tea.Cmd func (Model) Start ¶ added in v0.4.0 func (m Model) Start() (*commit.Request, error) func (Model) Update ¶ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Model) View ¶ func (m Model) View() string type Models ¶ type Models struct { // contains filtered or unexported fields } Source Files ¶ View all Source files ui.go Directories ¶ Show internal Expand all Path Synopsis body filterlist footer header help info message shortcut status theme uitest Click to show internal directories. Click to hide internal directories.