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.
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) GetCompletionCursorPos() int
- func (fake *FakeAutocompleteComponent) GetCompletionCursorPosCallCount() int
- func (fake *FakeAutocompleteComponent) GetCompletionCursorPosCalls(stub func() int)
- func (fake *FakeAutocompleteComponent) GetCompletionCursorPosReturns(result1 int)
- func (fake *FakeAutocompleteComponent) GetCompletionCursorPosReturnsOnCall(i int, result1 int)
- 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.KeyPressMsg) (bool, string)
- func (fake *FakeAutocompleteComponent) HandleKeyArgsForCall(i int) tea.KeyPressMsg
- func (fake *FakeAutocompleteComponent) HandleKeyCallCount() int
- func (fake *FakeAutocompleteComponent) HandleKeyCalls(stub func(tea.KeyPressMsg) (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) 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 FakeChatCompletionRunner
- func (fake *FakeChatCompletionRunner) HandleChatChunk(arg1 domain.ChatChunkEvent) tea.Cmd
- func (fake *FakeChatCompletionRunner) HandleChatChunkArgsForCall(i int) domain.ChatChunkEvent
- func (fake *FakeChatCompletionRunner) HandleChatChunkCallCount() int
- func (fake *FakeChatCompletionRunner) HandleChatChunkCalls(stub func(domain.ChatChunkEvent) tea.Cmd)
- func (fake *FakeChatCompletionRunner) HandleChatChunkReturns(result1 tea.Cmd)
- func (fake *FakeChatCompletionRunner) HandleChatChunkReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeChatCompletionRunner) HandleChatComplete(arg1 domain.ChatCompleteEvent) tea.Cmd
- func (fake *FakeChatCompletionRunner) HandleChatCompleteArgsForCall(i int) domain.ChatCompleteEvent
- func (fake *FakeChatCompletionRunner) HandleChatCompleteCallCount() int
- func (fake *FakeChatCompletionRunner) HandleChatCompleteCalls(stub func(domain.ChatCompleteEvent) tea.Cmd)
- func (fake *FakeChatCompletionRunner) HandleChatCompleteReturns(result1 tea.Cmd)
- func (fake *FakeChatCompletionRunner) HandleChatCompleteReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeChatCompletionRunner) HandleChatError(arg1 domain.ChatErrorEvent) tea.Cmd
- func (fake *FakeChatCompletionRunner) HandleChatErrorArgsForCall(i int) domain.ChatErrorEvent
- func (fake *FakeChatCompletionRunner) HandleChatErrorCallCount() int
- func (fake *FakeChatCompletionRunner) HandleChatErrorCalls(stub func(domain.ChatErrorEvent) tea.Cmd)
- func (fake *FakeChatCompletionRunner) HandleChatErrorReturns(result1 tea.Cmd)
- func (fake *FakeChatCompletionRunner) HandleChatErrorReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeChatCompletionRunner) HandleChatStart(arg1 domain.ChatStartEvent) tea.Cmd
- func (fake *FakeChatCompletionRunner) HandleChatStartArgsForCall(i int) domain.ChatStartEvent
- func (fake *FakeChatCompletionRunner) HandleChatStartCallCount() int
- func (fake *FakeChatCompletionRunner) HandleChatStartCalls(stub func(domain.ChatStartEvent) tea.Cmd)
- func (fake *FakeChatCompletionRunner) HandleChatStartReturns(result1 tea.Cmd)
- func (fake *FakeChatCompletionRunner) HandleChatStartReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeChatCompletionRunner) HandleOptimizationStatus(arg1 domain.OptimizationStatusEvent) tea.Cmd
- func (fake *FakeChatCompletionRunner) HandleOptimizationStatusArgsForCall(i int) domain.OptimizationStatusEvent
- func (fake *FakeChatCompletionRunner) HandleOptimizationStatusCallCount() int
- func (fake *FakeChatCompletionRunner) HandleOptimizationStatusCalls(stub func(domain.OptimizationStatusEvent) tea.Cmd)
- func (fake *FakeChatCompletionRunner) HandleOptimizationStatusReturns(result1 tea.Cmd)
- func (fake *FakeChatCompletionRunner) HandleOptimizationStatusReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeChatCompletionRunner) Invocations() map[string][][]interface{}
- func (fake *FakeChatCompletionRunner) SetPendingRestoration(arg1 string)
- func (fake *FakeChatCompletionRunner) SetPendingRestorationArgsForCall(i int) string
- func (fake *FakeChatCompletionRunner) SetPendingRestorationCallCount() int
- func (fake *FakeChatCompletionRunner) SetPendingRestorationCalls(stub func(string))
- func (fake *FakeChatCompletionRunner) Start(arg1 domain.BashDetachChannelHolder) tea.Cmd
- func (fake *FakeChatCompletionRunner) StartArgsForCall(i int) domain.BashDetachChannelHolder
- func (fake *FakeChatCompletionRunner) StartCallCount() int
- func (fake *FakeChatCompletionRunner) StartCalls(stub func(domain.BashDetachChannelHolder) tea.Cmd)
- func (fake *FakeChatCompletionRunner) StartReturns(result1 tea.Cmd)
- func (fake *FakeChatCompletionRunner) StartReturnsOnCall(i int, result1 tea.Cmd)
- type FakeChatEventListener
- func (fake *FakeChatEventListener) Invocations() map[string][][]interface{}
- func (fake *FakeChatEventListener) ListenForChatEvents(arg1 <-chan domain.ChatEvent) tea.Cmd
- func (fake *FakeChatEventListener) ListenForChatEventsArgsForCall(i int) <-chan domain.ChatEvent
- func (fake *FakeChatEventListener) ListenForChatEventsCallCount() int
- func (fake *FakeChatEventListener) ListenForChatEventsCalls(stub func(<-chan domain.ChatEvent) tea.Cmd)
- func (fake *FakeChatEventListener) ListenForChatEventsReturns(result1 tea.Cmd)
- func (fake *FakeChatEventListener) ListenForChatEventsReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeChatEventListener) ListenForEvents(arg1 <-chan tea.Msg) tea.Cmd
- func (fake *FakeChatEventListener) ListenForEventsArgsForCall(i int) <-chan tea.Msg
- func (fake *FakeChatEventListener) ListenForEventsCallCount() int
- func (fake *FakeChatEventListener) ListenForEventsCalls(stub func(<-chan tea.Msg) tea.Cmd)
- func (fake *FakeChatEventListener) ListenForEventsReturns(result1 tea.Cmd)
- func (fake *FakeChatEventListener) ListenForEventsReturnsOnCall(i int, result1 tea.Cmd)
- 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 FakeDirectExecutionService
- func (fake *FakeDirectExecutionService) ClearBashDetachChan()
- func (fake *FakeDirectExecutionService) ClearBashDetachChanCallCount() int
- func (fake *FakeDirectExecutionService) ClearBashDetachChanCalls(stub func())
- func (fake *FakeDirectExecutionService) GetBashDetachChan() chan<- struct{}
- func (fake *FakeDirectExecutionService) GetBashDetachChanCallCount() int
- func (fake *FakeDirectExecutionService) GetBashDetachChanCalls(stub func() chan<- struct{})
- func (fake *FakeDirectExecutionService) GetBashDetachChanReturns(result1 chan<- struct{})
- func (fake *FakeDirectExecutionService) GetBashDetachChanReturnsOnCall(i int, result1 chan<- struct{})
- func (fake *FakeDirectExecutionService) HandleBackgroundShellRequest() tea.Cmd
- func (fake *FakeDirectExecutionService) HandleBackgroundShellRequestCallCount() int
- func (fake *FakeDirectExecutionService) HandleBackgroundShellRequestCalls(stub func() tea.Cmd)
- func (fake *FakeDirectExecutionService) HandleBackgroundShellRequestReturns(result1 tea.Cmd)
- func (fake *FakeDirectExecutionService) HandleBackgroundShellRequestReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeDirectExecutionService) HandleBashCommand(arg1 string) tea.Cmd
- func (fake *FakeDirectExecutionService) HandleBashCommandArgsForCall(i int) string
- func (fake *FakeDirectExecutionService) HandleBashCommandCallCount() int
- func (fake *FakeDirectExecutionService) HandleBashCommandCalls(stub func(string) tea.Cmd)
- func (fake *FakeDirectExecutionService) HandleBashCommandCompleted(arg1 ui.BashCommandCompletedEvent) tea.Cmd
- func (fake *FakeDirectExecutionService) HandleBashCommandCompletedArgsForCall(i int) ui.BashCommandCompletedEvent
- func (fake *FakeDirectExecutionService) HandleBashCommandCompletedCallCount() int
- func (fake *FakeDirectExecutionService) HandleBashCommandCompletedCalls(stub func(ui.BashCommandCompletedEvent) tea.Cmd)
- func (fake *FakeDirectExecutionService) HandleBashCommandCompletedReturns(result1 tea.Cmd)
- func (fake *FakeDirectExecutionService) HandleBashCommandCompletedReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeDirectExecutionService) HandleBashCommandReturns(result1 tea.Cmd)
- func (fake *FakeDirectExecutionService) HandleBashCommandReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeDirectExecutionService) HandleBashOutputChunk(arg1 domain.BashOutputChunkEvent) tea.Cmd
- func (fake *FakeDirectExecutionService) HandleBashOutputChunkArgsForCall(i int) domain.BashOutputChunkEvent
- func (fake *FakeDirectExecutionService) HandleBashOutputChunkCallCount() int
- func (fake *FakeDirectExecutionService) HandleBashOutputChunkCalls(stub func(domain.BashOutputChunkEvent) tea.Cmd)
- func (fake *FakeDirectExecutionService) HandleBashOutputChunkReturns(result1 tea.Cmd)
- func (fake *FakeDirectExecutionService) HandleBashOutputChunkReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeDirectExecutionService) HandleToolCommand(arg1 string) tea.Cmd
- func (fake *FakeDirectExecutionService) HandleToolCommandArgsForCall(i int) string
- func (fake *FakeDirectExecutionService) HandleToolCommandCallCount() int
- func (fake *FakeDirectExecutionService) HandleToolCommandCalls(stub func(string) tea.Cmd)
- func (fake *FakeDirectExecutionService) HandleToolCommandReturns(result1 tea.Cmd)
- func (fake *FakeDirectExecutionService) HandleToolCommandReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeDirectExecutionService) Invocations() map[string][][]interface{}
- func (fake *FakeDirectExecutionService) ParseArguments(arg1 string) (map[string]any, error)
- func (fake *FakeDirectExecutionService) ParseArgumentsArgsForCall(i int) string
- func (fake *FakeDirectExecutionService) ParseArgumentsCallCount() int
- func (fake *FakeDirectExecutionService) ParseArgumentsCalls(stub func(string) (map[string]any, error))
- func (fake *FakeDirectExecutionService) ParseArgumentsReturns(result1 map[string]any, result2 error)
- func (fake *FakeDirectExecutionService) ParseArgumentsReturnsOnCall(i int, result1 map[string]any, result2 error)
- func (fake *FakeDirectExecutionService) ParseToolCall(arg1 string) (string, map[string]any, error)
- func (fake *FakeDirectExecutionService) ParseToolCallArgsForCall(i int) string
- func (fake *FakeDirectExecutionService) ParseToolCallCallCount() int
- func (fake *FakeDirectExecutionService) ParseToolCallCalls(stub func(string) (string, map[string]any, error))
- func (fake *FakeDirectExecutionService) ParseToolCallReturns(result1 string, result2 map[string]any, result3 error)
- func (fake *FakeDirectExecutionService) ParseToolCallReturnsOnCall(i int, result1 string, result2 map[string]any, result3 error)
- func (fake *FakeDirectExecutionService) PendingBashChannel() <-chan tea.Msg
- func (fake *FakeDirectExecutionService) PendingBashChannelCallCount() int
- func (fake *FakeDirectExecutionService) PendingBashChannelCalls(stub func() <-chan tea.Msg)
- func (fake *FakeDirectExecutionService) PendingBashChannelReturns(result1 <-chan tea.Msg)
- func (fake *FakeDirectExecutionService) PendingBashChannelReturnsOnCall(i int, result1 <-chan tea.Msg)
- func (fake *FakeDirectExecutionService) PendingToolChannel() <-chan tea.Msg
- func (fake *FakeDirectExecutionService) PendingToolChannelCallCount() int
- func (fake *FakeDirectExecutionService) PendingToolChannelCalls(stub func() <-chan tea.Msg)
- func (fake *FakeDirectExecutionService) PendingToolChannelReturns(result1 <-chan tea.Msg)
- func (fake *FakeDirectExecutionService) PendingToolChannelReturnsOnCall(i int, result1 <-chan tea.Msg)
- func (fake *FakeDirectExecutionService) SetBashDetachChan(arg1 chan<- struct{})
- func (fake *FakeDirectExecutionService) SetBashDetachChanArgsForCall(i int) chan<- struct{}
- func (fake *FakeDirectExecutionService) SetBashDetachChanCallCount() int
- func (fake *FakeDirectExecutionService) SetBashDetachChanCalls(stub func(chan<- struct{}))
- 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 []key.Binding)
- func (fake *FakeHelpBarComponent) SetShortcutsArgsForCall(i int) []key.Binding
- func (fake *FakeHelpBarComponent) SetShortcutsCallCount() int
- func (fake *FakeHelpBarComponent) SetShortcutsCalls(stub func([]key.Binding))
- 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.KeyPressMsg) bool
- func (fake *FakeInputComponent) CanHandleArgsForCall(i int) tea.KeyPressMsg
- func (fake *FakeInputComponent) CanHandleCallCount() int
- func (fake *FakeInputComponent) CanHandleCalls(stub func(tea.KeyPressMsg) 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.KeyPressMsg) (tea.Model, tea.Cmd)
- func (fake *FakeInputComponent) HandleKeyArgsForCall(i int) tea.KeyPressMsg
- func (fake *FakeInputComponent) HandleKeyCallCount() int
- func (fake *FakeInputComponent) HandleKeyCalls(stub func(tea.KeyPressMsg) (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) IsDisabled() bool
- func (fake *FakeInputComponent) IsDisabledCallCount() int
- func (fake *FakeInputComponent) IsDisabledCalls(stub func() bool)
- func (fake *FakeInputComponent) IsDisabledReturns(result1 bool)
- func (fake *FakeInputComponent) IsDisabledReturnsOnCall(i int, result1 bool)
- func (fake *FakeInputComponent) IsNavigatingHistory() bool
- func (fake *FakeInputComponent) IsNavigatingHistoryCallCount() int
- func (fake *FakeInputComponent) IsNavigatingHistoryCalls(stub func() bool)
- func (fake *FakeInputComponent) IsNavigatingHistoryReturns(result1 bool)
- func (fake *FakeInputComponent) IsNavigatingHistoryReturnsOnCall(i int, result1 bool)
- 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 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{}
- type FakeThemeService
- func (fake *FakeThemeService) GetCurrentTheme() ui.Theme
- func (fake *FakeThemeService) GetCurrentThemeCallCount() int
- func (fake *FakeThemeService) GetCurrentThemeCalls(stub func() ui.Theme)
- func (fake *FakeThemeService) GetCurrentThemeName() string
- func (fake *FakeThemeService) GetCurrentThemeNameCallCount() int
- func (fake *FakeThemeService) GetCurrentThemeNameCalls(stub func() string)
- func (fake *FakeThemeService) GetCurrentThemeNameReturns(result1 string)
- func (fake *FakeThemeService) GetCurrentThemeNameReturnsOnCall(i int, result1 string)
- func (fake *FakeThemeService) GetCurrentThemeReturns(result1 ui.Theme)
- func (fake *FakeThemeService) GetCurrentThemeReturnsOnCall(i int, result1 ui.Theme)
- func (fake *FakeThemeService) Invocations() map[string][][]interface{}
- func (fake *FakeThemeService) ListThemes() []string
- func (fake *FakeThemeService) ListThemesCallCount() int
- func (fake *FakeThemeService) ListThemesCalls(stub func() []string)
- func (fake *FakeThemeService) ListThemesReturns(result1 []string)
- func (fake *FakeThemeService) ListThemesReturnsOnCall(i int, result1 []string)
- func (fake *FakeThemeService) SetTheme(arg1 string) error
- func (fake *FakeThemeService) SetThemeArgsForCall(i int) string
- func (fake *FakeThemeService) SetThemeCallCount() int
- func (fake *FakeThemeService) SetThemeCalls(stub func(string) error)
- func (fake *FakeThemeService) SetThemeReturns(result1 error)
- func (fake *FakeThemeService) SetThemeReturnsOnCall(i int, result1 error)
- type FakeToolExecutionCoordinator
- func (fake *FakeToolExecutionCoordinator) GetActiveToolCallID() string
- func (fake *FakeToolExecutionCoordinator) GetActiveToolCallIDCallCount() int
- func (fake *FakeToolExecutionCoordinator) GetActiveToolCallIDCalls(stub func() string)
- func (fake *FakeToolExecutionCoordinator) GetActiveToolCallIDReturns(result1 string)
- func (fake *FakeToolExecutionCoordinator) GetActiveToolCallIDReturnsOnCall(i int, result1 string)
- func (fake *FakeToolExecutionCoordinator) HandleToolApprovalRequested(arg1 domain.ToolApprovalRequestedEvent) tea.Cmd
- func (fake *FakeToolExecutionCoordinator) HandleToolApprovalRequestedArgsForCall(i int) domain.ToolApprovalRequestedEvent
- func (fake *FakeToolExecutionCoordinator) HandleToolApprovalRequestedCallCount() int
- func (fake *FakeToolExecutionCoordinator) HandleToolApprovalRequestedCalls(stub func(domain.ToolApprovalRequestedEvent) tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolApprovalRequestedReturns(result1 tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolApprovalRequestedReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolApprovalResponse(arg1 domain.ToolApprovalResponseEvent) tea.Cmd
- func (fake *FakeToolExecutionCoordinator) HandleToolApprovalResponseArgsForCall(i int) domain.ToolApprovalResponseEvent
- func (fake *FakeToolExecutionCoordinator) HandleToolApprovalResponseCallCount() int
- func (fake *FakeToolExecutionCoordinator) HandleToolApprovalResponseCalls(stub func(domain.ToolApprovalResponseEvent) tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolApprovalResponseReturns(result1 tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolApprovalResponseReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolCallReady(arg1 domain.ToolCallReadyEvent) tea.Cmd
- func (fake *FakeToolExecutionCoordinator) HandleToolCallReadyArgsForCall(i int) domain.ToolCallReadyEvent
- func (fake *FakeToolExecutionCoordinator) HandleToolCallReadyCallCount() int
- func (fake *FakeToolExecutionCoordinator) HandleToolCallReadyCalls(stub func(domain.ToolCallReadyEvent) tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolCallReadyReturns(result1 tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolCallReadyReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolCallUpdate(arg1 domain.ToolCallUpdateEvent) tea.Cmd
- func (fake *FakeToolExecutionCoordinator) HandleToolCallUpdateArgsForCall(i int) domain.ToolCallUpdateEvent
- func (fake *FakeToolExecutionCoordinator) HandleToolCallUpdateCallCount() int
- func (fake *FakeToolExecutionCoordinator) HandleToolCallUpdateCalls(stub func(domain.ToolCallUpdateEvent) tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolCallUpdateReturns(result1 tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolCallUpdateReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolCancelled(arg1 domain.ToolCancelledEvent) tea.Cmd
- func (fake *FakeToolExecutionCoordinator) HandleToolCancelledArgsForCall(i int) domain.ToolCancelledEvent
- func (fake *FakeToolExecutionCoordinator) HandleToolCancelledCallCount() int
- func (fake *FakeToolExecutionCoordinator) HandleToolCancelledCalls(stub func(domain.ToolCancelledEvent) tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolCancelledReturns(result1 tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolCancelledReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolExecutionCompleted(arg1 domain.ToolExecutionCompletedEvent) tea.Cmd
- func (fake *FakeToolExecutionCoordinator) HandleToolExecutionCompletedArgsForCall(i int) domain.ToolExecutionCompletedEvent
- func (fake *FakeToolExecutionCoordinator) HandleToolExecutionCompletedCallCount() int
- func (fake *FakeToolExecutionCoordinator) HandleToolExecutionCompletedCalls(stub func(domain.ToolExecutionCompletedEvent) tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolExecutionCompletedReturns(result1 tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolExecutionCompletedReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolExecutionProgress(arg1 domain.ToolExecutionProgressEvent) tea.Cmd
- func (fake *FakeToolExecutionCoordinator) HandleToolExecutionProgressArgsForCall(i int) domain.ToolExecutionProgressEvent
- func (fake *FakeToolExecutionCoordinator) HandleToolExecutionProgressCallCount() int
- func (fake *FakeToolExecutionCoordinator) HandleToolExecutionProgressCalls(stub func(domain.ToolExecutionProgressEvent) tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolExecutionProgressReturns(result1 tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolExecutionProgressReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolExecutionStarted(arg1 ui.ToolExecutionStartedEvent) tea.Cmd
- func (fake *FakeToolExecutionCoordinator) HandleToolExecutionStartedArgsForCall(i int) ui.ToolExecutionStartedEvent
- func (fake *FakeToolExecutionCoordinator) HandleToolExecutionStartedCallCount() int
- func (fake *FakeToolExecutionCoordinator) HandleToolExecutionStartedCalls(stub func(ui.ToolExecutionStartedEvent) tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolExecutionStartedReturns(result1 tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) HandleToolExecutionStartedReturnsOnCall(i int, result1 tea.Cmd)
- func (fake *FakeToolExecutionCoordinator) Invocations() map[string][][]interface{}
- func (fake *FakeToolExecutionCoordinator) SetActiveToolCallID(arg1 string)
- func (fake *FakeToolExecutionCoordinator) SetActiveToolCallIDArgsForCall(i int) string
- func (fake *FakeToolExecutionCoordinator) SetActiveToolCallIDCallCount() int
- func (fake *FakeToolExecutionCoordinator) SetActiveToolCallIDCalls(stub func(string))
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()
GetCompletionCursorPosStub func() int
GetSelectedShortcutStub func() string
GetUsageHintStub func() string
HandleKeyStub func(tea.KeyPressMsg) (bool, string)
HideStub func()
IsVisibleStub func() bool
RefreshToolsListStub func()
RenderStub func() string
SetHeightStub func(int)
SetWidthStub func(int)
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) GetCompletionCursorPos ¶ added in v0.117.0
func (fake *FakeAutocompleteComponent) GetCompletionCursorPos() int
func (*FakeAutocompleteComponent) GetCompletionCursorPosCallCount ¶ added in v0.117.0
func (fake *FakeAutocompleteComponent) GetCompletionCursorPosCallCount() int
func (*FakeAutocompleteComponent) GetCompletionCursorPosCalls ¶ added in v0.117.0
func (fake *FakeAutocompleteComponent) GetCompletionCursorPosCalls(stub func() int)
func (*FakeAutocompleteComponent) GetCompletionCursorPosReturns ¶ added in v0.117.0
func (fake *FakeAutocompleteComponent) GetCompletionCursorPosReturns(result1 int)
func (*FakeAutocompleteComponent) GetCompletionCursorPosReturnsOnCall ¶ added in v0.117.0
func (fake *FakeAutocompleteComponent) GetCompletionCursorPosReturnsOnCall(i int, result1 int)
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.KeyPressMsg) (bool, string)
func (*FakeAutocompleteComponent) HandleKeyArgsForCall ¶ added in v0.76.5
func (fake *FakeAutocompleteComponent) HandleKeyArgsForCall(i int) tea.KeyPressMsg
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.KeyPressMsg) (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) 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 FakeChatCompletionRunner ¶ added in v0.178.0
type FakeChatCompletionRunner struct {
HandleChatChunkStub func(domain.ChatChunkEvent) tea.Cmd
HandleChatCompleteStub func(domain.ChatCompleteEvent) tea.Cmd
HandleChatErrorStub func(domain.ChatErrorEvent) tea.Cmd
HandleChatStartStub func(domain.ChatStartEvent) tea.Cmd
HandleOptimizationStatusStub func(domain.OptimizationStatusEvent) tea.Cmd
SetPendingRestorationStub func(string)
StartStub func(domain.BashDetachChannelHolder) tea.Cmd
// contains filtered or unexported fields
}
func (*FakeChatCompletionRunner) HandleChatChunk ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatChunk(arg1 domain.ChatChunkEvent) tea.Cmd
func (*FakeChatCompletionRunner) HandleChatChunkArgsForCall ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatChunkArgsForCall(i int) domain.ChatChunkEvent
func (*FakeChatCompletionRunner) HandleChatChunkCallCount ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatChunkCallCount() int
func (*FakeChatCompletionRunner) HandleChatChunkCalls ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatChunkCalls(stub func(domain.ChatChunkEvent) tea.Cmd)
func (*FakeChatCompletionRunner) HandleChatChunkReturns ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatChunkReturns(result1 tea.Cmd)
func (*FakeChatCompletionRunner) HandleChatChunkReturnsOnCall ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatChunkReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeChatCompletionRunner) HandleChatComplete ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatComplete(arg1 domain.ChatCompleteEvent) tea.Cmd
func (*FakeChatCompletionRunner) HandleChatCompleteArgsForCall ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatCompleteArgsForCall(i int) domain.ChatCompleteEvent
func (*FakeChatCompletionRunner) HandleChatCompleteCallCount ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatCompleteCallCount() int
func (*FakeChatCompletionRunner) HandleChatCompleteCalls ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatCompleteCalls(stub func(domain.ChatCompleteEvent) tea.Cmd)
func (*FakeChatCompletionRunner) HandleChatCompleteReturns ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatCompleteReturns(result1 tea.Cmd)
func (*FakeChatCompletionRunner) HandleChatCompleteReturnsOnCall ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatCompleteReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeChatCompletionRunner) HandleChatError ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatError(arg1 domain.ChatErrorEvent) tea.Cmd
func (*FakeChatCompletionRunner) HandleChatErrorArgsForCall ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatErrorArgsForCall(i int) domain.ChatErrorEvent
func (*FakeChatCompletionRunner) HandleChatErrorCallCount ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatErrorCallCount() int
func (*FakeChatCompletionRunner) HandleChatErrorCalls ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatErrorCalls(stub func(domain.ChatErrorEvent) tea.Cmd)
func (*FakeChatCompletionRunner) HandleChatErrorReturns ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatErrorReturns(result1 tea.Cmd)
func (*FakeChatCompletionRunner) HandleChatErrorReturnsOnCall ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatErrorReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeChatCompletionRunner) HandleChatStart ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatStart(arg1 domain.ChatStartEvent) tea.Cmd
func (*FakeChatCompletionRunner) HandleChatStartArgsForCall ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatStartArgsForCall(i int) domain.ChatStartEvent
func (*FakeChatCompletionRunner) HandleChatStartCallCount ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatStartCallCount() int
func (*FakeChatCompletionRunner) HandleChatStartCalls ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatStartCalls(stub func(domain.ChatStartEvent) tea.Cmd)
func (*FakeChatCompletionRunner) HandleChatStartReturns ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatStartReturns(result1 tea.Cmd)
func (*FakeChatCompletionRunner) HandleChatStartReturnsOnCall ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleChatStartReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeChatCompletionRunner) HandleOptimizationStatus ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleOptimizationStatus(arg1 domain.OptimizationStatusEvent) tea.Cmd
func (*FakeChatCompletionRunner) HandleOptimizationStatusArgsForCall ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleOptimizationStatusArgsForCall(i int) domain.OptimizationStatusEvent
func (*FakeChatCompletionRunner) HandleOptimizationStatusCallCount ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleOptimizationStatusCallCount() int
func (*FakeChatCompletionRunner) HandleOptimizationStatusCalls ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleOptimizationStatusCalls(stub func(domain.OptimizationStatusEvent) tea.Cmd)
func (*FakeChatCompletionRunner) HandleOptimizationStatusReturns ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleOptimizationStatusReturns(result1 tea.Cmd)
func (*FakeChatCompletionRunner) HandleOptimizationStatusReturnsOnCall ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) HandleOptimizationStatusReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeChatCompletionRunner) Invocations ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) Invocations() map[string][][]interface{}
func (*FakeChatCompletionRunner) SetPendingRestoration ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) SetPendingRestoration(arg1 string)
func (*FakeChatCompletionRunner) SetPendingRestorationArgsForCall ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) SetPendingRestorationArgsForCall(i int) string
func (*FakeChatCompletionRunner) SetPendingRestorationCallCount ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) SetPendingRestorationCallCount() int
func (*FakeChatCompletionRunner) SetPendingRestorationCalls ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) SetPendingRestorationCalls(stub func(string))
func (*FakeChatCompletionRunner) Start ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) Start(arg1 domain.BashDetachChannelHolder) tea.Cmd
func (*FakeChatCompletionRunner) StartArgsForCall ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) StartArgsForCall(i int) domain.BashDetachChannelHolder
func (*FakeChatCompletionRunner) StartCallCount ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) StartCallCount() int
func (*FakeChatCompletionRunner) StartCalls ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) StartCalls(stub func(domain.BashDetachChannelHolder) tea.Cmd)
func (*FakeChatCompletionRunner) StartReturns ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) StartReturns(result1 tea.Cmd)
func (*FakeChatCompletionRunner) StartReturnsOnCall ¶ added in v0.178.0
func (fake *FakeChatCompletionRunner) StartReturnsOnCall(i int, result1 tea.Cmd)
type FakeChatEventListener ¶ added in v0.178.0
type FakeChatEventListener struct {
ListenForChatEventsStub func(<-chan domain.ChatEvent) tea.Cmd
ListenForEventsStub func(<-chan tea.Msg) tea.Cmd
// contains filtered or unexported fields
}
func (*FakeChatEventListener) Invocations ¶ added in v0.178.0
func (fake *FakeChatEventListener) Invocations() map[string][][]interface{}
func (*FakeChatEventListener) ListenForChatEvents ¶ added in v0.178.0
func (fake *FakeChatEventListener) ListenForChatEvents(arg1 <-chan domain.ChatEvent) tea.Cmd
func (*FakeChatEventListener) ListenForChatEventsArgsForCall ¶ added in v0.178.0
func (fake *FakeChatEventListener) ListenForChatEventsArgsForCall(i int) <-chan domain.ChatEvent
func (*FakeChatEventListener) ListenForChatEventsCallCount ¶ added in v0.178.0
func (fake *FakeChatEventListener) ListenForChatEventsCallCount() int
func (*FakeChatEventListener) ListenForChatEventsCalls ¶ added in v0.178.0
func (fake *FakeChatEventListener) ListenForChatEventsCalls(stub func(<-chan domain.ChatEvent) tea.Cmd)
func (*FakeChatEventListener) ListenForChatEventsReturns ¶ added in v0.178.0
func (fake *FakeChatEventListener) ListenForChatEventsReturns(result1 tea.Cmd)
func (*FakeChatEventListener) ListenForChatEventsReturnsOnCall ¶ added in v0.178.0
func (fake *FakeChatEventListener) ListenForChatEventsReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeChatEventListener) ListenForEvents ¶ added in v0.178.0
func (fake *FakeChatEventListener) ListenForEvents(arg1 <-chan tea.Msg) tea.Cmd
func (*FakeChatEventListener) ListenForEventsArgsForCall ¶ added in v0.178.0
func (fake *FakeChatEventListener) ListenForEventsArgsForCall(i int) <-chan tea.Msg
func (*FakeChatEventListener) ListenForEventsCallCount ¶ added in v0.178.0
func (fake *FakeChatEventListener) ListenForEventsCallCount() int
func (*FakeChatEventListener) ListenForEventsCalls ¶ added in v0.178.0
func (fake *FakeChatEventListener) ListenForEventsCalls(stub func(<-chan tea.Msg) tea.Cmd)
func (*FakeChatEventListener) ListenForEventsReturns ¶ added in v0.178.0
func (fake *FakeChatEventListener) ListenForEventsReturns(result1 tea.Cmd)
func (*FakeChatEventListener) ListenForEventsReturnsOnCall ¶ added in v0.178.0
func (fake *FakeChatEventListener) ListenForEventsReturnsOnCall(i int, result1 tea.Cmd)
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 FakeDirectExecutionService ¶ added in v0.178.0
type FakeDirectExecutionService struct {
ClearBashDetachChanStub func()
GetBashDetachChanStub func() chan<- struct{}
HandleBackgroundShellRequestStub func() tea.Cmd
HandleBashCommandStub func(string) tea.Cmd
HandleBashCommandCompletedStub func(ui.BashCommandCompletedEvent) tea.Cmd
HandleBashOutputChunkStub func(domain.BashOutputChunkEvent) tea.Cmd
HandleToolCommandStub func(string) tea.Cmd
ParseArgumentsStub func(string) (map[string]any, error)
ParseToolCallStub func(string) (string, map[string]any, error)
PendingBashChannelStub func() <-chan tea.Msg
PendingToolChannelStub func() <-chan tea.Msg
SetBashDetachChanStub func(chan<- struct{})
// contains filtered or unexported fields
}
func (*FakeDirectExecutionService) ClearBashDetachChan ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) ClearBashDetachChan()
func (*FakeDirectExecutionService) ClearBashDetachChanCallCount ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) ClearBashDetachChanCallCount() int
func (*FakeDirectExecutionService) ClearBashDetachChanCalls ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) ClearBashDetachChanCalls(stub func())
func (*FakeDirectExecutionService) GetBashDetachChan ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) GetBashDetachChan() chan<- struct{}
func (*FakeDirectExecutionService) GetBashDetachChanCallCount ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) GetBashDetachChanCallCount() int
func (*FakeDirectExecutionService) GetBashDetachChanCalls ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) GetBashDetachChanCalls(stub func() chan<- struct{})
func (*FakeDirectExecutionService) GetBashDetachChanReturns ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) GetBashDetachChanReturns(result1 chan<- struct{})
func (*FakeDirectExecutionService) GetBashDetachChanReturnsOnCall ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) GetBashDetachChanReturnsOnCall(i int, result1 chan<- struct{})
func (*FakeDirectExecutionService) HandleBackgroundShellRequest ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBackgroundShellRequest() tea.Cmd
func (*FakeDirectExecutionService) HandleBackgroundShellRequestCallCount ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBackgroundShellRequestCallCount() int
func (*FakeDirectExecutionService) HandleBackgroundShellRequestCalls ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBackgroundShellRequestCalls(stub func() tea.Cmd)
func (*FakeDirectExecutionService) HandleBackgroundShellRequestReturns ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBackgroundShellRequestReturns(result1 tea.Cmd)
func (*FakeDirectExecutionService) HandleBackgroundShellRequestReturnsOnCall ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBackgroundShellRequestReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeDirectExecutionService) HandleBashCommand ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBashCommand(arg1 string) tea.Cmd
func (*FakeDirectExecutionService) HandleBashCommandArgsForCall ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBashCommandArgsForCall(i int) string
func (*FakeDirectExecutionService) HandleBashCommandCallCount ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBashCommandCallCount() int
func (*FakeDirectExecutionService) HandleBashCommandCalls ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBashCommandCalls(stub func(string) tea.Cmd)
func (*FakeDirectExecutionService) HandleBashCommandCompleted ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBashCommandCompleted(arg1 ui.BashCommandCompletedEvent) tea.Cmd
func (*FakeDirectExecutionService) HandleBashCommandCompletedArgsForCall ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBashCommandCompletedArgsForCall(i int) ui.BashCommandCompletedEvent
func (*FakeDirectExecutionService) HandleBashCommandCompletedCallCount ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBashCommandCompletedCallCount() int
func (*FakeDirectExecutionService) HandleBashCommandCompletedCalls ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBashCommandCompletedCalls(stub func(ui.BashCommandCompletedEvent) tea.Cmd)
func (*FakeDirectExecutionService) HandleBashCommandCompletedReturns ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBashCommandCompletedReturns(result1 tea.Cmd)
func (*FakeDirectExecutionService) HandleBashCommandCompletedReturnsOnCall ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBashCommandCompletedReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeDirectExecutionService) HandleBashCommandReturns ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBashCommandReturns(result1 tea.Cmd)
func (*FakeDirectExecutionService) HandleBashCommandReturnsOnCall ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBashCommandReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeDirectExecutionService) HandleBashOutputChunk ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBashOutputChunk(arg1 domain.BashOutputChunkEvent) tea.Cmd
func (*FakeDirectExecutionService) HandleBashOutputChunkArgsForCall ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBashOutputChunkArgsForCall(i int) domain.BashOutputChunkEvent
func (*FakeDirectExecutionService) HandleBashOutputChunkCallCount ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBashOutputChunkCallCount() int
func (*FakeDirectExecutionService) HandleBashOutputChunkCalls ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBashOutputChunkCalls(stub func(domain.BashOutputChunkEvent) tea.Cmd)
func (*FakeDirectExecutionService) HandleBashOutputChunkReturns ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBashOutputChunkReturns(result1 tea.Cmd)
func (*FakeDirectExecutionService) HandleBashOutputChunkReturnsOnCall ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleBashOutputChunkReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeDirectExecutionService) HandleToolCommand ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleToolCommand(arg1 string) tea.Cmd
func (*FakeDirectExecutionService) HandleToolCommandArgsForCall ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleToolCommandArgsForCall(i int) string
func (*FakeDirectExecutionService) HandleToolCommandCallCount ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleToolCommandCallCount() int
func (*FakeDirectExecutionService) HandleToolCommandCalls ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleToolCommandCalls(stub func(string) tea.Cmd)
func (*FakeDirectExecutionService) HandleToolCommandReturns ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleToolCommandReturns(result1 tea.Cmd)
func (*FakeDirectExecutionService) HandleToolCommandReturnsOnCall ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) HandleToolCommandReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeDirectExecutionService) Invocations ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) Invocations() map[string][][]interface{}
func (*FakeDirectExecutionService) ParseArguments ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) ParseArguments(arg1 string) (map[string]any, error)
func (*FakeDirectExecutionService) ParseArgumentsArgsForCall ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) ParseArgumentsArgsForCall(i int) string
func (*FakeDirectExecutionService) ParseArgumentsCallCount ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) ParseArgumentsCallCount() int
func (*FakeDirectExecutionService) ParseArgumentsCalls ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) ParseArgumentsCalls(stub func(string) (map[string]any, error))
func (*FakeDirectExecutionService) ParseArgumentsReturns ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) ParseArgumentsReturns(result1 map[string]any, result2 error)
func (*FakeDirectExecutionService) ParseArgumentsReturnsOnCall ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) ParseArgumentsReturnsOnCall(i int, result1 map[string]any, result2 error)
func (*FakeDirectExecutionService) ParseToolCall ¶ added in v0.178.0
func (*FakeDirectExecutionService) ParseToolCallArgsForCall ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) ParseToolCallArgsForCall(i int) string
func (*FakeDirectExecutionService) ParseToolCallCallCount ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) ParseToolCallCallCount() int
func (*FakeDirectExecutionService) ParseToolCallCalls ¶ added in v0.178.0
func (*FakeDirectExecutionService) ParseToolCallReturns ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) ParseToolCallReturns(result1 string, result2 map[string]any, result3 error)
func (*FakeDirectExecutionService) ParseToolCallReturnsOnCall ¶ added in v0.178.0
func (*FakeDirectExecutionService) PendingBashChannel ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) PendingBashChannel() <-chan tea.Msg
func (*FakeDirectExecutionService) PendingBashChannelCallCount ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) PendingBashChannelCallCount() int
func (*FakeDirectExecutionService) PendingBashChannelCalls ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) PendingBashChannelCalls(stub func() <-chan tea.Msg)
func (*FakeDirectExecutionService) PendingBashChannelReturns ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) PendingBashChannelReturns(result1 <-chan tea.Msg)
func (*FakeDirectExecutionService) PendingBashChannelReturnsOnCall ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) PendingBashChannelReturnsOnCall(i int, result1 <-chan tea.Msg)
func (*FakeDirectExecutionService) PendingToolChannel ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) PendingToolChannel() <-chan tea.Msg
func (*FakeDirectExecutionService) PendingToolChannelCallCount ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) PendingToolChannelCallCount() int
func (*FakeDirectExecutionService) PendingToolChannelCalls ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) PendingToolChannelCalls(stub func() <-chan tea.Msg)
func (*FakeDirectExecutionService) PendingToolChannelReturns ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) PendingToolChannelReturns(result1 <-chan tea.Msg)
func (*FakeDirectExecutionService) PendingToolChannelReturnsOnCall ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) PendingToolChannelReturnsOnCall(i int, result1 <-chan tea.Msg)
func (*FakeDirectExecutionService) SetBashDetachChan ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) SetBashDetachChan(arg1 chan<- struct{})
func (*FakeDirectExecutionService) SetBashDetachChanArgsForCall ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) SetBashDetachChanArgsForCall(i int) chan<- struct{}
func (*FakeDirectExecutionService) SetBashDetachChanCallCount ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) SetBashDetachChanCallCount() int
func (*FakeDirectExecutionService) SetBashDetachChanCalls ¶ added in v0.178.0
func (fake *FakeDirectExecutionService) SetBashDetachChanCalls(stub func(chan<- struct{}))
type FakeHelpBarComponent ¶
type FakeHelpBarComponent struct {
IsEnabledStub func() bool
RenderStub func() string
SetEnabledStub func(bool)
SetHeightStub func(int)
SetShortcutsStub func([]key.Binding)
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 []key.Binding)
func (*FakeHelpBarComponent) SetShortcutsArgsForCall ¶
func (fake *FakeHelpBarComponent) SetShortcutsArgsForCall(i int) []key.Binding
func (*FakeHelpBarComponent) SetShortcutsCallCount ¶
func (fake *FakeHelpBarComponent) SetShortcutsCallCount() int
func (*FakeHelpBarComponent) SetShortcutsCalls ¶
func (fake *FakeHelpBarComponent) SetShortcutsCalls(stub func([]key.Binding))
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.KeyPressMsg) bool
ClearImageAttachmentsStub func()
ClearInputStub func()
GetCursorStub func() int
GetImageAttachmentsStub func() []domain.ImageAttachment
GetInputStub func() string
GetUsageHintStub func() string
HandleKeyStub func(tea.KeyPressMsg) (tea.Model, tea.Cmd)
IsDisabledStub func() bool
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.KeyPressMsg) bool
func (*FakeInputComponent) CanHandleArgsForCall ¶
func (fake *FakeInputComponent) CanHandleArgsForCall(i int) tea.KeyPressMsg
func (*FakeInputComponent) CanHandleCallCount ¶
func (fake *FakeInputComponent) CanHandleCallCount() int
func (*FakeInputComponent) CanHandleCalls ¶
func (fake *FakeInputComponent) CanHandleCalls(stub func(tea.KeyPressMsg) 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) HandleKey ¶
func (fake *FakeInputComponent) HandleKey(arg1 tea.KeyPressMsg) (tea.Model, tea.Cmd)
func (*FakeInputComponent) HandleKeyArgsForCall ¶
func (fake *FakeInputComponent) HandleKeyArgsForCall(i int) tea.KeyPressMsg
func (*FakeInputComponent) HandleKeyCallCount ¶
func (fake *FakeInputComponent) HandleKeyCallCount() int
func (*FakeInputComponent) HandleKeyCalls ¶
func (fake *FakeInputComponent) HandleKeyCalls(stub func(tea.KeyPressMsg) (tea.Model, tea.Cmd))
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) IsDisabled ¶ added in v0.101.0
func (fake *FakeInputComponent) IsDisabled() bool
func (*FakeInputComponent) IsDisabledCallCount ¶ added in v0.101.0
func (fake *FakeInputComponent) IsDisabledCallCount() int
func (*FakeInputComponent) IsDisabledCalls ¶ added in v0.101.0
func (fake *FakeInputComponent) IsDisabledCalls(stub func() bool)
func (*FakeInputComponent) IsDisabledReturns ¶ added in v0.101.0
func (fake *FakeInputComponent) IsDisabledReturns(result1 bool)
func (*FakeInputComponent) IsDisabledReturnsOnCall ¶ added in v0.101.0
func (fake *FakeInputComponent) IsDisabledReturnsOnCall(i int, result1 bool)
func (*FakeInputComponent) IsNavigatingHistory ¶ added in v0.128.0
func (fake *FakeInputComponent) IsNavigatingHistory() bool
func (*FakeInputComponent) IsNavigatingHistoryCallCount ¶ added in v0.128.0
func (fake *FakeInputComponent) IsNavigatingHistoryCallCount() int
func (*FakeInputComponent) IsNavigatingHistoryCalls ¶ added in v0.128.0
func (fake *FakeInputComponent) IsNavigatingHistoryCalls(stub func() bool)
func (*FakeInputComponent) IsNavigatingHistoryReturns ¶ added in v0.128.0
func (fake *FakeInputComponent) IsNavigatingHistoryReturns(result1 bool)
func (*FakeInputComponent) IsNavigatingHistoryReturnsOnCall ¶ added in v0.128.0
func (fake *FakeInputComponent) IsNavigatingHistoryReturnsOnCall(i int, result1 bool)
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 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 ¶
type FakeThemeService ¶ added in v0.178.0
type FakeThemeService struct {
GetCurrentThemeStub func() ui.Theme
GetCurrentThemeNameStub func() string
ListThemesStub func() []string
SetThemeStub func(string) error
// contains filtered or unexported fields
}
func (*FakeThemeService) GetCurrentTheme ¶ added in v0.178.0
func (fake *FakeThemeService) GetCurrentTheme() ui.Theme
func (*FakeThemeService) GetCurrentThemeCallCount ¶ added in v0.178.0
func (fake *FakeThemeService) GetCurrentThemeCallCount() int
func (*FakeThemeService) GetCurrentThemeCalls ¶ added in v0.178.0
func (fake *FakeThemeService) GetCurrentThemeCalls(stub func() ui.Theme)
func (*FakeThemeService) GetCurrentThemeName ¶ added in v0.178.0
func (fake *FakeThemeService) GetCurrentThemeName() string
func (*FakeThemeService) GetCurrentThemeNameCallCount ¶ added in v0.178.0
func (fake *FakeThemeService) GetCurrentThemeNameCallCount() int
func (*FakeThemeService) GetCurrentThemeNameCalls ¶ added in v0.178.0
func (fake *FakeThemeService) GetCurrentThemeNameCalls(stub func() string)
func (*FakeThemeService) GetCurrentThemeNameReturns ¶ added in v0.178.0
func (fake *FakeThemeService) GetCurrentThemeNameReturns(result1 string)
func (*FakeThemeService) GetCurrentThemeNameReturnsOnCall ¶ added in v0.178.0
func (fake *FakeThemeService) GetCurrentThemeNameReturnsOnCall(i int, result1 string)
func (*FakeThemeService) GetCurrentThemeReturns ¶ added in v0.178.0
func (fake *FakeThemeService) GetCurrentThemeReturns(result1 ui.Theme)
func (*FakeThemeService) GetCurrentThemeReturnsOnCall ¶ added in v0.178.0
func (fake *FakeThemeService) GetCurrentThemeReturnsOnCall(i int, result1 ui.Theme)
func (*FakeThemeService) Invocations ¶ added in v0.178.0
func (fake *FakeThemeService) Invocations() map[string][][]interface{}
func (*FakeThemeService) ListThemes ¶ added in v0.178.0
func (fake *FakeThemeService) ListThemes() []string
func (*FakeThemeService) ListThemesCallCount ¶ added in v0.178.0
func (fake *FakeThemeService) ListThemesCallCount() int
func (*FakeThemeService) ListThemesCalls ¶ added in v0.178.0
func (fake *FakeThemeService) ListThemesCalls(stub func() []string)
func (*FakeThemeService) ListThemesReturns ¶ added in v0.178.0
func (fake *FakeThemeService) ListThemesReturns(result1 []string)
func (*FakeThemeService) ListThemesReturnsOnCall ¶ added in v0.178.0
func (fake *FakeThemeService) ListThemesReturnsOnCall(i int, result1 []string)
func (*FakeThemeService) SetTheme ¶ added in v0.178.0
func (fake *FakeThemeService) SetTheme(arg1 string) error
func (*FakeThemeService) SetThemeArgsForCall ¶ added in v0.178.0
func (fake *FakeThemeService) SetThemeArgsForCall(i int) string
func (*FakeThemeService) SetThemeCallCount ¶ added in v0.178.0
func (fake *FakeThemeService) SetThemeCallCount() int
func (*FakeThemeService) SetThemeCalls ¶ added in v0.178.0
func (fake *FakeThemeService) SetThemeCalls(stub func(string) error)
func (*FakeThemeService) SetThemeReturns ¶ added in v0.178.0
func (fake *FakeThemeService) SetThemeReturns(result1 error)
func (*FakeThemeService) SetThemeReturnsOnCall ¶ added in v0.178.0
func (fake *FakeThemeService) SetThemeReturnsOnCall(i int, result1 error)
type FakeToolExecutionCoordinator ¶ added in v0.178.0
type FakeToolExecutionCoordinator struct {
GetActiveToolCallIDStub func() string
HandleToolApprovalRequestedStub func(domain.ToolApprovalRequestedEvent) tea.Cmd
HandleToolApprovalResponseStub func(domain.ToolApprovalResponseEvent) tea.Cmd
HandleToolCallReadyStub func(domain.ToolCallReadyEvent) tea.Cmd
HandleToolCallUpdateStub func(domain.ToolCallUpdateEvent) tea.Cmd
HandleToolCancelledStub func(domain.ToolCancelledEvent) tea.Cmd
HandleToolExecutionCompletedStub func(domain.ToolExecutionCompletedEvent) tea.Cmd
HandleToolExecutionProgressStub func(domain.ToolExecutionProgressEvent) tea.Cmd
HandleToolExecutionStartedStub func(ui.ToolExecutionStartedEvent) tea.Cmd
SetActiveToolCallIDStub func(string)
// contains filtered or unexported fields
}
func (*FakeToolExecutionCoordinator) GetActiveToolCallID ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) GetActiveToolCallID() string
func (*FakeToolExecutionCoordinator) GetActiveToolCallIDCallCount ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) GetActiveToolCallIDCallCount() int
func (*FakeToolExecutionCoordinator) GetActiveToolCallIDCalls ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) GetActiveToolCallIDCalls(stub func() string)
func (*FakeToolExecutionCoordinator) GetActiveToolCallIDReturns ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) GetActiveToolCallIDReturns(result1 string)
func (*FakeToolExecutionCoordinator) GetActiveToolCallIDReturnsOnCall ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) GetActiveToolCallIDReturnsOnCall(i int, result1 string)
func (*FakeToolExecutionCoordinator) HandleToolApprovalRequested ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolApprovalRequested(arg1 domain.ToolApprovalRequestedEvent) tea.Cmd
func (*FakeToolExecutionCoordinator) HandleToolApprovalRequestedArgsForCall ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolApprovalRequestedArgsForCall(i int) domain.ToolApprovalRequestedEvent
func (*FakeToolExecutionCoordinator) HandleToolApprovalRequestedCallCount ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolApprovalRequestedCallCount() int
func (*FakeToolExecutionCoordinator) HandleToolApprovalRequestedCalls ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolApprovalRequestedCalls(stub func(domain.ToolApprovalRequestedEvent) tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolApprovalRequestedReturns ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolApprovalRequestedReturns(result1 tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolApprovalRequestedReturnsOnCall ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolApprovalRequestedReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolApprovalResponse ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolApprovalResponse(arg1 domain.ToolApprovalResponseEvent) tea.Cmd
func (*FakeToolExecutionCoordinator) HandleToolApprovalResponseArgsForCall ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolApprovalResponseArgsForCall(i int) domain.ToolApprovalResponseEvent
func (*FakeToolExecutionCoordinator) HandleToolApprovalResponseCallCount ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolApprovalResponseCallCount() int
func (*FakeToolExecutionCoordinator) HandleToolApprovalResponseCalls ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolApprovalResponseCalls(stub func(domain.ToolApprovalResponseEvent) tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolApprovalResponseReturns ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolApprovalResponseReturns(result1 tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolApprovalResponseReturnsOnCall ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolApprovalResponseReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolCallReady ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolCallReady(arg1 domain.ToolCallReadyEvent) tea.Cmd
func (*FakeToolExecutionCoordinator) HandleToolCallReadyArgsForCall ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolCallReadyArgsForCall(i int) domain.ToolCallReadyEvent
func (*FakeToolExecutionCoordinator) HandleToolCallReadyCallCount ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolCallReadyCallCount() int
func (*FakeToolExecutionCoordinator) HandleToolCallReadyCalls ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolCallReadyCalls(stub func(domain.ToolCallReadyEvent) tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolCallReadyReturns ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolCallReadyReturns(result1 tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolCallReadyReturnsOnCall ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolCallReadyReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolCallUpdate ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolCallUpdate(arg1 domain.ToolCallUpdateEvent) tea.Cmd
func (*FakeToolExecutionCoordinator) HandleToolCallUpdateArgsForCall ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolCallUpdateArgsForCall(i int) domain.ToolCallUpdateEvent
func (*FakeToolExecutionCoordinator) HandleToolCallUpdateCallCount ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolCallUpdateCallCount() int
func (*FakeToolExecutionCoordinator) HandleToolCallUpdateCalls ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolCallUpdateCalls(stub func(domain.ToolCallUpdateEvent) tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolCallUpdateReturns ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolCallUpdateReturns(result1 tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolCallUpdateReturnsOnCall ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolCallUpdateReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolCancelled ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolCancelled(arg1 domain.ToolCancelledEvent) tea.Cmd
func (*FakeToolExecutionCoordinator) HandleToolCancelledArgsForCall ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolCancelledArgsForCall(i int) domain.ToolCancelledEvent
func (*FakeToolExecutionCoordinator) HandleToolCancelledCallCount ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolCancelledCallCount() int
func (*FakeToolExecutionCoordinator) HandleToolCancelledCalls ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolCancelledCalls(stub func(domain.ToolCancelledEvent) tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolCancelledReturns ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolCancelledReturns(result1 tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolCancelledReturnsOnCall ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolCancelledReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolExecutionCompleted ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolExecutionCompleted(arg1 domain.ToolExecutionCompletedEvent) tea.Cmd
func (*FakeToolExecutionCoordinator) HandleToolExecutionCompletedArgsForCall ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolExecutionCompletedArgsForCall(i int) domain.ToolExecutionCompletedEvent
func (*FakeToolExecutionCoordinator) HandleToolExecutionCompletedCallCount ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolExecutionCompletedCallCount() int
func (*FakeToolExecutionCoordinator) HandleToolExecutionCompletedCalls ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolExecutionCompletedCalls(stub func(domain.ToolExecutionCompletedEvent) tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolExecutionCompletedReturns ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolExecutionCompletedReturns(result1 tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolExecutionCompletedReturnsOnCall ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolExecutionCompletedReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolExecutionProgress ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolExecutionProgress(arg1 domain.ToolExecutionProgressEvent) tea.Cmd
func (*FakeToolExecutionCoordinator) HandleToolExecutionProgressArgsForCall ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolExecutionProgressArgsForCall(i int) domain.ToolExecutionProgressEvent
func (*FakeToolExecutionCoordinator) HandleToolExecutionProgressCallCount ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolExecutionProgressCallCount() int
func (*FakeToolExecutionCoordinator) HandleToolExecutionProgressCalls ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolExecutionProgressCalls(stub func(domain.ToolExecutionProgressEvent) tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolExecutionProgressReturns ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolExecutionProgressReturns(result1 tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolExecutionProgressReturnsOnCall ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolExecutionProgressReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolExecutionStarted ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolExecutionStarted(arg1 ui.ToolExecutionStartedEvent) tea.Cmd
func (*FakeToolExecutionCoordinator) HandleToolExecutionStartedArgsForCall ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolExecutionStartedArgsForCall(i int) ui.ToolExecutionStartedEvent
func (*FakeToolExecutionCoordinator) HandleToolExecutionStartedCallCount ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolExecutionStartedCallCount() int
func (*FakeToolExecutionCoordinator) HandleToolExecutionStartedCalls ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolExecutionStartedCalls(stub func(ui.ToolExecutionStartedEvent) tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolExecutionStartedReturns ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolExecutionStartedReturns(result1 tea.Cmd)
func (*FakeToolExecutionCoordinator) HandleToolExecutionStartedReturnsOnCall ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) HandleToolExecutionStartedReturnsOnCall(i int, result1 tea.Cmd)
func (*FakeToolExecutionCoordinator) Invocations ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) Invocations() map[string][][]interface{}
func (*FakeToolExecutionCoordinator) SetActiveToolCallID ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) SetActiveToolCallID(arg1 string)
func (*FakeToolExecutionCoordinator) SetActiveToolCallIDArgsForCall ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) SetActiveToolCallIDArgsForCall(i int) string
func (*FakeToolExecutionCoordinator) SetActiveToolCallIDCallCount ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) SetActiveToolCallIDCallCount() int
func (*FakeToolExecutionCoordinator) SetActiveToolCallIDCalls ¶ added in v0.178.0
func (fake *FakeToolExecutionCoordinator) SetActiveToolCallIDCalls(stub func(string))
Source Files
¶
- fake_autocomplete_component.go
- fake_chat_completion_runner.go
- fake_chat_event_listener.go
- fake_conversation_renderer.go
- fake_direct_execution_service.go
- fake_help_bar_component.go
- fake_input_component.go
- fake_shortcut_registry.go
- fake_status_component.go
- fake_theme.go
- fake_theme_service.go
- fake_tool_execution_coordinator.go
Click to show internal directories.
Click to hide internal directories.