Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelGithubTrigger ¶
type ModelGithubTrigger struct {
// shared properties
SelectedRepository *hdltypes.SelectedRepository
// keymap
Keys keyMap
// models
Help help.Model
Viewport *viewport.Model
// contains filtered or unexported fields
}
func SetupModelGithubTrigger ¶
func SetupModelGithubTrigger(githubUseCase gu.UseCase, selectedRepository *hdltypes.SelectedRepository, currentTab *int, forceUpdateWorkflowHistory *bool) *ModelGithubTrigger
func (*ModelGithubTrigger) Init ¶
func (m *ModelGithubTrigger) Init() tea.Cmd
func (*ModelGithubTrigger) View ¶
func (m *ModelGithubTrigger) View() string
func (*ModelGithubTrigger) ViewHelp ¶
func (m *ModelGithubTrigger) ViewHelp() string
func (*ModelGithubTrigger) ViewStatus ¶ added in v1.0.1
func (m *ModelGithubTrigger) ViewStatus() string
Click to show internal directories.
Click to hide internal directories.