Documentation ¶ Index ¶ type Model func New() Model func (m *Model) Configure(state *commit.State) 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() Model func (*Model) Configure ¶ added in v0.5.0 func (m *Model) Configure(state *commit.State) 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 defaults.goui.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.