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