tui

package
v0.183.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

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

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeAutocompleteComponent

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

func (fake *FakeAutocompleteComponent) ClearUsageHint()

func (*FakeAutocompleteComponent) ClearUsageHintCallCount

func (fake *FakeAutocompleteComponent) ClearUsageHintCallCount() int

func (*FakeAutocompleteComponent) ClearUsageHintCalls

func (fake *FakeAutocompleteComponent) ClearUsageHintCalls(stub func())

func (*FakeAutocompleteComponent) GetCompletionCursorPos

func (fake *FakeAutocompleteComponent) GetCompletionCursorPos() int

func (*FakeAutocompleteComponent) GetCompletionCursorPosCallCount

func (fake *FakeAutocompleteComponent) GetCompletionCursorPosCallCount() int

func (*FakeAutocompleteComponent) GetCompletionCursorPosCalls

func (fake *FakeAutocompleteComponent) GetCompletionCursorPosCalls(stub func() int)

func (*FakeAutocompleteComponent) GetCompletionCursorPosReturns

func (fake *FakeAutocompleteComponent) GetCompletionCursorPosReturns(result1 int)

func (*FakeAutocompleteComponent) GetCompletionCursorPosReturnsOnCall

func (fake *FakeAutocompleteComponent) GetCompletionCursorPosReturnsOnCall(i int, result1 int)

func (*FakeAutocompleteComponent) GetSelectedShortcut

func (fake *FakeAutocompleteComponent) GetSelectedShortcut() string

func (*FakeAutocompleteComponent) GetSelectedShortcutCallCount

func (fake *FakeAutocompleteComponent) GetSelectedShortcutCallCount() int

func (*FakeAutocompleteComponent) GetSelectedShortcutCalls

func (fake *FakeAutocompleteComponent) GetSelectedShortcutCalls(stub func() string)

func (*FakeAutocompleteComponent) GetSelectedShortcutReturns

func (fake *FakeAutocompleteComponent) GetSelectedShortcutReturns(result1 string)

func (*FakeAutocompleteComponent) GetSelectedShortcutReturnsOnCall

func (fake *FakeAutocompleteComponent) GetSelectedShortcutReturnsOnCall(i int, result1 string)

func (*FakeAutocompleteComponent) GetUsageHint

func (fake *FakeAutocompleteComponent) GetUsageHint() string

func (*FakeAutocompleteComponent) GetUsageHintCallCount

func (fake *FakeAutocompleteComponent) GetUsageHintCallCount() int

func (*FakeAutocompleteComponent) GetUsageHintCalls

func (fake *FakeAutocompleteComponent) GetUsageHintCalls(stub func() string)

func (*FakeAutocompleteComponent) GetUsageHintReturns

func (fake *FakeAutocompleteComponent) GetUsageHintReturns(result1 string)

func (*FakeAutocompleteComponent) GetUsageHintReturnsOnCall

func (fake *FakeAutocompleteComponent) GetUsageHintReturnsOnCall(i int, result1 string)

func (*FakeAutocompleteComponent) HandleKey

func (fake *FakeAutocompleteComponent) HandleKey(arg1 tea.KeyPressMsg) (bool, string)

func (*FakeAutocompleteComponent) HandleKeyArgsForCall

func (fake *FakeAutocompleteComponent) HandleKeyArgsForCall(i int) tea.KeyPressMsg

func (*FakeAutocompleteComponent) HandleKeyCallCount

func (fake *FakeAutocompleteComponent) HandleKeyCallCount() int

func (*FakeAutocompleteComponent) HandleKeyCalls

func (fake *FakeAutocompleteComponent) HandleKeyCalls(stub func(tea.KeyPressMsg) (bool, string))

func (*FakeAutocompleteComponent) HandleKeyReturns

func (fake *FakeAutocompleteComponent) HandleKeyReturns(result1 bool, result2 string)

func (*FakeAutocompleteComponent) HandleKeyReturnsOnCall

func (fake *FakeAutocompleteComponent) HandleKeyReturnsOnCall(i int, result1 bool, result2 string)

func (*FakeAutocompleteComponent) Hide

func (fake *FakeAutocompleteComponent) Hide()

func (*FakeAutocompleteComponent) HideCallCount

func (fake *FakeAutocompleteComponent) HideCallCount() int

func (*FakeAutocompleteComponent) HideCalls

func (fake *FakeAutocompleteComponent) HideCalls(stub func())

func (*FakeAutocompleteComponent) Invocations

func (fake *FakeAutocompleteComponent) Invocations() map[string][][]interface{}

func (*FakeAutocompleteComponent) IsVisible

func (fake *FakeAutocompleteComponent) IsVisible() bool

func (*FakeAutocompleteComponent) IsVisibleCallCount

func (fake *FakeAutocompleteComponent) IsVisibleCallCount() int

func (*FakeAutocompleteComponent) IsVisibleCalls

func (fake *FakeAutocompleteComponent) IsVisibleCalls(stub func() bool)

func (*FakeAutocompleteComponent) IsVisibleReturns

func (fake *FakeAutocompleteComponent) IsVisibleReturns(result1 bool)

func (*FakeAutocompleteComponent) IsVisibleReturnsOnCall

func (fake *FakeAutocompleteComponent) IsVisibleReturnsOnCall(i int, result1 bool)

func (*FakeAutocompleteComponent) RefreshToolsList

func (fake *FakeAutocompleteComponent) RefreshToolsList()

func (*FakeAutocompleteComponent) RefreshToolsListCallCount

func (fake *FakeAutocompleteComponent) RefreshToolsListCallCount() int

func (*FakeAutocompleteComponent) RefreshToolsListCalls

func (fake *FakeAutocompleteComponent) RefreshToolsListCalls(stub func())

func (*FakeAutocompleteComponent) Render

func (fake *FakeAutocompleteComponent) Render() string

func (*FakeAutocompleteComponent) RenderCallCount

func (fake *FakeAutocompleteComponent) RenderCallCount() int

func (*FakeAutocompleteComponent) RenderCalls

func (fake *FakeAutocompleteComponent) RenderCalls(stub func() string)

func (*FakeAutocompleteComponent) RenderReturns

func (fake *FakeAutocompleteComponent) RenderReturns(result1 string)

func (*FakeAutocompleteComponent) RenderReturnsOnCall

func (fake *FakeAutocompleteComponent) RenderReturnsOnCall(i int, result1 string)

func (*FakeAutocompleteComponent) SetHeight

func (fake *FakeAutocompleteComponent) SetHeight(arg1 int)

func (*FakeAutocompleteComponent) SetHeightArgsForCall

func (fake *FakeAutocompleteComponent) SetHeightArgsForCall(i int) int

func (*FakeAutocompleteComponent) SetHeightCallCount

func (fake *FakeAutocompleteComponent) SetHeightCallCount() int

func (*FakeAutocompleteComponent) SetHeightCalls

func (fake *FakeAutocompleteComponent) SetHeightCalls(stub func(int))

func (*FakeAutocompleteComponent) SetWidth

func (fake *FakeAutocompleteComponent) SetWidth(arg1 int)

func (*FakeAutocompleteComponent) SetWidthArgsForCall

func (fake *FakeAutocompleteComponent) SetWidthArgsForCall(i int) int

func (*FakeAutocompleteComponent) SetWidthCallCount

func (fake *FakeAutocompleteComponent) SetWidthCallCount() int

func (*FakeAutocompleteComponent) SetWidthCalls

func (fake *FakeAutocompleteComponent) SetWidthCalls(stub func(int))

func (*FakeAutocompleteComponent) Update

func (fake *FakeAutocompleteComponent) Update(arg1 string, arg2 int)

func (*FakeAutocompleteComponent) UpdateArgsForCall

func (fake *FakeAutocompleteComponent) UpdateArgsForCall(i int) (string, int)

func (*FakeAutocompleteComponent) UpdateCallCount

func (fake *FakeAutocompleteComponent) UpdateCallCount() int

func (*FakeAutocompleteComponent) UpdateCalls

func (fake *FakeAutocompleteComponent) UpdateCalls(stub func(string, int))

type FakeChatCompletionRunner

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

func (fake *FakeChatCompletionRunner) HandleChatChunk(arg1 domain.ChatChunkEvent) tea.Cmd

func (*FakeChatCompletionRunner) HandleChatChunkArgsForCall

func (fake *FakeChatCompletionRunner) HandleChatChunkArgsForCall(i int) domain.ChatChunkEvent

func (*FakeChatCompletionRunner) HandleChatChunkCallCount

func (fake *FakeChatCompletionRunner) HandleChatChunkCallCount() int

func (*FakeChatCompletionRunner) HandleChatChunkCalls

func (fake *FakeChatCompletionRunner) HandleChatChunkCalls(stub func(domain.ChatChunkEvent) tea.Cmd)

func (*FakeChatCompletionRunner) HandleChatChunkReturns

func (fake *FakeChatCompletionRunner) HandleChatChunkReturns(result1 tea.Cmd)

func (*FakeChatCompletionRunner) HandleChatChunkReturnsOnCall

func (fake *FakeChatCompletionRunner) HandleChatChunkReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeChatCompletionRunner) HandleChatComplete

func (fake *FakeChatCompletionRunner) HandleChatComplete(arg1 domain.ChatCompleteEvent) tea.Cmd

func (*FakeChatCompletionRunner) HandleChatCompleteArgsForCall

func (fake *FakeChatCompletionRunner) HandleChatCompleteArgsForCall(i int) domain.ChatCompleteEvent

func (*FakeChatCompletionRunner) HandleChatCompleteCallCount

func (fake *FakeChatCompletionRunner) HandleChatCompleteCallCount() int

func (*FakeChatCompletionRunner) HandleChatCompleteCalls

func (fake *FakeChatCompletionRunner) HandleChatCompleteCalls(stub func(domain.ChatCompleteEvent) tea.Cmd)

func (*FakeChatCompletionRunner) HandleChatCompleteReturns

func (fake *FakeChatCompletionRunner) HandleChatCompleteReturns(result1 tea.Cmd)

func (*FakeChatCompletionRunner) HandleChatCompleteReturnsOnCall

func (fake *FakeChatCompletionRunner) HandleChatCompleteReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeChatCompletionRunner) HandleChatError

func (fake *FakeChatCompletionRunner) HandleChatError(arg1 domain.ChatErrorEvent) tea.Cmd

func (*FakeChatCompletionRunner) HandleChatErrorArgsForCall

func (fake *FakeChatCompletionRunner) HandleChatErrorArgsForCall(i int) domain.ChatErrorEvent

func (*FakeChatCompletionRunner) HandleChatErrorCallCount

func (fake *FakeChatCompletionRunner) HandleChatErrorCallCount() int

func (*FakeChatCompletionRunner) HandleChatErrorCalls

func (fake *FakeChatCompletionRunner) HandleChatErrorCalls(stub func(domain.ChatErrorEvent) tea.Cmd)

func (*FakeChatCompletionRunner) HandleChatErrorReturns

func (fake *FakeChatCompletionRunner) HandleChatErrorReturns(result1 tea.Cmd)

func (*FakeChatCompletionRunner) HandleChatErrorReturnsOnCall

func (fake *FakeChatCompletionRunner) HandleChatErrorReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeChatCompletionRunner) HandleChatStart

func (fake *FakeChatCompletionRunner) HandleChatStart(arg1 domain.ChatStartEvent) tea.Cmd

func (*FakeChatCompletionRunner) HandleChatStartArgsForCall

func (fake *FakeChatCompletionRunner) HandleChatStartArgsForCall(i int) domain.ChatStartEvent

func (*FakeChatCompletionRunner) HandleChatStartCallCount

func (fake *FakeChatCompletionRunner) HandleChatStartCallCount() int

func (*FakeChatCompletionRunner) HandleChatStartCalls

func (fake *FakeChatCompletionRunner) HandleChatStartCalls(stub func(domain.ChatStartEvent) tea.Cmd)

func (*FakeChatCompletionRunner) HandleChatStartReturns

func (fake *FakeChatCompletionRunner) HandleChatStartReturns(result1 tea.Cmd)

func (*FakeChatCompletionRunner) HandleChatStartReturnsOnCall

func (fake *FakeChatCompletionRunner) HandleChatStartReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeChatCompletionRunner) HandleOptimizationStatus

func (fake *FakeChatCompletionRunner) HandleOptimizationStatus(arg1 domain.OptimizationStatusEvent) tea.Cmd

func (*FakeChatCompletionRunner) HandleOptimizationStatusArgsForCall

func (fake *FakeChatCompletionRunner) HandleOptimizationStatusArgsForCall(i int) domain.OptimizationStatusEvent

func (*FakeChatCompletionRunner) HandleOptimizationStatusCallCount

func (fake *FakeChatCompletionRunner) HandleOptimizationStatusCallCount() int

func (*FakeChatCompletionRunner) HandleOptimizationStatusCalls

func (fake *FakeChatCompletionRunner) HandleOptimizationStatusCalls(stub func(domain.OptimizationStatusEvent) tea.Cmd)

func (*FakeChatCompletionRunner) HandleOptimizationStatusReturns

func (fake *FakeChatCompletionRunner) HandleOptimizationStatusReturns(result1 tea.Cmd)

func (*FakeChatCompletionRunner) HandleOptimizationStatusReturnsOnCall

func (fake *FakeChatCompletionRunner) HandleOptimizationStatusReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeChatCompletionRunner) Invocations

func (fake *FakeChatCompletionRunner) Invocations() map[string][][]interface{}

func (*FakeChatCompletionRunner) SetPendingRestoration

func (fake *FakeChatCompletionRunner) SetPendingRestoration(arg1 string)

func (*FakeChatCompletionRunner) SetPendingRestorationArgsForCall

func (fake *FakeChatCompletionRunner) SetPendingRestorationArgsForCall(i int) string

func (*FakeChatCompletionRunner) SetPendingRestorationCallCount

func (fake *FakeChatCompletionRunner) SetPendingRestorationCallCount() int

func (*FakeChatCompletionRunner) SetPendingRestorationCalls

func (fake *FakeChatCompletionRunner) SetPendingRestorationCalls(stub func(string))

func (*FakeChatCompletionRunner) Start

func (*FakeChatCompletionRunner) StartArgsForCall

func (fake *FakeChatCompletionRunner) StartArgsForCall(i int) domain.BashDetachChannelHolder

func (*FakeChatCompletionRunner) StartCallCount

func (fake *FakeChatCompletionRunner) StartCallCount() int

func (*FakeChatCompletionRunner) StartCalls

func (fake *FakeChatCompletionRunner) StartCalls(stub func(domain.BashDetachChannelHolder) tea.Cmd)

func (*FakeChatCompletionRunner) StartReturns

func (fake *FakeChatCompletionRunner) StartReturns(result1 tea.Cmd)

func (*FakeChatCompletionRunner) StartReturnsOnCall

func (fake *FakeChatCompletionRunner) StartReturnsOnCall(i int, result1 tea.Cmd)

type FakeChatEventListener

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

func (fake *FakeChatEventListener) Invocations() map[string][][]interface{}

func (*FakeChatEventListener) ListenForChatEvents

func (fake *FakeChatEventListener) ListenForChatEvents(arg1 <-chan domain.ChatEvent) tea.Cmd

func (*FakeChatEventListener) ListenForChatEventsArgsForCall

func (fake *FakeChatEventListener) ListenForChatEventsArgsForCall(i int) <-chan domain.ChatEvent

func (*FakeChatEventListener) ListenForChatEventsCallCount

func (fake *FakeChatEventListener) ListenForChatEventsCallCount() int

func (*FakeChatEventListener) ListenForChatEventsCalls

func (fake *FakeChatEventListener) ListenForChatEventsCalls(stub func(<-chan domain.ChatEvent) tea.Cmd)

func (*FakeChatEventListener) ListenForChatEventsReturns

func (fake *FakeChatEventListener) ListenForChatEventsReturns(result1 tea.Cmd)

func (*FakeChatEventListener) ListenForChatEventsReturnsOnCall

func (fake *FakeChatEventListener) ListenForChatEventsReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeChatEventListener) ListenForEvents

func (fake *FakeChatEventListener) ListenForEvents(arg1 <-chan tea.Msg) tea.Cmd

func (*FakeChatEventListener) ListenForEventsArgsForCall

func (fake *FakeChatEventListener) ListenForEventsArgsForCall(i int) <-chan tea.Msg

func (*FakeChatEventListener) ListenForEventsCallCount

func (fake *FakeChatEventListener) ListenForEventsCallCount() int

func (*FakeChatEventListener) ListenForEventsCalls

func (fake *FakeChatEventListener) ListenForEventsCalls(stub func(<-chan tea.Msg) tea.Cmd)

func (*FakeChatEventListener) ListenForEventsReturns

func (fake *FakeChatEventListener) ListenForEventsReturns(result1 tea.Cmd)

func (*FakeChatEventListener) ListenForEventsReturnsOnCall

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

func (fake *FakeConversationRenderer) IsThinkingExpanded(arg1 int) bool

func (*FakeConversationRenderer) IsThinkingExpandedArgsForCall

func (fake *FakeConversationRenderer) IsThinkingExpandedArgsForCall(i int) int

func (*FakeConversationRenderer) IsThinkingExpandedCallCount

func (fake *FakeConversationRenderer) IsThinkingExpandedCallCount() int

func (*FakeConversationRenderer) IsThinkingExpandedCalls

func (fake *FakeConversationRenderer) IsThinkingExpandedCalls(stub func(int) bool)

func (*FakeConversationRenderer) IsThinkingExpandedReturns

func (fake *FakeConversationRenderer) IsThinkingExpandedReturns(result1 bool)

func (*FakeConversationRenderer) IsThinkingExpandedReturnsOnCall

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

func (fake *FakeConversationRenderer) ToggleAllThinkingExpansion()

func (*FakeConversationRenderer) ToggleAllThinkingExpansionCallCount

func (fake *FakeConversationRenderer) ToggleAllThinkingExpansionCallCount() int

func (*FakeConversationRenderer) ToggleAllThinkingExpansionCalls

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

type FakeDirectExecutionService struct {
	ClearBashDetachChanStub func()

	GetBashDetachChanStub func() chan<- struct{}

	HandleBackgroundShellRequestStub func() tea.Cmd

	HandleBashCommandStub func(string) tea.Cmd

	HandleBashCommandCompletedStub func(tui.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

func (fake *FakeDirectExecutionService) ClearBashDetachChan()

func (*FakeDirectExecutionService) ClearBashDetachChanCallCount

func (fake *FakeDirectExecutionService) ClearBashDetachChanCallCount() int

func (*FakeDirectExecutionService) ClearBashDetachChanCalls

func (fake *FakeDirectExecutionService) ClearBashDetachChanCalls(stub func())

func (*FakeDirectExecutionService) GetBashDetachChan

func (fake *FakeDirectExecutionService) GetBashDetachChan() chan<- struct{}

func (*FakeDirectExecutionService) GetBashDetachChanCallCount

func (fake *FakeDirectExecutionService) GetBashDetachChanCallCount() int

func (*FakeDirectExecutionService) GetBashDetachChanCalls

func (fake *FakeDirectExecutionService) GetBashDetachChanCalls(stub func() chan<- struct{})

func (*FakeDirectExecutionService) GetBashDetachChanReturns

func (fake *FakeDirectExecutionService) GetBashDetachChanReturns(result1 chan<- struct{})

func (*FakeDirectExecutionService) GetBashDetachChanReturnsOnCall

func (fake *FakeDirectExecutionService) GetBashDetachChanReturnsOnCall(i int, result1 chan<- struct{})

func (*FakeDirectExecutionService) HandleBackgroundShellRequest

func (fake *FakeDirectExecutionService) HandleBackgroundShellRequest() tea.Cmd

func (*FakeDirectExecutionService) HandleBackgroundShellRequestCallCount

func (fake *FakeDirectExecutionService) HandleBackgroundShellRequestCallCount() int

func (*FakeDirectExecutionService) HandleBackgroundShellRequestCalls

func (fake *FakeDirectExecutionService) HandleBackgroundShellRequestCalls(stub func() tea.Cmd)

func (*FakeDirectExecutionService) HandleBackgroundShellRequestReturns

func (fake *FakeDirectExecutionService) HandleBackgroundShellRequestReturns(result1 tea.Cmd)

func (*FakeDirectExecutionService) HandleBackgroundShellRequestReturnsOnCall

func (fake *FakeDirectExecutionService) HandleBackgroundShellRequestReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeDirectExecutionService) HandleBashCommand

func (fake *FakeDirectExecutionService) HandleBashCommand(arg1 string) tea.Cmd

func (*FakeDirectExecutionService) HandleBashCommandArgsForCall

func (fake *FakeDirectExecutionService) HandleBashCommandArgsForCall(i int) string

func (*FakeDirectExecutionService) HandleBashCommandCallCount

func (fake *FakeDirectExecutionService) HandleBashCommandCallCount() int

func (*FakeDirectExecutionService) HandleBashCommandCalls

func (fake *FakeDirectExecutionService) HandleBashCommandCalls(stub func(string) tea.Cmd)

func (*FakeDirectExecutionService) HandleBashCommandCompleted

func (fake *FakeDirectExecutionService) HandleBashCommandCompleted(arg1 tui.BashCommandCompletedEvent) tea.Cmd

func (*FakeDirectExecutionService) HandleBashCommandCompletedArgsForCall

func (fake *FakeDirectExecutionService) HandleBashCommandCompletedArgsForCall(i int) tui.BashCommandCompletedEvent

func (*FakeDirectExecutionService) HandleBashCommandCompletedCallCount

func (fake *FakeDirectExecutionService) HandleBashCommandCompletedCallCount() int

func (*FakeDirectExecutionService) HandleBashCommandCompletedCalls

func (fake *FakeDirectExecutionService) HandleBashCommandCompletedCalls(stub func(tui.BashCommandCompletedEvent) tea.Cmd)

func (*FakeDirectExecutionService) HandleBashCommandCompletedReturns

func (fake *FakeDirectExecutionService) HandleBashCommandCompletedReturns(result1 tea.Cmd)

func (*FakeDirectExecutionService) HandleBashCommandCompletedReturnsOnCall

func (fake *FakeDirectExecutionService) HandleBashCommandCompletedReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeDirectExecutionService) HandleBashCommandReturns

func (fake *FakeDirectExecutionService) HandleBashCommandReturns(result1 tea.Cmd)

func (*FakeDirectExecutionService) HandleBashCommandReturnsOnCall

func (fake *FakeDirectExecutionService) HandleBashCommandReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeDirectExecutionService) HandleBashOutputChunk

func (fake *FakeDirectExecutionService) HandleBashOutputChunk(arg1 domain.BashOutputChunkEvent) tea.Cmd

func (*FakeDirectExecutionService) HandleBashOutputChunkArgsForCall

func (fake *FakeDirectExecutionService) HandleBashOutputChunkArgsForCall(i int) domain.BashOutputChunkEvent

func (*FakeDirectExecutionService) HandleBashOutputChunkCallCount

func (fake *FakeDirectExecutionService) HandleBashOutputChunkCallCount() int

func (*FakeDirectExecutionService) HandleBashOutputChunkCalls

func (fake *FakeDirectExecutionService) HandleBashOutputChunkCalls(stub func(domain.BashOutputChunkEvent) tea.Cmd)

func (*FakeDirectExecutionService) HandleBashOutputChunkReturns

func (fake *FakeDirectExecutionService) HandleBashOutputChunkReturns(result1 tea.Cmd)

func (*FakeDirectExecutionService) HandleBashOutputChunkReturnsOnCall

func (fake *FakeDirectExecutionService) HandleBashOutputChunkReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeDirectExecutionService) HandleToolCommand

func (fake *FakeDirectExecutionService) HandleToolCommand(arg1 string) tea.Cmd

func (*FakeDirectExecutionService) HandleToolCommandArgsForCall

func (fake *FakeDirectExecutionService) HandleToolCommandArgsForCall(i int) string

func (*FakeDirectExecutionService) HandleToolCommandCallCount

func (fake *FakeDirectExecutionService) HandleToolCommandCallCount() int

func (*FakeDirectExecutionService) HandleToolCommandCalls

func (fake *FakeDirectExecutionService) HandleToolCommandCalls(stub func(string) tea.Cmd)

func (*FakeDirectExecutionService) HandleToolCommandReturns

func (fake *FakeDirectExecutionService) HandleToolCommandReturns(result1 tea.Cmd)

func (*FakeDirectExecutionService) HandleToolCommandReturnsOnCall

func (fake *FakeDirectExecutionService) HandleToolCommandReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeDirectExecutionService) Invocations

func (fake *FakeDirectExecutionService) Invocations() map[string][][]interface{}

func (*FakeDirectExecutionService) ParseArguments

func (fake *FakeDirectExecutionService) ParseArguments(arg1 string) (map[string]any, error)

func (*FakeDirectExecutionService) ParseArgumentsArgsForCall

func (fake *FakeDirectExecutionService) ParseArgumentsArgsForCall(i int) string

func (*FakeDirectExecutionService) ParseArgumentsCallCount

func (fake *FakeDirectExecutionService) ParseArgumentsCallCount() int

func (*FakeDirectExecutionService) ParseArgumentsCalls

func (fake *FakeDirectExecutionService) ParseArgumentsCalls(stub func(string) (map[string]any, error))

func (*FakeDirectExecutionService) ParseArgumentsReturns

func (fake *FakeDirectExecutionService) ParseArgumentsReturns(result1 map[string]any, result2 error)

func (*FakeDirectExecutionService) ParseArgumentsReturnsOnCall

func (fake *FakeDirectExecutionService) ParseArgumentsReturnsOnCall(i int, result1 map[string]any, result2 error)

func (*FakeDirectExecutionService) ParseToolCall

func (fake *FakeDirectExecutionService) ParseToolCall(arg1 string) (string, map[string]any, error)

func (*FakeDirectExecutionService) ParseToolCallArgsForCall

func (fake *FakeDirectExecutionService) ParseToolCallArgsForCall(i int) string

func (*FakeDirectExecutionService) ParseToolCallCallCount

func (fake *FakeDirectExecutionService) ParseToolCallCallCount() int

func (*FakeDirectExecutionService) ParseToolCallCalls

func (fake *FakeDirectExecutionService) ParseToolCallCalls(stub func(string) (string, map[string]any, error))

func (*FakeDirectExecutionService) ParseToolCallReturns

func (fake *FakeDirectExecutionService) ParseToolCallReturns(result1 string, result2 map[string]any, result3 error)

func (*FakeDirectExecutionService) ParseToolCallReturnsOnCall

func (fake *FakeDirectExecutionService) ParseToolCallReturnsOnCall(i int, result1 string, result2 map[string]any, result3 error)

func (*FakeDirectExecutionService) PendingBashChannel

func (fake *FakeDirectExecutionService) PendingBashChannel() <-chan tea.Msg

func (*FakeDirectExecutionService) PendingBashChannelCallCount

func (fake *FakeDirectExecutionService) PendingBashChannelCallCount() int

func (*FakeDirectExecutionService) PendingBashChannelCalls

func (fake *FakeDirectExecutionService) PendingBashChannelCalls(stub func() <-chan tea.Msg)

func (*FakeDirectExecutionService) PendingBashChannelReturns

func (fake *FakeDirectExecutionService) PendingBashChannelReturns(result1 <-chan tea.Msg)

func (*FakeDirectExecutionService) PendingBashChannelReturnsOnCall

func (fake *FakeDirectExecutionService) PendingBashChannelReturnsOnCall(i int, result1 <-chan tea.Msg)

func (*FakeDirectExecutionService) PendingToolChannel

func (fake *FakeDirectExecutionService) PendingToolChannel() <-chan tea.Msg

func (*FakeDirectExecutionService) PendingToolChannelCallCount

func (fake *FakeDirectExecutionService) PendingToolChannelCallCount() int

func (*FakeDirectExecutionService) PendingToolChannelCalls

func (fake *FakeDirectExecutionService) PendingToolChannelCalls(stub func() <-chan tea.Msg)

func (*FakeDirectExecutionService) PendingToolChannelReturns

func (fake *FakeDirectExecutionService) PendingToolChannelReturns(result1 <-chan tea.Msg)

func (*FakeDirectExecutionService) PendingToolChannelReturnsOnCall

func (fake *FakeDirectExecutionService) PendingToolChannelReturnsOnCall(i int, result1 <-chan tea.Msg)

func (*FakeDirectExecutionService) SetBashDetachChan

func (fake *FakeDirectExecutionService) SetBashDetachChan(arg1 chan<- struct{})

func (*FakeDirectExecutionService) SetBashDetachChanArgsForCall

func (fake *FakeDirectExecutionService) SetBashDetachChanArgsForCall(i int) chan<- struct{}

func (*FakeDirectExecutionService) SetBashDetachChanCallCount

func (fake *FakeDirectExecutionService) SetBashDetachChanCallCount() int

func (*FakeDirectExecutionService) SetBashDetachChanCalls

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

	IsNavigatingHistoryStub func() bool

	NavigateHistoryDownStub func()

	NavigateHistoryUpStub func()

	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

func (fake *FakeInputComponent) GetUsageHint() string

func (*FakeInputComponent) GetUsageHintCallCount

func (fake *FakeInputComponent) GetUsageHintCallCount() int

func (*FakeInputComponent) GetUsageHintCalls

func (fake *FakeInputComponent) GetUsageHintCalls(stub func() string)

func (*FakeInputComponent) GetUsageHintReturns

func (fake *FakeInputComponent) GetUsageHintReturns(result1 string)

func (*FakeInputComponent) GetUsageHintReturnsOnCall

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 (fake *FakeInputComponent) HandleKeyReturnsOnCall(i int, result1 tea.Model, result2 tea.Cmd)

func (*FakeInputComponent) Invocations

func (fake *FakeInputComponent) Invocations() map[string][][]interface{}

func (*FakeInputComponent) IsDisabled

func (fake *FakeInputComponent) IsDisabled() bool

func (*FakeInputComponent) IsDisabledCallCount

func (fake *FakeInputComponent) IsDisabledCallCount() int

func (*FakeInputComponent) IsDisabledCalls

func (fake *FakeInputComponent) IsDisabledCalls(stub func() bool)

func (*FakeInputComponent) IsDisabledReturns

func (fake *FakeInputComponent) IsDisabledReturns(result1 bool)

func (*FakeInputComponent) IsDisabledReturnsOnCall

func (fake *FakeInputComponent) IsDisabledReturnsOnCall(i int, result1 bool)

func (*FakeInputComponent) IsNavigatingHistory

func (fake *FakeInputComponent) IsNavigatingHistory() bool

func (*FakeInputComponent) IsNavigatingHistoryCallCount

func (fake *FakeInputComponent) IsNavigatingHistoryCallCount() int

func (*FakeInputComponent) IsNavigatingHistoryCalls

func (fake *FakeInputComponent) IsNavigatingHistoryCalls(stub func() bool)

func (*FakeInputComponent) IsNavigatingHistoryReturns

func (fake *FakeInputComponent) IsNavigatingHistoryReturns(result1 bool)

func (*FakeInputComponent) IsNavigatingHistoryReturnsOnCall

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

func (fake *FakeInputComponent) SetUsageHint(arg1 string)

func (*FakeInputComponent) SetUsageHintArgsForCall

func (fake *FakeInputComponent) SetUsageHintArgsForCall(i int) string

func (*FakeInputComponent) SetUsageHintCallCount

func (fake *FakeInputComponent) SetUsageHintCallCount() int

func (*FakeInputComponent) SetUsageHintCalls

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

	GetWarningColorStub func() string
	// contains filtered or unexported fields
}

func (*FakeTheme) GetAccentColor

func (fake *FakeTheme) GetAccentColor() string

func (*FakeTheme) GetAccentColorCallCount

func (fake *FakeTheme) GetAccentColorCallCount() int

func (*FakeTheme) GetAccentColorCalls

func (fake *FakeTheme) GetAccentColorCalls(stub func() string)

func (*FakeTheme) GetAccentColorReturns

func (fake *FakeTheme) GetAccentColorReturns(result1 string)

func (*FakeTheme) GetAccentColorReturnsOnCall

func (fake *FakeTheme) GetAccentColorReturnsOnCall(i int, result1 string)

func (*FakeTheme) GetAssistantColor

func (fake *FakeTheme) GetAssistantColor() string

func (*FakeTheme) GetAssistantColorCallCount

func (fake *FakeTheme) GetAssistantColorCallCount() int

func (*FakeTheme) GetAssistantColorCalls

func (fake *FakeTheme) GetAssistantColorCalls(stub func() string)

func (*FakeTheme) GetAssistantColorReturns

func (fake *FakeTheme) GetAssistantColorReturns(result1 string)

func (*FakeTheme) GetAssistantColorReturnsOnCall

func (fake *FakeTheme) GetAssistantColorReturnsOnCall(i int, result1 string)

func (*FakeTheme) GetBorderColor

func (fake *FakeTheme) GetBorderColor() string

func (*FakeTheme) GetBorderColorCallCount

func (fake *FakeTheme) GetBorderColorCallCount() int

func (*FakeTheme) GetBorderColorCalls

func (fake *FakeTheme) GetBorderColorCalls(stub func() string)

func (*FakeTheme) GetBorderColorReturns

func (fake *FakeTheme) GetBorderColorReturns(result1 string)

func (*FakeTheme) GetBorderColorReturnsOnCall

func (fake *FakeTheme) GetBorderColorReturnsOnCall(i int, result1 string)

func (*FakeTheme) GetDiffAddColor

func (fake *FakeTheme) GetDiffAddColor() string

func (*FakeTheme) GetDiffAddColorCallCount

func (fake *FakeTheme) GetDiffAddColorCallCount() int

func (*FakeTheme) GetDiffAddColorCalls

func (fake *FakeTheme) GetDiffAddColorCalls(stub func() string)

func (*FakeTheme) GetDiffAddColorReturns

func (fake *FakeTheme) GetDiffAddColorReturns(result1 string)

func (*FakeTheme) GetDiffAddColorReturnsOnCall

func (fake *FakeTheme) GetDiffAddColorReturnsOnCall(i int, result1 string)

func (*FakeTheme) GetDiffRemoveColor

func (fake *FakeTheme) GetDiffRemoveColor() string

func (*FakeTheme) GetDiffRemoveColorCallCount

func (fake *FakeTheme) GetDiffRemoveColorCallCount() int

func (*FakeTheme) GetDiffRemoveColorCalls

func (fake *FakeTheme) GetDiffRemoveColorCalls(stub func() string)

func (*FakeTheme) GetDiffRemoveColorReturns

func (fake *FakeTheme) GetDiffRemoveColorReturns(result1 string)

func (*FakeTheme) GetDiffRemoveColorReturnsOnCall

func (fake *FakeTheme) GetDiffRemoveColorReturnsOnCall(i int, result1 string)

func (*FakeTheme) GetDimColor

func (fake *FakeTheme) GetDimColor() string

func (*FakeTheme) GetDimColorCallCount

func (fake *FakeTheme) GetDimColorCallCount() int

func (*FakeTheme) GetDimColorCalls

func (fake *FakeTheme) GetDimColorCalls(stub func() string)

func (*FakeTheme) GetDimColorReturns

func (fake *FakeTheme) GetDimColorReturns(result1 string)

func (*FakeTheme) GetDimColorReturnsOnCall

func (fake *FakeTheme) GetDimColorReturnsOnCall(i int, result1 string)

func (*FakeTheme) GetErrorColor

func (fake *FakeTheme) GetErrorColor() string

func (*FakeTheme) GetErrorColorCallCount

func (fake *FakeTheme) GetErrorColorCallCount() int

func (*FakeTheme) GetErrorColorCalls

func (fake *FakeTheme) GetErrorColorCalls(stub func() string)

func (*FakeTheme) GetErrorColorReturns

func (fake *FakeTheme) GetErrorColorReturns(result1 string)

func (*FakeTheme) GetErrorColorReturnsOnCall

func (fake *FakeTheme) GetErrorColorReturnsOnCall(i int, result1 string)

func (*FakeTheme) GetStatusColor

func (fake *FakeTheme) GetStatusColor() string

func (*FakeTheme) GetStatusColorCallCount

func (fake *FakeTheme) GetStatusColorCallCount() int

func (*FakeTheme) GetStatusColorCalls

func (fake *FakeTheme) GetStatusColorCalls(stub func() string)

func (*FakeTheme) GetStatusColorReturns

func (fake *FakeTheme) GetStatusColorReturns(result1 string)

func (*FakeTheme) GetStatusColorReturnsOnCall

func (fake *FakeTheme) GetStatusColorReturnsOnCall(i int, result1 string)

func (*FakeTheme) GetSuccessColor

func (fake *FakeTheme) GetSuccessColor() string

func (*FakeTheme) GetSuccessColorCallCount

func (fake *FakeTheme) GetSuccessColorCallCount() int

func (*FakeTheme) GetSuccessColorCalls

func (fake *FakeTheme) GetSuccessColorCalls(stub func() string)

func (*FakeTheme) GetSuccessColorReturns

func (fake *FakeTheme) GetSuccessColorReturns(result1 string)

func (*FakeTheme) GetSuccessColorReturnsOnCall

func (fake *FakeTheme) GetSuccessColorReturnsOnCall(i int, result1 string)

func (*FakeTheme) GetUserColor

func (fake *FakeTheme) GetUserColor() string

func (*FakeTheme) GetUserColorCallCount

func (fake *FakeTheme) GetUserColorCallCount() int

func (*FakeTheme) GetUserColorCalls

func (fake *FakeTheme) GetUserColorCalls(stub func() string)

func (*FakeTheme) GetUserColorReturns

func (fake *FakeTheme) GetUserColorReturns(result1 string)

func (*FakeTheme) GetUserColorReturnsOnCall

func (fake *FakeTheme) GetUserColorReturnsOnCall(i int, result1 string)

func (*FakeTheme) GetWarningColor added in v0.182.0

func (fake *FakeTheme) GetWarningColor() string

func (*FakeTheme) GetWarningColorCallCount added in v0.182.0

func (fake *FakeTheme) GetWarningColorCallCount() int

func (*FakeTheme) GetWarningColorCalls added in v0.182.0

func (fake *FakeTheme) GetWarningColorCalls(stub func() string)

func (*FakeTheme) GetWarningColorReturns added in v0.182.0

func (fake *FakeTheme) GetWarningColorReturns(result1 string)

func (*FakeTheme) GetWarningColorReturnsOnCall added in v0.182.0

func (fake *FakeTheme) GetWarningColorReturnsOnCall(i int, result1 string)

func (*FakeTheme) Invocations

func (fake *FakeTheme) Invocations() map[string][][]interface{}

type FakeThemeService

type FakeThemeService struct {
	GetCurrentThemeStub func() tui.Theme

	GetCurrentThemeNameStub func() string

	ListThemesStub func() []string

	SetThemeStub func(string) error
	// contains filtered or unexported fields
}

func (*FakeThemeService) GetCurrentTheme

func (fake *FakeThemeService) GetCurrentTheme() tui.Theme

func (*FakeThemeService) GetCurrentThemeCallCount

func (fake *FakeThemeService) GetCurrentThemeCallCount() int

func (*FakeThemeService) GetCurrentThemeCalls

func (fake *FakeThemeService) GetCurrentThemeCalls(stub func() tui.Theme)

func (*FakeThemeService) GetCurrentThemeName

func (fake *FakeThemeService) GetCurrentThemeName() string

func (*FakeThemeService) GetCurrentThemeNameCallCount

func (fake *FakeThemeService) GetCurrentThemeNameCallCount() int

func (*FakeThemeService) GetCurrentThemeNameCalls

func (fake *FakeThemeService) GetCurrentThemeNameCalls(stub func() string)

func (*FakeThemeService) GetCurrentThemeNameReturns

func (fake *FakeThemeService) GetCurrentThemeNameReturns(result1 string)

func (*FakeThemeService) GetCurrentThemeNameReturnsOnCall

func (fake *FakeThemeService) GetCurrentThemeNameReturnsOnCall(i int, result1 string)

func (*FakeThemeService) GetCurrentThemeReturns

func (fake *FakeThemeService) GetCurrentThemeReturns(result1 tui.Theme)

func (*FakeThemeService) GetCurrentThemeReturnsOnCall

func (fake *FakeThemeService) GetCurrentThemeReturnsOnCall(i int, result1 tui.Theme)

func (*FakeThemeService) Invocations

func (fake *FakeThemeService) Invocations() map[string][][]interface{}

func (*FakeThemeService) ListThemes

func (fake *FakeThemeService) ListThemes() []string

func (*FakeThemeService) ListThemesCallCount

func (fake *FakeThemeService) ListThemesCallCount() int

func (*FakeThemeService) ListThemesCalls

func (fake *FakeThemeService) ListThemesCalls(stub func() []string)

func (*FakeThemeService) ListThemesReturns

func (fake *FakeThemeService) ListThemesReturns(result1 []string)

func (*FakeThemeService) ListThemesReturnsOnCall

func (fake *FakeThemeService) ListThemesReturnsOnCall(i int, result1 []string)

func (*FakeThemeService) SetTheme

func (fake *FakeThemeService) SetTheme(arg1 string) error

func (*FakeThemeService) SetThemeArgsForCall

func (fake *FakeThemeService) SetThemeArgsForCall(i int) string

func (*FakeThemeService) SetThemeCallCount

func (fake *FakeThemeService) SetThemeCallCount() int

func (*FakeThemeService) SetThemeCalls

func (fake *FakeThemeService) SetThemeCalls(stub func(string) error)

func (*FakeThemeService) SetThemeReturns

func (fake *FakeThemeService) SetThemeReturns(result1 error)

func (*FakeThemeService) SetThemeReturnsOnCall

func (fake *FakeThemeService) SetThemeReturnsOnCall(i int, result1 error)

type FakeToolExecutionCoordinator

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(tui.ToolExecutionStartedEvent) tea.Cmd

	SetActiveToolCallIDStub func(string)
	// contains filtered or unexported fields
}

func (*FakeToolExecutionCoordinator) GetActiveToolCallID

func (fake *FakeToolExecutionCoordinator) GetActiveToolCallID() string

func (*FakeToolExecutionCoordinator) GetActiveToolCallIDCallCount

func (fake *FakeToolExecutionCoordinator) GetActiveToolCallIDCallCount() int

func (*FakeToolExecutionCoordinator) GetActiveToolCallIDCalls

func (fake *FakeToolExecutionCoordinator) GetActiveToolCallIDCalls(stub func() string)

func (*FakeToolExecutionCoordinator) GetActiveToolCallIDReturns

func (fake *FakeToolExecutionCoordinator) GetActiveToolCallIDReturns(result1 string)

func (*FakeToolExecutionCoordinator) GetActiveToolCallIDReturnsOnCall

func (fake *FakeToolExecutionCoordinator) GetActiveToolCallIDReturnsOnCall(i int, result1 string)

func (*FakeToolExecutionCoordinator) HandleToolApprovalRequested

func (fake *FakeToolExecutionCoordinator) HandleToolApprovalRequested(arg1 domain.ToolApprovalRequestedEvent) tea.Cmd

func (*FakeToolExecutionCoordinator) HandleToolApprovalRequestedArgsForCall

func (fake *FakeToolExecutionCoordinator) HandleToolApprovalRequestedArgsForCall(i int) domain.ToolApprovalRequestedEvent

func (*FakeToolExecutionCoordinator) HandleToolApprovalRequestedCallCount

func (fake *FakeToolExecutionCoordinator) HandleToolApprovalRequestedCallCount() int

func (*FakeToolExecutionCoordinator) HandleToolApprovalRequestedCalls

func (fake *FakeToolExecutionCoordinator) HandleToolApprovalRequestedCalls(stub func(domain.ToolApprovalRequestedEvent) tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolApprovalRequestedReturns

func (fake *FakeToolExecutionCoordinator) HandleToolApprovalRequestedReturns(result1 tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolApprovalRequestedReturnsOnCall

func (fake *FakeToolExecutionCoordinator) HandleToolApprovalRequestedReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolApprovalResponse

func (fake *FakeToolExecutionCoordinator) HandleToolApprovalResponse(arg1 domain.ToolApprovalResponseEvent) tea.Cmd

func (*FakeToolExecutionCoordinator) HandleToolApprovalResponseArgsForCall

func (fake *FakeToolExecutionCoordinator) HandleToolApprovalResponseArgsForCall(i int) domain.ToolApprovalResponseEvent

func (*FakeToolExecutionCoordinator) HandleToolApprovalResponseCallCount

func (fake *FakeToolExecutionCoordinator) HandleToolApprovalResponseCallCount() int

func (*FakeToolExecutionCoordinator) HandleToolApprovalResponseCalls

func (fake *FakeToolExecutionCoordinator) HandleToolApprovalResponseCalls(stub func(domain.ToolApprovalResponseEvent) tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolApprovalResponseReturns

func (fake *FakeToolExecutionCoordinator) HandleToolApprovalResponseReturns(result1 tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolApprovalResponseReturnsOnCall

func (fake *FakeToolExecutionCoordinator) HandleToolApprovalResponseReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolCallReady

func (fake *FakeToolExecutionCoordinator) HandleToolCallReady(arg1 domain.ToolCallReadyEvent) tea.Cmd

func (*FakeToolExecutionCoordinator) HandleToolCallReadyArgsForCall

func (fake *FakeToolExecutionCoordinator) HandleToolCallReadyArgsForCall(i int) domain.ToolCallReadyEvent

func (*FakeToolExecutionCoordinator) HandleToolCallReadyCallCount

func (fake *FakeToolExecutionCoordinator) HandleToolCallReadyCallCount() int

func (*FakeToolExecutionCoordinator) HandleToolCallReadyCalls

func (fake *FakeToolExecutionCoordinator) HandleToolCallReadyCalls(stub func(domain.ToolCallReadyEvent) tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolCallReadyReturns

func (fake *FakeToolExecutionCoordinator) HandleToolCallReadyReturns(result1 tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolCallReadyReturnsOnCall

func (fake *FakeToolExecutionCoordinator) HandleToolCallReadyReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolCallUpdate

func (fake *FakeToolExecutionCoordinator) HandleToolCallUpdate(arg1 domain.ToolCallUpdateEvent) tea.Cmd

func (*FakeToolExecutionCoordinator) HandleToolCallUpdateArgsForCall

func (fake *FakeToolExecutionCoordinator) HandleToolCallUpdateArgsForCall(i int) domain.ToolCallUpdateEvent

func (*FakeToolExecutionCoordinator) HandleToolCallUpdateCallCount

func (fake *FakeToolExecutionCoordinator) HandleToolCallUpdateCallCount() int

func (*FakeToolExecutionCoordinator) HandleToolCallUpdateCalls

func (fake *FakeToolExecutionCoordinator) HandleToolCallUpdateCalls(stub func(domain.ToolCallUpdateEvent) tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolCallUpdateReturns

func (fake *FakeToolExecutionCoordinator) HandleToolCallUpdateReturns(result1 tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolCallUpdateReturnsOnCall

func (fake *FakeToolExecutionCoordinator) HandleToolCallUpdateReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolCancelled

func (fake *FakeToolExecutionCoordinator) HandleToolCancelled(arg1 domain.ToolCancelledEvent) tea.Cmd

func (*FakeToolExecutionCoordinator) HandleToolCancelledArgsForCall

func (fake *FakeToolExecutionCoordinator) HandleToolCancelledArgsForCall(i int) domain.ToolCancelledEvent

func (*FakeToolExecutionCoordinator) HandleToolCancelledCallCount

func (fake *FakeToolExecutionCoordinator) HandleToolCancelledCallCount() int

func (*FakeToolExecutionCoordinator) HandleToolCancelledCalls

func (fake *FakeToolExecutionCoordinator) HandleToolCancelledCalls(stub func(domain.ToolCancelledEvent) tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolCancelledReturns

func (fake *FakeToolExecutionCoordinator) HandleToolCancelledReturns(result1 tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolCancelledReturnsOnCall

func (fake *FakeToolExecutionCoordinator) HandleToolCancelledReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolExecutionCompleted

func (fake *FakeToolExecutionCoordinator) HandleToolExecutionCompleted(arg1 domain.ToolExecutionCompletedEvent) tea.Cmd

func (*FakeToolExecutionCoordinator) HandleToolExecutionCompletedArgsForCall

func (fake *FakeToolExecutionCoordinator) HandleToolExecutionCompletedArgsForCall(i int) domain.ToolExecutionCompletedEvent

func (*FakeToolExecutionCoordinator) HandleToolExecutionCompletedCallCount

func (fake *FakeToolExecutionCoordinator) HandleToolExecutionCompletedCallCount() int

func (*FakeToolExecutionCoordinator) HandleToolExecutionCompletedCalls

func (fake *FakeToolExecutionCoordinator) HandleToolExecutionCompletedCalls(stub func(domain.ToolExecutionCompletedEvent) tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolExecutionCompletedReturns

func (fake *FakeToolExecutionCoordinator) HandleToolExecutionCompletedReturns(result1 tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolExecutionCompletedReturnsOnCall

func (fake *FakeToolExecutionCoordinator) HandleToolExecutionCompletedReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolExecutionProgress

func (fake *FakeToolExecutionCoordinator) HandleToolExecutionProgress(arg1 domain.ToolExecutionProgressEvent) tea.Cmd

func (*FakeToolExecutionCoordinator) HandleToolExecutionProgressArgsForCall

func (fake *FakeToolExecutionCoordinator) HandleToolExecutionProgressArgsForCall(i int) domain.ToolExecutionProgressEvent

func (*FakeToolExecutionCoordinator) HandleToolExecutionProgressCallCount

func (fake *FakeToolExecutionCoordinator) HandleToolExecutionProgressCallCount() int

func (*FakeToolExecutionCoordinator) HandleToolExecutionProgressCalls

func (fake *FakeToolExecutionCoordinator) HandleToolExecutionProgressCalls(stub func(domain.ToolExecutionProgressEvent) tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolExecutionProgressReturns

func (fake *FakeToolExecutionCoordinator) HandleToolExecutionProgressReturns(result1 tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolExecutionProgressReturnsOnCall

func (fake *FakeToolExecutionCoordinator) HandleToolExecutionProgressReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolExecutionStarted

func (fake *FakeToolExecutionCoordinator) HandleToolExecutionStarted(arg1 tui.ToolExecutionStartedEvent) tea.Cmd

func (*FakeToolExecutionCoordinator) HandleToolExecutionStartedArgsForCall

func (fake *FakeToolExecutionCoordinator) HandleToolExecutionStartedArgsForCall(i int) tui.ToolExecutionStartedEvent

func (*FakeToolExecutionCoordinator) HandleToolExecutionStartedCallCount

func (fake *FakeToolExecutionCoordinator) HandleToolExecutionStartedCallCount() int

func (*FakeToolExecutionCoordinator) HandleToolExecutionStartedCalls

func (fake *FakeToolExecutionCoordinator) HandleToolExecutionStartedCalls(stub func(tui.ToolExecutionStartedEvent) tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolExecutionStartedReturns

func (fake *FakeToolExecutionCoordinator) HandleToolExecutionStartedReturns(result1 tea.Cmd)

func (*FakeToolExecutionCoordinator) HandleToolExecutionStartedReturnsOnCall

func (fake *FakeToolExecutionCoordinator) HandleToolExecutionStartedReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeToolExecutionCoordinator) Invocations

func (fake *FakeToolExecutionCoordinator) Invocations() map[string][][]interface{}

func (*FakeToolExecutionCoordinator) SetActiveToolCallID

func (fake *FakeToolExecutionCoordinator) SetActiveToolCallID(arg1 string)

func (*FakeToolExecutionCoordinator) SetActiveToolCallIDArgsForCall

func (fake *FakeToolExecutionCoordinator) SetActiveToolCallIDArgsForCall(i int) string

func (*FakeToolExecutionCoordinator) SetActiveToolCallIDCallCount

func (fake *FakeToolExecutionCoordinator) SetActiveToolCallIDCallCount() int

func (*FakeToolExecutionCoordinator) SetActiveToolCallIDCalls

func (fake *FakeToolExecutionCoordinator) SetActiveToolCallIDCalls(stub func(string))

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL