Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeAutocompleteComponent
- func (fake *FakeAutocompleteComponent) ClearUsageHint()
- func (fake *FakeAutocompleteComponent) ClearUsageHintCallCount() int
- func (fake *FakeAutocompleteComponent) ClearUsageHintCalls(stub func())
- func (fake *FakeAutocompleteComponent) GetSelectedShortcut() string
- func (fake *FakeAutocompleteComponent) GetSelectedShortcutCallCount() int
- func (fake *FakeAutocompleteComponent) GetSelectedShortcutCalls(stub func() string)
- func (fake *FakeAutocompleteComponent) GetSelectedShortcutReturns(result1 string)
- func (fake *FakeAutocompleteComponent) GetSelectedShortcutReturnsOnCall(i int, result1 string)
- func (fake *FakeAutocompleteComponent) GetUsageHint() string
- func (fake *FakeAutocompleteComponent) GetUsageHintCallCount() int
- func (fake *FakeAutocompleteComponent) GetUsageHintCalls(stub func() string)
- func (fake *FakeAutocompleteComponent) GetUsageHintReturns(result1 string)
- func (fake *FakeAutocompleteComponent) GetUsageHintReturnsOnCall(i int, result1 string)
- func (fake *FakeAutocompleteComponent) HandleKey(arg1 tea.KeyMsg) (bool, string)
- func (fake *FakeAutocompleteComponent) HandleKeyArgsForCall(i int) tea.KeyMsg
- func (fake *FakeAutocompleteComponent) HandleKeyCallCount() int
- func (fake *FakeAutocompleteComponent) HandleKeyCalls(stub func(tea.KeyMsg) (bool, string))
- func (fake *FakeAutocompleteComponent) HandleKeyReturns(result1 bool, result2 string)
- func (fake *FakeAutocompleteComponent) HandleKeyReturnsOnCall(i int, result1 bool, result2 string)
- func (fake *FakeAutocompleteComponent) Hide()
- func (fake *FakeAutocompleteComponent) HideCallCount() int
- func (fake *FakeAutocompleteComponent) HideCalls(stub func())
- func (fake *FakeAutocompleteComponent) Invocations() map[string][][]interface{}
- func (fake *FakeAutocompleteComponent) IsVisible() bool
- func (fake *FakeAutocompleteComponent) IsVisibleCallCount() int
- func (fake *FakeAutocompleteComponent) IsVisibleCalls(stub func() bool)
- func (fake *FakeAutocompleteComponent) IsVisibleReturns(result1 bool)
- func (fake *FakeAutocompleteComponent) IsVisibleReturnsOnCall(i int, result1 bool)
- func (fake *FakeAutocompleteComponent) RefreshToolsList()
- func (fake *FakeAutocompleteComponent) RefreshToolsListCallCount() int
- func (fake *FakeAutocompleteComponent) RefreshToolsListCalls(stub func())
- func (fake *FakeAutocompleteComponent) Render() string
- func (fake *FakeAutocompleteComponent) RenderCallCount() int
- func (fake *FakeAutocompleteComponent) RenderCalls(stub func() string)
- func (fake *FakeAutocompleteComponent) RenderReturns(result1 string)
- func (fake *FakeAutocompleteComponent) RenderReturnsOnCall(i int, result1 string)
- func (fake *FakeAutocompleteComponent) SetHeight(arg1 int)
- func (fake *FakeAutocompleteComponent) SetHeightArgsForCall(i int) int
- func (fake *FakeAutocompleteComponent) SetHeightCallCount() int
- func (fake *FakeAutocompleteComponent) SetHeightCalls(stub func(int))
- func (fake *FakeAutocompleteComponent) SetWidth(arg1 int)
- func (fake *FakeAutocompleteComponent) SetWidthArgsForCall(i int) int
- func (fake *FakeAutocompleteComponent) SetWidthCallCount() int
- func (fake *FakeAutocompleteComponent) SetWidthCalls(stub func(int))
- func (fake *FakeAutocompleteComponent) ShouldExecuteImmediately() bool
- func (fake *FakeAutocompleteComponent) ShouldExecuteImmediatelyCallCount() int
- func (fake *FakeAutocompleteComponent) ShouldExecuteImmediatelyCalls(stub func() bool)
- func (fake *FakeAutocompleteComponent) ShouldExecuteImmediatelyReturns(result1 bool)
- func (fake *FakeAutocompleteComponent) ShouldExecuteImmediatelyReturnsOnCall(i int, result1 bool)
- func (fake *FakeAutocompleteComponent) Update(arg1 string, arg2 int)
- func (fake *FakeAutocompleteComponent) UpdateArgsForCall(i int) (string, int)
- func (fake *FakeAutocompleteComponent) UpdateCallCount() int
- func (fake *FakeAutocompleteComponent) UpdateCalls(stub func(string, int))
- type FakeConversationRenderer
- func (fake *FakeConversationRenderer) CanScrollDown() bool
- func (fake *FakeConversationRenderer) CanScrollDownCallCount() int
- func (fake *FakeConversationRenderer) CanScrollDownCalls(stub func() bool)
- func (fake *FakeConversationRenderer) CanScrollDownReturns(result1 bool)
- func (fake *FakeConversationRenderer) CanScrollDownReturnsOnCall(i int, result1 bool)
- func (fake *FakeConversationRenderer) CanScrollUp() bool
- func (fake *FakeConversationRenderer) CanScrollUpCallCount() int
- func (fake *FakeConversationRenderer) CanScrollUpCalls(stub func() bool)
- func (fake *FakeConversationRenderer) CanScrollUpReturns(result1 bool)
- func (fake *FakeConversationRenderer) CanScrollUpReturnsOnCall(i int, result1 bool)
- func (fake *FakeConversationRenderer) GetScrollOffset() int
- func (fake *FakeConversationRenderer) GetScrollOffsetCallCount() int
- func (fake *FakeConversationRenderer) GetScrollOffsetCalls(stub func() int)
- func (fake *FakeConversationRenderer) GetScrollOffsetReturns(result1 int)
- func (fake *FakeConversationRenderer) GetScrollOffsetReturnsOnCall(i int, result1 int)
- func (fake *FakeConversationRenderer) Invocations() map[string][][]interface{}
- func (fake *FakeConversationRenderer) IsRawFormat() bool
- func (fake *FakeConversationRenderer) IsRawFormatCallCount() int
- func (fake *FakeConversationRenderer) IsRawFormatCalls(stub func() bool)
- func (fake *FakeConversationRenderer) IsRawFormatReturns(result1 bool)
- func (fake *FakeConversationRenderer) IsRawFormatReturnsOnCall(i int, result1 bool)
- func (fake *FakeConversationRenderer) IsThinkingExpanded(arg1 int) bool
- func (fake *FakeConversationRenderer) IsThinkingExpandedArgsForCall(i int) int
- func (fake *FakeConversationRenderer) IsThinkingExpandedCallCount() int
- func (fake *FakeConversationRenderer) IsThinkingExpandedCalls(stub func(int) bool)
- func (fake *FakeConversationRenderer) IsThinkingExpandedReturns(result1 bool)
- func (fake *FakeConversationRenderer) IsThinkingExpandedReturnsOnCall(i int, result1 bool)
- func (fake *FakeConversationRenderer) IsToolResultExpanded(arg1 int) bool
- func (fake *FakeConversationRenderer) IsToolResultExpandedArgsForCall(i int) int
- func (fake *FakeConversationRenderer) IsToolResultExpandedCallCount() int
- func (fake *FakeConversationRenderer) IsToolResultExpandedCalls(stub func(int) bool)
- func (fake *FakeConversationRenderer) IsToolResultExpandedReturns(result1 bool)
- func (fake *FakeConversationRenderer) IsToolResultExpandedReturnsOnCall(i int, result1 bool)
- func (fake *FakeConversationRenderer) Render() string
- func (fake *FakeConversationRenderer) RenderCallCount() int
- func (fake *FakeConversationRenderer) RenderCalls(stub func() string)
- func (fake *FakeConversationRenderer) RenderReturns(result1 string)
- func (fake *FakeConversationRenderer) RenderReturnsOnCall(i int, result1 string)
- func (fake *FakeConversationRenderer) ResetUserScroll()
- func (fake *FakeConversationRenderer) ResetUserScrollCallCount() int
- func (fake *FakeConversationRenderer) ResetUserScrollCalls(stub func())
- func (fake *FakeConversationRenderer) SetConversation(arg1 []domain.ConversationEntry)
- func (fake *FakeConversationRenderer) SetConversationArgsForCall(i int) []domain.ConversationEntry
- func (fake *FakeConversationRenderer) SetConversationCallCount() int
- func (fake *FakeConversationRenderer) SetConversationCalls(stub func([]domain.ConversationEntry))
- func (fake *FakeConversationRenderer) SetHeight(arg1 int)
- func (fake *FakeConversationRenderer) SetHeightArgsForCall(i int) int
- func (fake *FakeConversationRenderer) SetHeightCallCount() int
- func (fake *FakeConversationRenderer) SetHeightCalls(stub func(int))
- func (fake *FakeConversationRenderer) SetWidth(arg1 int)
- func (fake *FakeConversationRenderer) SetWidthArgsForCall(i int) int
- func (fake *FakeConversationRenderer) SetWidthCallCount() int
- func (fake *FakeConversationRenderer) SetWidthCalls(stub func(int))
- func (fake *FakeConversationRenderer) ToggleAllThinkingExpansion()
- func (fake *FakeConversationRenderer) ToggleAllThinkingExpansionCallCount() int
- func (fake *FakeConversationRenderer) ToggleAllThinkingExpansionCalls(stub func())
- func (fake *FakeConversationRenderer) ToggleAllToolResultsExpansion()
- func (fake *FakeConversationRenderer) ToggleAllToolResultsExpansionCallCount() int
- func (fake *FakeConversationRenderer) ToggleAllToolResultsExpansionCalls(stub func())
- func (fake *FakeConversationRenderer) ToggleRawFormat()
- func (fake *FakeConversationRenderer) ToggleRawFormatCallCount() int
- func (fake *FakeConversationRenderer) ToggleRawFormatCalls(stub func())
- func (fake *FakeConversationRenderer) ToggleToolResultExpansion(arg1 int)
- func (fake *FakeConversationRenderer) ToggleToolResultExpansionArgsForCall(i int) int
- func (fake *FakeConversationRenderer) ToggleToolResultExpansionCallCount() int
- func (fake *FakeConversationRenderer) ToggleToolResultExpansionCalls(stub func(int))
- type FakeHelpBarComponent
- func (fake *FakeHelpBarComponent) Invocations() map[string][][]interface{}
- func (fake *FakeHelpBarComponent) IsEnabled() bool
- func (fake *FakeHelpBarComponent) IsEnabledCallCount() int
- func (fake *FakeHelpBarComponent) IsEnabledCalls(stub func() bool)
- func (fake *FakeHelpBarComponent) IsEnabledReturns(result1 bool)
- func (fake *FakeHelpBarComponent) IsEnabledReturnsOnCall(i int, result1 bool)
- func (fake *FakeHelpBarComponent) Render() string
- func (fake *FakeHelpBarComponent) RenderCallCount() int
- func (fake *FakeHelpBarComponent) RenderCalls(stub func() string)
- func (fake *FakeHelpBarComponent) RenderReturns(result1 string)
- func (fake *FakeHelpBarComponent) RenderReturnsOnCall(i int, result1 string)
- func (fake *FakeHelpBarComponent) SetEnabled(arg1 bool)
- func (fake *FakeHelpBarComponent) SetEnabledArgsForCall(i int) bool
- func (fake *FakeHelpBarComponent) SetEnabledCallCount() int
- func (fake *FakeHelpBarComponent) SetEnabledCalls(stub func(bool))
- func (fake *FakeHelpBarComponent) SetHeight(arg1 int)
- func (fake *FakeHelpBarComponent) SetHeightArgsForCall(i int) int
- func (fake *FakeHelpBarComponent) SetHeightCallCount() int
- func (fake *FakeHelpBarComponent) SetHeightCalls(stub func(int))
- func (fake *FakeHelpBarComponent) SetShortcuts(arg1 []ui.KeyShortcut)
- func (fake *FakeHelpBarComponent) SetShortcutsArgsForCall(i int) []ui.KeyShortcut
- func (fake *FakeHelpBarComponent) SetShortcutsCallCount() int
- func (fake *FakeHelpBarComponent) SetShortcutsCalls(stub func([]ui.KeyShortcut))
- func (fake *FakeHelpBarComponent) SetWidth(arg1 int)
- func (fake *FakeHelpBarComponent) SetWidthArgsForCall(i int) int
- func (fake *FakeHelpBarComponent) SetWidthCallCount() int
- func (fake *FakeHelpBarComponent) SetWidthCalls(stub func(int))
- type FakeInputComponent
- func (fake *FakeInputComponent) AddImageAttachment(arg1 domain.ImageAttachment)
- func (fake *FakeInputComponent) AddImageAttachmentArgsForCall(i int) domain.ImageAttachment
- func (fake *FakeInputComponent) AddImageAttachmentCallCount() int
- func (fake *FakeInputComponent) AddImageAttachmentCalls(stub func(domain.ImageAttachment))
- func (fake *FakeInputComponent) AddToHistory(arg1 string) error
- func (fake *FakeInputComponent) AddToHistoryArgsForCall(i int) string
- func (fake *FakeInputComponent) AddToHistoryCallCount() int
- func (fake *FakeInputComponent) AddToHistoryCalls(stub func(string) error)
- func (fake *FakeInputComponent) AddToHistoryReturns(result1 error)
- func (fake *FakeInputComponent) AddToHistoryReturnsOnCall(i int, result1 error)
- func (fake *FakeInputComponent) CanHandle(arg1 tea.KeyMsg) bool
- func (fake *FakeInputComponent) CanHandleArgsForCall(i int) tea.KeyMsg
- func (fake *FakeInputComponent) CanHandleCallCount() int
- func (fake *FakeInputComponent) CanHandleCalls(stub func(tea.KeyMsg) bool)
- func (fake *FakeInputComponent) CanHandleReturns(result1 bool)
- func (fake *FakeInputComponent) CanHandleReturnsOnCall(i int, result1 bool)
- func (fake *FakeInputComponent) ClearImageAttachments()
- func (fake *FakeInputComponent) ClearImageAttachmentsCallCount() int
- func (fake *FakeInputComponent) ClearImageAttachmentsCalls(stub func())
- func (fake *FakeInputComponent) ClearInput()
- func (fake *FakeInputComponent) ClearInputCallCount() int
- func (fake *FakeInputComponent) ClearInputCalls(stub func())
- func (fake *FakeInputComponent) GetCursor() int
- func (fake *FakeInputComponent) GetCursorCallCount() int
- func (fake *FakeInputComponent) GetCursorCalls(stub func() int)
- func (fake *FakeInputComponent) GetCursorReturns(result1 int)
- func (fake *FakeInputComponent) GetCursorReturnsOnCall(i int, result1 int)
- func (fake *FakeInputComponent) GetImageAttachments() []domain.ImageAttachment
- func (fake *FakeInputComponent) GetImageAttachmentsCallCount() int
- func (fake *FakeInputComponent) GetImageAttachmentsCalls(stub func() []domain.ImageAttachment)
- func (fake *FakeInputComponent) GetImageAttachmentsReturns(result1 []domain.ImageAttachment)
- func (fake *FakeInputComponent) GetImageAttachmentsReturnsOnCall(i int, result1 []domain.ImageAttachment)
- func (fake *FakeInputComponent) GetInput() string
- func (fake *FakeInputComponent) GetInputCallCount() int
- func (fake *FakeInputComponent) GetInputCalls(stub func() string)
- func (fake *FakeInputComponent) GetInputReturns(result1 string)
- func (fake *FakeInputComponent) GetInputReturnsOnCall(i int, result1 string)
- func (fake *FakeInputComponent) GetUsageHint() string
- func (fake *FakeInputComponent) GetUsageHintCallCount() int
- func (fake *FakeInputComponent) GetUsageHintCalls(stub func() string)
- func (fake *FakeInputComponent) GetUsageHintReturns(result1 string)
- func (fake *FakeInputComponent) GetUsageHintReturnsOnCall(i int, result1 string)
- func (fake *FakeInputComponent) HandleKey(arg1 tea.KeyMsg) (tea.Model, tea.Cmd)
- func (fake *FakeInputComponent) HandleKeyArgsForCall(i int) tea.KeyMsg
- func (fake *FakeInputComponent) HandleKeyCallCount() int
- func (fake *FakeInputComponent) HandleKeyCalls(stub func(tea.KeyMsg) (tea.Model, tea.Cmd))
- func (fake *FakeInputComponent) HandleKeyReturns(result1 tea.Model, result2 tea.Cmd)
- func (fake *FakeInputComponent) HandleKeyReturnsOnCall(i int, result1 tea.Model, result2 tea.Cmd)
- func (fake *FakeInputComponent) Invocations() map[string][][]interface{}
- func (fake *FakeInputComponent) NavigateHistoryDown()
- func (fake *FakeInputComponent) NavigateHistoryDownCallCount() int
- func (fake *FakeInputComponent) NavigateHistoryDownCalls(stub func())
- func (fake *FakeInputComponent) NavigateHistoryUp()
- func (fake *FakeInputComponent) NavigateHistoryUpCallCount() int
- func (fake *FakeInputComponent) NavigateHistoryUpCalls(stub func())
- func (fake *FakeInputComponent) Render() string
- func (fake *FakeInputComponent) RenderCallCount() int
- func (fake *FakeInputComponent) RenderCalls(stub func() string)
- func (fake *FakeInputComponent) RenderReturns(result1 string)
- func (fake *FakeInputComponent) RenderReturnsOnCall(i int, result1 string)
- func (fake *FakeInputComponent) SetCursor(arg1 int)
- func (fake *FakeInputComponent) SetCursorArgsForCall(i int) int
- func (fake *FakeInputComponent) SetCursorCallCount() int
- func (fake *FakeInputComponent) SetCursorCalls(stub func(int))
- func (fake *FakeInputComponent) SetHeight(arg1 int)
- func (fake *FakeInputComponent) SetHeightArgsForCall(i int) int
- func (fake *FakeInputComponent) SetHeightCallCount() int
- func (fake *FakeInputComponent) SetHeightCalls(stub func(int))
- func (fake *FakeInputComponent) SetPlaceholder(arg1 string)
- func (fake *FakeInputComponent) SetPlaceholderArgsForCall(i int) string
- func (fake *FakeInputComponent) SetPlaceholderCallCount() int
- func (fake *FakeInputComponent) SetPlaceholderCalls(stub func(string))
- func (fake *FakeInputComponent) SetText(arg1 string)
- func (fake *FakeInputComponent) SetTextArgsForCall(i int) string
- func (fake *FakeInputComponent) SetTextCallCount() int
- func (fake *FakeInputComponent) SetTextCalls(stub func(string))
- func (fake *FakeInputComponent) SetUsageHint(arg1 string)
- func (fake *FakeInputComponent) SetUsageHintArgsForCall(i int) string
- func (fake *FakeInputComponent) SetUsageHintCallCount() int
- func (fake *FakeInputComponent) SetUsageHintCalls(stub func(string))
- func (fake *FakeInputComponent) SetWidth(arg1 int)
- func (fake *FakeInputComponent) SetWidthArgsForCall(i int) int
- func (fake *FakeInputComponent) SetWidthCallCount() int
- func (fake *FakeInputComponent) SetWidthCalls(stub func(int))
- type FakeSelectionComponent
- func (fake *FakeSelectionComponent) GetOptions() []string
- func (fake *FakeSelectionComponent) GetOptionsCallCount() int
- func (fake *FakeSelectionComponent) GetOptionsCalls(stub func() []string)
- func (fake *FakeSelectionComponent) GetOptionsReturns(result1 []string)
- func (fake *FakeSelectionComponent) GetOptionsReturnsOnCall(i int, result1 []string)
- func (fake *FakeSelectionComponent) GetSelected() string
- func (fake *FakeSelectionComponent) GetSelectedCallCount() int
- func (fake *FakeSelectionComponent) GetSelectedCalls(stub func() string)
- func (fake *FakeSelectionComponent) GetSelectedIndex() int
- func (fake *FakeSelectionComponent) GetSelectedIndexCallCount() int
- func (fake *FakeSelectionComponent) GetSelectedIndexCalls(stub func() int)
- func (fake *FakeSelectionComponent) GetSelectedIndexReturns(result1 int)
- func (fake *FakeSelectionComponent) GetSelectedIndexReturnsOnCall(i int, result1 int)
- func (fake *FakeSelectionComponent) GetSelectedReturns(result1 string)
- func (fake *FakeSelectionComponent) GetSelectedReturnsOnCall(i int, result1 string)
- func (fake *FakeSelectionComponent) Invocations() map[string][][]interface{}
- func (fake *FakeSelectionComponent) IsCancelled() bool
- func (fake *FakeSelectionComponent) IsCancelledCallCount() int
- func (fake *FakeSelectionComponent) IsCancelledCalls(stub func() bool)
- func (fake *FakeSelectionComponent) IsCancelledReturns(result1 bool)
- func (fake *FakeSelectionComponent) IsCancelledReturnsOnCall(i int, result1 bool)
- func (fake *FakeSelectionComponent) IsSelected() bool
- func (fake *FakeSelectionComponent) IsSelectedCallCount() int
- func (fake *FakeSelectionComponent) IsSelectedCalls(stub func() bool)
- func (fake *FakeSelectionComponent) IsSelectedReturns(result1 bool)
- func (fake *FakeSelectionComponent) IsSelectedReturnsOnCall(i int, result1 bool)
- func (fake *FakeSelectionComponent) Render() string
- func (fake *FakeSelectionComponent) RenderCallCount() int
- func (fake *FakeSelectionComponent) RenderCalls(stub func() string)
- func (fake *FakeSelectionComponent) RenderReturns(result1 string)
- func (fake *FakeSelectionComponent) RenderReturnsOnCall(i int, result1 string)
- func (fake *FakeSelectionComponent) SetHeight(arg1 int)
- func (fake *FakeSelectionComponent) SetHeightArgsForCall(i int) int
- func (fake *FakeSelectionComponent) SetHeightCallCount() int
- func (fake *FakeSelectionComponent) SetHeightCalls(stub func(int))
- func (fake *FakeSelectionComponent) SetOptions(arg1 []string)
- func (fake *FakeSelectionComponent) SetOptionsArgsForCall(i int) []string
- func (fake *FakeSelectionComponent) SetOptionsCallCount() int
- func (fake *FakeSelectionComponent) SetOptionsCalls(stub func([]string))
- func (fake *FakeSelectionComponent) SetSelected(arg1 int)
- func (fake *FakeSelectionComponent) SetSelectedArgsForCall(i int) int
- func (fake *FakeSelectionComponent) SetSelectedCallCount() int
- func (fake *FakeSelectionComponent) SetSelectedCalls(stub func(int))
- func (fake *FakeSelectionComponent) SetWidth(arg1 int)
- func (fake *FakeSelectionComponent) SetWidthArgsForCall(i int) int
- func (fake *FakeSelectionComponent) SetWidthCallCount() int
- func (fake *FakeSelectionComponent) SetWidthCalls(stub func(int))
- type FakeShortcutRegistry
- func (fake *FakeShortcutRegistry) GetAll() []shortcuts.Shortcut
- func (fake *FakeShortcutRegistry) GetAllCallCount() int
- func (fake *FakeShortcutRegistry) GetAllCalls(stub func() []shortcuts.Shortcut)
- func (fake *FakeShortcutRegistry) GetAllReturns(result1 []shortcuts.Shortcut)
- func (fake *FakeShortcutRegistry) GetAllReturnsOnCall(i int, result1 []shortcuts.Shortcut)
- func (fake *FakeShortcutRegistry) Invocations() map[string][][]interface{}
- type FakeStatusComponent
- func (fake *FakeStatusComponent) ClearStatus()
- func (fake *FakeStatusComponent) ClearStatusCallCount() int
- func (fake *FakeStatusComponent) ClearStatusCalls(stub func())
- func (fake *FakeStatusComponent) HasSavedState() bool
- func (fake *FakeStatusComponent) HasSavedStateCallCount() int
- func (fake *FakeStatusComponent) HasSavedStateCalls(stub func() bool)
- func (fake *FakeStatusComponent) HasSavedStateReturns(result1 bool)
- func (fake *FakeStatusComponent) HasSavedStateReturnsOnCall(i int, result1 bool)
- func (fake *FakeStatusComponent) Invocations() map[string][][]interface{}
- func (fake *FakeStatusComponent) IsShowingError() bool
- func (fake *FakeStatusComponent) IsShowingErrorCallCount() int
- func (fake *FakeStatusComponent) IsShowingErrorCalls(stub func() bool)
- func (fake *FakeStatusComponent) IsShowingErrorReturns(result1 bool)
- func (fake *FakeStatusComponent) IsShowingErrorReturnsOnCall(i int, result1 bool)
- func (fake *FakeStatusComponent) IsShowingSpinner() bool
- func (fake *FakeStatusComponent) IsShowingSpinnerCallCount() int
- func (fake *FakeStatusComponent) IsShowingSpinnerCalls(stub func() bool)
- func (fake *FakeStatusComponent) IsShowingSpinnerReturns(result1 bool)
- func (fake *FakeStatusComponent) IsShowingSpinnerReturnsOnCall(i int, result1 bool)
- func (fake *FakeStatusComponent) Render() string
- func (fake *FakeStatusComponent) RenderCallCount() int
- func (fake *FakeStatusComponent) RenderCalls(stub func() string)
- func (fake *FakeStatusComponent) RenderReturns(result1 string)
- func (fake *FakeStatusComponent) RenderReturnsOnCall(i int, result1 string)
- func (fake *FakeStatusComponent) RestoreSavedState() tea.Cmd
- func (fake *FakeStatusComponent) RestoreSavedStateCallCount() int
- func (fake *FakeStatusComponent) RestoreSavedStateCalls(stub func() tea.Cmd)
- func (fake *FakeStatusComponent) RestoreSavedStateReturns(result1 tea.Cmd)
- func (fake *FakeStatusComponent) RestoreSavedStateReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeStatusComponent) SaveCurrentState()
- func (fake *FakeStatusComponent) SaveCurrentStateCallCount() int
- func (fake *FakeStatusComponent) SaveCurrentStateCalls(stub func())
- func (fake *FakeStatusComponent) SetHeight(arg1 int)
- func (fake *FakeStatusComponent) SetHeightArgsForCall(i int) int
- func (fake *FakeStatusComponent) SetHeightCallCount() int
- func (fake *FakeStatusComponent) SetHeightCalls(stub func(int))
- func (fake *FakeStatusComponent) SetWidth(arg1 int)
- func (fake *FakeStatusComponent) SetWidthArgsForCall(i int) int
- func (fake *FakeStatusComponent) SetWidthCallCount() int
- func (fake *FakeStatusComponent) SetWidthCalls(stub func(int))
- func (fake *FakeStatusComponent) ShowError(arg1 string)
- func (fake *FakeStatusComponent) ShowErrorArgsForCall(i int) string
- func (fake *FakeStatusComponent) ShowErrorCallCount() int
- func (fake *FakeStatusComponent) ShowErrorCalls(stub func(string))
- func (fake *FakeStatusComponent) ShowSpinner(arg1 string)
- func (fake *FakeStatusComponent) ShowSpinnerArgsForCall(i int) string
- func (fake *FakeStatusComponent) ShowSpinnerCallCount() int
- func (fake *FakeStatusComponent) ShowSpinnerCalls(stub func(string))
- func (fake *FakeStatusComponent) ShowStatus(arg1 string)
- func (fake *FakeStatusComponent) ShowStatusArgsForCall(i int) string
- func (fake *FakeStatusComponent) ShowStatusCallCount() int
- func (fake *FakeStatusComponent) ShowStatusCalls(stub func(string))
- type FakeTheme
- func (fake *FakeTheme) GetAccentColor() string
- func (fake *FakeTheme) GetAccentColorCallCount() int
- func (fake *FakeTheme) GetAccentColorCalls(stub func() string)
- func (fake *FakeTheme) GetAccentColorReturns(result1 string)
- func (fake *FakeTheme) GetAccentColorReturnsOnCall(i int, result1 string)
- func (fake *FakeTheme) GetAssistantColor() string
- func (fake *FakeTheme) GetAssistantColorCallCount() int
- func (fake *FakeTheme) GetAssistantColorCalls(stub func() string)
- func (fake *FakeTheme) GetAssistantColorReturns(result1 string)
- func (fake *FakeTheme) GetAssistantColorReturnsOnCall(i int, result1 string)
- func (fake *FakeTheme) GetBorderColor() string
- func (fake *FakeTheme) GetBorderColorCallCount() int
- func (fake *FakeTheme) GetBorderColorCalls(stub func() string)
- func (fake *FakeTheme) GetBorderColorReturns(result1 string)
- func (fake *FakeTheme) GetBorderColorReturnsOnCall(i int, result1 string)
- func (fake *FakeTheme) GetDiffAddColor() string
- func (fake *FakeTheme) GetDiffAddColorCallCount() int
- func (fake *FakeTheme) GetDiffAddColorCalls(stub func() string)
- func (fake *FakeTheme) GetDiffAddColorReturns(result1 string)
- func (fake *FakeTheme) GetDiffAddColorReturnsOnCall(i int, result1 string)
- func (fake *FakeTheme) GetDiffRemoveColor() string
- func (fake *FakeTheme) GetDiffRemoveColorCallCount() int
- func (fake *FakeTheme) GetDiffRemoveColorCalls(stub func() string)
- func (fake *FakeTheme) GetDiffRemoveColorReturns(result1 string)
- func (fake *FakeTheme) GetDiffRemoveColorReturnsOnCall(i int, result1 string)
- func (fake *FakeTheme) GetDimColor() string
- func (fake *FakeTheme) GetDimColorCallCount() int
- func (fake *FakeTheme) GetDimColorCalls(stub func() string)
- func (fake *FakeTheme) GetDimColorReturns(result1 string)
- func (fake *FakeTheme) GetDimColorReturnsOnCall(i int, result1 string)
- func (fake *FakeTheme) GetErrorColor() string
- func (fake *FakeTheme) GetErrorColorCallCount() int
- func (fake *FakeTheme) GetErrorColorCalls(stub func() string)
- func (fake *FakeTheme) GetErrorColorReturns(result1 string)
- func (fake *FakeTheme) GetErrorColorReturnsOnCall(i int, result1 string)
- func (fake *FakeTheme) GetStatusColor() string
- func (fake *FakeTheme) GetStatusColorCallCount() int
- func (fake *FakeTheme) GetStatusColorCalls(stub func() string)
- func (fake *FakeTheme) GetStatusColorReturns(result1 string)
- func (fake *FakeTheme) GetStatusColorReturnsOnCall(i int, result1 string)
- func (fake *FakeTheme) GetSuccessColor() string
- func (fake *FakeTheme) GetSuccessColorCallCount() int
- func (fake *FakeTheme) GetSuccessColorCalls(stub func() string)
- func (fake *FakeTheme) GetSuccessColorReturns(result1 string)
- func (fake *FakeTheme) GetSuccessColorReturnsOnCall(i int, result1 string)
- func (fake *FakeTheme) GetUserColor() string
- func (fake *FakeTheme) GetUserColorCallCount() int
- func (fake *FakeTheme) GetUserColorCalls(stub func() string)
- func (fake *FakeTheme) GetUserColorReturns(result1 string)
- func (fake *FakeTheme) GetUserColorReturnsOnCall(i int, result1 string)
- func (fake *FakeTheme) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAutocompleteComponent ¶ added in v0.76.5
type FakeAutocompleteComponent struct {
ClearUsageHintStub func()
GetSelectedShortcutStub func() string
GetUsageHintStub func() string
HandleKeyStub func(tea.KeyMsg) (bool, string)
HideStub func()
IsVisibleStub func() bool
RefreshToolsListStub func()
RenderStub func() string
SetHeightStub func(int)
SetWidthStub func(int)
ShouldExecuteImmediatelyStub func() bool
UpdateStub func(string, int)
// contains filtered or unexported fields
}
func (*FakeAutocompleteComponent) ClearUsageHint ¶ added in v0.90.0
func (fake *FakeAutocompleteComponent) ClearUsageHint()
func (*FakeAutocompleteComponent) ClearUsageHintCallCount ¶ added in v0.90.0
func (fake *FakeAutocompleteComponent) ClearUsageHintCallCount() int
func (*FakeAutocompleteComponent) ClearUsageHintCalls ¶ added in v0.90.0
func (fake *FakeAutocompleteComponent) ClearUsageHintCalls(stub func())
func (*FakeAutocompleteComponent) GetSelectedShortcut ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) GetSelectedShortcut() string
func (*FakeAutocompleteComponent) GetSelectedShortcutCallCount ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) GetSelectedShortcutCallCount() int
func (*FakeAutocompleteComponent) GetSelectedShortcutCalls ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) GetSelectedShortcutCalls(stub func() string)
func (*FakeAutocompleteComponent) GetSelectedShortcutReturns ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) GetSelectedShortcutReturns(result1 string)
func (*FakeAutocompleteComponent) GetSelectedShortcutReturnsOnCall ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) GetSelectedShortcutReturnsOnCall(i int, result1 string)
func (*FakeAutocompleteComponent) GetUsageHint ¶ added in v0.90.0
func (fake *FakeAutocompleteComponent) GetUsageHint() string
func (*FakeAutocompleteComponent) GetUsageHintCallCount ¶ added in v0.90.0
func (fake *FakeAutocompleteComponent) GetUsageHintCallCount() int
func (*FakeAutocompleteComponent) GetUsageHintCalls ¶ added in v0.90.0
func (fake *FakeAutocompleteComponent) GetUsageHintCalls(stub func() string)
func (*FakeAutocompleteComponent) GetUsageHintReturns ¶ added in v0.90.0
func (fake *FakeAutocompleteComponent) GetUsageHintReturns(result1 string)
func (*FakeAutocompleteComponent) GetUsageHintReturnsOnCall ¶ added in v0.90.0
func (fake *FakeAutocompleteComponent) GetUsageHintReturnsOnCall(i int, result1 string)
func (*FakeAutocompleteComponent) HandleKey ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) HandleKey(arg1 tea.KeyMsg) (bool, string)
func (*FakeAutocompleteComponent) HandleKeyArgsForCall ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) HandleKeyArgsForCall(i int) tea.KeyMsg
func (*FakeAutocompleteComponent) HandleKeyCallCount ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) HandleKeyCallCount() int
func (*FakeAutocompleteComponent) HandleKeyCalls ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) HandleKeyCalls(stub func(tea.KeyMsg) (bool, string))
func (*FakeAutocompleteComponent) HandleKeyReturns ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) HandleKeyReturns(result1 bool, result2 string)
func (*FakeAutocompleteComponent) HandleKeyReturnsOnCall ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) HandleKeyReturnsOnCall(i int, result1 bool, result2 string)
func (*FakeAutocompleteComponent) Hide ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) Hide()
func (*FakeAutocompleteComponent) HideCallCount ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) HideCallCount() int
func (*FakeAutocompleteComponent) HideCalls ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) HideCalls(stub func())
func (*FakeAutocompleteComponent) Invocations ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) Invocations() map[string][][]interface{}
func (*FakeAutocompleteComponent) IsVisible ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) IsVisible() bool
func (*FakeAutocompleteComponent) IsVisibleCallCount ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) IsVisibleCallCount() int
func (*FakeAutocompleteComponent) IsVisibleCalls ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) IsVisibleCalls(stub func() bool)
func (*FakeAutocompleteComponent) IsVisibleReturns ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) IsVisibleReturns(result1 bool)
func (*FakeAutocompleteComponent) IsVisibleReturnsOnCall ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) IsVisibleReturnsOnCall(i int, result1 bool)
func (*FakeAutocompleteComponent) RefreshToolsList ¶ added in v0.79.0
func (fake *FakeAutocompleteComponent) RefreshToolsList()
func (*FakeAutocompleteComponent) RefreshToolsListCallCount ¶ added in v0.79.0
func (fake *FakeAutocompleteComponent) RefreshToolsListCallCount() int
func (*FakeAutocompleteComponent) RefreshToolsListCalls ¶ added in v0.79.0
func (fake *FakeAutocompleteComponent) RefreshToolsListCalls(stub func())
func (*FakeAutocompleteComponent) Render ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) Render() string
func (*FakeAutocompleteComponent) RenderCallCount ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) RenderCallCount() int
func (*FakeAutocompleteComponent) RenderCalls ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) RenderCalls(stub func() string)
func (*FakeAutocompleteComponent) RenderReturns ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) RenderReturns(result1 string)
func (*FakeAutocompleteComponent) RenderReturnsOnCall ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) RenderReturnsOnCall(i int, result1 string)
func (*FakeAutocompleteComponent) SetHeight ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) SetHeight(arg1 int)
func (*FakeAutocompleteComponent) SetHeightArgsForCall ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) SetHeightArgsForCall(i int) int
func (*FakeAutocompleteComponent) SetHeightCallCount ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) SetHeightCallCount() int
func (*FakeAutocompleteComponent) SetHeightCalls ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) SetHeightCalls(stub func(int))
func (*FakeAutocompleteComponent) SetWidth ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) SetWidth(arg1 int)
func (*FakeAutocompleteComponent) SetWidthArgsForCall ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) SetWidthArgsForCall(i int) int
func (*FakeAutocompleteComponent) SetWidthCallCount ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) SetWidthCallCount() int
func (*FakeAutocompleteComponent) SetWidthCalls ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) SetWidthCalls(stub func(int))
func (*FakeAutocompleteComponent) ShouldExecuteImmediately ¶ added in v0.89.0
func (fake *FakeAutocompleteComponent) ShouldExecuteImmediately() bool
func (*FakeAutocompleteComponent) ShouldExecuteImmediatelyCallCount ¶ added in v0.89.0
func (fake *FakeAutocompleteComponent) ShouldExecuteImmediatelyCallCount() int
func (*FakeAutocompleteComponent) ShouldExecuteImmediatelyCalls ¶ added in v0.89.0
func (fake *FakeAutocompleteComponent) ShouldExecuteImmediatelyCalls(stub func() bool)
func (*FakeAutocompleteComponent) ShouldExecuteImmediatelyReturns ¶ added in v0.89.0
func (fake *FakeAutocompleteComponent) ShouldExecuteImmediatelyReturns(result1 bool)
func (*FakeAutocompleteComponent) ShouldExecuteImmediatelyReturnsOnCall ¶ added in v0.89.0
func (fake *FakeAutocompleteComponent) ShouldExecuteImmediatelyReturnsOnCall(i int, result1 bool)
func (*FakeAutocompleteComponent) Update ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) Update(arg1 string, arg2 int)
func (*FakeAutocompleteComponent) UpdateArgsForCall ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) UpdateArgsForCall(i int) (string, int)
func (*FakeAutocompleteComponent) UpdateCallCount ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) UpdateCallCount() int
func (*FakeAutocompleteComponent) UpdateCalls ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) UpdateCalls(stub func(string, int))
type FakeConversationRenderer ¶
type FakeConversationRenderer struct {
CanScrollDownStub func() bool
CanScrollUpStub func() bool
GetScrollOffsetStub func() int
IsRawFormatStub func() bool
IsThinkingExpandedStub func(int) bool
IsToolResultExpandedStub func(int) bool
RenderStub func() string
ResetUserScrollStub func()
SetConversationStub func([]domain.ConversationEntry)
SetHeightStub func(int)
SetWidthStub func(int)
ToggleAllThinkingExpansionStub func()
ToggleAllToolResultsExpansionStub func()
ToggleRawFormatStub func()
ToggleToolResultExpansionStub func(int)
// contains filtered or unexported fields
}
func (*FakeConversationRenderer) CanScrollDown ¶
func (fake *FakeConversationRenderer) CanScrollDown() bool
func (*FakeConversationRenderer) CanScrollDownCallCount ¶
func (fake *FakeConversationRenderer) CanScrollDownCallCount() int
func (*FakeConversationRenderer) CanScrollDownCalls ¶
func (fake *FakeConversationRenderer) CanScrollDownCalls(stub func() bool)
func (*FakeConversationRenderer) CanScrollDownReturns ¶
func (fake *FakeConversationRenderer) CanScrollDownReturns(result1 bool)
func (*FakeConversationRenderer) CanScrollDownReturnsOnCall ¶
func (fake *FakeConversationRenderer) CanScrollDownReturnsOnCall(i int, result1 bool)
func (*FakeConversationRenderer) CanScrollUp ¶
func (fake *FakeConversationRenderer) CanScrollUp() bool
func (*FakeConversationRenderer) CanScrollUpCallCount ¶
func (fake *FakeConversationRenderer) CanScrollUpCallCount() int
func (*FakeConversationRenderer) CanScrollUpCalls ¶
func (fake *FakeConversationRenderer) CanScrollUpCalls(stub func() bool)
func (*FakeConversationRenderer) CanScrollUpReturns ¶
func (fake *FakeConversationRenderer) CanScrollUpReturns(result1 bool)
func (*FakeConversationRenderer) CanScrollUpReturnsOnCall ¶
func (fake *FakeConversationRenderer) CanScrollUpReturnsOnCall(i int, result1 bool)
func (*FakeConversationRenderer) GetScrollOffset ¶
func (fake *FakeConversationRenderer) GetScrollOffset() int
func (*FakeConversationRenderer) GetScrollOffsetCallCount ¶
func (fake *FakeConversationRenderer) GetScrollOffsetCallCount() int
func (*FakeConversationRenderer) GetScrollOffsetCalls ¶
func (fake *FakeConversationRenderer) GetScrollOffsetCalls(stub func() int)
func (*FakeConversationRenderer) GetScrollOffsetReturns ¶
func (fake *FakeConversationRenderer) GetScrollOffsetReturns(result1 int)
func (*FakeConversationRenderer) GetScrollOffsetReturnsOnCall ¶
func (fake *FakeConversationRenderer) GetScrollOffsetReturnsOnCall(i int, result1 int)
func (*FakeConversationRenderer) Invocations ¶
func (fake *FakeConversationRenderer) Invocations() map[string][][]interface{}
func (*FakeConversationRenderer) IsRawFormat ¶
func (fake *FakeConversationRenderer) IsRawFormat() bool
func (*FakeConversationRenderer) IsRawFormatCallCount ¶
func (fake *FakeConversationRenderer) IsRawFormatCallCount() int
func (*FakeConversationRenderer) IsRawFormatCalls ¶
func (fake *FakeConversationRenderer) IsRawFormatCalls(stub func() bool)
func (*FakeConversationRenderer) IsRawFormatReturns ¶
func (fake *FakeConversationRenderer) IsRawFormatReturns(result1 bool)
func (*FakeConversationRenderer) IsRawFormatReturnsOnCall ¶
func (fake *FakeConversationRenderer) IsRawFormatReturnsOnCall(i int, result1 bool)
func (*FakeConversationRenderer) IsThinkingExpanded ¶ added in v0.97.0
func (fake *FakeConversationRenderer) IsThinkingExpanded(arg1 int) bool
func (*FakeConversationRenderer) IsThinkingExpandedArgsForCall ¶ added in v0.97.0
func (fake *FakeConversationRenderer) IsThinkingExpandedArgsForCall(i int) int
func (*FakeConversationRenderer) IsThinkingExpandedCallCount ¶ added in v0.97.0
func (fake *FakeConversationRenderer) IsThinkingExpandedCallCount() int
func (*FakeConversationRenderer) IsThinkingExpandedCalls ¶ added in v0.97.0
func (fake *FakeConversationRenderer) IsThinkingExpandedCalls(stub func(int) bool)
func (*FakeConversationRenderer) IsThinkingExpandedReturns ¶ added in v0.97.0
func (fake *FakeConversationRenderer) IsThinkingExpandedReturns(result1 bool)
func (*FakeConversationRenderer) IsThinkingExpandedReturnsOnCall ¶ added in v0.97.0
func (fake *FakeConversationRenderer) IsThinkingExpandedReturnsOnCall(i int, result1 bool)
func (*FakeConversationRenderer) IsToolResultExpanded ¶
func (fake *FakeConversationRenderer) IsToolResultExpanded(arg1 int) bool
func (*FakeConversationRenderer) IsToolResultExpandedArgsForCall ¶
func (fake *FakeConversationRenderer) IsToolResultExpandedArgsForCall(i int) int
func (*FakeConversationRenderer) IsToolResultExpandedCallCount ¶
func (fake *FakeConversationRenderer) IsToolResultExpandedCallCount() int
func (*FakeConversationRenderer) IsToolResultExpandedCalls ¶
func (fake *FakeConversationRenderer) IsToolResultExpandedCalls(stub func(int) bool)
func (*FakeConversationRenderer) IsToolResultExpandedReturns ¶
func (fake *FakeConversationRenderer) IsToolResultExpandedReturns(result1 bool)
func (*FakeConversationRenderer) IsToolResultExpandedReturnsOnCall ¶
func (fake *FakeConversationRenderer) IsToolResultExpandedReturnsOnCall(i int, result1 bool)
func (*FakeConversationRenderer) Render ¶
func (fake *FakeConversationRenderer) Render() string
func (*FakeConversationRenderer) RenderCallCount ¶
func (fake *FakeConversationRenderer) RenderCallCount() int
func (*FakeConversationRenderer) RenderCalls ¶
func (fake *FakeConversationRenderer) RenderCalls(stub func() string)
func (*FakeConversationRenderer) RenderReturns ¶
func (fake *FakeConversationRenderer) RenderReturns(result1 string)
func (*FakeConversationRenderer) RenderReturnsOnCall ¶
func (fake *FakeConversationRenderer) RenderReturnsOnCall(i int, result1 string)
func (*FakeConversationRenderer) ResetUserScroll ¶
func (fake *FakeConversationRenderer) ResetUserScroll()
func (*FakeConversationRenderer) ResetUserScrollCallCount ¶
func (fake *FakeConversationRenderer) ResetUserScrollCallCount() int
func (*FakeConversationRenderer) ResetUserScrollCalls ¶
func (fake *FakeConversationRenderer) ResetUserScrollCalls(stub func())
func (*FakeConversationRenderer) SetConversation ¶
func (fake *FakeConversationRenderer) SetConversation(arg1 []domain.ConversationEntry)
func (*FakeConversationRenderer) SetConversationArgsForCall ¶
func (fake *FakeConversationRenderer) SetConversationArgsForCall(i int) []domain.ConversationEntry
func (*FakeConversationRenderer) SetConversationCallCount ¶
func (fake *FakeConversationRenderer) SetConversationCallCount() int
func (*FakeConversationRenderer) SetConversationCalls ¶
func (fake *FakeConversationRenderer) SetConversationCalls(stub func([]domain.ConversationEntry))
func (*FakeConversationRenderer) SetHeight ¶
func (fake *FakeConversationRenderer) SetHeight(arg1 int)
func (*FakeConversationRenderer) SetHeightArgsForCall ¶
func (fake *FakeConversationRenderer) SetHeightArgsForCall(i int) int
func (*FakeConversationRenderer) SetHeightCallCount ¶
func (fake *FakeConversationRenderer) SetHeightCallCount() int
func (*FakeConversationRenderer) SetHeightCalls ¶
func (fake *FakeConversationRenderer) SetHeightCalls(stub func(int))
func (*FakeConversationRenderer) SetWidth ¶
func (fake *FakeConversationRenderer) SetWidth(arg1 int)
func (*FakeConversationRenderer) SetWidthArgsForCall ¶
func (fake *FakeConversationRenderer) SetWidthArgsForCall(i int) int
func (*FakeConversationRenderer) SetWidthCallCount ¶
func (fake *FakeConversationRenderer) SetWidthCallCount() int
func (*FakeConversationRenderer) SetWidthCalls ¶
func (fake *FakeConversationRenderer) SetWidthCalls(stub func(int))
func (*FakeConversationRenderer) ToggleAllThinkingExpansion ¶ added in v0.97.0
func (fake *FakeConversationRenderer) ToggleAllThinkingExpansion()
func (*FakeConversationRenderer) ToggleAllThinkingExpansionCallCount ¶ added in v0.97.0
func (fake *FakeConversationRenderer) ToggleAllThinkingExpansionCallCount() int
func (*FakeConversationRenderer) ToggleAllThinkingExpansionCalls ¶ added in v0.97.0
func (fake *FakeConversationRenderer) ToggleAllThinkingExpansionCalls(stub func())
func (*FakeConversationRenderer) ToggleAllToolResultsExpansion ¶
func (fake *FakeConversationRenderer) ToggleAllToolResultsExpansion()
func (*FakeConversationRenderer) ToggleAllToolResultsExpansionCallCount ¶
func (fake *FakeConversationRenderer) ToggleAllToolResultsExpansionCallCount() int
func (*FakeConversationRenderer) ToggleAllToolResultsExpansionCalls ¶
func (fake *FakeConversationRenderer) ToggleAllToolResultsExpansionCalls(stub func())
func (*FakeConversationRenderer) ToggleRawFormat ¶
func (fake *FakeConversationRenderer) ToggleRawFormat()
func (*FakeConversationRenderer) ToggleRawFormatCallCount ¶
func (fake *FakeConversationRenderer) ToggleRawFormatCallCount() int
func (*FakeConversationRenderer) ToggleRawFormatCalls ¶
func (fake *FakeConversationRenderer) ToggleRawFormatCalls(stub func())
func (*FakeConversationRenderer) ToggleToolResultExpansion ¶
func (fake *FakeConversationRenderer) ToggleToolResultExpansion(arg1 int)
func (*FakeConversationRenderer) ToggleToolResultExpansionArgsForCall ¶
func (fake *FakeConversationRenderer) ToggleToolResultExpansionArgsForCall(i int) int
func (*FakeConversationRenderer) ToggleToolResultExpansionCallCount ¶
func (fake *FakeConversationRenderer) ToggleToolResultExpansionCallCount() int
func (*FakeConversationRenderer) ToggleToolResultExpansionCalls ¶
func (fake *FakeConversationRenderer) ToggleToolResultExpansionCalls(stub func(int))
type FakeHelpBarComponent ¶
type FakeHelpBarComponent struct {
IsEnabledStub func() bool
RenderStub func() string
SetEnabledStub func(bool)
SetHeightStub func(int)
SetShortcutsStub func([]ui.KeyShortcut)
SetWidthStub func(int)
// contains filtered or unexported fields
}
func (*FakeHelpBarComponent) Invocations ¶
func (fake *FakeHelpBarComponent) Invocations() map[string][][]interface{}
func (*FakeHelpBarComponent) IsEnabled ¶
func (fake *FakeHelpBarComponent) IsEnabled() bool
func (*FakeHelpBarComponent) IsEnabledCallCount ¶
func (fake *FakeHelpBarComponent) IsEnabledCallCount() int
func (*FakeHelpBarComponent) IsEnabledCalls ¶
func (fake *FakeHelpBarComponent) IsEnabledCalls(stub func() bool)
func (*FakeHelpBarComponent) IsEnabledReturns ¶
func (fake *FakeHelpBarComponent) IsEnabledReturns(result1 bool)
func (*FakeHelpBarComponent) IsEnabledReturnsOnCall ¶
func (fake *FakeHelpBarComponent) IsEnabledReturnsOnCall(i int, result1 bool)
func (*FakeHelpBarComponent) Render ¶
func (fake *FakeHelpBarComponent) Render() string
func (*FakeHelpBarComponent) RenderCallCount ¶
func (fake *FakeHelpBarComponent) RenderCallCount() int
func (*FakeHelpBarComponent) RenderCalls ¶
func (fake *FakeHelpBarComponent) RenderCalls(stub func() string)
func (*FakeHelpBarComponent) RenderReturns ¶
func (fake *FakeHelpBarComponent) RenderReturns(result1 string)
func (*FakeHelpBarComponent) RenderReturnsOnCall ¶
func (fake *FakeHelpBarComponent) RenderReturnsOnCall(i int, result1 string)
func (*FakeHelpBarComponent) SetEnabled ¶
func (fake *FakeHelpBarComponent) SetEnabled(arg1 bool)
func (*FakeHelpBarComponent) SetEnabledArgsForCall ¶
func (fake *FakeHelpBarComponent) SetEnabledArgsForCall(i int) bool
func (*FakeHelpBarComponent) SetEnabledCallCount ¶
func (fake *FakeHelpBarComponent) SetEnabledCallCount() int
func (*FakeHelpBarComponent) SetEnabledCalls ¶
func (fake *FakeHelpBarComponent) SetEnabledCalls(stub func(bool))
func (*FakeHelpBarComponent) SetHeight ¶
func (fake *FakeHelpBarComponent) SetHeight(arg1 int)
func (*FakeHelpBarComponent) SetHeightArgsForCall ¶
func (fake *FakeHelpBarComponent) SetHeightArgsForCall(i int) int
func (*FakeHelpBarComponent) SetHeightCallCount ¶
func (fake *FakeHelpBarComponent) SetHeightCallCount() int
func (*FakeHelpBarComponent) SetHeightCalls ¶
func (fake *FakeHelpBarComponent) SetHeightCalls(stub func(int))
func (*FakeHelpBarComponent) SetShortcuts ¶
func (fake *FakeHelpBarComponent) SetShortcuts(arg1 []ui.KeyShortcut)
func (*FakeHelpBarComponent) SetShortcutsArgsForCall ¶
func (fake *FakeHelpBarComponent) SetShortcutsArgsForCall(i int) []ui.KeyShortcut
func (*FakeHelpBarComponent) SetShortcutsCallCount ¶
func (fake *FakeHelpBarComponent) SetShortcutsCallCount() int
func (*FakeHelpBarComponent) SetShortcutsCalls ¶
func (fake *FakeHelpBarComponent) SetShortcutsCalls(stub func([]ui.KeyShortcut))
func (*FakeHelpBarComponent) SetWidth ¶
func (fake *FakeHelpBarComponent) SetWidth(arg1 int)
func (*FakeHelpBarComponent) SetWidthArgsForCall ¶
func (fake *FakeHelpBarComponent) SetWidthArgsForCall(i int) int
func (*FakeHelpBarComponent) SetWidthCallCount ¶
func (fake *FakeHelpBarComponent) SetWidthCallCount() int
func (*FakeHelpBarComponent) SetWidthCalls ¶
func (fake *FakeHelpBarComponent) SetWidthCalls(stub func(int))
type FakeInputComponent ¶
type FakeInputComponent struct {
AddImageAttachmentStub func(domain.ImageAttachment)
AddToHistoryStub func(string) error
CanHandleStub func(tea.KeyMsg) bool
ClearImageAttachmentsStub func()
ClearInputStub func()
GetCursorStub func() int
GetImageAttachmentsStub func() []domain.ImageAttachment
GetInputStub func() string
GetUsageHintStub func() string
HandleKeyStub func(tea.KeyMsg) (tea.Model, tea.Cmd)
RenderStub func() string
SetCursorStub func(int)
SetHeightStub func(int)
SetPlaceholderStub func(string)
SetTextStub func(string)
SetUsageHintStub func(string)
SetWidthStub func(int)
// contains filtered or unexported fields
}
func (*FakeInputComponent) AddImageAttachment ¶
func (fake *FakeInputComponent) AddImageAttachment(arg1 domain.ImageAttachment)
func (*FakeInputComponent) AddImageAttachmentArgsForCall ¶
func (fake *FakeInputComponent) AddImageAttachmentArgsForCall(i int) domain.ImageAttachment
func (*FakeInputComponent) AddImageAttachmentCallCount ¶
func (fake *FakeInputComponent) AddImageAttachmentCallCount() int
func (*FakeInputComponent) AddImageAttachmentCalls ¶
func (fake *FakeInputComponent) AddImageAttachmentCalls(stub func(domain.ImageAttachment))
func (*FakeInputComponent) AddToHistory ¶
func (fake *FakeInputComponent) AddToHistory(arg1 string) error
func (*FakeInputComponent) AddToHistoryArgsForCall ¶
func (fake *FakeInputComponent) AddToHistoryArgsForCall(i int) string
func (*FakeInputComponent) AddToHistoryCallCount ¶
func (fake *FakeInputComponent) AddToHistoryCallCount() int
func (*FakeInputComponent) AddToHistoryCalls ¶
func (fake *FakeInputComponent) AddToHistoryCalls(stub func(string) error)
func (*FakeInputComponent) AddToHistoryReturns ¶
func (fake *FakeInputComponent) AddToHistoryReturns(result1 error)
func (*FakeInputComponent) AddToHistoryReturnsOnCall ¶
func (fake *FakeInputComponent) AddToHistoryReturnsOnCall(i int, result1 error)
func (*FakeInputComponent) CanHandle ¶
func (fake *FakeInputComponent) CanHandle(arg1 tea.KeyMsg) bool
func (*FakeInputComponent) CanHandleArgsForCall ¶
func (fake *FakeInputComponent) CanHandleArgsForCall(i int) tea.KeyMsg
func (*FakeInputComponent) CanHandleCallCount ¶
func (fake *FakeInputComponent) CanHandleCallCount() int
func (*FakeInputComponent) CanHandleCalls ¶
func (fake *FakeInputComponent) CanHandleCalls(stub func(tea.KeyMsg) bool)
func (*FakeInputComponent) CanHandleReturns ¶
func (fake *FakeInputComponent) CanHandleReturns(result1 bool)
func (*FakeInputComponent) CanHandleReturnsOnCall ¶
func (fake *FakeInputComponent) CanHandleReturnsOnCall(i int, result1 bool)
func (*FakeInputComponent) ClearImageAttachments ¶
func (fake *FakeInputComponent) ClearImageAttachments()
func (*FakeInputComponent) ClearImageAttachmentsCallCount ¶
func (fake *FakeInputComponent) ClearImageAttachmentsCallCount() int
func (*FakeInputComponent) ClearImageAttachmentsCalls ¶
func (fake *FakeInputComponent) ClearImageAttachmentsCalls(stub func())
func (*FakeInputComponent) ClearInput ¶
func (fake *FakeInputComponent) ClearInput()
func (*FakeInputComponent) ClearInputCallCount ¶
func (fake *FakeInputComponent) ClearInputCallCount() int
func (*FakeInputComponent) ClearInputCalls ¶
func (fake *FakeInputComponent) ClearInputCalls(stub func())
func (*FakeInputComponent) GetCursor ¶
func (fake *FakeInputComponent) GetCursor() int
func (*FakeInputComponent) GetCursorCallCount ¶
func (fake *FakeInputComponent) GetCursorCallCount() int
func (*FakeInputComponent) GetCursorCalls ¶
func (fake *FakeInputComponent) GetCursorCalls(stub func() int)
func (*FakeInputComponent) GetCursorReturns ¶
func (fake *FakeInputComponent) GetCursorReturns(result1 int)
func (*FakeInputComponent) GetCursorReturnsOnCall ¶
func (fake *FakeInputComponent) GetCursorReturnsOnCall(i int, result1 int)
func (*FakeInputComponent) GetImageAttachments ¶
func (fake *FakeInputComponent) GetImageAttachments() []domain.ImageAttachment
func (*FakeInputComponent) GetImageAttachmentsCallCount ¶
func (fake *FakeInputComponent) GetImageAttachmentsCallCount() int
func (*FakeInputComponent) GetImageAttachmentsCalls ¶
func (fake *FakeInputComponent) GetImageAttachmentsCalls(stub func() []domain.ImageAttachment)
func (*FakeInputComponent) GetImageAttachmentsReturns ¶
func (fake *FakeInputComponent) GetImageAttachmentsReturns(result1 []domain.ImageAttachment)
func (*FakeInputComponent) GetImageAttachmentsReturnsOnCall ¶
func (fake *FakeInputComponent) GetImageAttachmentsReturnsOnCall(i int, result1 []domain.ImageAttachment)
func (*FakeInputComponent) GetInput ¶
func (fake *FakeInputComponent) GetInput() string
func (*FakeInputComponent) GetInputCallCount ¶
func (fake *FakeInputComponent) GetInputCallCount() int
func (*FakeInputComponent) GetInputCalls ¶
func (fake *FakeInputComponent) GetInputCalls(stub func() string)
func (*FakeInputComponent) GetInputReturns ¶
func (fake *FakeInputComponent) GetInputReturns(result1 string)
func (*FakeInputComponent) GetInputReturnsOnCall ¶
func (fake *FakeInputComponent) GetInputReturnsOnCall(i int, result1 string)
func (*FakeInputComponent) GetUsageHint ¶ added in v0.90.0
func (fake *FakeInputComponent) GetUsageHint() string
func (*FakeInputComponent) GetUsageHintCallCount ¶ added in v0.90.0
func (fake *FakeInputComponent) GetUsageHintCallCount() int
func (*FakeInputComponent) GetUsageHintCalls ¶ added in v0.90.0
func (fake *FakeInputComponent) GetUsageHintCalls(stub func() string)
func (*FakeInputComponent) GetUsageHintReturns ¶ added in v0.90.0
func (fake *FakeInputComponent) GetUsageHintReturns(result1 string)
func (*FakeInputComponent) GetUsageHintReturnsOnCall ¶ added in v0.90.0
func (fake *FakeInputComponent) GetUsageHintReturnsOnCall(i int, result1 string)
func (*FakeInputComponent) HandleKeyArgsForCall ¶
func (fake *FakeInputComponent) HandleKeyArgsForCall(i int) tea.KeyMsg
func (*FakeInputComponent) HandleKeyCallCount ¶
func (fake *FakeInputComponent) HandleKeyCallCount() int
func (*FakeInputComponent) HandleKeyCalls ¶
func (*FakeInputComponent) HandleKeyReturns ¶
func (fake *FakeInputComponent) HandleKeyReturns(result1 tea.Model, result2 tea.Cmd)
func (*FakeInputComponent) HandleKeyReturnsOnCall ¶
func (*FakeInputComponent) Invocations ¶
func (fake *FakeInputComponent) Invocations() map[string][][]interface{}
func (*FakeInputComponent) NavigateHistoryDown ¶
func (fake *FakeInputComponent) NavigateHistoryDown()
func (*FakeInputComponent) NavigateHistoryDownCallCount ¶
func (fake *FakeInputComponent) NavigateHistoryDownCallCount() int
func (*FakeInputComponent) NavigateHistoryDownCalls ¶
func (fake *FakeInputComponent) NavigateHistoryDownCalls(stub func())
func (*FakeInputComponent) NavigateHistoryUp ¶
func (fake *FakeInputComponent) NavigateHistoryUp()
func (*FakeInputComponent) NavigateHistoryUpCallCount ¶
func (fake *FakeInputComponent) NavigateHistoryUpCallCount() int
func (*FakeInputComponent) NavigateHistoryUpCalls ¶
func (fake *FakeInputComponent) NavigateHistoryUpCalls(stub func())
func (*FakeInputComponent) Render ¶
func (fake *FakeInputComponent) Render() string
func (*FakeInputComponent) RenderCallCount ¶
func (fake *FakeInputComponent) RenderCallCount() int
func (*FakeInputComponent) RenderCalls ¶
func (fake *FakeInputComponent) RenderCalls(stub func() string)
func (*FakeInputComponent) RenderReturns ¶
func (fake *FakeInputComponent) RenderReturns(result1 string)
func (*FakeInputComponent) RenderReturnsOnCall ¶
func (fake *FakeInputComponent) RenderReturnsOnCall(i int, result1 string)
func (*FakeInputComponent) SetCursor ¶
func (fake *FakeInputComponent) SetCursor(arg1 int)
func (*FakeInputComponent) SetCursorArgsForCall ¶
func (fake *FakeInputComponent) SetCursorArgsForCall(i int) int
func (*FakeInputComponent) SetCursorCallCount ¶
func (fake *FakeInputComponent) SetCursorCallCount() int
func (*FakeInputComponent) SetCursorCalls ¶
func (fake *FakeInputComponent) SetCursorCalls(stub func(int))
func (*FakeInputComponent) SetHeight ¶
func (fake *FakeInputComponent) SetHeight(arg1 int)
func (*FakeInputComponent) SetHeightArgsForCall ¶
func (fake *FakeInputComponent) SetHeightArgsForCall(i int) int
func (*FakeInputComponent) SetHeightCallCount ¶
func (fake *FakeInputComponent) SetHeightCallCount() int
func (*FakeInputComponent) SetHeightCalls ¶
func (fake *FakeInputComponent) SetHeightCalls(stub func(int))
func (*FakeInputComponent) SetPlaceholder ¶
func (fake *FakeInputComponent) SetPlaceholder(arg1 string)
func (*FakeInputComponent) SetPlaceholderArgsForCall ¶
func (fake *FakeInputComponent) SetPlaceholderArgsForCall(i int) string
func (*FakeInputComponent) SetPlaceholderCallCount ¶
func (fake *FakeInputComponent) SetPlaceholderCallCount() int
func (*FakeInputComponent) SetPlaceholderCalls ¶
func (fake *FakeInputComponent) SetPlaceholderCalls(stub func(string))
func (*FakeInputComponent) SetText ¶
func (fake *FakeInputComponent) SetText(arg1 string)
func (*FakeInputComponent) SetTextArgsForCall ¶
func (fake *FakeInputComponent) SetTextArgsForCall(i int) string
func (*FakeInputComponent) SetTextCallCount ¶
func (fake *FakeInputComponent) SetTextCallCount() int
func (*FakeInputComponent) SetTextCalls ¶
func (fake *FakeInputComponent) SetTextCalls(stub func(string))
func (*FakeInputComponent) SetUsageHint ¶ added in v0.90.0
func (fake *FakeInputComponent) SetUsageHint(arg1 string)
func (*FakeInputComponent) SetUsageHintArgsForCall ¶ added in v0.90.0
func (fake *FakeInputComponent) SetUsageHintArgsForCall(i int) string
func (*FakeInputComponent) SetUsageHintCallCount ¶ added in v0.90.0
func (fake *FakeInputComponent) SetUsageHintCallCount() int
func (*FakeInputComponent) SetUsageHintCalls ¶ added in v0.90.0
func (fake *FakeInputComponent) SetUsageHintCalls(stub func(string))
func (*FakeInputComponent) SetWidth ¶
func (fake *FakeInputComponent) SetWidth(arg1 int)
func (*FakeInputComponent) SetWidthArgsForCall ¶
func (fake *FakeInputComponent) SetWidthArgsForCall(i int) int
func (*FakeInputComponent) SetWidthCallCount ¶
func (fake *FakeInputComponent) SetWidthCallCount() int
func (*FakeInputComponent) SetWidthCalls ¶
func (fake *FakeInputComponent) SetWidthCalls(stub func(int))
type FakeSelectionComponent ¶
type FakeSelectionComponent struct {
GetOptionsStub func() []string
GetSelectedStub func() string
GetSelectedIndexStub func() int
IsCancelledStub func() bool
IsSelectedStub func() bool
RenderStub func() string
SetHeightStub func(int)
SetOptionsStub func([]string)
SetSelectedStub func(int)
SetWidthStub func(int)
// contains filtered or unexported fields
}
func (*FakeSelectionComponent) GetOptions ¶
func (fake *FakeSelectionComponent) GetOptions() []string
func (*FakeSelectionComponent) GetOptionsCallCount ¶
func (fake *FakeSelectionComponent) GetOptionsCallCount() int
func (*FakeSelectionComponent) GetOptionsCalls ¶
func (fake *FakeSelectionComponent) GetOptionsCalls(stub func() []string)
func (*FakeSelectionComponent) GetOptionsReturns ¶
func (fake *FakeSelectionComponent) GetOptionsReturns(result1 []string)
func (*FakeSelectionComponent) GetOptionsReturnsOnCall ¶
func (fake *FakeSelectionComponent) GetOptionsReturnsOnCall(i int, result1 []string)
func (*FakeSelectionComponent) GetSelected ¶
func (fake *FakeSelectionComponent) GetSelected() string
func (*FakeSelectionComponent) GetSelectedCallCount ¶
func (fake *FakeSelectionComponent) GetSelectedCallCount() int
func (*FakeSelectionComponent) GetSelectedCalls ¶
func (fake *FakeSelectionComponent) GetSelectedCalls(stub func() string)
func (*FakeSelectionComponent) GetSelectedIndex ¶
func (fake *FakeSelectionComponent) GetSelectedIndex() int
func (*FakeSelectionComponent) GetSelectedIndexCallCount ¶
func (fake *FakeSelectionComponent) GetSelectedIndexCallCount() int
func (*FakeSelectionComponent) GetSelectedIndexCalls ¶
func (fake *FakeSelectionComponent) GetSelectedIndexCalls(stub func() int)
func (*FakeSelectionComponent) GetSelectedIndexReturns ¶
func (fake *FakeSelectionComponent) GetSelectedIndexReturns(result1 int)
func (*FakeSelectionComponent) GetSelectedIndexReturnsOnCall ¶
func (fake *FakeSelectionComponent) GetSelectedIndexReturnsOnCall(i int, result1 int)
func (*FakeSelectionComponent) GetSelectedReturns ¶
func (fake *FakeSelectionComponent) GetSelectedReturns(result1 string)
func (*FakeSelectionComponent) GetSelectedReturnsOnCall ¶
func (fake *FakeSelectionComponent) GetSelectedReturnsOnCall(i int, result1 string)
func (*FakeSelectionComponent) Invocations ¶
func (fake *FakeSelectionComponent) Invocations() map[string][][]interface{}
func (*FakeSelectionComponent) IsCancelled ¶
func (fake *FakeSelectionComponent) IsCancelled() bool
func (*FakeSelectionComponent) IsCancelledCallCount ¶
func (fake *FakeSelectionComponent) IsCancelledCallCount() int
func (*FakeSelectionComponent) IsCancelledCalls ¶
func (fake *FakeSelectionComponent) IsCancelledCalls(stub func() bool)
func (*FakeSelectionComponent) IsCancelledReturns ¶
func (fake *FakeSelectionComponent) IsCancelledReturns(result1 bool)
func (*FakeSelectionComponent) IsCancelledReturnsOnCall ¶
func (fake *FakeSelectionComponent) IsCancelledReturnsOnCall(i int, result1 bool)
func (*FakeSelectionComponent) IsSelected ¶
func (fake *FakeSelectionComponent) IsSelected() bool
func (*FakeSelectionComponent) IsSelectedCallCount ¶
func (fake *FakeSelectionComponent) IsSelectedCallCount() int
func (*FakeSelectionComponent) IsSelectedCalls ¶
func (fake *FakeSelectionComponent) IsSelectedCalls(stub func() bool)
func (*FakeSelectionComponent) IsSelectedReturns ¶
func (fake *FakeSelectionComponent) IsSelectedReturns(result1 bool)
func (*FakeSelectionComponent) IsSelectedReturnsOnCall ¶
func (fake *FakeSelectionComponent) IsSelectedReturnsOnCall(i int, result1 bool)
func (*FakeSelectionComponent) Render ¶
func (fake *FakeSelectionComponent) Render() string
func (*FakeSelectionComponent) RenderCallCount ¶
func (fake *FakeSelectionComponent) RenderCallCount() int
func (*FakeSelectionComponent) RenderCalls ¶
func (fake *FakeSelectionComponent) RenderCalls(stub func() string)
func (*FakeSelectionComponent) RenderReturns ¶
func (fake *FakeSelectionComponent) RenderReturns(result1 string)
func (*FakeSelectionComponent) RenderReturnsOnCall ¶
func (fake *FakeSelectionComponent) RenderReturnsOnCall(i int, result1 string)
func (*FakeSelectionComponent) SetHeight ¶
func (fake *FakeSelectionComponent) SetHeight(arg1 int)
func (*FakeSelectionComponent) SetHeightArgsForCall ¶
func (fake *FakeSelectionComponent) SetHeightArgsForCall(i int) int
func (*FakeSelectionComponent) SetHeightCallCount ¶
func (fake *FakeSelectionComponent) SetHeightCallCount() int
func (*FakeSelectionComponent) SetHeightCalls ¶
func (fake *FakeSelectionComponent) SetHeightCalls(stub func(int))
func (*FakeSelectionComponent) SetOptions ¶
func (fake *FakeSelectionComponent) SetOptions(arg1 []string)
func (*FakeSelectionComponent) SetOptionsArgsForCall ¶
func (fake *FakeSelectionComponent) SetOptionsArgsForCall(i int) []string
func (*FakeSelectionComponent) SetOptionsCallCount ¶
func (fake *FakeSelectionComponent) SetOptionsCallCount() int
func (*FakeSelectionComponent) SetOptionsCalls ¶
func (fake *FakeSelectionComponent) SetOptionsCalls(stub func([]string))
func (*FakeSelectionComponent) SetSelected ¶
func (fake *FakeSelectionComponent) SetSelected(arg1 int)
func (*FakeSelectionComponent) SetSelectedArgsForCall ¶
func (fake *FakeSelectionComponent) SetSelectedArgsForCall(i int) int
func (*FakeSelectionComponent) SetSelectedCallCount ¶
func (fake *FakeSelectionComponent) SetSelectedCallCount() int
func (*FakeSelectionComponent) SetSelectedCalls ¶
func (fake *FakeSelectionComponent) SetSelectedCalls(stub func(int))
func (*FakeSelectionComponent) SetWidth ¶
func (fake *FakeSelectionComponent) SetWidth(arg1 int)
func (*FakeSelectionComponent) SetWidthArgsForCall ¶
func (fake *FakeSelectionComponent) SetWidthArgsForCall(i int) int
func (*FakeSelectionComponent) SetWidthCallCount ¶
func (fake *FakeSelectionComponent) SetWidthCallCount() int
func (*FakeSelectionComponent) SetWidthCalls ¶
func (fake *FakeSelectionComponent) SetWidthCalls(stub func(int))
type FakeShortcutRegistry ¶
type FakeShortcutRegistry struct {
GetAllStub func() []shortcuts.Shortcut
// contains filtered or unexported fields
}
func (*FakeShortcutRegistry) GetAll ¶
func (fake *FakeShortcutRegistry) GetAll() []shortcuts.Shortcut
func (*FakeShortcutRegistry) GetAllCallCount ¶
func (fake *FakeShortcutRegistry) GetAllCallCount() int
func (*FakeShortcutRegistry) GetAllCalls ¶
func (fake *FakeShortcutRegistry) GetAllCalls(stub func() []shortcuts.Shortcut)
func (*FakeShortcutRegistry) GetAllReturns ¶
func (fake *FakeShortcutRegistry) GetAllReturns(result1 []shortcuts.Shortcut)
func (*FakeShortcutRegistry) GetAllReturnsOnCall ¶
func (fake *FakeShortcutRegistry) GetAllReturnsOnCall(i int, result1 []shortcuts.Shortcut)
func (*FakeShortcutRegistry) Invocations ¶
func (fake *FakeShortcutRegistry) Invocations() map[string][][]interface{}
type FakeStatusComponent ¶
type FakeStatusComponent struct {
ClearStatusStub func()
HasSavedStateStub func() bool
IsShowingErrorStub func() bool
IsShowingSpinnerStub func() bool
RenderStub func() string
RestoreSavedStateStub func() tea.Cmd
SaveCurrentStateStub func()
SetHeightStub func(int)
SetWidthStub func(int)
ShowErrorStub func(string)
ShowSpinnerStub func(string)
ShowStatusStub func(string)
// contains filtered or unexported fields
}
func (*FakeStatusComponent) ClearStatus ¶
func (fake *FakeStatusComponent) ClearStatus()
func (*FakeStatusComponent) ClearStatusCallCount ¶
func (fake *FakeStatusComponent) ClearStatusCallCount() int
func (*FakeStatusComponent) ClearStatusCalls ¶
func (fake *FakeStatusComponent) ClearStatusCalls(stub func())
func (*FakeStatusComponent) HasSavedState ¶
func (fake *FakeStatusComponent) HasSavedState() bool
func (*FakeStatusComponent) HasSavedStateCallCount ¶
func (fake *FakeStatusComponent) HasSavedStateCallCount() int
func (*FakeStatusComponent) HasSavedStateCalls ¶
func (fake *FakeStatusComponent) HasSavedStateCalls(stub func() bool)
func (*FakeStatusComponent) HasSavedStateReturns ¶
func (fake *FakeStatusComponent) HasSavedStateReturns(result1 bool)
func (*FakeStatusComponent) HasSavedStateReturnsOnCall ¶
func (fake *FakeStatusComponent) HasSavedStateReturnsOnCall(i int, result1 bool)
func (*FakeStatusComponent) Invocations ¶
func (fake *FakeStatusComponent) Invocations() map[string][][]interface{}
func (*FakeStatusComponent) IsShowingError ¶
func (fake *FakeStatusComponent) IsShowingError() bool
func (*FakeStatusComponent) IsShowingErrorCallCount ¶
func (fake *FakeStatusComponent) IsShowingErrorCallCount() int
func (*FakeStatusComponent) IsShowingErrorCalls ¶
func (fake *FakeStatusComponent) IsShowingErrorCalls(stub func() bool)
func (*FakeStatusComponent) IsShowingErrorReturns ¶
func (fake *FakeStatusComponent) IsShowingErrorReturns(result1 bool)
func (*FakeStatusComponent) IsShowingErrorReturnsOnCall ¶
func (fake *FakeStatusComponent) IsShowingErrorReturnsOnCall(i int, result1 bool)
func (*FakeStatusComponent) IsShowingSpinner ¶
func (fake *FakeStatusComponent) IsShowingSpinner() bool
func (*FakeStatusComponent) IsShowingSpinnerCallCount ¶
func (fake *FakeStatusComponent) IsShowingSpinnerCallCount() int
func (*FakeStatusComponent) IsShowingSpinnerCalls ¶
func (fake *FakeStatusComponent) IsShowingSpinnerCalls(stub func() bool)
func (*FakeStatusComponent) IsShowingSpinnerReturns ¶
func (fake *FakeStatusComponent) IsShowingSpinnerReturns(result1 bool)
func (*FakeStatusComponent) IsShowingSpinnerReturnsOnCall ¶
func (fake *FakeStatusComponent) IsShowingSpinnerReturnsOnCall(i int, result1 bool)
func (*FakeStatusComponent) Render ¶
func (fake *FakeStatusComponent) Render() string
func (*FakeStatusComponent) RenderCallCount ¶
func (fake *FakeStatusComponent) RenderCallCount() int
func (*FakeStatusComponent) RenderCalls ¶
func (fake *FakeStatusComponent) RenderCalls(stub func() string)
func (*FakeStatusComponent) RenderReturns ¶
func (fake *FakeStatusComponent) RenderReturns(result1 string)
func (*FakeStatusComponent) RenderReturnsOnCall ¶
func (fake *FakeStatusComponent) RenderReturnsOnCall(i int, result1 string)
func (*FakeStatusComponent) RestoreSavedState ¶
func (fake *FakeStatusComponent) RestoreSavedState() tea.Cmd
func (*FakeStatusComponent) RestoreSavedStateCallCount ¶
func (fake *FakeStatusComponent) RestoreSavedStateCallCount() int
func (*FakeStatusComponent) RestoreSavedStateCalls ¶
func (fake *FakeStatusComponent) RestoreSavedStateCalls(stub func() tea.Cmd)
func (*FakeStatusComponent) RestoreSavedStateReturns ¶
func (fake *FakeStatusComponent) RestoreSavedStateReturns(result1 tea.Cmd)
func (*FakeStatusComponent) RestoreSavedStateReturnsOnCall ¶
func (fake *FakeStatusComponent) RestoreSavedStateReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeStatusComponent) SaveCurrentState ¶
func (fake *FakeStatusComponent) SaveCurrentState()
func (*FakeStatusComponent) SaveCurrentStateCallCount ¶
func (fake *FakeStatusComponent) SaveCurrentStateCallCount() int
func (*FakeStatusComponent) SaveCurrentStateCalls ¶
func (fake *FakeStatusComponent) SaveCurrentStateCalls(stub func())
func (*FakeStatusComponent) SetHeight ¶
func (fake *FakeStatusComponent) SetHeight(arg1 int)
func (*FakeStatusComponent) SetHeightArgsForCall ¶
func (fake *FakeStatusComponent) SetHeightArgsForCall(i int) int
func (*FakeStatusComponent) SetHeightCallCount ¶
func (fake *FakeStatusComponent) SetHeightCallCount() int
func (*FakeStatusComponent) SetHeightCalls ¶
func (fake *FakeStatusComponent) SetHeightCalls(stub func(int))
func (*FakeStatusComponent) SetWidth ¶
func (fake *FakeStatusComponent) SetWidth(arg1 int)
func (*FakeStatusComponent) SetWidthArgsForCall ¶
func (fake *FakeStatusComponent) SetWidthArgsForCall(i int) int
func (*FakeStatusComponent) SetWidthCallCount ¶
func (fake *FakeStatusComponent) SetWidthCallCount() int
func (*FakeStatusComponent) SetWidthCalls ¶
func (fake *FakeStatusComponent) SetWidthCalls(stub func(int))
func (*FakeStatusComponent) ShowError ¶
func (fake *FakeStatusComponent) ShowError(arg1 string)
func (*FakeStatusComponent) ShowErrorArgsForCall ¶
func (fake *FakeStatusComponent) ShowErrorArgsForCall(i int) string
func (*FakeStatusComponent) ShowErrorCallCount ¶
func (fake *FakeStatusComponent) ShowErrorCallCount() int
func (*FakeStatusComponent) ShowErrorCalls ¶
func (fake *FakeStatusComponent) ShowErrorCalls(stub func(string))
func (*FakeStatusComponent) ShowSpinner ¶
func (fake *FakeStatusComponent) ShowSpinner(arg1 string)
func (*FakeStatusComponent) ShowSpinnerArgsForCall ¶
func (fake *FakeStatusComponent) ShowSpinnerArgsForCall(i int) string
func (*FakeStatusComponent) ShowSpinnerCallCount ¶
func (fake *FakeStatusComponent) ShowSpinnerCallCount() int
func (*FakeStatusComponent) ShowSpinnerCalls ¶
func (fake *FakeStatusComponent) ShowSpinnerCalls(stub func(string))
func (*FakeStatusComponent) ShowStatus ¶
func (fake *FakeStatusComponent) ShowStatus(arg1 string)
func (*FakeStatusComponent) ShowStatusArgsForCall ¶
func (fake *FakeStatusComponent) ShowStatusArgsForCall(i int) string
func (*FakeStatusComponent) ShowStatusCallCount ¶
func (fake *FakeStatusComponent) ShowStatusCallCount() int
func (*FakeStatusComponent) ShowStatusCalls ¶
func (fake *FakeStatusComponent) ShowStatusCalls(stub func(string))
type FakeTheme ¶
type FakeTheme struct {
GetAccentColorStub func() string
GetAssistantColorStub func() string
GetBorderColorStub func() string
GetDiffAddColorStub func() string
GetDiffRemoveColorStub func() string
GetDimColorStub func() string
GetErrorColorStub func() string
GetStatusColorStub func() string
GetSuccessColorStub func() string
GetUserColorStub func() string
// contains filtered or unexported fields
}
func (*FakeTheme) GetAccentColor ¶
func (*FakeTheme) GetAccentColorCallCount ¶
func (*FakeTheme) GetAccentColorCalls ¶
func (*FakeTheme) GetAccentColorReturns ¶
func (*FakeTheme) GetAccentColorReturnsOnCall ¶
func (*FakeTheme) GetAssistantColor ¶
func (*FakeTheme) GetAssistantColorCallCount ¶
func (*FakeTheme) GetAssistantColorCalls ¶
func (*FakeTheme) GetAssistantColorReturns ¶
func (*FakeTheme) GetAssistantColorReturnsOnCall ¶
func (*FakeTheme) GetBorderColor ¶
func (*FakeTheme) GetBorderColorCallCount ¶
func (*FakeTheme) GetBorderColorCalls ¶
func (*FakeTheme) GetBorderColorReturns ¶
func (*FakeTheme) GetBorderColorReturnsOnCall ¶
func (*FakeTheme) GetDiffAddColor ¶
func (*FakeTheme) GetDiffAddColorCallCount ¶
func (*FakeTheme) GetDiffAddColorCalls ¶
func (*FakeTheme) GetDiffAddColorReturns ¶
func (*FakeTheme) GetDiffAddColorReturnsOnCall ¶
func (*FakeTheme) GetDiffRemoveColor ¶
func (*FakeTheme) GetDiffRemoveColorCallCount ¶
func (*FakeTheme) GetDiffRemoveColorCalls ¶
func (*FakeTheme) GetDiffRemoveColorReturns ¶
func (*FakeTheme) GetDiffRemoveColorReturnsOnCall ¶
func (*FakeTheme) GetDimColor ¶
func (*FakeTheme) GetDimColorCallCount ¶
func (*FakeTheme) GetDimColorCalls ¶
func (*FakeTheme) GetDimColorReturns ¶
func (*FakeTheme) GetDimColorReturnsOnCall ¶
func (*FakeTheme) GetErrorColor ¶
func (*FakeTheme) GetErrorColorCallCount ¶
func (*FakeTheme) GetErrorColorCalls ¶
func (*FakeTheme) GetErrorColorReturns ¶
func (*FakeTheme) GetErrorColorReturnsOnCall ¶
func (*FakeTheme) GetStatusColor ¶
func (*FakeTheme) GetStatusColorCallCount ¶
func (*FakeTheme) GetStatusColorCalls ¶
func (*FakeTheme) GetStatusColorReturns ¶
func (*FakeTheme) GetStatusColorReturnsOnCall ¶
func (*FakeTheme) GetSuccessColor ¶
func (*FakeTheme) GetSuccessColorCallCount ¶
func (*FakeTheme) GetSuccessColorCalls ¶
func (*FakeTheme) GetSuccessColorReturns ¶
func (*FakeTheme) GetSuccessColorReturnsOnCall ¶
func (*FakeTheme) GetUserColor ¶
func (*FakeTheme) GetUserColorCallCount ¶
func (*FakeTheme) GetUserColorCalls ¶
func (*FakeTheme) GetUserColorReturns ¶
func (*FakeTheme) GetUserColorReturnsOnCall ¶
func (*FakeTheme) Invocations ¶
Click to show internal directories.
Click to hide internal directories.