Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeMCPCaller
- func (fake *FakeMCPCaller) CallTool(arg1 context.Context, arg2 mcpa.CallToolRequest) (*mcpa.CallToolResult, error)
- func (fake *FakeMCPCaller) CallToolArgsForCall(i int) (context.Context, mcpa.CallToolRequest)
- func (fake *FakeMCPCaller) CallToolCallCount() int
- func (fake *FakeMCPCaller) CallToolCalls(stub func(context.Context, mcpa.CallToolRequest) (*mcpa.CallToolResult, error))
- func (fake *FakeMCPCaller) CallToolReturns(result1 *mcpa.CallToolResult, result2 error)
- func (fake *FakeMCPCaller) CallToolReturnsOnCall(i int, result1 *mcpa.CallToolResult, result2 error)
- func (fake *FakeMCPCaller) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeMCPCaller ¶
type FakeMCPCaller struct {
CallToolStub func(context.Context, mcpa.CallToolRequest) (*mcpa.CallToolResult, error)
// contains filtered or unexported fields
}
func (*FakeMCPCaller) CallTool ¶
func (fake *FakeMCPCaller) CallTool(arg1 context.Context, arg2 mcpa.CallToolRequest) (*mcpa.CallToolResult, error)
func (*FakeMCPCaller) CallToolArgsForCall ¶
func (fake *FakeMCPCaller) CallToolArgsForCall(i int) (context.Context, mcpa.CallToolRequest)
func (*FakeMCPCaller) CallToolCallCount ¶
func (fake *FakeMCPCaller) CallToolCallCount() int
func (*FakeMCPCaller) CallToolCalls ¶
func (fake *FakeMCPCaller) CallToolCalls(stub func(context.Context, mcpa.CallToolRequest) (*mcpa.CallToolResult, error))
func (*FakeMCPCaller) CallToolReturns ¶
func (fake *FakeMCPCaller) CallToolReturns(result1 *mcpa.CallToolResult, result2 error)
func (*FakeMCPCaller) CallToolReturnsOnCall ¶
func (fake *FakeMCPCaller) CallToolReturnsOnCall(i int, result1 *mcpa.CallToolResult, result2 error)
func (*FakeMCPCaller) Invocations ¶
func (fake *FakeMCPCaller) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.