ui

package
v0.99.1 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2026 License: MIT Imports: 6 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.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeAutocompleteComponent added in v0.76.5

type FakeAutocompleteComponent struct {
	ClearUsageHintStub func()

	GetSelectedShortcutStub func() string

	GetUsageHintStub func() string

	HandleKeyStub func(tea.KeyMsg) (bool, string)

	HideStub func()

	IsVisibleStub func() bool

	RefreshToolsListStub func()

	RenderStub func() string

	SetHeightStub func(int)

	SetWidthStub func(int)

	ShouldExecuteImmediatelyStub func() bool

	UpdateStub func(string, int)
	// contains filtered or unexported fields
}

func (*FakeAutocompleteComponent) ClearUsageHint added in v0.90.0

func (fake *FakeAutocompleteComponent) ClearUsageHint()

func (*FakeAutocompleteComponent) ClearUsageHintCallCount added in v0.90.0

func (fake *FakeAutocompleteComponent) ClearUsageHintCallCount() int

func (*FakeAutocompleteComponent) ClearUsageHintCalls added in v0.90.0

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

func (*FakeAutocompleteComponent) GetSelectedShortcut added in v0.76.5

func (fake *FakeAutocompleteComponent) GetSelectedShortcut() string

func (*FakeAutocompleteComponent) GetSelectedShortcutCallCount added in v0.76.5

func (fake *FakeAutocompleteComponent) GetSelectedShortcutCallCount() int

func (*FakeAutocompleteComponent) GetSelectedShortcutCalls added in v0.76.5

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

func (*FakeAutocompleteComponent) GetSelectedShortcutReturns added in v0.76.5

func (fake *FakeAutocompleteComponent) GetSelectedShortcutReturns(result1 string)

func (*FakeAutocompleteComponent) GetSelectedShortcutReturnsOnCall added in v0.76.5

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

func (*FakeAutocompleteComponent) GetUsageHint added in v0.90.0

func (fake *FakeAutocompleteComponent) GetUsageHint() string

func (*FakeAutocompleteComponent) GetUsageHintCallCount added in v0.90.0

func (fake *FakeAutocompleteComponent) GetUsageHintCallCount() int

func (*FakeAutocompleteComponent) GetUsageHintCalls added in v0.90.0

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

func (*FakeAutocompleteComponent) GetUsageHintReturns added in v0.90.0

func (fake *FakeAutocompleteComponent) GetUsageHintReturns(result1 string)

func (*FakeAutocompleteComponent) GetUsageHintReturnsOnCall added in v0.90.0

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

func (*FakeAutocompleteComponent) HandleKey added in v0.76.5

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

func (*FakeAutocompleteComponent) HandleKeyArgsForCall added in v0.76.5

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

func (*FakeAutocompleteComponent) HandleKeyCallCount added in v0.76.5

func (fake *FakeAutocompleteComponent) HandleKeyCallCount() int

func (*FakeAutocompleteComponent) HandleKeyCalls added in v0.76.5

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

func (*FakeAutocompleteComponent) HandleKeyReturns added in v0.76.5

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

func (*FakeAutocompleteComponent) HandleKeyReturnsOnCall added in v0.76.5

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

func (*FakeAutocompleteComponent) Hide added in v0.76.5

func (fake *FakeAutocompleteComponent) Hide()

func (*FakeAutocompleteComponent) HideCallCount added in v0.76.5

func (fake *FakeAutocompleteComponent) HideCallCount() int

func (*FakeAutocompleteComponent) HideCalls added in v0.76.5

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

func (*FakeAutocompleteComponent) Invocations added in v0.76.5

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

func (*FakeAutocompleteComponent) IsVisible added in v0.76.5

func (fake *FakeAutocompleteComponent) IsVisible() bool

func (*FakeAutocompleteComponent) IsVisibleCallCount added in v0.76.5

func (fake *FakeAutocompleteComponent) IsVisibleCallCount() int

func (*FakeAutocompleteComponent) IsVisibleCalls added in v0.76.5

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

func (*FakeAutocompleteComponent) IsVisibleReturns added in v0.76.5

func (fake *FakeAutocompleteComponent) IsVisibleReturns(result1 bool)

func (*FakeAutocompleteComponent) IsVisibleReturnsOnCall added in v0.76.5

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

func (*FakeAutocompleteComponent) RefreshToolsList added in v0.79.0

func (fake *FakeAutocompleteComponent) RefreshToolsList()

func (*FakeAutocompleteComponent) RefreshToolsListCallCount added in v0.79.0

func (fake *FakeAutocompleteComponent) RefreshToolsListCallCount() int

func (*FakeAutocompleteComponent) RefreshToolsListCalls added in v0.79.0

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

func (*FakeAutocompleteComponent) Render added in v0.76.5

func (fake *FakeAutocompleteComponent) Render() string

func (*FakeAutocompleteComponent) RenderCallCount added in v0.76.5

func (fake *FakeAutocompleteComponent) RenderCallCount() int

func (*FakeAutocompleteComponent) RenderCalls added in v0.76.5

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

func (*FakeAutocompleteComponent) RenderReturns added in v0.76.5

func (fake *FakeAutocompleteComponent) RenderReturns(result1 string)

func (*FakeAutocompleteComponent) RenderReturnsOnCall added in v0.76.5

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

func (*FakeAutocompleteComponent) SetHeight added in v0.76.5

func (fake *FakeAutocompleteComponent) SetHeight(arg1 int)

func (*FakeAutocompleteComponent) SetHeightArgsForCall added in v0.76.5

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

func (*FakeAutocompleteComponent) SetHeightCallCount added in v0.76.5

func (fake *FakeAutocompleteComponent) SetHeightCallCount() int

func (*FakeAutocompleteComponent) SetHeightCalls added in v0.76.5

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

func (*FakeAutocompleteComponent) SetWidth added in v0.76.5

func (fake *FakeAutocompleteComponent) SetWidth(arg1 int)

func (*FakeAutocompleteComponent) SetWidthArgsForCall added in v0.76.5

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

func (*FakeAutocompleteComponent) SetWidthCallCount added in v0.76.5

func (fake *FakeAutocompleteComponent) SetWidthCallCount() int

func (*FakeAutocompleteComponent) SetWidthCalls added in v0.76.5

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

func (*FakeAutocompleteComponent) ShouldExecuteImmediately added in v0.89.0

func (fake *FakeAutocompleteComponent) ShouldExecuteImmediately() bool

func (*FakeAutocompleteComponent) ShouldExecuteImmediatelyCallCount added in v0.89.0

func (fake *FakeAutocompleteComponent) ShouldExecuteImmediatelyCallCount() int

func (*FakeAutocompleteComponent) ShouldExecuteImmediatelyCalls added in v0.89.0

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

func (*FakeAutocompleteComponent) ShouldExecuteImmediatelyReturns added in v0.89.0

func (fake *FakeAutocompleteComponent) ShouldExecuteImmediatelyReturns(result1 bool)

func (*FakeAutocompleteComponent) ShouldExecuteImmediatelyReturnsOnCall added in v0.89.0

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

func (*FakeAutocompleteComponent) Update added in v0.76.5

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

func (*FakeAutocompleteComponent) UpdateArgsForCall added in v0.76.5

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

func (*FakeAutocompleteComponent) UpdateCallCount added in v0.76.5

func (fake *FakeAutocompleteComponent) UpdateCallCount() int

func (*FakeAutocompleteComponent) UpdateCalls added in v0.76.5

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

type FakeConversationRenderer

type FakeConversationRenderer struct {
	CanScrollDownStub func() bool

	CanScrollUpStub func() bool

	GetScrollOffsetStub func() int

	IsRawFormatStub func() bool

	IsThinkingExpandedStub func(int) bool

	IsToolResultExpandedStub func(int) bool

	RenderStub func() string

	ResetUserScrollStub func()

	SetConversationStub func([]domain.ConversationEntry)

	SetHeightStub func(int)

	SetWidthStub func(int)

	ToggleAllThinkingExpansionStub func()

	ToggleAllToolResultsExpansionStub func()

	ToggleRawFormatStub func()

	ToggleToolResultExpansionStub func(int)
	// contains filtered or unexported fields
}

func (*FakeConversationRenderer) CanScrollDown

func (fake *FakeConversationRenderer) CanScrollDown() bool

func (*FakeConversationRenderer) CanScrollDownCallCount

func (fake *FakeConversationRenderer) CanScrollDownCallCount() int

func (*FakeConversationRenderer) CanScrollDownCalls

func (fake *FakeConversationRenderer) CanScrollDownCalls(stub func() bool)

func (*FakeConversationRenderer) CanScrollDownReturns

func (fake *FakeConversationRenderer) CanScrollDownReturns(result1 bool)

func (*FakeConversationRenderer) CanScrollDownReturnsOnCall

func (fake *FakeConversationRenderer) CanScrollDownReturnsOnCall(i int, result1 bool)

func (*FakeConversationRenderer) CanScrollUp

func (fake *FakeConversationRenderer) CanScrollUp() bool

func (*FakeConversationRenderer) CanScrollUpCallCount

func (fake *FakeConversationRenderer) CanScrollUpCallCount() int

func (*FakeConversationRenderer) CanScrollUpCalls

func (fake *FakeConversationRenderer) CanScrollUpCalls(stub func() bool)

func (*FakeConversationRenderer) CanScrollUpReturns

func (fake *FakeConversationRenderer) CanScrollUpReturns(result1 bool)

func (*FakeConversationRenderer) CanScrollUpReturnsOnCall

func (fake *FakeConversationRenderer) CanScrollUpReturnsOnCall(i int, result1 bool)

func (*FakeConversationRenderer) GetScrollOffset

func (fake *FakeConversationRenderer) GetScrollOffset() int

func (*FakeConversationRenderer) GetScrollOffsetCallCount

func (fake *FakeConversationRenderer) GetScrollOffsetCallCount() int

func (*FakeConversationRenderer) GetScrollOffsetCalls

func (fake *FakeConversationRenderer) GetScrollOffsetCalls(stub func() int)

func (*FakeConversationRenderer) GetScrollOffsetReturns

func (fake *FakeConversationRenderer) GetScrollOffsetReturns(result1 int)

func (*FakeConversationRenderer) GetScrollOffsetReturnsOnCall

func (fake *FakeConversationRenderer) GetScrollOffsetReturnsOnCall(i int, result1 int)

func (*FakeConversationRenderer) Invocations

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

func (*FakeConversationRenderer) IsRawFormat

func (fake *FakeConversationRenderer) IsRawFormat() bool

func (*FakeConversationRenderer) IsRawFormatCallCount

func (fake *FakeConversationRenderer) IsRawFormatCallCount() int

func (*FakeConversationRenderer) IsRawFormatCalls

func (fake *FakeConversationRenderer) IsRawFormatCalls(stub func() bool)

func (*FakeConversationRenderer) IsRawFormatReturns

func (fake *FakeConversationRenderer) IsRawFormatReturns(result1 bool)

func (*FakeConversationRenderer) IsRawFormatReturnsOnCall

func (fake *FakeConversationRenderer) IsRawFormatReturnsOnCall(i int, result1 bool)

func (*FakeConversationRenderer) IsThinkingExpanded added in v0.97.0

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

func (*FakeConversationRenderer) IsThinkingExpandedArgsForCall added in v0.97.0

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

func (*FakeConversationRenderer) IsThinkingExpandedCallCount added in v0.97.0

func (fake *FakeConversationRenderer) IsThinkingExpandedCallCount() int

func (*FakeConversationRenderer) IsThinkingExpandedCalls added in v0.97.0

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

func (*FakeConversationRenderer) IsThinkingExpandedReturns added in v0.97.0

func (fake *FakeConversationRenderer) IsThinkingExpandedReturns(result1 bool)

func (*FakeConversationRenderer) IsThinkingExpandedReturnsOnCall added in v0.97.0

func (fake *FakeConversationRenderer) IsThinkingExpandedReturnsOnCall(i int, result1 bool)

func (*FakeConversationRenderer) IsToolResultExpanded

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

func (*FakeConversationRenderer) IsToolResultExpandedArgsForCall

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

func (*FakeConversationRenderer) IsToolResultExpandedCallCount

func (fake *FakeConversationRenderer) IsToolResultExpandedCallCount() int

func (*FakeConversationRenderer) IsToolResultExpandedCalls

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

func (*FakeConversationRenderer) IsToolResultExpandedReturns

func (fake *FakeConversationRenderer) IsToolResultExpandedReturns(result1 bool)

func (*FakeConversationRenderer) IsToolResultExpandedReturnsOnCall

func (fake *FakeConversationRenderer) IsToolResultExpandedReturnsOnCall(i int, result1 bool)

func (*FakeConversationRenderer) Render

func (fake *FakeConversationRenderer) Render() string

func (*FakeConversationRenderer) RenderCallCount

func (fake *FakeConversationRenderer) RenderCallCount() int

func (*FakeConversationRenderer) RenderCalls

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

func (*FakeConversationRenderer) RenderReturns

func (fake *FakeConversationRenderer) RenderReturns(result1 string)

func (*FakeConversationRenderer) RenderReturnsOnCall

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

func (*FakeConversationRenderer) ResetUserScroll

func (fake *FakeConversationRenderer) ResetUserScroll()

func (*FakeConversationRenderer) ResetUserScrollCallCount

func (fake *FakeConversationRenderer) ResetUserScrollCallCount() int

func (*FakeConversationRenderer) ResetUserScrollCalls

func (fake *FakeConversationRenderer) ResetUserScrollCalls(stub func())

func (*FakeConversationRenderer) SetConversation

func (fake *FakeConversationRenderer) SetConversation(arg1 []domain.ConversationEntry)

func (*FakeConversationRenderer) SetConversationArgsForCall

func (fake *FakeConversationRenderer) SetConversationArgsForCall(i int) []domain.ConversationEntry

func (*FakeConversationRenderer) SetConversationCallCount

func (fake *FakeConversationRenderer) SetConversationCallCount() int

func (*FakeConversationRenderer) SetConversationCalls

func (fake *FakeConversationRenderer) SetConversationCalls(stub func([]domain.ConversationEntry))

func (*FakeConversationRenderer) SetHeight

func (fake *FakeConversationRenderer) SetHeight(arg1 int)

func (*FakeConversationRenderer) SetHeightArgsForCall

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

func (*FakeConversationRenderer) SetHeightCallCount

func (fake *FakeConversationRenderer) SetHeightCallCount() int

func (*FakeConversationRenderer) SetHeightCalls

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

func (*FakeConversationRenderer) SetWidth

func (fake *FakeConversationRenderer) SetWidth(arg1 int)

func (*FakeConversationRenderer) SetWidthArgsForCall

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

func (*FakeConversationRenderer) SetWidthCallCount

func (fake *FakeConversationRenderer) SetWidthCallCount() int

func (*FakeConversationRenderer) SetWidthCalls

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

func (*FakeConversationRenderer) ToggleAllThinkingExpansion added in v0.97.0

func (fake *FakeConversationRenderer) ToggleAllThinkingExpansion()

func (*FakeConversationRenderer) ToggleAllThinkingExpansionCallCount added in v0.97.0

func (fake *FakeConversationRenderer) ToggleAllThinkingExpansionCallCount() int

func (*FakeConversationRenderer) ToggleAllThinkingExpansionCalls added in v0.97.0

func (fake *FakeConversationRenderer) ToggleAllThinkingExpansionCalls(stub func())

func (*FakeConversationRenderer) ToggleAllToolResultsExpansion

func (fake *FakeConversationRenderer) ToggleAllToolResultsExpansion()

func (*FakeConversationRenderer) ToggleAllToolResultsExpansionCallCount

func (fake *FakeConversationRenderer) ToggleAllToolResultsExpansionCallCount() int

func (*FakeConversationRenderer) ToggleAllToolResultsExpansionCalls

func (fake *FakeConversationRenderer) ToggleAllToolResultsExpansionCalls(stub func())

func (*FakeConversationRenderer) ToggleRawFormat

func (fake *FakeConversationRenderer) ToggleRawFormat()

func (*FakeConversationRenderer) ToggleRawFormatCallCount

func (fake *FakeConversationRenderer) ToggleRawFormatCallCount() int

func (*FakeConversationRenderer) ToggleRawFormatCalls

func (fake *FakeConversationRenderer) ToggleRawFormatCalls(stub func())

func (*FakeConversationRenderer) ToggleToolResultExpansion

func (fake *FakeConversationRenderer) ToggleToolResultExpansion(arg1 int)

func (*FakeConversationRenderer) ToggleToolResultExpansionArgsForCall

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

func (*FakeConversationRenderer) ToggleToolResultExpansionCallCount

func (fake *FakeConversationRenderer) ToggleToolResultExpansionCallCount() int

func (*FakeConversationRenderer) ToggleToolResultExpansionCalls

func (fake *FakeConversationRenderer) ToggleToolResultExpansionCalls(stub func(int))

type FakeHelpBarComponent

type FakeHelpBarComponent struct {
	IsEnabledStub func() bool

	RenderStub func() string

	SetEnabledStub func(bool)

	SetHeightStub func(int)

	SetShortcutsStub func([]ui.KeyShortcut)

	SetWidthStub func(int)
	// contains filtered or unexported fields
}

func (*FakeHelpBarComponent) Invocations

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

func (*FakeHelpBarComponent) IsEnabled

func (fake *FakeHelpBarComponent) IsEnabled() bool

func (*FakeHelpBarComponent) IsEnabledCallCount

func (fake *FakeHelpBarComponent) IsEnabledCallCount() int

func (*FakeHelpBarComponent) IsEnabledCalls

func (fake *FakeHelpBarComponent) IsEnabledCalls(stub func() bool)

func (*FakeHelpBarComponent) IsEnabledReturns

func (fake *FakeHelpBarComponent) IsEnabledReturns(result1 bool)

func (*FakeHelpBarComponent) IsEnabledReturnsOnCall

func (fake *FakeHelpBarComponent) IsEnabledReturnsOnCall(i int, result1 bool)

func (*FakeHelpBarComponent) Render

func (fake *FakeHelpBarComponent) Render() string

func (*FakeHelpBarComponent) RenderCallCount

func (fake *FakeHelpBarComponent) RenderCallCount() int

func (*FakeHelpBarComponent) RenderCalls

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

func (*FakeHelpBarComponent) RenderReturns

func (fake *FakeHelpBarComponent) RenderReturns(result1 string)

func (*FakeHelpBarComponent) RenderReturnsOnCall

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

func (*FakeHelpBarComponent) SetEnabled

func (fake *FakeHelpBarComponent) SetEnabled(arg1 bool)

func (*FakeHelpBarComponent) SetEnabledArgsForCall

func (fake *FakeHelpBarComponent) SetEnabledArgsForCall(i int) bool

func (*FakeHelpBarComponent) SetEnabledCallCount

func (fake *FakeHelpBarComponent) SetEnabledCallCount() int

func (*FakeHelpBarComponent) SetEnabledCalls

func (fake *FakeHelpBarComponent) SetEnabledCalls(stub func(bool))

func (*FakeHelpBarComponent) SetHeight

func (fake *FakeHelpBarComponent) SetHeight(arg1 int)

func (*FakeHelpBarComponent) SetHeightArgsForCall

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

func (*FakeHelpBarComponent) SetHeightCallCount

func (fake *FakeHelpBarComponent) SetHeightCallCount() int

func (*FakeHelpBarComponent) SetHeightCalls

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

func (*FakeHelpBarComponent) SetShortcuts

func (fake *FakeHelpBarComponent) SetShortcuts(arg1 []ui.KeyShortcut)

func (*FakeHelpBarComponent) SetShortcutsArgsForCall

func (fake *FakeHelpBarComponent) SetShortcutsArgsForCall(i int) []ui.KeyShortcut

func (*FakeHelpBarComponent) SetShortcutsCallCount

func (fake *FakeHelpBarComponent) SetShortcutsCallCount() int

func (*FakeHelpBarComponent) SetShortcutsCalls

func (fake *FakeHelpBarComponent) SetShortcutsCalls(stub func([]ui.KeyShortcut))

func (*FakeHelpBarComponent) SetWidth

func (fake *FakeHelpBarComponent) SetWidth(arg1 int)

func (*FakeHelpBarComponent) SetWidthArgsForCall

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

func (*FakeHelpBarComponent) SetWidthCallCount

func (fake *FakeHelpBarComponent) SetWidthCallCount() int

func (*FakeHelpBarComponent) SetWidthCalls

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

type FakeInputComponent

type FakeInputComponent struct {
	AddImageAttachmentStub func(domain.ImageAttachment)

	AddToHistoryStub func(string) error

	CanHandleStub func(tea.KeyMsg) bool

	ClearImageAttachmentsStub func()

	ClearInputStub func()

	GetCursorStub func() int

	GetImageAttachmentsStub func() []domain.ImageAttachment

	GetInputStub func() string

	GetUsageHintStub func() string

	HandleKeyStub func(tea.KeyMsg) (tea.Model, tea.Cmd)

	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.KeyMsg) bool

func (*FakeInputComponent) CanHandleArgsForCall

func (fake *FakeInputComponent) CanHandleArgsForCall(i int) tea.KeyMsg

func (*FakeInputComponent) CanHandleCallCount

func (fake *FakeInputComponent) CanHandleCallCount() int

func (*FakeInputComponent) CanHandleCalls

func (fake *FakeInputComponent) CanHandleCalls(stub func(tea.KeyMsg) bool)

func (*FakeInputComponent) CanHandleReturns

func (fake *FakeInputComponent) CanHandleReturns(result1 bool)

func (*FakeInputComponent) CanHandleReturnsOnCall

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

func (*FakeInputComponent) ClearImageAttachments

func (fake *FakeInputComponent) ClearImageAttachments()

func (*FakeInputComponent) ClearImageAttachmentsCallCount

func (fake *FakeInputComponent) ClearImageAttachmentsCallCount() int

func (*FakeInputComponent) ClearImageAttachmentsCalls

func (fake *FakeInputComponent) ClearImageAttachmentsCalls(stub func())

func (*FakeInputComponent) ClearInput

func (fake *FakeInputComponent) ClearInput()

func (*FakeInputComponent) ClearInputCallCount

func (fake *FakeInputComponent) ClearInputCallCount() int

func (*FakeInputComponent) ClearInputCalls

func (fake *FakeInputComponent) ClearInputCalls(stub func())

func (*FakeInputComponent) GetCursor

func (fake *FakeInputComponent) GetCursor() int

func (*FakeInputComponent) GetCursorCallCount

func (fake *FakeInputComponent) GetCursorCallCount() int

func (*FakeInputComponent) GetCursorCalls

func (fake *FakeInputComponent) GetCursorCalls(stub func() int)

func (*FakeInputComponent) GetCursorReturns

func (fake *FakeInputComponent) GetCursorReturns(result1 int)

func (*FakeInputComponent) GetCursorReturnsOnCall

func (fake *FakeInputComponent) GetCursorReturnsOnCall(i int, result1 int)

func (*FakeInputComponent) GetImageAttachments

func (fake *FakeInputComponent) GetImageAttachments() []domain.ImageAttachment

func (*FakeInputComponent) GetImageAttachmentsCallCount

func (fake *FakeInputComponent) GetImageAttachmentsCallCount() int

func (*FakeInputComponent) GetImageAttachmentsCalls

func (fake *FakeInputComponent) GetImageAttachmentsCalls(stub func() []domain.ImageAttachment)

func (*FakeInputComponent) GetImageAttachmentsReturns

func (fake *FakeInputComponent) GetImageAttachmentsReturns(result1 []domain.ImageAttachment)

func (*FakeInputComponent) GetImageAttachmentsReturnsOnCall

func (fake *FakeInputComponent) GetImageAttachmentsReturnsOnCall(i int, result1 []domain.ImageAttachment)

func (*FakeInputComponent) GetInput

func (fake *FakeInputComponent) GetInput() string

func (*FakeInputComponent) GetInputCallCount

func (fake *FakeInputComponent) GetInputCallCount() int

func (*FakeInputComponent) GetInputCalls

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

func (*FakeInputComponent) GetInputReturns

func (fake *FakeInputComponent) GetInputReturns(result1 string)

func (*FakeInputComponent) GetInputReturnsOnCall

func (fake *FakeInputComponent) GetInputReturnsOnCall(i int, result1 string)

func (*FakeInputComponent) GetUsageHint added in v0.90.0

func (fake *FakeInputComponent) GetUsageHint() string

func (*FakeInputComponent) GetUsageHintCallCount added in v0.90.0

func (fake *FakeInputComponent) GetUsageHintCallCount() int

func (*FakeInputComponent) GetUsageHintCalls added in v0.90.0

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

func (*FakeInputComponent) GetUsageHintReturns added in v0.90.0

func (fake *FakeInputComponent) GetUsageHintReturns(result1 string)

func (*FakeInputComponent) GetUsageHintReturnsOnCall added in v0.90.0

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

func (*FakeInputComponent) HandleKey

func (fake *FakeInputComponent) HandleKey(arg1 tea.KeyMsg) (tea.Model, tea.Cmd)

func (*FakeInputComponent) HandleKeyArgsForCall

func (fake *FakeInputComponent) HandleKeyArgsForCall(i int) tea.KeyMsg

func (*FakeInputComponent) HandleKeyCallCount

func (fake *FakeInputComponent) HandleKeyCallCount() int

func (*FakeInputComponent) HandleKeyCalls

func (fake *FakeInputComponent) HandleKeyCalls(stub func(tea.KeyMsg) (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) NavigateHistoryDown

func (fake *FakeInputComponent) NavigateHistoryDown()

func (*FakeInputComponent) NavigateHistoryDownCallCount

func (fake *FakeInputComponent) NavigateHistoryDownCallCount() int

func (*FakeInputComponent) NavigateHistoryDownCalls

func (fake *FakeInputComponent) NavigateHistoryDownCalls(stub func())

func (*FakeInputComponent) NavigateHistoryUp

func (fake *FakeInputComponent) NavigateHistoryUp()

func (*FakeInputComponent) NavigateHistoryUpCallCount

func (fake *FakeInputComponent) NavigateHistoryUpCallCount() int

func (*FakeInputComponent) NavigateHistoryUpCalls

func (fake *FakeInputComponent) NavigateHistoryUpCalls(stub func())

func (*FakeInputComponent) Render

func (fake *FakeInputComponent) Render() string

func (*FakeInputComponent) RenderCallCount

func (fake *FakeInputComponent) RenderCallCount() int

func (*FakeInputComponent) RenderCalls

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

func (*FakeInputComponent) RenderReturns

func (fake *FakeInputComponent) RenderReturns(result1 string)

func (*FakeInputComponent) RenderReturnsOnCall

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

func (*FakeInputComponent) SetCursor

func (fake *FakeInputComponent) SetCursor(arg1 int)

func (*FakeInputComponent) SetCursorArgsForCall

func (fake *FakeInputComponent) SetCursorArgsForCall(i int) int

func (*FakeInputComponent) SetCursorCallCount

func (fake *FakeInputComponent) SetCursorCallCount() int

func (*FakeInputComponent) SetCursorCalls

func (fake *FakeInputComponent) SetCursorCalls(stub func(int))

func (*FakeInputComponent) SetHeight

func (fake *FakeInputComponent) SetHeight(arg1 int)

func (*FakeInputComponent) SetHeightArgsForCall

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

func (*FakeInputComponent) SetHeightCallCount

func (fake *FakeInputComponent) SetHeightCallCount() int

func (*FakeInputComponent) SetHeightCalls

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

func (*FakeInputComponent) SetPlaceholder

func (fake *FakeInputComponent) SetPlaceholder(arg1 string)

func (*FakeInputComponent) SetPlaceholderArgsForCall

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

func (*FakeInputComponent) SetPlaceholderCallCount

func (fake *FakeInputComponent) SetPlaceholderCallCount() int

func (*FakeInputComponent) SetPlaceholderCalls

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

func (*FakeInputComponent) SetText

func (fake *FakeInputComponent) SetText(arg1 string)

func (*FakeInputComponent) SetTextArgsForCall

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

func (*FakeInputComponent) SetTextCallCount

func (fake *FakeInputComponent) SetTextCallCount() int

func (*FakeInputComponent) SetTextCalls

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

func (*FakeInputComponent) SetUsageHint added in v0.90.0

func (fake *FakeInputComponent) SetUsageHint(arg1 string)

func (*FakeInputComponent) SetUsageHintArgsForCall added in v0.90.0

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

func (*FakeInputComponent) SetUsageHintCallCount added in v0.90.0

func (fake *FakeInputComponent) SetUsageHintCallCount() int

func (*FakeInputComponent) SetUsageHintCalls added in v0.90.0

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

func (*FakeInputComponent) SetWidth

func (fake *FakeInputComponent) SetWidth(arg1 int)

func (*FakeInputComponent) SetWidthArgsForCall

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

func (*FakeInputComponent) SetWidthCallCount

func (fake *FakeInputComponent) SetWidthCallCount() int

func (*FakeInputComponent) SetWidthCalls

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

type FakeSelectionComponent

type FakeSelectionComponent struct {
	GetOptionsStub func() []string

	GetSelectedStub func() string

	GetSelectedIndexStub func() int

	IsCancelledStub func() bool

	IsSelectedStub func() bool

	RenderStub func() string

	SetHeightStub func(int)

	SetOptionsStub func([]string)

	SetSelectedStub func(int)

	SetWidthStub func(int)
	// contains filtered or unexported fields
}

func (*FakeSelectionComponent) GetOptions

func (fake *FakeSelectionComponent) GetOptions() []string

func (*FakeSelectionComponent) GetOptionsCallCount

func (fake *FakeSelectionComponent) GetOptionsCallCount() int

func (*FakeSelectionComponent) GetOptionsCalls

func (fake *FakeSelectionComponent) GetOptionsCalls(stub func() []string)

func (*FakeSelectionComponent) GetOptionsReturns

func (fake *FakeSelectionComponent) GetOptionsReturns(result1 []string)

func (*FakeSelectionComponent) GetOptionsReturnsOnCall

func (fake *FakeSelectionComponent) GetOptionsReturnsOnCall(i int, result1 []string)

func (*FakeSelectionComponent) GetSelected

func (fake *FakeSelectionComponent) GetSelected() string

func (*FakeSelectionComponent) GetSelectedCallCount

func (fake *FakeSelectionComponent) GetSelectedCallCount() int

func (*FakeSelectionComponent) GetSelectedCalls

func (fake *FakeSelectionComponent) GetSelectedCalls(stub func() string)

func (*FakeSelectionComponent) GetSelectedIndex

func (fake *FakeSelectionComponent) GetSelectedIndex() int

func (*FakeSelectionComponent) GetSelectedIndexCallCount

func (fake *FakeSelectionComponent) GetSelectedIndexCallCount() int

func (*FakeSelectionComponent) GetSelectedIndexCalls

func (fake *FakeSelectionComponent) GetSelectedIndexCalls(stub func() int)

func (*FakeSelectionComponent) GetSelectedIndexReturns

func (fake *FakeSelectionComponent) GetSelectedIndexReturns(result1 int)

func (*FakeSelectionComponent) GetSelectedIndexReturnsOnCall

func (fake *FakeSelectionComponent) GetSelectedIndexReturnsOnCall(i int, result1 int)

func (*FakeSelectionComponent) GetSelectedReturns

func (fake *FakeSelectionComponent) GetSelectedReturns(result1 string)

func (*FakeSelectionComponent) GetSelectedReturnsOnCall

func (fake *FakeSelectionComponent) GetSelectedReturnsOnCall(i int, result1 string)

func (*FakeSelectionComponent) Invocations

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

func (*FakeSelectionComponent) IsCancelled

func (fake *FakeSelectionComponent) IsCancelled() bool

func (*FakeSelectionComponent) IsCancelledCallCount

func (fake *FakeSelectionComponent) IsCancelledCallCount() int

func (*FakeSelectionComponent) IsCancelledCalls

func (fake *FakeSelectionComponent) IsCancelledCalls(stub func() bool)

func (*FakeSelectionComponent) IsCancelledReturns

func (fake *FakeSelectionComponent) IsCancelledReturns(result1 bool)

func (*FakeSelectionComponent) IsCancelledReturnsOnCall

func (fake *FakeSelectionComponent) IsCancelledReturnsOnCall(i int, result1 bool)

func (*FakeSelectionComponent) IsSelected

func (fake *FakeSelectionComponent) IsSelected() bool

func (*FakeSelectionComponent) IsSelectedCallCount

func (fake *FakeSelectionComponent) IsSelectedCallCount() int

func (*FakeSelectionComponent) IsSelectedCalls

func (fake *FakeSelectionComponent) IsSelectedCalls(stub func() bool)

func (*FakeSelectionComponent) IsSelectedReturns

func (fake *FakeSelectionComponent) IsSelectedReturns(result1 bool)

func (*FakeSelectionComponent) IsSelectedReturnsOnCall

func (fake *FakeSelectionComponent) IsSelectedReturnsOnCall(i int, result1 bool)

func (*FakeSelectionComponent) Render

func (fake *FakeSelectionComponent) Render() string

func (*FakeSelectionComponent) RenderCallCount

func (fake *FakeSelectionComponent) RenderCallCount() int

func (*FakeSelectionComponent) RenderCalls

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

func (*FakeSelectionComponent) RenderReturns

func (fake *FakeSelectionComponent) RenderReturns(result1 string)

func (*FakeSelectionComponent) RenderReturnsOnCall

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

func (*FakeSelectionComponent) SetHeight

func (fake *FakeSelectionComponent) SetHeight(arg1 int)

func (*FakeSelectionComponent) SetHeightArgsForCall

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

func (*FakeSelectionComponent) SetHeightCallCount

func (fake *FakeSelectionComponent) SetHeightCallCount() int

func (*FakeSelectionComponent) SetHeightCalls

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

func (*FakeSelectionComponent) SetOptions

func (fake *FakeSelectionComponent) SetOptions(arg1 []string)

func (*FakeSelectionComponent) SetOptionsArgsForCall

func (fake *FakeSelectionComponent) SetOptionsArgsForCall(i int) []string

func (*FakeSelectionComponent) SetOptionsCallCount

func (fake *FakeSelectionComponent) SetOptionsCallCount() int

func (*FakeSelectionComponent) SetOptionsCalls

func (fake *FakeSelectionComponent) SetOptionsCalls(stub func([]string))

func (*FakeSelectionComponent) SetSelected

func (fake *FakeSelectionComponent) SetSelected(arg1 int)

func (*FakeSelectionComponent) SetSelectedArgsForCall

func (fake *FakeSelectionComponent) SetSelectedArgsForCall(i int) int

func (*FakeSelectionComponent) SetSelectedCallCount

func (fake *FakeSelectionComponent) SetSelectedCallCount() int

func (*FakeSelectionComponent) SetSelectedCalls

func (fake *FakeSelectionComponent) SetSelectedCalls(stub func(int))

func (*FakeSelectionComponent) SetWidth

func (fake *FakeSelectionComponent) SetWidth(arg1 int)

func (*FakeSelectionComponent) SetWidthArgsForCall

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

func (*FakeSelectionComponent) SetWidthCallCount

func (fake *FakeSelectionComponent) SetWidthCallCount() int

func (*FakeSelectionComponent) SetWidthCalls

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

type FakeShortcutRegistry

type FakeShortcutRegistry struct {
	GetAllStub func() []shortcuts.Shortcut
	// contains filtered or unexported fields
}

func (*FakeShortcutRegistry) GetAll

func (fake *FakeShortcutRegistry) GetAll() []shortcuts.Shortcut

func (*FakeShortcutRegistry) GetAllCallCount

func (fake *FakeShortcutRegistry) GetAllCallCount() int

func (*FakeShortcutRegistry) GetAllCalls

func (fake *FakeShortcutRegistry) GetAllCalls(stub func() []shortcuts.Shortcut)

func (*FakeShortcutRegistry) GetAllReturns

func (fake *FakeShortcutRegistry) GetAllReturns(result1 []shortcuts.Shortcut)

func (*FakeShortcutRegistry) GetAllReturnsOnCall

func (fake *FakeShortcutRegistry) GetAllReturnsOnCall(i int, result1 []shortcuts.Shortcut)

func (*FakeShortcutRegistry) Invocations

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

type FakeStatusComponent

type FakeStatusComponent struct {
	ClearStatusStub func()

	HasSavedStateStub func() bool

	IsShowingErrorStub func() bool

	IsShowingSpinnerStub func() bool

	RenderStub func() string

	RestoreSavedStateStub func() tea.Cmd

	SaveCurrentStateStub func()

	SetHeightStub func(int)

	SetWidthStub func(int)

	ShowErrorStub func(string)

	ShowSpinnerStub func(string)

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

func (*FakeStatusComponent) ClearStatus

func (fake *FakeStatusComponent) ClearStatus()

func (*FakeStatusComponent) ClearStatusCallCount

func (fake *FakeStatusComponent) ClearStatusCallCount() int

func (*FakeStatusComponent) ClearStatusCalls

func (fake *FakeStatusComponent) ClearStatusCalls(stub func())

func (*FakeStatusComponent) HasSavedState

func (fake *FakeStatusComponent) HasSavedState() bool

func (*FakeStatusComponent) HasSavedStateCallCount

func (fake *FakeStatusComponent) HasSavedStateCallCount() int

func (*FakeStatusComponent) HasSavedStateCalls

func (fake *FakeStatusComponent) HasSavedStateCalls(stub func() bool)

func (*FakeStatusComponent) HasSavedStateReturns

func (fake *FakeStatusComponent) HasSavedStateReturns(result1 bool)

func (*FakeStatusComponent) HasSavedStateReturnsOnCall

func (fake *FakeStatusComponent) HasSavedStateReturnsOnCall(i int, result1 bool)

func (*FakeStatusComponent) Invocations

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

func (*FakeStatusComponent) IsShowingError

func (fake *FakeStatusComponent) IsShowingError() bool

func (*FakeStatusComponent) IsShowingErrorCallCount

func (fake *FakeStatusComponent) IsShowingErrorCallCount() int

func (*FakeStatusComponent) IsShowingErrorCalls

func (fake *FakeStatusComponent) IsShowingErrorCalls(stub func() bool)

func (*FakeStatusComponent) IsShowingErrorReturns

func (fake *FakeStatusComponent) IsShowingErrorReturns(result1 bool)

func (*FakeStatusComponent) IsShowingErrorReturnsOnCall

func (fake *FakeStatusComponent) IsShowingErrorReturnsOnCall(i int, result1 bool)

func (*FakeStatusComponent) IsShowingSpinner

func (fake *FakeStatusComponent) IsShowingSpinner() bool

func (*FakeStatusComponent) IsShowingSpinnerCallCount

func (fake *FakeStatusComponent) IsShowingSpinnerCallCount() int

func (*FakeStatusComponent) IsShowingSpinnerCalls

func (fake *FakeStatusComponent) IsShowingSpinnerCalls(stub func() bool)

func (*FakeStatusComponent) IsShowingSpinnerReturns

func (fake *FakeStatusComponent) IsShowingSpinnerReturns(result1 bool)

func (*FakeStatusComponent) IsShowingSpinnerReturnsOnCall

func (fake *FakeStatusComponent) IsShowingSpinnerReturnsOnCall(i int, result1 bool)

func (*FakeStatusComponent) Render

func (fake *FakeStatusComponent) Render() string

func (*FakeStatusComponent) RenderCallCount

func (fake *FakeStatusComponent) RenderCallCount() int

func (*FakeStatusComponent) RenderCalls

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

func (*FakeStatusComponent) RenderReturns

func (fake *FakeStatusComponent) RenderReturns(result1 string)

func (*FakeStatusComponent) RenderReturnsOnCall

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

func (*FakeStatusComponent) RestoreSavedState

func (fake *FakeStatusComponent) RestoreSavedState() tea.Cmd

func (*FakeStatusComponent) RestoreSavedStateCallCount

func (fake *FakeStatusComponent) RestoreSavedStateCallCount() int

func (*FakeStatusComponent) RestoreSavedStateCalls

func (fake *FakeStatusComponent) RestoreSavedStateCalls(stub func() tea.Cmd)

func (*FakeStatusComponent) RestoreSavedStateReturns

func (fake *FakeStatusComponent) RestoreSavedStateReturns(result1 tea.Cmd)

func (*FakeStatusComponent) RestoreSavedStateReturnsOnCall

func (fake *FakeStatusComponent) RestoreSavedStateReturnsOnCall(i int, result1 tea.Cmd)

func (*FakeStatusComponent) SaveCurrentState

func (fake *FakeStatusComponent) SaveCurrentState()

func (*FakeStatusComponent) SaveCurrentStateCallCount

func (fake *FakeStatusComponent) SaveCurrentStateCallCount() int

func (*FakeStatusComponent) SaveCurrentStateCalls

func (fake *FakeStatusComponent) SaveCurrentStateCalls(stub func())

func (*FakeStatusComponent) SetHeight

func (fake *FakeStatusComponent) SetHeight(arg1 int)

func (*FakeStatusComponent) SetHeightArgsForCall

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

func (*FakeStatusComponent) SetHeightCallCount

func (fake *FakeStatusComponent) SetHeightCallCount() int

func (*FakeStatusComponent) SetHeightCalls

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

func (*FakeStatusComponent) SetWidth

func (fake *FakeStatusComponent) SetWidth(arg1 int)

func (*FakeStatusComponent) SetWidthArgsForCall

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

func (*FakeStatusComponent) SetWidthCallCount

func (fake *FakeStatusComponent) SetWidthCallCount() int

func (*FakeStatusComponent) SetWidthCalls

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

func (*FakeStatusComponent) ShowError

func (fake *FakeStatusComponent) ShowError(arg1 string)

func (*FakeStatusComponent) ShowErrorArgsForCall

func (fake *FakeStatusComponent) ShowErrorArgsForCall(i int) string

func (*FakeStatusComponent) ShowErrorCallCount

func (fake *FakeStatusComponent) ShowErrorCallCount() int

func (*FakeStatusComponent) ShowErrorCalls

func (fake *FakeStatusComponent) ShowErrorCalls(stub func(string))

func (*FakeStatusComponent) ShowSpinner

func (fake *FakeStatusComponent) ShowSpinner(arg1 string)

func (*FakeStatusComponent) ShowSpinnerArgsForCall

func (fake *FakeStatusComponent) ShowSpinnerArgsForCall(i int) string

func (*FakeStatusComponent) ShowSpinnerCallCount

func (fake *FakeStatusComponent) ShowSpinnerCallCount() int

func (*FakeStatusComponent) ShowSpinnerCalls

func (fake *FakeStatusComponent) ShowSpinnerCalls(stub func(string))

func (*FakeStatusComponent) ShowStatus

func (fake *FakeStatusComponent) ShowStatus(arg1 string)

func (*FakeStatusComponent) ShowStatusArgsForCall

func (fake *FakeStatusComponent) ShowStatusArgsForCall(i int) string

func (*FakeStatusComponent) ShowStatusCallCount

func (fake *FakeStatusComponent) ShowStatusCallCount() int

func (*FakeStatusComponent) ShowStatusCalls

func (fake *FakeStatusComponent) ShowStatusCalls(stub func(string))

type FakeTheme

type FakeTheme struct {
	GetAccentColorStub func() string

	GetAssistantColorStub func() string

	GetBorderColorStub func() string

	GetDiffAddColorStub func() string

	GetDiffRemoveColorStub func() string

	GetDimColorStub func() string

	GetErrorColorStub func() string

	GetStatusColorStub func() string

	GetSuccessColorStub func() string

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

func (*FakeTheme) GetAccentColor

func (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) Invocations

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

Jump to

Keyboard shortcuts

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