Documentation ¶
Index ¶
- func GetGitpwnedConfiguration() gitpwnedCmdModel
- type GitpwnedComponent
- func (m *GitpwnedComponent) FullHelp() [][]key.Binding
- func (m *GitpwnedComponent) Init() tea.Cmd
- func (m *GitpwnedComponent) SetForm(form tea.Model)
- func (m *GitpwnedComponent) ShortHelp() []key.Binding
- func (m *GitpwnedComponent) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m *GitpwnedComponent) View() string
- type Item
- type RunComponent
- type SetArgsMsg
- type SetSourceMsg
- type SourceComponent
- func (m *SourceComponent) FullHelp() [][]key.Binding
- func (m *SourceComponent) Init() tea.Cmd
- func (m *SourceComponent) SetForm(form tea.Model)
- func (m *SourceComponent) ShortHelp() []key.Binding
- func (m *SourceComponent) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m *SourceComponent) View() string
- type SourceConfigure
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetGitpwnedConfiguration ¶
func GetGitpwnedConfiguration() gitpwnedCmdModel
Types ¶
type GitpwnedComponent ¶
func NewGitpwnedComponent ¶
func NewGitpwnedComponent(common common.Common, parent *SourceConfigure) *GitpwnedComponent
func (*GitpwnedComponent) FullHelp ¶
func (m *GitpwnedComponent) FullHelp() [][]key.Binding
func (*GitpwnedComponent) Init ¶
func (m *GitpwnedComponent) Init() tea.Cmd
func (*GitpwnedComponent) SetForm ¶
func (m *GitpwnedComponent) SetForm(form tea.Model)
func (*GitpwnedComponent) ShortHelp ¶
func (m *GitpwnedComponent) ShortHelp() []key.Binding
func (*GitpwnedComponent) View ¶
func (m *GitpwnedComponent) View() string
type Item ¶
type Item struct {
// contains filtered or unexported fields
}
func (Item) Description ¶
func (Item) FilterValue ¶
We shouldn't be filtering for these list items.
func (Item) SetDescription ¶
type RunComponent ¶
func NewRunComponent ¶
func NewRunComponent(common common.Common, parent *SourceConfigure) *RunComponent
func (*RunComponent) FullHelp ¶
func (m *RunComponent) FullHelp() [][]key.Binding
func (*RunComponent) Init ¶
func (m *RunComponent) Init() tea.Cmd
func (*RunComponent) ShortHelp ¶
func (m *RunComponent) ShortHelp() []key.Binding
func (*RunComponent) View ¶
func (m *RunComponent) View() string
type SetArgsMsg ¶
type SetArgsMsg string
type SetSourceMsg ¶
type SetSourceMsg struct {
Source string
}
type SourceComponent ¶
func NewSourceComponent ¶
func NewSourceComponent(common common.Common, parent *SourceConfigure) *SourceComponent
func (*SourceComponent) FullHelp ¶
func (m *SourceComponent) FullHelp() [][]key.Binding
func (*SourceComponent) Init ¶
func (m *SourceComponent) Init() tea.Cmd
func (*SourceComponent) SetForm ¶
func (m *SourceComponent) SetForm(form tea.Model)
func (*SourceComponent) ShortHelp ¶
func (m *SourceComponent) ShortHelp() []key.Binding
func (*SourceComponent) View ¶
func (m *SourceComponent) View() string
type SourceConfigure ¶
func New ¶
func New(c common.Common) *SourceConfigure
func (*SourceConfigure) FullHelp ¶
func (m *SourceConfigure) FullHelp() [][]key.Binding
func (SourceConfigure) Init ¶
func (m SourceConfigure) Init() tea.Cmd
func (*SourceConfigure) ShortHelp ¶
func (m *SourceConfigure) ShortHelp() []key.Binding
func (*SourceConfigure) View ¶
func (m *SourceConfigure) View() string
Click to show internal directories.
Click to hide internal directories.