Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProgram ¶
NewProgram creates a new Bubble Tea program.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model defines the state for the TUI.
func NewUIModel ¶
func NewUIModel( commitMsg string, diff string, language string, prompt string, commitType string, tmpl string, enableEmoji bool, client *gogpt.Client, ) Model
NewUIModel creates a new UI model.
Click to show internal directories.
Click to hide internal directories.