Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeA2AAgentService
- func (fake *FakeA2AAgentService) GetAgentCards(arg1 context.Context) ([]*application.CachedAgentCard, error)
- func (fake *FakeA2AAgentService) GetAgentCardsArgsForCall(i int) context.Context
- func (fake *FakeA2AAgentService) GetAgentCardsCallCount() int
- func (fake *FakeA2AAgentService) GetAgentCardsCalls(stub func(context.Context) ([]*application.CachedAgentCard, error))
- func (fake *FakeA2AAgentService) GetAgentCardsReturns(result1 []*application.CachedAgentCard, result2 error)
- func (fake *FakeA2AAgentService) GetAgentCardsReturnsOnCall(i int, result1 []*application.CachedAgentCard, result2 error)
- func (fake *FakeA2AAgentService) GetConfiguredAgents() []string
- func (fake *FakeA2AAgentService) GetConfiguredAgentsCallCount() int
- func (fake *FakeA2AAgentService) GetConfiguredAgentsCalls(stub func() []string)
- func (fake *FakeA2AAgentService) GetConfiguredAgentsReturns(result1 []string)
- func (fake *FakeA2AAgentService) GetConfiguredAgentsReturnsOnCall(i int, result1 []string)
- func (fake *FakeA2AAgentService) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeA2AAgentService ¶
type FakeA2AAgentService struct {
GetAgentCardsStub func(context.Context) ([]*application.CachedAgentCard, error)
GetConfiguredAgentsStub func() []string
// contains filtered or unexported fields
}
func (*FakeA2AAgentService) GetAgentCards ¶
func (fake *FakeA2AAgentService) GetAgentCards(arg1 context.Context) ([]*application.CachedAgentCard, error)
func (*FakeA2AAgentService) GetAgentCardsArgsForCall ¶
func (fake *FakeA2AAgentService) GetAgentCardsArgsForCall(i int) context.Context
func (*FakeA2AAgentService) GetAgentCardsCallCount ¶
func (fake *FakeA2AAgentService) GetAgentCardsCallCount() int
func (*FakeA2AAgentService) GetAgentCardsCalls ¶
func (fake *FakeA2AAgentService) GetAgentCardsCalls(stub func(context.Context) ([]*application.CachedAgentCard, error))
func (*FakeA2AAgentService) GetAgentCardsReturns ¶
func (fake *FakeA2AAgentService) GetAgentCardsReturns(result1 []*application.CachedAgentCard, result2 error)
func (*FakeA2AAgentService) GetAgentCardsReturnsOnCall ¶
func (fake *FakeA2AAgentService) GetAgentCardsReturnsOnCall(i int, result1 []*application.CachedAgentCard, result2 error)
func (*FakeA2AAgentService) GetConfiguredAgents ¶
func (fake *FakeA2AAgentService) GetConfiguredAgents() []string
func (*FakeA2AAgentService) GetConfiguredAgentsCallCount ¶
func (fake *FakeA2AAgentService) GetConfiguredAgentsCallCount() int
func (*FakeA2AAgentService) GetConfiguredAgentsCalls ¶
func (fake *FakeA2AAgentService) GetConfiguredAgentsCalls(stub func() []string)
func (*FakeA2AAgentService) GetConfiguredAgentsReturns ¶
func (fake *FakeA2AAgentService) GetConfiguredAgentsReturns(result1 []string)
func (*FakeA2AAgentService) GetConfiguredAgentsReturnsOnCall ¶
func (fake *FakeA2AAgentService) GetConfiguredAgentsReturnsOnCall(i int, result1 []string)
func (*FakeA2AAgentService) Invocations ¶
func (fake *FakeA2AAgentService) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.