Documentation
¶
Index ¶
- func GtCommit(args []string) error
- func GtMessage() error
- type ContentDisplay
- type Model
- type ViewController
- func (v *ViewController) NextStage()
- func (v *ViewController) OutputContent() string
- func (v *ViewController) PreviousStage()
- func (v *ViewController) Render() string
- func (v *ViewController) Reset()
- func (v *ViewController) SetCurrentStageContent(model textinput.Model)
- func (v *ViewController) Update(msg tea.Msg) (textinput.Model, tea.Cmd)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContentDisplay ¶
type ViewController ¶
type ViewController struct {
// contains filtered or unexported fields
}
func NewView ¶
func NewView() *ViewController
func (*ViewController) NextStage ¶
func (v *ViewController) NextStage()
func (*ViewController) OutputContent ¶
func (v *ViewController) OutputContent() string
func (*ViewController) PreviousStage ¶
func (v *ViewController) PreviousStage()
func (*ViewController) Render ¶
func (v *ViewController) Render() string
func (*ViewController) Reset ¶
func (v *ViewController) Reset()
func (*ViewController) SetCurrentStageContent ¶
func (v *ViewController) SetCurrentStageContent(model textinput.Model)
Click to show internal directories.
Click to hide internal directories.