Documentation ¶
Index ¶
- func GetTrufflehogConfiguration() truffleCmdModel
- 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
- type TrufflehogComponent
- func (m *TrufflehogComponent) FullHelp() [][]key.Binding
- func (m *TrufflehogComponent) Init() tea.Cmd
- func (m *TrufflehogComponent) SetForm(form tea.Model)
- func (m *TrufflehogComponent) ShortHelp() []key.Binding
- func (m *TrufflehogComponent) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m *TrufflehogComponent) View() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTrufflehogConfiguration ¶
func GetTrufflehogConfiguration() truffleCmdModel
Types ¶
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
type TrufflehogComponent ¶
func NewTrufflehogComponent ¶
func NewTrufflehogComponent(common common.Common, parent *SourceConfigure) *TrufflehogComponent
func (*TrufflehogComponent) FullHelp ¶
func (m *TrufflehogComponent) FullHelp() [][]key.Binding
func (*TrufflehogComponent) Init ¶
func (m *TrufflehogComponent) Init() tea.Cmd
func (*TrufflehogComponent) SetForm ¶
func (m *TrufflehogComponent) SetForm(form tea.Model)
func (*TrufflehogComponent) ShortHelp ¶
func (m *TrufflehogComponent) ShortHelp() []key.Binding
func (*TrufflehogComponent) View ¶
func (m *TrufflehogComponent) View() string
Click to show internal directories.
Click to hide internal directories.