Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClient
- func (fake *FakeClient) GetPrompt(arg1 context.Context, arg2 string, arg3 string) string
- func (fake *FakeClient) GetPromptArgsForCall(i int) (context.Context, string, string)
- func (fake *FakeClient) GetPromptCallCount() int
- func (fake *FakeClient) GetPromptCalls(stub func(context.Context, string, string) string)
- func (fake *FakeClient) GetPromptReturns(result1 string)
- func (fake *FakeClient) GetPromptReturnsOnCall(i int, result1 string)
- func (fake *FakeClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClient ¶
type FakeClient struct {
GetPromptStub func(context.Context, string, string) string
// contains filtered or unexported fields
}
func (*FakeClient) GetPromptArgsForCall ¶
func (*FakeClient) GetPromptCallCount ¶
func (fake *FakeClient) GetPromptCallCount() int
func (*FakeClient) GetPromptCalls ¶
func (*FakeClient) GetPromptReturns ¶
func (fake *FakeClient) GetPromptReturns(result1 string)
func (*FakeClient) GetPromptReturnsOnCall ¶
func (fake *FakeClient) GetPromptReturnsOnCall(i int, result1 string)
func (*FakeClient) Invocations ¶
func (fake *FakeClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.