Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SourceItem ¶
type SourceItem struct {
// contains filtered or unexported fields
}
func EnterpriseItem ¶
func EnterpriseItem(title, description string) SourceItem
func OssItem ¶
func OssItem(title, description string) SourceItem
func (SourceItem) Description ¶
func (i SourceItem) Description() string
func (SourceItem) FilterValue ¶
func (i SourceItem) FilterValue() string
func (SourceItem) ID ¶
func (i SourceItem) ID() string
func (SourceItem) Title ¶
func (i SourceItem) Title() string
type SourceSelect ¶
func New ¶
func New(c common.Common) *SourceSelect
func (*SourceSelect) FullHelp ¶
func (m *SourceSelect) FullHelp() [][]key.Binding
func (*SourceSelect) Init ¶
func (m *SourceSelect) Init() tea.Cmd
func (*SourceSelect) ShortHelp ¶
func (m *SourceSelect) ShortHelp() []key.Binding
func (*SourceSelect) View ¶
func (m *SourceSelect) View() string
Click to show internal directories.
Click to hide internal directories.