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.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeAutocompleteInterface
- func (fake *FakeAutocompleteInterface) GetSelectedCommand() string
- func (fake *FakeAutocompleteInterface) GetSelectedCommandCallCount() int
- func (fake *FakeAutocompleteInterface) GetSelectedCommandCalls(stub func() string)
- func (fake *FakeAutocompleteInterface) GetSelectedCommandReturns(result1 string)
- func (fake *FakeAutocompleteInterface) GetSelectedCommandReturnsOnCall(i int, result1 string)
- func (fake *FakeAutocompleteInterface) HandleKey(arg1 tea.KeyMsg) (bool, string)
- func (fake *FakeAutocompleteInterface) HandleKeyArgsForCall(i int) tea.KeyMsg
- func (fake *FakeAutocompleteInterface) HandleKeyCallCount() int
- func (fake *FakeAutocompleteInterface) HandleKeyCalls(stub func(tea.KeyMsg) (bool, string))
- func (fake *FakeAutocompleteInterface) HandleKeyReturns(result1 bool, result2 string)
- func (fake *FakeAutocompleteInterface) HandleKeyReturnsOnCall(i int, result1 bool, result2 string)
- func (fake *FakeAutocompleteInterface) Hide()
- func (fake *FakeAutocompleteInterface) HideCallCount() int
- func (fake *FakeAutocompleteInterface) HideCalls(stub func())
- func (fake *FakeAutocompleteInterface) Invocations() map[string][][]interface{}
- func (fake *FakeAutocompleteInterface) IsVisible() bool
- func (fake *FakeAutocompleteInterface) IsVisibleCallCount() int
- func (fake *FakeAutocompleteInterface) IsVisibleCalls(stub func() bool)
- func (fake *FakeAutocompleteInterface) IsVisibleReturns(result1 bool)
- func (fake *FakeAutocompleteInterface) IsVisibleReturnsOnCall(i int, result1 bool)
- func (fake *FakeAutocompleteInterface) Render() string
- func (fake *FakeAutocompleteInterface) RenderCallCount() int
- func (fake *FakeAutocompleteInterface) RenderCalls(stub func() string)
- func (fake *FakeAutocompleteInterface) RenderReturns(result1 string)
- func (fake *FakeAutocompleteInterface) RenderReturnsOnCall(i int, result1 string)
- func (fake *FakeAutocompleteInterface) SetWidth(arg1 int)
- func (fake *FakeAutocompleteInterface) SetWidthArgsForCall(i int) int
- func (fake *FakeAutocompleteInterface) SetWidthCallCount() int
- func (fake *FakeAutocompleteInterface) SetWidthCalls(stub func(int))
- func (fake *FakeAutocompleteInterface) Update(arg1 string, arg2 int)
- func (fake *FakeAutocompleteInterface) UpdateArgsForCall(i int) (string, int)
- func (fake *FakeAutocompleteInterface) UpdateCallCount() int
- func (fake *FakeAutocompleteInterface) UpdateCalls(stub func(string, int))
- type FakeConversationRenderer
- func (fake *FakeConversationRenderer) CanScrollDown() bool
- func (fake *FakeConversationRenderer) CanScrollDownCallCount() int
- func (fake *FakeConversationRenderer) CanScrollDownCalls(stub func() bool)
- func (fake *FakeConversationRenderer) CanScrollDownReturns(result1 bool)
- func (fake *FakeConversationRenderer) CanScrollDownReturnsOnCall(i int, result1 bool)
- func (fake *FakeConversationRenderer) CanScrollUp() bool
- func (fake *FakeConversationRenderer) CanScrollUpCallCount() int
- func (fake *FakeConversationRenderer) CanScrollUpCalls(stub func() bool)
- func (fake *FakeConversationRenderer) CanScrollUpReturns(result1 bool)
- func (fake *FakeConversationRenderer) CanScrollUpReturnsOnCall(i int, result1 bool)
- func (fake *FakeConversationRenderer) GetScrollOffset() int
- func (fake *FakeConversationRenderer) GetScrollOffsetCallCount() int
- func (fake *FakeConversationRenderer) GetScrollOffsetCalls(stub func() int)
- func (fake *FakeConversationRenderer) GetScrollOffsetReturns(result1 int)
- func (fake *FakeConversationRenderer) GetScrollOffsetReturnsOnCall(i int, result1 int)
- func (fake *FakeConversationRenderer) Invocations() map[string][][]interface{}
- func (fake *FakeConversationRenderer) 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) 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) ToggleToolResultExpansion(arg1 int)
- func (fake *FakeConversationRenderer) ToggleToolResultExpansionArgsForCall(i int) int
- func (fake *FakeConversationRenderer) ToggleToolResultExpansionCallCount() int
- func (fake *FakeConversationRenderer) ToggleToolResultExpansionCalls(stub func(int))
- type FakeFetchService
- func (fake *FakeFetchService) ClearCache()
- func (fake *FakeFetchService) ClearCacheCallCount() int
- func (fake *FakeFetchService) ClearCacheCalls(stub func())
- func (fake *FakeFetchService) FetchContent(arg1 context.Context, arg2 string) (*domain.FetchResult, error)
- func (fake *FakeFetchService) FetchContentArgsForCall(i int) (context.Context, string)
- func (fake *FakeFetchService) FetchContentCallCount() int
- func (fake *FakeFetchService) FetchContentCalls(stub func(context.Context, string) (*domain.FetchResult, error))
- func (fake *FakeFetchService) FetchContentReturns(result1 *domain.FetchResult, result2 error)
- func (fake *FakeFetchService) FetchContentReturnsOnCall(i int, result1 *domain.FetchResult, result2 error)
- func (fake *FakeFetchService) GetCacheStats() map[string]interface{}
- func (fake *FakeFetchService) GetCacheStatsCallCount() int
- func (fake *FakeFetchService) GetCacheStatsCalls(stub func() map[string]interface{})
- func (fake *FakeFetchService) GetCacheStatsReturns(result1 map[string]interface{})
- func (fake *FakeFetchService) GetCacheStatsReturnsOnCall(i int, result1 map[string]interface{})
- func (fake *FakeFetchService) Invocations() map[string][][]interface{}
- func (fake *FakeFetchService) ValidateURL(arg1 string) error
- func (fake *FakeFetchService) ValidateURLArgsForCall(i int) string
- func (fake *FakeFetchService) ValidateURLCallCount() int
- func (fake *FakeFetchService) ValidateURLCalls(stub func(string) error)
- func (fake *FakeFetchService) ValidateURLReturns(result1 error)
- func (fake *FakeFetchService) ValidateURLReturnsOnCall(i int, result1 error)
- type FakeFileService
- func (fake *FakeFileService) GetFileInfo(arg1 string) (domain.FileInfo, error)
- func (fake *FakeFileService) GetFileInfoArgsForCall(i int) string
- func (fake *FakeFileService) GetFileInfoCallCount() int
- func (fake *FakeFileService) GetFileInfoCalls(stub func(string) (domain.FileInfo, error))
- func (fake *FakeFileService) GetFileInfoReturns(result1 domain.FileInfo, result2 error)
- func (fake *FakeFileService) GetFileInfoReturnsOnCall(i int, result1 domain.FileInfo, result2 error)
- func (fake *FakeFileService) Invocations() map[string][][]interface{}
- func (fake *FakeFileService) ListProjectFiles() ([]string, error)
- func (fake *FakeFileService) ListProjectFilesCallCount() int
- func (fake *FakeFileService) ListProjectFilesCalls(stub func() ([]string, error))
- func (fake *FakeFileService) ListProjectFilesReturns(result1 []string, result2 error)
- func (fake *FakeFileService) ListProjectFilesReturnsOnCall(i int, result1 []string, result2 error)
- func (fake *FakeFileService) ReadFile(arg1 string) (string, error)
- func (fake *FakeFileService) ReadFileArgsForCall(i int) string
- func (fake *FakeFileService) ReadFileCallCount() int
- func (fake *FakeFileService) ReadFileCalls(stub func(string) (string, error))
- func (fake *FakeFileService) ReadFileLines(arg1 string, arg2 int, arg3 int) (string, error)
- func (fake *FakeFileService) ReadFileLinesArgsForCall(i int) (string, int, int)
- func (fake *FakeFileService) ReadFileLinesCallCount() int
- func (fake *FakeFileService) ReadFileLinesCalls(stub func(string, int, int) (string, error))
- func (fake *FakeFileService) ReadFileLinesReturns(result1 string, result2 error)
- func (fake *FakeFileService) ReadFileLinesReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeFileService) ReadFileReturns(result1 string, result2 error)
- func (fake *FakeFileService) ReadFileReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeFileService) ValidateFile(arg1 string) error
- func (fake *FakeFileService) ValidateFileArgsForCall(i int) string
- func (fake *FakeFileService) ValidateFileCallCount() int
- func (fake *FakeFileService) ValidateFileCalls(stub func(string) error)
- func (fake *FakeFileService) ValidateFileReturns(result1 error)
- func (fake *FakeFileService) ValidateFileReturnsOnCall(i int, result1 error)
- 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 []shared.KeyShortcut)
- func (fake *FakeHelpBarComponent) SetShortcutsArgsForCall(i int) []shared.KeyShortcut
- func (fake *FakeHelpBarComponent) SetShortcutsCallCount() int
- func (fake *FakeHelpBarComponent) SetShortcutsCalls(stub func([]shared.KeyShortcut))
- func (fake *FakeHelpBarComponent) SetWidth(arg1 int)
- func (fake *FakeHelpBarComponent) SetWidthArgsForCall(i int) int
- func (fake *FakeHelpBarComponent) SetWidthCallCount() int
- func (fake *FakeHelpBarComponent) SetWidthCalls(stub func(int))
- type FakeInputComponent
- func (fake *FakeInputComponent) CanHandle(arg1 tea.KeyMsg) bool
- func (fake *FakeInputComponent) CanHandleArgsForCall(i int) tea.KeyMsg
- func (fake *FakeInputComponent) CanHandleCallCount() int
- func (fake *FakeInputComponent) CanHandleCalls(stub func(tea.KeyMsg) bool)
- func (fake *FakeInputComponent) CanHandleReturns(result1 bool)
- func (fake *FakeInputComponent) CanHandleReturnsOnCall(i int, result1 bool)
- func (fake *FakeInputComponent) 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) 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) HandleKey(arg1 tea.KeyMsg) (tea.Model, tea.Cmd)
- func (fake *FakeInputComponent) HandleKeyArgsForCall(i int) tea.KeyMsg
- func (fake *FakeInputComponent) HandleKeyCallCount() int
- func (fake *FakeInputComponent) HandleKeyCalls(stub func(tea.KeyMsg) (tea.Model, tea.Cmd))
- func (fake *FakeInputComponent) HandleKeyReturns(result1 tea.Model, result2 tea.Cmd)
- func (fake *FakeInputComponent) HandleKeyReturnsOnCall(i int, result1 tea.Model, result2 tea.Cmd)
- func (fake *FakeInputComponent) Invocations() map[string][][]interface{}
- func (fake *FakeInputComponent) 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) SetWidth(arg1 int)
- func (fake *FakeInputComponent) SetWidthArgsForCall(i int) int
- func (fake *FakeInputComponent) SetWidthCallCount() int
- func (fake *FakeInputComponent) SetWidthCalls(stub func(int))
- type FakeSelectionComponent
- func (fake *FakeSelectionComponent) GetOptions() []string
- func (fake *FakeSelectionComponent) GetOptionsCallCount() int
- func (fake *FakeSelectionComponent) GetOptionsCalls(stub func() []string)
- func (fake *FakeSelectionComponent) GetOptionsReturns(result1 []string)
- func (fake *FakeSelectionComponent) GetOptionsReturnsOnCall(i int, result1 []string)
- func (fake *FakeSelectionComponent) GetSelected() string
- func (fake *FakeSelectionComponent) GetSelectedCallCount() int
- func (fake *FakeSelectionComponent) GetSelectedCalls(stub func() string)
- func (fake *FakeSelectionComponent) GetSelectedIndex() int
- func (fake *FakeSelectionComponent) GetSelectedIndexCallCount() int
- func (fake *FakeSelectionComponent) GetSelectedIndexCalls(stub func() int)
- func (fake *FakeSelectionComponent) GetSelectedIndexReturns(result1 int)
- func (fake *FakeSelectionComponent) GetSelectedIndexReturnsOnCall(i int, result1 int)
- func (fake *FakeSelectionComponent) GetSelectedReturns(result1 string)
- func (fake *FakeSelectionComponent) GetSelectedReturnsOnCall(i int, result1 string)
- func (fake *FakeSelectionComponent) Invocations() map[string][][]interface{}
- func (fake *FakeSelectionComponent) IsCancelled() bool
- func (fake *FakeSelectionComponent) IsCancelledCallCount() int
- func (fake *FakeSelectionComponent) IsCancelledCalls(stub func() bool)
- func (fake *FakeSelectionComponent) IsCancelledReturns(result1 bool)
- func (fake *FakeSelectionComponent) IsCancelledReturnsOnCall(i int, result1 bool)
- func (fake *FakeSelectionComponent) IsSelected() bool
- func (fake *FakeSelectionComponent) IsSelectedCallCount() int
- func (fake *FakeSelectionComponent) IsSelectedCalls(stub func() bool)
- func (fake *FakeSelectionComponent) IsSelectedReturns(result1 bool)
- func (fake *FakeSelectionComponent) IsSelectedReturnsOnCall(i int, result1 bool)
- func (fake *FakeSelectionComponent) Render() string
- func (fake *FakeSelectionComponent) RenderCallCount() int
- func (fake *FakeSelectionComponent) RenderCalls(stub func() string)
- func (fake *FakeSelectionComponent) RenderReturns(result1 string)
- func (fake *FakeSelectionComponent) RenderReturnsOnCall(i int, result1 string)
- func (fake *FakeSelectionComponent) SetHeight(arg1 int)
- func (fake *FakeSelectionComponent) SetHeightArgsForCall(i int) int
- func (fake *FakeSelectionComponent) SetHeightCallCount() int
- func (fake *FakeSelectionComponent) SetHeightCalls(stub func(int))
- func (fake *FakeSelectionComponent) SetOptions(arg1 []string)
- func (fake *FakeSelectionComponent) SetOptionsArgsForCall(i int) []string
- func (fake *FakeSelectionComponent) SetOptionsCallCount() int
- func (fake *FakeSelectionComponent) SetOptionsCalls(stub func([]string))
- func (fake *FakeSelectionComponent) SetSelected(arg1 int)
- func (fake *FakeSelectionComponent) SetSelectedArgsForCall(i int) int
- func (fake *FakeSelectionComponent) SetSelectedCallCount() int
- func (fake *FakeSelectionComponent) SetSelectedCalls(stub func(int))
- func (fake *FakeSelectionComponent) SetWidth(arg1 int)
- func (fake *FakeSelectionComponent) SetWidthArgsForCall(i int) int
- func (fake *FakeSelectionComponent) SetWidthCallCount() int
- func (fake *FakeSelectionComponent) SetWidthCalls(stub func(int))
- type FakeStatusComponent
- func (fake *FakeStatusComponent) ClearStatus()
- func (fake *FakeStatusComponent) ClearStatusCallCount() int
- func (fake *FakeStatusComponent) ClearStatusCalls(stub func())
- 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) 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) SetTokenUsage(arg1 string)
- func (fake *FakeStatusComponent) SetTokenUsageArgsForCall(i int) string
- func (fake *FakeStatusComponent) SetTokenUsageCallCount() int
- func (fake *FakeStatusComponent) SetTokenUsageCalls(stub func(string))
- 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) 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 FakeTool
- func (fake *FakeTool) Definition() domain.ToolDefinition
- func (fake *FakeTool) DefinitionCallCount() int
- func (fake *FakeTool) DefinitionCalls(stub func() domain.ToolDefinition)
- func (fake *FakeTool) DefinitionReturns(result1 domain.ToolDefinition)
- func (fake *FakeTool) DefinitionReturnsOnCall(i int, result1 domain.ToolDefinition)
- func (fake *FakeTool) Execute(arg1 context.Context, arg2 map[string]interface{}) (*domain.ToolExecutionResult, error)
- func (fake *FakeTool) ExecuteArgsForCall(i int) (context.Context, map[string]interface{})
- func (fake *FakeTool) ExecuteCallCount() int
- func (fake *FakeTool) ExecuteCalls(...)
- func (fake *FakeTool) ExecuteReturns(result1 *domain.ToolExecutionResult, result2 error)
- func (fake *FakeTool) ExecuteReturnsOnCall(i int, result1 *domain.ToolExecutionResult, result2 error)
- func (fake *FakeTool) Invocations() map[string][][]interface{}
- func (fake *FakeTool) IsEnabled() bool
- func (fake *FakeTool) IsEnabledCallCount() int
- func (fake *FakeTool) IsEnabledCalls(stub func() bool)
- func (fake *FakeTool) IsEnabledReturns(result1 bool)
- func (fake *FakeTool) IsEnabledReturnsOnCall(i int, result1 bool)
- func (fake *FakeTool) Validate(arg1 map[string]interface{}) error
- func (fake *FakeTool) ValidateArgsForCall(i int) map[string]interface{}
- func (fake *FakeTool) ValidateCallCount() int
- func (fake *FakeTool) ValidateCalls(stub func(map[string]interface{}) error)
- func (fake *FakeTool) ValidateReturns(result1 error)
- func (fake *FakeTool) ValidateReturnsOnCall(i int, result1 error)
- type FakeToolFactory
- func (fake *FakeToolFactory) CreateTool(arg1 string) (domain.Tool, error)
- func (fake *FakeToolFactory) CreateToolArgsForCall(i int) string
- func (fake *FakeToolFactory) CreateToolCallCount() int
- func (fake *FakeToolFactory) CreateToolCalls(stub func(string) (domain.Tool, error))
- func (fake *FakeToolFactory) CreateToolReturns(result1 domain.Tool, result2 error)
- func (fake *FakeToolFactory) CreateToolReturnsOnCall(i int, result1 domain.Tool, result2 error)
- func (fake *FakeToolFactory) Invocations() map[string][][]interface{}
- func (fake *FakeToolFactory) ListAvailableTools() []string
- func (fake *FakeToolFactory) ListAvailableToolsCallCount() int
- func (fake *FakeToolFactory) ListAvailableToolsCalls(stub func() []string)
- func (fake *FakeToolFactory) ListAvailableToolsReturns(result1 []string)
- func (fake *FakeToolFactory) ListAvailableToolsReturnsOnCall(i int, result1 []string)
- type FakeToolService
- func (fake *FakeToolService) ExecuteTool(arg1 context.Context, arg2 string, arg3 map[string]interface{}) (*domain.ToolExecutionResult, error)
- func (fake *FakeToolService) ExecuteToolArgsForCall(i int) (context.Context, string, map[string]interface{})
- func (fake *FakeToolService) ExecuteToolCallCount() int
- func (fake *FakeToolService) ExecuteToolCalls(...)
- func (fake *FakeToolService) ExecuteToolReturns(result1 *domain.ToolExecutionResult, result2 error)
- func (fake *FakeToolService) ExecuteToolReturnsOnCall(i int, result1 *domain.ToolExecutionResult, result2 error)
- func (fake *FakeToolService) Invocations() map[string][][]interface{}
- func (fake *FakeToolService) IsToolEnabled(arg1 string) bool
- func (fake *FakeToolService) IsToolEnabledArgsForCall(i int) string
- func (fake *FakeToolService) IsToolEnabledCallCount() int
- func (fake *FakeToolService) IsToolEnabledCalls(stub func(string) bool)
- func (fake *FakeToolService) IsToolEnabledReturns(result1 bool)
- func (fake *FakeToolService) IsToolEnabledReturnsOnCall(i int, result1 bool)
- func (fake *FakeToolService) ListTools() []domain.ToolDefinition
- func (fake *FakeToolService) ListToolsCallCount() int
- func (fake *FakeToolService) ListToolsCalls(stub func() []domain.ToolDefinition)
- func (fake *FakeToolService) ListToolsReturns(result1 []domain.ToolDefinition)
- func (fake *FakeToolService) ListToolsReturnsOnCall(i int, result1 []domain.ToolDefinition)
- func (fake *FakeToolService) ValidateTool(arg1 string, arg2 map[string]interface{}) error
- func (fake *FakeToolService) ValidateToolArgsForCall(i int) (string, map[string]interface{})
- func (fake *FakeToolService) ValidateToolCallCount() int
- func (fake *FakeToolService) ValidateToolCalls(stub func(string, map[string]interface{}) error)
- func (fake *FakeToolService) ValidateToolReturns(result1 error)
- func (fake *FakeToolService) ValidateToolReturnsOnCall(i int, result1 error)
- type FakeWebSearchService
- func (fake *FakeWebSearchService) Invocations() map[string][][]interface{}
- func (fake *FakeWebSearchService) IsEnabled() bool
- func (fake *FakeWebSearchService) IsEnabledCallCount() int
- func (fake *FakeWebSearchService) IsEnabledCalls(stub func() bool)
- func (fake *FakeWebSearchService) IsEnabledReturns(result1 bool)
- func (fake *FakeWebSearchService) IsEnabledReturnsOnCall(i int, result1 bool)
- func (fake *FakeWebSearchService) SearchDuckDuckGo(arg1 context.Context, arg2 string, arg3 int) (*domain.WebSearchResponse, error)
- func (fake *FakeWebSearchService) SearchDuckDuckGoArgsForCall(i int) (context.Context, string, int)
- func (fake *FakeWebSearchService) SearchDuckDuckGoCallCount() int
- func (fake *FakeWebSearchService) SearchDuckDuckGoCalls(stub func(context.Context, string, int) (*domain.WebSearchResponse, error))
- func (fake *FakeWebSearchService) SearchDuckDuckGoReturns(result1 *domain.WebSearchResponse, result2 error)
- func (fake *FakeWebSearchService) SearchDuckDuckGoReturnsOnCall(i int, result1 *domain.WebSearchResponse, result2 error)
- func (fake *FakeWebSearchService) SearchGoogle(arg1 context.Context, arg2 string, arg3 int) (*domain.WebSearchResponse, error)
- func (fake *FakeWebSearchService) SearchGoogleArgsForCall(i int) (context.Context, string, int)
- func (fake *FakeWebSearchService) SearchGoogleCallCount() int
- func (fake *FakeWebSearchService) SearchGoogleCalls(stub func(context.Context, string, int) (*domain.WebSearchResponse, error))
- func (fake *FakeWebSearchService) SearchGoogleReturns(result1 *domain.WebSearchResponse, result2 error)
- func (fake *FakeWebSearchService) SearchGoogleReturnsOnCall(i int, result1 *domain.WebSearchResponse, result2 error)
- func (fake *FakeWebSearchService) SetEnabled(arg1 bool)
- func (fake *FakeWebSearchService) SetEnabledArgsForCall(i int) bool
- func (fake *FakeWebSearchService) SetEnabledCallCount() int
- func (fake *FakeWebSearchService) SetEnabledCalls(stub func(bool))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAutocompleteInterface ¶ added in v0.18.2
type FakeAutocompleteInterface struct { GetSelectedCommandStub func() string HandleKeyStub func(tea.KeyMsg) (bool, string) HideStub func() IsVisibleStub func() bool RenderStub func() string SetWidthStub func(int) UpdateStub func(string, int) // contains filtered or unexported fields }
func (*FakeAutocompleteInterface) GetSelectedCommand ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) GetSelectedCommand() string
func (*FakeAutocompleteInterface) GetSelectedCommandCallCount ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) GetSelectedCommandCallCount() int
func (*FakeAutocompleteInterface) GetSelectedCommandCalls ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) GetSelectedCommandCalls(stub func() string)
func (*FakeAutocompleteInterface) GetSelectedCommandReturns ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) GetSelectedCommandReturns(result1 string)
func (*FakeAutocompleteInterface) GetSelectedCommandReturnsOnCall ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) GetSelectedCommandReturnsOnCall(i int, result1 string)
func (*FakeAutocompleteInterface) HandleKey ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) HandleKey(arg1 tea.KeyMsg) (bool, string)
func (*FakeAutocompleteInterface) HandleKeyArgsForCall ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) HandleKeyArgsForCall(i int) tea.KeyMsg
func (*FakeAutocompleteInterface) HandleKeyCallCount ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) HandleKeyCallCount() int
func (*FakeAutocompleteInterface) HandleKeyCalls ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) HandleKeyCalls(stub func(tea.KeyMsg) (bool, string))
func (*FakeAutocompleteInterface) HandleKeyReturns ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) HandleKeyReturns(result1 bool, result2 string)
func (*FakeAutocompleteInterface) HandleKeyReturnsOnCall ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) HandleKeyReturnsOnCall(i int, result1 bool, result2 string)
func (*FakeAutocompleteInterface) Hide ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) Hide()
func (*FakeAutocompleteInterface) HideCallCount ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) HideCallCount() int
func (*FakeAutocompleteInterface) HideCalls ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) HideCalls(stub func())
func (*FakeAutocompleteInterface) Invocations ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) Invocations() map[string][][]interface{}
func (*FakeAutocompleteInterface) IsVisible ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) IsVisible() bool
func (*FakeAutocompleteInterface) IsVisibleCallCount ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) IsVisibleCallCount() int
func (*FakeAutocompleteInterface) IsVisibleCalls ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) IsVisibleCalls(stub func() bool)
func (*FakeAutocompleteInterface) IsVisibleReturns ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) IsVisibleReturns(result1 bool)
func (*FakeAutocompleteInterface) IsVisibleReturnsOnCall ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) IsVisibleReturnsOnCall(i int, result1 bool)
func (*FakeAutocompleteInterface) Render ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) Render() string
func (*FakeAutocompleteInterface) RenderCallCount ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) RenderCallCount() int
func (*FakeAutocompleteInterface) RenderCalls ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) RenderCalls(stub func() string)
func (*FakeAutocompleteInterface) RenderReturns ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) RenderReturns(result1 string)
func (*FakeAutocompleteInterface) RenderReturnsOnCall ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) RenderReturnsOnCall(i int, result1 string)
func (*FakeAutocompleteInterface) SetWidth ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) SetWidth(arg1 int)
func (*FakeAutocompleteInterface) SetWidthArgsForCall ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) SetWidthArgsForCall(i int) int
func (*FakeAutocompleteInterface) SetWidthCallCount ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) SetWidthCallCount() int
func (*FakeAutocompleteInterface) SetWidthCalls ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) SetWidthCalls(stub func(int))
func (*FakeAutocompleteInterface) Update ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) Update(arg1 string, arg2 int)
func (*FakeAutocompleteInterface) UpdateArgsForCall ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) UpdateArgsForCall(i int) (string, int)
func (*FakeAutocompleteInterface) UpdateCallCount ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) UpdateCallCount() int
func (*FakeAutocompleteInterface) UpdateCalls ¶ added in v0.18.2
func (fake *FakeAutocompleteInterface) UpdateCalls(stub func(string, int))
type FakeConversationRenderer ¶ added in v0.18.2
type FakeConversationRenderer struct { CanScrollDownStub func() bool CanScrollUpStub func() bool GetScrollOffsetStub func() int IsToolResultExpandedStub func(int) bool RenderStub func() string SetConversationStub func([]domain.ConversationEntry) SetHeightStub func(int) SetWidthStub func(int) ToggleToolResultExpansionStub func(int) // contains filtered or unexported fields }
func (*FakeConversationRenderer) CanScrollDown ¶ added in v0.18.2
func (fake *FakeConversationRenderer) CanScrollDown() bool
func (*FakeConversationRenderer) CanScrollDownCallCount ¶ added in v0.18.2
func (fake *FakeConversationRenderer) CanScrollDownCallCount() int
func (*FakeConversationRenderer) CanScrollDownCalls ¶ added in v0.18.2
func (fake *FakeConversationRenderer) CanScrollDownCalls(stub func() bool)
func (*FakeConversationRenderer) CanScrollDownReturns ¶ added in v0.18.2
func (fake *FakeConversationRenderer) CanScrollDownReturns(result1 bool)
func (*FakeConversationRenderer) CanScrollDownReturnsOnCall ¶ added in v0.18.2
func (fake *FakeConversationRenderer) CanScrollDownReturnsOnCall(i int, result1 bool)
func (*FakeConversationRenderer) CanScrollUp ¶ added in v0.18.2
func (fake *FakeConversationRenderer) CanScrollUp() bool
func (*FakeConversationRenderer) CanScrollUpCallCount ¶ added in v0.18.2
func (fake *FakeConversationRenderer) CanScrollUpCallCount() int
func (*FakeConversationRenderer) CanScrollUpCalls ¶ added in v0.18.2
func (fake *FakeConversationRenderer) CanScrollUpCalls(stub func() bool)
func (*FakeConversationRenderer) CanScrollUpReturns ¶ added in v0.18.2
func (fake *FakeConversationRenderer) CanScrollUpReturns(result1 bool)
func (*FakeConversationRenderer) CanScrollUpReturnsOnCall ¶ added in v0.18.2
func (fake *FakeConversationRenderer) CanScrollUpReturnsOnCall(i int, result1 bool)
func (*FakeConversationRenderer) GetScrollOffset ¶ added in v0.18.2
func (fake *FakeConversationRenderer) GetScrollOffset() int
func (*FakeConversationRenderer) GetScrollOffsetCallCount ¶ added in v0.18.2
func (fake *FakeConversationRenderer) GetScrollOffsetCallCount() int
func (*FakeConversationRenderer) GetScrollOffsetCalls ¶ added in v0.18.2
func (fake *FakeConversationRenderer) GetScrollOffsetCalls(stub func() int)
func (*FakeConversationRenderer) GetScrollOffsetReturns ¶ added in v0.18.2
func (fake *FakeConversationRenderer) GetScrollOffsetReturns(result1 int)
func (*FakeConversationRenderer) GetScrollOffsetReturnsOnCall ¶ added in v0.18.2
func (fake *FakeConversationRenderer) GetScrollOffsetReturnsOnCall(i int, result1 int)
func (*FakeConversationRenderer) Invocations ¶ added in v0.18.2
func (fake *FakeConversationRenderer) Invocations() map[string][][]interface{}
func (*FakeConversationRenderer) IsToolResultExpanded ¶ added in v0.18.2
func (fake *FakeConversationRenderer) IsToolResultExpanded(arg1 int) bool
func (*FakeConversationRenderer) IsToolResultExpandedArgsForCall ¶ added in v0.18.2
func (fake *FakeConversationRenderer) IsToolResultExpandedArgsForCall(i int) int
func (*FakeConversationRenderer) IsToolResultExpandedCallCount ¶ added in v0.18.2
func (fake *FakeConversationRenderer) IsToolResultExpandedCallCount() int
func (*FakeConversationRenderer) IsToolResultExpandedCalls ¶ added in v0.18.2
func (fake *FakeConversationRenderer) IsToolResultExpandedCalls(stub func(int) bool)
func (*FakeConversationRenderer) IsToolResultExpandedReturns ¶ added in v0.18.2
func (fake *FakeConversationRenderer) IsToolResultExpandedReturns(result1 bool)
func (*FakeConversationRenderer) IsToolResultExpandedReturnsOnCall ¶ added in v0.18.2
func (fake *FakeConversationRenderer) IsToolResultExpandedReturnsOnCall(i int, result1 bool)
func (*FakeConversationRenderer) Render ¶ added in v0.18.2
func (fake *FakeConversationRenderer) Render() string
func (*FakeConversationRenderer) RenderCallCount ¶ added in v0.18.2
func (fake *FakeConversationRenderer) RenderCallCount() int
func (*FakeConversationRenderer) RenderCalls ¶ added in v0.18.2
func (fake *FakeConversationRenderer) RenderCalls(stub func() string)
func (*FakeConversationRenderer) RenderReturns ¶ added in v0.18.2
func (fake *FakeConversationRenderer) RenderReturns(result1 string)
func (*FakeConversationRenderer) RenderReturnsOnCall ¶ added in v0.18.2
func (fake *FakeConversationRenderer) RenderReturnsOnCall(i int, result1 string)
func (*FakeConversationRenderer) SetConversation ¶ added in v0.18.2
func (fake *FakeConversationRenderer) SetConversation(arg1 []domain.ConversationEntry)
func (*FakeConversationRenderer) SetConversationArgsForCall ¶ added in v0.18.2
func (fake *FakeConversationRenderer) SetConversationArgsForCall(i int) []domain.ConversationEntry
func (*FakeConversationRenderer) SetConversationCallCount ¶ added in v0.18.2
func (fake *FakeConversationRenderer) SetConversationCallCount() int
func (*FakeConversationRenderer) SetConversationCalls ¶ added in v0.18.2
func (fake *FakeConversationRenderer) SetConversationCalls(stub func([]domain.ConversationEntry))
func (*FakeConversationRenderer) SetHeight ¶ added in v0.18.2
func (fake *FakeConversationRenderer) SetHeight(arg1 int)
func (*FakeConversationRenderer) SetHeightArgsForCall ¶ added in v0.18.2
func (fake *FakeConversationRenderer) SetHeightArgsForCall(i int) int
func (*FakeConversationRenderer) SetHeightCallCount ¶ added in v0.18.2
func (fake *FakeConversationRenderer) SetHeightCallCount() int
func (*FakeConversationRenderer) SetHeightCalls ¶ added in v0.18.2
func (fake *FakeConversationRenderer) SetHeightCalls(stub func(int))
func (*FakeConversationRenderer) SetWidth ¶ added in v0.18.2
func (fake *FakeConversationRenderer) SetWidth(arg1 int)
func (*FakeConversationRenderer) SetWidthArgsForCall ¶ added in v0.18.2
func (fake *FakeConversationRenderer) SetWidthArgsForCall(i int) int
func (*FakeConversationRenderer) SetWidthCallCount ¶ added in v0.18.2
func (fake *FakeConversationRenderer) SetWidthCallCount() int
func (*FakeConversationRenderer) SetWidthCalls ¶ added in v0.18.2
func (fake *FakeConversationRenderer) SetWidthCalls(stub func(int))
func (*FakeConversationRenderer) ToggleToolResultExpansion ¶ added in v0.18.2
func (fake *FakeConversationRenderer) ToggleToolResultExpansion(arg1 int)
func (*FakeConversationRenderer) ToggleToolResultExpansionArgsForCall ¶ added in v0.18.2
func (fake *FakeConversationRenderer) ToggleToolResultExpansionArgsForCall(i int) int
func (*FakeConversationRenderer) ToggleToolResultExpansionCallCount ¶ added in v0.18.2
func (fake *FakeConversationRenderer) ToggleToolResultExpansionCallCount() int
func (*FakeConversationRenderer) ToggleToolResultExpansionCalls ¶ added in v0.18.2
func (fake *FakeConversationRenderer) ToggleToolResultExpansionCalls(stub func(int))
type FakeFetchService ¶
type FakeFetchService struct { ClearCacheStub func() FetchContentStub func(context.Context, string) (*domain.FetchResult, error) GetCacheStatsStub func() map[string]interface{} ValidateURLStub func(string) error // contains filtered or unexported fields }
func (*FakeFetchService) ClearCache ¶
func (fake *FakeFetchService) ClearCache()
func (*FakeFetchService) ClearCacheCallCount ¶
func (fake *FakeFetchService) ClearCacheCallCount() int
func (*FakeFetchService) ClearCacheCalls ¶
func (fake *FakeFetchService) ClearCacheCalls(stub func())
func (*FakeFetchService) FetchContent ¶
func (fake *FakeFetchService) FetchContent(arg1 context.Context, arg2 string) (*domain.FetchResult, error)
func (*FakeFetchService) FetchContentArgsForCall ¶
func (fake *FakeFetchService) FetchContentArgsForCall(i int) (context.Context, string)
func (*FakeFetchService) FetchContentCallCount ¶
func (fake *FakeFetchService) FetchContentCallCount() int
func (*FakeFetchService) FetchContentCalls ¶
func (fake *FakeFetchService) FetchContentCalls(stub func(context.Context, string) (*domain.FetchResult, error))
func (*FakeFetchService) FetchContentReturns ¶
func (fake *FakeFetchService) FetchContentReturns(result1 *domain.FetchResult, result2 error)
func (*FakeFetchService) FetchContentReturnsOnCall ¶
func (fake *FakeFetchService) FetchContentReturnsOnCall(i int, result1 *domain.FetchResult, result2 error)
func (*FakeFetchService) GetCacheStats ¶
func (fake *FakeFetchService) GetCacheStats() map[string]interface{}
func (*FakeFetchService) GetCacheStatsCallCount ¶
func (fake *FakeFetchService) GetCacheStatsCallCount() int
func (*FakeFetchService) GetCacheStatsCalls ¶
func (fake *FakeFetchService) GetCacheStatsCalls(stub func() map[string]interface{})
func (*FakeFetchService) GetCacheStatsReturns ¶
func (fake *FakeFetchService) GetCacheStatsReturns(result1 map[string]interface{})
func (*FakeFetchService) GetCacheStatsReturnsOnCall ¶
func (fake *FakeFetchService) GetCacheStatsReturnsOnCall(i int, result1 map[string]interface{})
func (*FakeFetchService) Invocations ¶
func (fake *FakeFetchService) Invocations() map[string][][]interface{}
func (*FakeFetchService) ValidateURL ¶
func (fake *FakeFetchService) ValidateURL(arg1 string) error
func (*FakeFetchService) ValidateURLArgsForCall ¶
func (fake *FakeFetchService) ValidateURLArgsForCall(i int) string
func (*FakeFetchService) ValidateURLCallCount ¶
func (fake *FakeFetchService) ValidateURLCallCount() int
func (*FakeFetchService) ValidateURLCalls ¶
func (fake *FakeFetchService) ValidateURLCalls(stub func(string) error)
func (*FakeFetchService) ValidateURLReturns ¶
func (fake *FakeFetchService) ValidateURLReturns(result1 error)
func (*FakeFetchService) ValidateURLReturnsOnCall ¶
func (fake *FakeFetchService) ValidateURLReturnsOnCall(i int, result1 error)
type FakeFileService ¶
type FakeFileService struct { GetFileInfoStub func(string) (domain.FileInfo, error) ListProjectFilesStub func() ([]string, error) ReadFileStub func(string) (string, error) ReadFileLinesStub func(string, int, int) (string, error) ValidateFileStub func(string) error // contains filtered or unexported fields }
func (*FakeFileService) GetFileInfo ¶
func (fake *FakeFileService) GetFileInfo(arg1 string) (domain.FileInfo, error)
func (*FakeFileService) GetFileInfoArgsForCall ¶
func (fake *FakeFileService) GetFileInfoArgsForCall(i int) string
func (*FakeFileService) GetFileInfoCallCount ¶
func (fake *FakeFileService) GetFileInfoCallCount() int
func (*FakeFileService) GetFileInfoCalls ¶
func (fake *FakeFileService) GetFileInfoCalls(stub func(string) (domain.FileInfo, error))
func (*FakeFileService) GetFileInfoReturns ¶
func (fake *FakeFileService) GetFileInfoReturns(result1 domain.FileInfo, result2 error)
func (*FakeFileService) GetFileInfoReturnsOnCall ¶
func (fake *FakeFileService) GetFileInfoReturnsOnCall(i int, result1 domain.FileInfo, result2 error)
func (*FakeFileService) Invocations ¶
func (fake *FakeFileService) Invocations() map[string][][]interface{}
func (*FakeFileService) ListProjectFiles ¶
func (fake *FakeFileService) ListProjectFiles() ([]string, error)
func (*FakeFileService) ListProjectFilesCallCount ¶
func (fake *FakeFileService) ListProjectFilesCallCount() int
func (*FakeFileService) ListProjectFilesCalls ¶
func (fake *FakeFileService) ListProjectFilesCalls(stub func() ([]string, error))
func (*FakeFileService) ListProjectFilesReturns ¶
func (fake *FakeFileService) ListProjectFilesReturns(result1 []string, result2 error)
func (*FakeFileService) ListProjectFilesReturnsOnCall ¶
func (fake *FakeFileService) ListProjectFilesReturnsOnCall(i int, result1 []string, result2 error)
func (*FakeFileService) ReadFile ¶
func (fake *FakeFileService) ReadFile(arg1 string) (string, error)
func (*FakeFileService) ReadFileArgsForCall ¶
func (fake *FakeFileService) ReadFileArgsForCall(i int) string
func (*FakeFileService) ReadFileCallCount ¶
func (fake *FakeFileService) ReadFileCallCount() int
func (*FakeFileService) ReadFileCalls ¶
func (fake *FakeFileService) ReadFileCalls(stub func(string) (string, error))
func (*FakeFileService) ReadFileLines ¶
func (*FakeFileService) ReadFileLinesArgsForCall ¶
func (fake *FakeFileService) ReadFileLinesArgsForCall(i int) (string, int, int)
func (*FakeFileService) ReadFileLinesCallCount ¶
func (fake *FakeFileService) ReadFileLinesCallCount() int
func (*FakeFileService) ReadFileLinesCalls ¶
func (*FakeFileService) ReadFileLinesReturns ¶
func (fake *FakeFileService) ReadFileLinesReturns(result1 string, result2 error)
func (*FakeFileService) ReadFileLinesReturnsOnCall ¶
func (fake *FakeFileService) ReadFileLinesReturnsOnCall(i int, result1 string, result2 error)
func (*FakeFileService) ReadFileReturns ¶
func (fake *FakeFileService) ReadFileReturns(result1 string, result2 error)
func (*FakeFileService) ReadFileReturnsOnCall ¶
func (fake *FakeFileService) ReadFileReturnsOnCall(i int, result1 string, result2 error)
func (*FakeFileService) ValidateFile ¶
func (fake *FakeFileService) ValidateFile(arg1 string) error
func (*FakeFileService) ValidateFileArgsForCall ¶
func (fake *FakeFileService) ValidateFileArgsForCall(i int) string
func (*FakeFileService) ValidateFileCallCount ¶
func (fake *FakeFileService) ValidateFileCallCount() int
func (*FakeFileService) ValidateFileCalls ¶
func (fake *FakeFileService) ValidateFileCalls(stub func(string) error)
func (*FakeFileService) ValidateFileReturns ¶
func (fake *FakeFileService) ValidateFileReturns(result1 error)
func (*FakeFileService) ValidateFileReturnsOnCall ¶
func (fake *FakeFileService) ValidateFileReturnsOnCall(i int, result1 error)
type FakeHelpBarComponent ¶ added in v0.18.2
type FakeHelpBarComponent struct { IsEnabledStub func() bool RenderStub func() string SetEnabledStub func(bool) SetHeightStub func(int) SetShortcutsStub func([]shared.KeyShortcut) SetWidthStub func(int) // contains filtered or unexported fields }
func (*FakeHelpBarComponent) Invocations ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) Invocations() map[string][][]interface{}
func (*FakeHelpBarComponent) IsEnabled ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) IsEnabled() bool
func (*FakeHelpBarComponent) IsEnabledCallCount ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) IsEnabledCallCount() int
func (*FakeHelpBarComponent) IsEnabledCalls ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) IsEnabledCalls(stub func() bool)
func (*FakeHelpBarComponent) IsEnabledReturns ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) IsEnabledReturns(result1 bool)
func (*FakeHelpBarComponent) IsEnabledReturnsOnCall ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) IsEnabledReturnsOnCall(i int, result1 bool)
func (*FakeHelpBarComponent) Render ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) Render() string
func (*FakeHelpBarComponent) RenderCallCount ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) RenderCallCount() int
func (*FakeHelpBarComponent) RenderCalls ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) RenderCalls(stub func() string)
func (*FakeHelpBarComponent) RenderReturns ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) RenderReturns(result1 string)
func (*FakeHelpBarComponent) RenderReturnsOnCall ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) RenderReturnsOnCall(i int, result1 string)
func (*FakeHelpBarComponent) SetEnabled ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) SetEnabled(arg1 bool)
func (*FakeHelpBarComponent) SetEnabledArgsForCall ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) SetEnabledArgsForCall(i int) bool
func (*FakeHelpBarComponent) SetEnabledCallCount ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) SetEnabledCallCount() int
func (*FakeHelpBarComponent) SetEnabledCalls ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) SetEnabledCalls(stub func(bool))
func (*FakeHelpBarComponent) SetHeight ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) SetHeight(arg1 int)
func (*FakeHelpBarComponent) SetHeightArgsForCall ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) SetHeightArgsForCall(i int) int
func (*FakeHelpBarComponent) SetHeightCallCount ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) SetHeightCallCount() int
func (*FakeHelpBarComponent) SetHeightCalls ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) SetHeightCalls(stub func(int))
func (*FakeHelpBarComponent) SetShortcuts ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) SetShortcuts(arg1 []shared.KeyShortcut)
func (*FakeHelpBarComponent) SetShortcutsArgsForCall ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) SetShortcutsArgsForCall(i int) []shared.KeyShortcut
func (*FakeHelpBarComponent) SetShortcutsCallCount ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) SetShortcutsCallCount() int
func (*FakeHelpBarComponent) SetShortcutsCalls ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) SetShortcutsCalls(stub func([]shared.KeyShortcut))
func (*FakeHelpBarComponent) SetWidth ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) SetWidth(arg1 int)
func (*FakeHelpBarComponent) SetWidthArgsForCall ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) SetWidthArgsForCall(i int) int
func (*FakeHelpBarComponent) SetWidthCallCount ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) SetWidthCallCount() int
func (*FakeHelpBarComponent) SetWidthCalls ¶ added in v0.18.2
func (fake *FakeHelpBarComponent) SetWidthCalls(stub func(int))
type FakeInputComponent ¶ added in v0.18.2
type FakeInputComponent struct { CanHandleStub func(tea.KeyMsg) bool ClearInputStub func() GetCursorStub func() int GetInputStub func() string HandleKeyStub func(tea.KeyMsg) (tea.Model, tea.Cmd) RenderStub func() string SetCursorStub func(int) SetHeightStub func(int) SetPlaceholderStub func(string) SetTextStub func(string) SetWidthStub func(int) // contains filtered or unexported fields }
func (*FakeInputComponent) CanHandle ¶ added in v0.18.2
func (fake *FakeInputComponent) CanHandle(arg1 tea.KeyMsg) bool
func (*FakeInputComponent) CanHandleArgsForCall ¶ added in v0.18.2
func (fake *FakeInputComponent) CanHandleArgsForCall(i int) tea.KeyMsg
func (*FakeInputComponent) CanHandleCallCount ¶ added in v0.18.2
func (fake *FakeInputComponent) CanHandleCallCount() int
func (*FakeInputComponent) CanHandleCalls ¶ added in v0.18.2
func (fake *FakeInputComponent) CanHandleCalls(stub func(tea.KeyMsg) bool)
func (*FakeInputComponent) CanHandleReturns ¶ added in v0.18.2
func (fake *FakeInputComponent) CanHandleReturns(result1 bool)
func (*FakeInputComponent) CanHandleReturnsOnCall ¶ added in v0.18.2
func (fake *FakeInputComponent) CanHandleReturnsOnCall(i int, result1 bool)
func (*FakeInputComponent) ClearInput ¶ added in v0.18.2
func (fake *FakeInputComponent) ClearInput()
func (*FakeInputComponent) ClearInputCallCount ¶ added in v0.18.2
func (fake *FakeInputComponent) ClearInputCallCount() int
func (*FakeInputComponent) ClearInputCalls ¶ added in v0.18.2
func (fake *FakeInputComponent) ClearInputCalls(stub func())
func (*FakeInputComponent) GetCursor ¶ added in v0.18.2
func (fake *FakeInputComponent) GetCursor() int
func (*FakeInputComponent) GetCursorCallCount ¶ added in v0.18.2
func (fake *FakeInputComponent) GetCursorCallCount() int
func (*FakeInputComponent) GetCursorCalls ¶ added in v0.18.2
func (fake *FakeInputComponent) GetCursorCalls(stub func() int)
func (*FakeInputComponent) GetCursorReturns ¶ added in v0.18.2
func (fake *FakeInputComponent) GetCursorReturns(result1 int)
func (*FakeInputComponent) GetCursorReturnsOnCall ¶ added in v0.18.2
func (fake *FakeInputComponent) GetCursorReturnsOnCall(i int, result1 int)
func (*FakeInputComponent) GetInput ¶ added in v0.18.2
func (fake *FakeInputComponent) GetInput() string
func (*FakeInputComponent) GetInputCallCount ¶ added in v0.18.2
func (fake *FakeInputComponent) GetInputCallCount() int
func (*FakeInputComponent) GetInputCalls ¶ added in v0.18.2
func (fake *FakeInputComponent) GetInputCalls(stub func() string)
func (*FakeInputComponent) GetInputReturns ¶ added in v0.18.2
func (fake *FakeInputComponent) GetInputReturns(result1 string)
func (*FakeInputComponent) GetInputReturnsOnCall ¶ added in v0.18.2
func (fake *FakeInputComponent) GetInputReturnsOnCall(i int, result1 string)
func (*FakeInputComponent) HandleKeyArgsForCall ¶ added in v0.18.2
func (fake *FakeInputComponent) HandleKeyArgsForCall(i int) tea.KeyMsg
func (*FakeInputComponent) HandleKeyCallCount ¶ added in v0.18.2
func (fake *FakeInputComponent) HandleKeyCallCount() int
func (*FakeInputComponent) HandleKeyCalls ¶ added in v0.18.2
func (*FakeInputComponent) HandleKeyReturns ¶ added in v0.18.2
func (fake *FakeInputComponent) HandleKeyReturns(result1 tea.Model, result2 tea.Cmd)
func (*FakeInputComponent) HandleKeyReturnsOnCall ¶ added in v0.18.2
func (*FakeInputComponent) Invocations ¶ added in v0.18.2
func (fake *FakeInputComponent) Invocations() map[string][][]interface{}
func (*FakeInputComponent) Render ¶ added in v0.18.2
func (fake *FakeInputComponent) Render() string
func (*FakeInputComponent) RenderCallCount ¶ added in v0.18.2
func (fake *FakeInputComponent) RenderCallCount() int
func (*FakeInputComponent) RenderCalls ¶ added in v0.18.2
func (fake *FakeInputComponent) RenderCalls(stub func() string)
func (*FakeInputComponent) RenderReturns ¶ added in v0.18.2
func (fake *FakeInputComponent) RenderReturns(result1 string)
func (*FakeInputComponent) RenderReturnsOnCall ¶ added in v0.18.2
func (fake *FakeInputComponent) RenderReturnsOnCall(i int, result1 string)
func (*FakeInputComponent) SetCursor ¶ added in v0.18.2
func (fake *FakeInputComponent) SetCursor(arg1 int)
func (*FakeInputComponent) SetCursorArgsForCall ¶ added in v0.18.2
func (fake *FakeInputComponent) SetCursorArgsForCall(i int) int
func (*FakeInputComponent) SetCursorCallCount ¶ added in v0.18.2
func (fake *FakeInputComponent) SetCursorCallCount() int
func (*FakeInputComponent) SetCursorCalls ¶ added in v0.18.2
func (fake *FakeInputComponent) SetCursorCalls(stub func(int))
func (*FakeInputComponent) SetHeight ¶ added in v0.18.2
func (fake *FakeInputComponent) SetHeight(arg1 int)
func (*FakeInputComponent) SetHeightArgsForCall ¶ added in v0.18.2
func (fake *FakeInputComponent) SetHeightArgsForCall(i int) int
func (*FakeInputComponent) SetHeightCallCount ¶ added in v0.18.2
func (fake *FakeInputComponent) SetHeightCallCount() int
func (*FakeInputComponent) SetHeightCalls ¶ added in v0.18.2
func (fake *FakeInputComponent) SetHeightCalls(stub func(int))
func (*FakeInputComponent) SetPlaceholder ¶ added in v0.18.2
func (fake *FakeInputComponent) SetPlaceholder(arg1 string)
func (*FakeInputComponent) SetPlaceholderArgsForCall ¶ added in v0.18.2
func (fake *FakeInputComponent) SetPlaceholderArgsForCall(i int) string
func (*FakeInputComponent) SetPlaceholderCallCount ¶ added in v0.18.2
func (fake *FakeInputComponent) SetPlaceholderCallCount() int
func (*FakeInputComponent) SetPlaceholderCalls ¶ added in v0.18.2
func (fake *FakeInputComponent) SetPlaceholderCalls(stub func(string))
func (*FakeInputComponent) SetText ¶ added in v0.18.2
func (fake *FakeInputComponent) SetText(arg1 string)
func (*FakeInputComponent) SetTextArgsForCall ¶ added in v0.18.2
func (fake *FakeInputComponent) SetTextArgsForCall(i int) string
func (*FakeInputComponent) SetTextCallCount ¶ added in v0.18.2
func (fake *FakeInputComponent) SetTextCallCount() int
func (*FakeInputComponent) SetTextCalls ¶ added in v0.18.2
func (fake *FakeInputComponent) SetTextCalls(stub func(string))
func (*FakeInputComponent) SetWidth ¶ added in v0.18.2
func (fake *FakeInputComponent) SetWidth(arg1 int)
func (*FakeInputComponent) SetWidthArgsForCall ¶ added in v0.18.2
func (fake *FakeInputComponent) SetWidthArgsForCall(i int) int
func (*FakeInputComponent) SetWidthCallCount ¶ added in v0.18.2
func (fake *FakeInputComponent) SetWidthCallCount() int
func (*FakeInputComponent) SetWidthCalls ¶ added in v0.18.2
func (fake *FakeInputComponent) SetWidthCalls(stub func(int))
type FakeSelectionComponent ¶ added in v0.18.2
type FakeSelectionComponent struct { GetOptionsStub func() []string GetSelectedStub func() string GetSelectedIndexStub func() int IsCancelledStub func() bool IsSelectedStub func() bool RenderStub func() string SetHeightStub func(int) SetOptionsStub func([]string) SetSelectedStub func(int) SetWidthStub func(int) // contains filtered or unexported fields }
func (*FakeSelectionComponent) GetOptions ¶ added in v0.18.2
func (fake *FakeSelectionComponent) GetOptions() []string
func (*FakeSelectionComponent) GetOptionsCallCount ¶ added in v0.18.2
func (fake *FakeSelectionComponent) GetOptionsCallCount() int
func (*FakeSelectionComponent) GetOptionsCalls ¶ added in v0.18.2
func (fake *FakeSelectionComponent) GetOptionsCalls(stub func() []string)
func (*FakeSelectionComponent) GetOptionsReturns ¶ added in v0.18.2
func (fake *FakeSelectionComponent) GetOptionsReturns(result1 []string)
func (*FakeSelectionComponent) GetOptionsReturnsOnCall ¶ added in v0.18.2
func (fake *FakeSelectionComponent) GetOptionsReturnsOnCall(i int, result1 []string)
func (*FakeSelectionComponent) GetSelected ¶ added in v0.18.2
func (fake *FakeSelectionComponent) GetSelected() string
func (*FakeSelectionComponent) GetSelectedCallCount ¶ added in v0.18.2
func (fake *FakeSelectionComponent) GetSelectedCallCount() int
func (*FakeSelectionComponent) GetSelectedCalls ¶ added in v0.18.2
func (fake *FakeSelectionComponent) GetSelectedCalls(stub func() string)
func (*FakeSelectionComponent) GetSelectedIndex ¶ added in v0.18.2
func (fake *FakeSelectionComponent) GetSelectedIndex() int
func (*FakeSelectionComponent) GetSelectedIndexCallCount ¶ added in v0.18.2
func (fake *FakeSelectionComponent) GetSelectedIndexCallCount() int
func (*FakeSelectionComponent) GetSelectedIndexCalls ¶ added in v0.18.2
func (fake *FakeSelectionComponent) GetSelectedIndexCalls(stub func() int)
func (*FakeSelectionComponent) GetSelectedIndexReturns ¶ added in v0.18.2
func (fake *FakeSelectionComponent) GetSelectedIndexReturns(result1 int)
func (*FakeSelectionComponent) GetSelectedIndexReturnsOnCall ¶ added in v0.18.2
func (fake *FakeSelectionComponent) GetSelectedIndexReturnsOnCall(i int, result1 int)
func (*FakeSelectionComponent) GetSelectedReturns ¶ added in v0.18.2
func (fake *FakeSelectionComponent) GetSelectedReturns(result1 string)
func (*FakeSelectionComponent) GetSelectedReturnsOnCall ¶ added in v0.18.2
func (fake *FakeSelectionComponent) GetSelectedReturnsOnCall(i int, result1 string)
func (*FakeSelectionComponent) Invocations ¶ added in v0.18.2
func (fake *FakeSelectionComponent) Invocations() map[string][][]interface{}
func (*FakeSelectionComponent) IsCancelled ¶ added in v0.18.2
func (fake *FakeSelectionComponent) IsCancelled() bool
func (*FakeSelectionComponent) IsCancelledCallCount ¶ added in v0.18.2
func (fake *FakeSelectionComponent) IsCancelledCallCount() int
func (*FakeSelectionComponent) IsCancelledCalls ¶ added in v0.18.2
func (fake *FakeSelectionComponent) IsCancelledCalls(stub func() bool)
func (*FakeSelectionComponent) IsCancelledReturns ¶ added in v0.18.2
func (fake *FakeSelectionComponent) IsCancelledReturns(result1 bool)
func (*FakeSelectionComponent) IsCancelledReturnsOnCall ¶ added in v0.18.2
func (fake *FakeSelectionComponent) IsCancelledReturnsOnCall(i int, result1 bool)
func (*FakeSelectionComponent) IsSelected ¶ added in v0.18.2
func (fake *FakeSelectionComponent) IsSelected() bool
func (*FakeSelectionComponent) IsSelectedCallCount ¶ added in v0.18.2
func (fake *FakeSelectionComponent) IsSelectedCallCount() int
func (*FakeSelectionComponent) IsSelectedCalls ¶ added in v0.18.2
func (fake *FakeSelectionComponent) IsSelectedCalls(stub func() bool)
func (*FakeSelectionComponent) IsSelectedReturns ¶ added in v0.18.2
func (fake *FakeSelectionComponent) IsSelectedReturns(result1 bool)
func (*FakeSelectionComponent) IsSelectedReturnsOnCall ¶ added in v0.18.2
func (fake *FakeSelectionComponent) IsSelectedReturnsOnCall(i int, result1 bool)
func (*FakeSelectionComponent) Render ¶ added in v0.18.2
func (fake *FakeSelectionComponent) Render() string
func (*FakeSelectionComponent) RenderCallCount ¶ added in v0.18.2
func (fake *FakeSelectionComponent) RenderCallCount() int
func (*FakeSelectionComponent) RenderCalls ¶ added in v0.18.2
func (fake *FakeSelectionComponent) RenderCalls(stub func() string)
func (*FakeSelectionComponent) RenderReturns ¶ added in v0.18.2
func (fake *FakeSelectionComponent) RenderReturns(result1 string)
func (*FakeSelectionComponent) RenderReturnsOnCall ¶ added in v0.18.2
func (fake *FakeSelectionComponent) RenderReturnsOnCall(i int, result1 string)
func (*FakeSelectionComponent) SetHeight ¶ added in v0.18.2
func (fake *FakeSelectionComponent) SetHeight(arg1 int)
func (*FakeSelectionComponent) SetHeightArgsForCall ¶ added in v0.18.2
func (fake *FakeSelectionComponent) SetHeightArgsForCall(i int) int
func (*FakeSelectionComponent) SetHeightCallCount ¶ added in v0.18.2
func (fake *FakeSelectionComponent) SetHeightCallCount() int
func (*FakeSelectionComponent) SetHeightCalls ¶ added in v0.18.2
func (fake *FakeSelectionComponent) SetHeightCalls(stub func(int))
func (*FakeSelectionComponent) SetOptions ¶ added in v0.18.2
func (fake *FakeSelectionComponent) SetOptions(arg1 []string)
func (*FakeSelectionComponent) SetOptionsArgsForCall ¶ added in v0.18.2
func (fake *FakeSelectionComponent) SetOptionsArgsForCall(i int) []string
func (*FakeSelectionComponent) SetOptionsCallCount ¶ added in v0.18.2
func (fake *FakeSelectionComponent) SetOptionsCallCount() int
func (*FakeSelectionComponent) SetOptionsCalls ¶ added in v0.18.2
func (fake *FakeSelectionComponent) SetOptionsCalls(stub func([]string))
func (*FakeSelectionComponent) SetSelected ¶ added in v0.18.2
func (fake *FakeSelectionComponent) SetSelected(arg1 int)
func (*FakeSelectionComponent) SetSelectedArgsForCall ¶ added in v0.18.2
func (fake *FakeSelectionComponent) SetSelectedArgsForCall(i int) int
func (*FakeSelectionComponent) SetSelectedCallCount ¶ added in v0.18.2
func (fake *FakeSelectionComponent) SetSelectedCallCount() int
func (*FakeSelectionComponent) SetSelectedCalls ¶ added in v0.18.2
func (fake *FakeSelectionComponent) SetSelectedCalls(stub func(int))
func (*FakeSelectionComponent) SetWidth ¶ added in v0.18.2
func (fake *FakeSelectionComponent) SetWidth(arg1 int)
func (*FakeSelectionComponent) SetWidthArgsForCall ¶ added in v0.18.2
func (fake *FakeSelectionComponent) SetWidthArgsForCall(i int) int
func (*FakeSelectionComponent) SetWidthCallCount ¶ added in v0.18.2
func (fake *FakeSelectionComponent) SetWidthCallCount() int
func (*FakeSelectionComponent) SetWidthCalls ¶ added in v0.18.2
func (fake *FakeSelectionComponent) SetWidthCalls(stub func(int))
type FakeStatusComponent ¶ added in v0.18.2
type FakeStatusComponent struct { ClearStatusStub func() IsShowingErrorStub func() bool IsShowingSpinnerStub func() bool RenderStub func() string SetHeightStub func(int) SetTokenUsageStub func(string) SetWidthStub func(int) ShowErrorStub func(string) ShowSpinnerStub func(string) ShowStatusStub func(string) // contains filtered or unexported fields }
func (*FakeStatusComponent) ClearStatus ¶ added in v0.18.2
func (fake *FakeStatusComponent) ClearStatus()
func (*FakeStatusComponent) ClearStatusCallCount ¶ added in v0.18.2
func (fake *FakeStatusComponent) ClearStatusCallCount() int
func (*FakeStatusComponent) ClearStatusCalls ¶ added in v0.18.2
func (fake *FakeStatusComponent) ClearStatusCalls(stub func())
func (*FakeStatusComponent) Invocations ¶ added in v0.18.2
func (fake *FakeStatusComponent) Invocations() map[string][][]interface{}
func (*FakeStatusComponent) IsShowingError ¶ added in v0.18.2
func (fake *FakeStatusComponent) IsShowingError() bool
func (*FakeStatusComponent) IsShowingErrorCallCount ¶ added in v0.18.2
func (fake *FakeStatusComponent) IsShowingErrorCallCount() int
func (*FakeStatusComponent) IsShowingErrorCalls ¶ added in v0.18.2
func (fake *FakeStatusComponent) IsShowingErrorCalls(stub func() bool)
func (*FakeStatusComponent) IsShowingErrorReturns ¶ added in v0.18.2
func (fake *FakeStatusComponent) IsShowingErrorReturns(result1 bool)
func (*FakeStatusComponent) IsShowingErrorReturnsOnCall ¶ added in v0.18.2
func (fake *FakeStatusComponent) IsShowingErrorReturnsOnCall(i int, result1 bool)
func (*FakeStatusComponent) IsShowingSpinner ¶ added in v0.18.2
func (fake *FakeStatusComponent) IsShowingSpinner() bool
func (*FakeStatusComponent) IsShowingSpinnerCallCount ¶ added in v0.18.2
func (fake *FakeStatusComponent) IsShowingSpinnerCallCount() int
func (*FakeStatusComponent) IsShowingSpinnerCalls ¶ added in v0.18.2
func (fake *FakeStatusComponent) IsShowingSpinnerCalls(stub func() bool)
func (*FakeStatusComponent) IsShowingSpinnerReturns ¶ added in v0.18.2
func (fake *FakeStatusComponent) IsShowingSpinnerReturns(result1 bool)
func (*FakeStatusComponent) IsShowingSpinnerReturnsOnCall ¶ added in v0.18.2
func (fake *FakeStatusComponent) IsShowingSpinnerReturnsOnCall(i int, result1 bool)
func (*FakeStatusComponent) Render ¶ added in v0.18.2
func (fake *FakeStatusComponent) Render() string
func (*FakeStatusComponent) RenderCallCount ¶ added in v0.18.2
func (fake *FakeStatusComponent) RenderCallCount() int
func (*FakeStatusComponent) RenderCalls ¶ added in v0.18.2
func (fake *FakeStatusComponent) RenderCalls(stub func() string)
func (*FakeStatusComponent) RenderReturns ¶ added in v0.18.2
func (fake *FakeStatusComponent) RenderReturns(result1 string)
func (*FakeStatusComponent) RenderReturnsOnCall ¶ added in v0.18.2
func (fake *FakeStatusComponent) RenderReturnsOnCall(i int, result1 string)
func (*FakeStatusComponent) SetHeight ¶ added in v0.18.2
func (fake *FakeStatusComponent) SetHeight(arg1 int)
func (*FakeStatusComponent) SetHeightArgsForCall ¶ added in v0.18.2
func (fake *FakeStatusComponent) SetHeightArgsForCall(i int) int
func (*FakeStatusComponent) SetHeightCallCount ¶ added in v0.18.2
func (fake *FakeStatusComponent) SetHeightCallCount() int
func (*FakeStatusComponent) SetHeightCalls ¶ added in v0.18.2
func (fake *FakeStatusComponent) SetHeightCalls(stub func(int))
func (*FakeStatusComponent) SetTokenUsage ¶ added in v0.18.2
func (fake *FakeStatusComponent) SetTokenUsage(arg1 string)
func (*FakeStatusComponent) SetTokenUsageArgsForCall ¶ added in v0.18.2
func (fake *FakeStatusComponent) SetTokenUsageArgsForCall(i int) string
func (*FakeStatusComponent) SetTokenUsageCallCount ¶ added in v0.18.2
func (fake *FakeStatusComponent) SetTokenUsageCallCount() int
func (*FakeStatusComponent) SetTokenUsageCalls ¶ added in v0.18.2
func (fake *FakeStatusComponent) SetTokenUsageCalls(stub func(string))
func (*FakeStatusComponent) SetWidth ¶ added in v0.18.2
func (fake *FakeStatusComponent) SetWidth(arg1 int)
func (*FakeStatusComponent) SetWidthArgsForCall ¶ added in v0.18.2
func (fake *FakeStatusComponent) SetWidthArgsForCall(i int) int
func (*FakeStatusComponent) SetWidthCallCount ¶ added in v0.18.2
func (fake *FakeStatusComponent) SetWidthCallCount() int
func (*FakeStatusComponent) SetWidthCalls ¶ added in v0.18.2
func (fake *FakeStatusComponent) SetWidthCalls(stub func(int))
func (*FakeStatusComponent) ShowError ¶ added in v0.18.2
func (fake *FakeStatusComponent) ShowError(arg1 string)
func (*FakeStatusComponent) ShowErrorArgsForCall ¶ added in v0.18.2
func (fake *FakeStatusComponent) ShowErrorArgsForCall(i int) string
func (*FakeStatusComponent) ShowErrorCallCount ¶ added in v0.18.2
func (fake *FakeStatusComponent) ShowErrorCallCount() int
func (*FakeStatusComponent) ShowErrorCalls ¶ added in v0.18.2
func (fake *FakeStatusComponent) ShowErrorCalls(stub func(string))
func (*FakeStatusComponent) ShowSpinner ¶ added in v0.18.2
func (fake *FakeStatusComponent) ShowSpinner(arg1 string)
func (*FakeStatusComponent) ShowSpinnerArgsForCall ¶ added in v0.18.2
func (fake *FakeStatusComponent) ShowSpinnerArgsForCall(i int) string
func (*FakeStatusComponent) ShowSpinnerCallCount ¶ added in v0.18.2
func (fake *FakeStatusComponent) ShowSpinnerCallCount() int
func (*FakeStatusComponent) ShowSpinnerCalls ¶ added in v0.18.2
func (fake *FakeStatusComponent) ShowSpinnerCalls(stub func(string))
func (*FakeStatusComponent) ShowStatus ¶ added in v0.18.2
func (fake *FakeStatusComponent) ShowStatus(arg1 string)
func (*FakeStatusComponent) ShowStatusArgsForCall ¶ added in v0.18.2
func (fake *FakeStatusComponent) ShowStatusArgsForCall(i int) string
func (*FakeStatusComponent) ShowStatusCallCount ¶ added in v0.18.2
func (fake *FakeStatusComponent) ShowStatusCallCount() int
func (*FakeStatusComponent) ShowStatusCalls ¶ added in v0.18.2
func (fake *FakeStatusComponent) ShowStatusCalls(stub func(string))
type FakeTheme ¶ added in v0.18.2
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 GetUserColorStub func() string // contains filtered or unexported fields }
func (*FakeTheme) GetAccentColor ¶ added in v0.18.2
func (*FakeTheme) GetAccentColorCallCount ¶ added in v0.18.2
func (*FakeTheme) GetAccentColorCalls ¶ added in v0.18.2
func (*FakeTheme) GetAccentColorReturns ¶ added in v0.18.2
func (*FakeTheme) GetAccentColorReturnsOnCall ¶ added in v0.18.2
func (*FakeTheme) GetAssistantColor ¶ added in v0.18.2
func (*FakeTheme) GetAssistantColorCallCount ¶ added in v0.18.2
func (*FakeTheme) GetAssistantColorCalls ¶ added in v0.18.2
func (*FakeTheme) GetAssistantColorReturns ¶ added in v0.18.2
func (*FakeTheme) GetAssistantColorReturnsOnCall ¶ added in v0.18.2
func (*FakeTheme) GetBorderColor ¶ added in v0.18.2
func (*FakeTheme) GetBorderColorCallCount ¶ added in v0.18.2
func (*FakeTheme) GetBorderColorCalls ¶ added in v0.18.2
func (*FakeTheme) GetBorderColorReturns ¶ added in v0.18.2
func (*FakeTheme) GetBorderColorReturnsOnCall ¶ added in v0.18.2
func (*FakeTheme) GetDiffAddColor ¶ added in v0.24.1
func (*FakeTheme) GetDiffAddColorCallCount ¶ added in v0.24.1
func (*FakeTheme) GetDiffAddColorCalls ¶ added in v0.24.1
func (*FakeTheme) GetDiffAddColorReturns ¶ added in v0.24.1
func (*FakeTheme) GetDiffAddColorReturnsOnCall ¶ added in v0.24.1
func (*FakeTheme) GetDiffRemoveColor ¶ added in v0.24.1
func (*FakeTheme) GetDiffRemoveColorCallCount ¶ added in v0.24.1
func (*FakeTheme) GetDiffRemoveColorCalls ¶ added in v0.24.1
func (*FakeTheme) GetDiffRemoveColorReturns ¶ added in v0.24.1
func (*FakeTheme) GetDiffRemoveColorReturnsOnCall ¶ added in v0.24.1
func (*FakeTheme) GetDimColor ¶ added in v0.18.2
func (*FakeTheme) GetDimColorCallCount ¶ added in v0.18.2
func (*FakeTheme) GetDimColorCalls ¶ added in v0.18.2
func (*FakeTheme) GetDimColorReturns ¶ added in v0.18.2
func (*FakeTheme) GetDimColorReturnsOnCall ¶ added in v0.18.2
func (*FakeTheme) GetErrorColor ¶ added in v0.18.2
func (*FakeTheme) GetErrorColorCallCount ¶ added in v0.18.2
func (*FakeTheme) GetErrorColorCalls ¶ added in v0.18.2
func (*FakeTheme) GetErrorColorReturns ¶ added in v0.18.2
func (*FakeTheme) GetErrorColorReturnsOnCall ¶ added in v0.18.2
func (*FakeTheme) GetStatusColor ¶ added in v0.18.2
func (*FakeTheme) GetStatusColorCallCount ¶ added in v0.18.2
func (*FakeTheme) GetStatusColorCalls ¶ added in v0.18.2
func (*FakeTheme) GetStatusColorReturns ¶ added in v0.18.2
func (*FakeTheme) GetStatusColorReturnsOnCall ¶ added in v0.18.2
func (*FakeTheme) GetUserColor ¶ added in v0.18.2
func (*FakeTheme) GetUserColorCallCount ¶ added in v0.18.2
func (*FakeTheme) GetUserColorCalls ¶ added in v0.18.2
func (*FakeTheme) GetUserColorReturns ¶ added in v0.18.2
func (*FakeTheme) GetUserColorReturnsOnCall ¶ added in v0.18.2
func (*FakeTheme) Invocations ¶ added in v0.18.2
type FakeTool ¶
type FakeTool struct { DefinitionStub func() domain.ToolDefinition ExecuteStub func(context.Context, map[string]interface{}) (*domain.ToolExecutionResult, error) IsEnabledStub func() bool ValidateStub func(map[string]interface{}) error // contains filtered or unexported fields }
func (*FakeTool) Definition ¶
func (fake *FakeTool) Definition() domain.ToolDefinition
func (*FakeTool) DefinitionCallCount ¶
func (*FakeTool) DefinitionCalls ¶
func (fake *FakeTool) DefinitionCalls(stub func() domain.ToolDefinition)
func (*FakeTool) DefinitionReturns ¶
func (fake *FakeTool) DefinitionReturns(result1 domain.ToolDefinition)
func (*FakeTool) DefinitionReturnsOnCall ¶
func (fake *FakeTool) DefinitionReturnsOnCall(i int, result1 domain.ToolDefinition)
func (*FakeTool) ExecuteArgsForCall ¶
func (*FakeTool) ExecuteCallCount ¶
func (*FakeTool) ExecuteCalls ¶
func (*FakeTool) ExecuteReturns ¶
func (fake *FakeTool) ExecuteReturns(result1 *domain.ToolExecutionResult, result2 error)
func (*FakeTool) ExecuteReturnsOnCall ¶
func (fake *FakeTool) ExecuteReturnsOnCall(i int, result1 *domain.ToolExecutionResult, result2 error)
func (*FakeTool) Invocations ¶
func (*FakeTool) IsEnabledCallCount ¶
func (*FakeTool) IsEnabledCalls ¶
func (*FakeTool) IsEnabledReturns ¶
func (*FakeTool) IsEnabledReturnsOnCall ¶
func (*FakeTool) ValidateArgsForCall ¶
func (*FakeTool) ValidateCallCount ¶
func (*FakeTool) ValidateCalls ¶
func (*FakeTool) ValidateReturns ¶
func (*FakeTool) ValidateReturnsOnCall ¶
type FakeToolFactory ¶
type FakeToolFactory struct { CreateToolStub func(string) (domain.Tool, error) ListAvailableToolsStub func() []string // contains filtered or unexported fields }
func (*FakeToolFactory) CreateTool ¶
func (fake *FakeToolFactory) CreateTool(arg1 string) (domain.Tool, error)
func (*FakeToolFactory) CreateToolArgsForCall ¶
func (fake *FakeToolFactory) CreateToolArgsForCall(i int) string
func (*FakeToolFactory) CreateToolCallCount ¶
func (fake *FakeToolFactory) CreateToolCallCount() int
func (*FakeToolFactory) CreateToolCalls ¶
func (fake *FakeToolFactory) CreateToolCalls(stub func(string) (domain.Tool, error))
func (*FakeToolFactory) CreateToolReturns ¶
func (fake *FakeToolFactory) CreateToolReturns(result1 domain.Tool, result2 error)
func (*FakeToolFactory) CreateToolReturnsOnCall ¶
func (fake *FakeToolFactory) CreateToolReturnsOnCall(i int, result1 domain.Tool, result2 error)
func (*FakeToolFactory) Invocations ¶
func (fake *FakeToolFactory) Invocations() map[string][][]interface{}
func (*FakeToolFactory) ListAvailableTools ¶
func (fake *FakeToolFactory) ListAvailableTools() []string
func (*FakeToolFactory) ListAvailableToolsCallCount ¶
func (fake *FakeToolFactory) ListAvailableToolsCallCount() int
func (*FakeToolFactory) ListAvailableToolsCalls ¶
func (fake *FakeToolFactory) ListAvailableToolsCalls(stub func() []string)
func (*FakeToolFactory) ListAvailableToolsReturns ¶
func (fake *FakeToolFactory) ListAvailableToolsReturns(result1 []string)
func (*FakeToolFactory) ListAvailableToolsReturnsOnCall ¶
func (fake *FakeToolFactory) ListAvailableToolsReturnsOnCall(i int, result1 []string)
type FakeToolService ¶
type FakeToolService struct { ExecuteToolStub func(context.Context, string, map[string]interface{}) (*domain.ToolExecutionResult, error) IsToolEnabledStub func(string) bool ListToolsStub func() []domain.ToolDefinition ValidateToolStub func(string, map[string]interface{}) error // contains filtered or unexported fields }
func (*FakeToolService) ExecuteTool ¶
func (fake *FakeToolService) ExecuteTool(arg1 context.Context, arg2 string, arg3 map[string]interface{}) (*domain.ToolExecutionResult, error)
func (*FakeToolService) ExecuteToolArgsForCall ¶
func (*FakeToolService) ExecuteToolCallCount ¶
func (fake *FakeToolService) ExecuteToolCallCount() int
func (*FakeToolService) ExecuteToolCalls ¶
func (fake *FakeToolService) ExecuteToolCalls(stub func(context.Context, string, map[string]interface{}) (*domain.ToolExecutionResult, error))
func (*FakeToolService) ExecuteToolReturns ¶
func (fake *FakeToolService) ExecuteToolReturns(result1 *domain.ToolExecutionResult, result2 error)
func (*FakeToolService) ExecuteToolReturnsOnCall ¶
func (fake *FakeToolService) ExecuteToolReturnsOnCall(i int, result1 *domain.ToolExecutionResult, result2 error)
func (*FakeToolService) Invocations ¶
func (fake *FakeToolService) Invocations() map[string][][]interface{}
func (*FakeToolService) IsToolEnabled ¶
func (fake *FakeToolService) IsToolEnabled(arg1 string) bool
func (*FakeToolService) IsToolEnabledArgsForCall ¶
func (fake *FakeToolService) IsToolEnabledArgsForCall(i int) string
func (*FakeToolService) IsToolEnabledCallCount ¶
func (fake *FakeToolService) IsToolEnabledCallCount() int
func (*FakeToolService) IsToolEnabledCalls ¶
func (fake *FakeToolService) IsToolEnabledCalls(stub func(string) bool)
func (*FakeToolService) IsToolEnabledReturns ¶
func (fake *FakeToolService) IsToolEnabledReturns(result1 bool)
func (*FakeToolService) IsToolEnabledReturnsOnCall ¶
func (fake *FakeToolService) IsToolEnabledReturnsOnCall(i int, result1 bool)
func (*FakeToolService) ListTools ¶
func (fake *FakeToolService) ListTools() []domain.ToolDefinition
func (*FakeToolService) ListToolsCallCount ¶
func (fake *FakeToolService) ListToolsCallCount() int
func (*FakeToolService) ListToolsCalls ¶
func (fake *FakeToolService) ListToolsCalls(stub func() []domain.ToolDefinition)
func (*FakeToolService) ListToolsReturns ¶
func (fake *FakeToolService) ListToolsReturns(result1 []domain.ToolDefinition)
func (*FakeToolService) ListToolsReturnsOnCall ¶
func (fake *FakeToolService) ListToolsReturnsOnCall(i int, result1 []domain.ToolDefinition)
func (*FakeToolService) ValidateTool ¶
func (fake *FakeToolService) ValidateTool(arg1 string, arg2 map[string]interface{}) error
func (*FakeToolService) ValidateToolArgsForCall ¶
func (fake *FakeToolService) ValidateToolArgsForCall(i int) (string, map[string]interface{})
func (*FakeToolService) ValidateToolCallCount ¶
func (fake *FakeToolService) ValidateToolCallCount() int
func (*FakeToolService) ValidateToolCalls ¶
func (fake *FakeToolService) ValidateToolCalls(stub func(string, map[string]interface{}) error)
func (*FakeToolService) ValidateToolReturns ¶
func (fake *FakeToolService) ValidateToolReturns(result1 error)
func (*FakeToolService) ValidateToolReturnsOnCall ¶
func (fake *FakeToolService) ValidateToolReturnsOnCall(i int, result1 error)
type FakeWebSearchService ¶
type FakeWebSearchService struct { IsEnabledStub func() bool SearchDuckDuckGoStub func(context.Context, string, int) (*domain.WebSearchResponse, error) SearchGoogleStub func(context.Context, string, int) (*domain.WebSearchResponse, error) SetEnabledStub func(bool) // contains filtered or unexported fields }
func (*FakeWebSearchService) Invocations ¶
func (fake *FakeWebSearchService) Invocations() map[string][][]interface{}
func (*FakeWebSearchService) IsEnabled ¶
func (fake *FakeWebSearchService) IsEnabled() bool
func (*FakeWebSearchService) IsEnabledCallCount ¶
func (fake *FakeWebSearchService) IsEnabledCallCount() int
func (*FakeWebSearchService) IsEnabledCalls ¶
func (fake *FakeWebSearchService) IsEnabledCalls(stub func() bool)
func (*FakeWebSearchService) IsEnabledReturns ¶
func (fake *FakeWebSearchService) IsEnabledReturns(result1 bool)
func (*FakeWebSearchService) IsEnabledReturnsOnCall ¶
func (fake *FakeWebSearchService) IsEnabledReturnsOnCall(i int, result1 bool)
func (*FakeWebSearchService) SearchDuckDuckGo ¶
func (fake *FakeWebSearchService) SearchDuckDuckGo(arg1 context.Context, arg2 string, arg3 int) (*domain.WebSearchResponse, error)
func (*FakeWebSearchService) SearchDuckDuckGoArgsForCall ¶
func (*FakeWebSearchService) SearchDuckDuckGoCallCount ¶
func (fake *FakeWebSearchService) SearchDuckDuckGoCallCount() int
func (*FakeWebSearchService) SearchDuckDuckGoCalls ¶
func (fake *FakeWebSearchService) SearchDuckDuckGoCalls(stub func(context.Context, string, int) (*domain.WebSearchResponse, error))
func (*FakeWebSearchService) SearchDuckDuckGoReturns ¶
func (fake *FakeWebSearchService) SearchDuckDuckGoReturns(result1 *domain.WebSearchResponse, result2 error)
func (*FakeWebSearchService) SearchDuckDuckGoReturnsOnCall ¶
func (fake *FakeWebSearchService) SearchDuckDuckGoReturnsOnCall(i int, result1 *domain.WebSearchResponse, result2 error)
func (*FakeWebSearchService) SearchGoogle ¶
func (fake *FakeWebSearchService) SearchGoogle(arg1 context.Context, arg2 string, arg3 int) (*domain.WebSearchResponse, error)
func (*FakeWebSearchService) SearchGoogleArgsForCall ¶
func (*FakeWebSearchService) SearchGoogleCallCount ¶
func (fake *FakeWebSearchService) SearchGoogleCallCount() int
func (*FakeWebSearchService) SearchGoogleCalls ¶
func (fake *FakeWebSearchService) SearchGoogleCalls(stub func(context.Context, string, int) (*domain.WebSearchResponse, error))
func (*FakeWebSearchService) SearchGoogleReturns ¶
func (fake *FakeWebSearchService) SearchGoogleReturns(result1 *domain.WebSearchResponse, result2 error)
func (*FakeWebSearchService) SearchGoogleReturnsOnCall ¶
func (fake *FakeWebSearchService) SearchGoogleReturnsOnCall(i int, result1 *domain.WebSearchResponse, result2 error)
func (*FakeWebSearchService) SetEnabled ¶
func (fake *FakeWebSearchService) SetEnabled(arg1 bool)
func (*FakeWebSearchService) SetEnabledArgsForCall ¶
func (fake *FakeWebSearchService) SetEnabledArgsForCall(i int) bool
func (*FakeWebSearchService) SetEnabledCallCount ¶
func (fake *FakeWebSearchService) SetEnabledCallCount() int
func (*FakeWebSearchService) SetEnabledCalls ¶
func (fake *FakeWebSearchService) SetEnabledCalls(stub func(bool))
Source Files
¶
Click to show internal directories.
Click to hide internal directories.