Documentation
¶
Index ¶
- Constants
- type Model
- func (m *Model) CommitPaneSet()
- func (m *Model) Configure(state *commit.State)
- func (m *Model) GeneralPaneSet()
- func (m Model) Init() tea.Cmd
- func (m Model) Start() (*commit.Request, error)
- func (m *Model) ThemePaneSet()
- func (m *Model) ToConfig()
- func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m Model) View() string
- func (m *Model) VisualPaneSet()
- type Models
Constants ¶
View Source
const ( KeyAmend = "å" KeyLoad = "¬" KeySignoff = "ß" KeyTheme = "†" KeyAuthor = "¡" KeyEmoji = "™" KeySummary = "£" KeyBody = "¢" KeyHelp = "˙" KeyOption = "ø" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct { Request *commit.Request Date time.Time // contains filtered or unexported fields }
func (*Model) CommitPaneSet ¶ added in v0.11.0
func (m *Model) CommitPaneSet()
func (*Model) GeneralPaneSet ¶ added in v0.11.0
func (m *Model) GeneralPaneSet()
func (*Model) ThemePaneSet ¶ added in v0.11.0
func (m *Model) ThemePaneSet()
func (*Model) VisualPaneSet ¶ added in v0.11.0
func (m *Model) VisualPaneSet()
Click to show internal directories.
Click to hide internal directories.