Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockA2ARegistry
- func (m *MockA2ARegistry) EXPECT() *MockA2ARegistryMockRecorder
- func (m *MockA2ARegistry) Get(arg0 string) (interfaces.A2AClient, error)
- func (m *MockA2ARegistry) List() []interfaces.A2AClient
- func (m *MockA2ARegistry) Register(arg0 string, arg1 agent.A2AConfig) error
- func (m *MockA2ARegistry) RegisterClient(arg0 interfaces.A2AClient) error
- func (m *MockA2ARegistry) Unregister(arg0 string) error
- type MockA2ARegistryMockRecorder
- func (mr *MockA2ARegistryMockRecorder) Get(arg0 interface{}) *gomock.Call
- func (mr *MockA2ARegistryMockRecorder) List() *gomock.Call
- func (mr *MockA2ARegistryMockRecorder) Register(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockA2ARegistryMockRecorder) RegisterClient(arg0 interface{}) *gomock.Call
- func (mr *MockA2ARegistryMockRecorder) Unregister(arg0 interface{}) *gomock.Call
- type MockAgentEvent
- type MockAgentEventMockRecorder
- type MockAgentRun
- func (m *MockAgentRun) Cancel(arg0 context.Context) error
- func (m *MockAgentRun) Done() <-chan struct{}
- func (m *MockAgentRun) EXPECT() *MockAgentRunMockRecorder
- func (m *MockAgentRun) Get(arg0 context.Context) (*types.AgentRunResult, error)
- func (m *MockAgentRun) ID() string
- func (m *MockAgentRun) Status(arg0 context.Context) (types.RunStatus, error)
- type MockAgentRunMockRecorder
- func (mr *MockAgentRunMockRecorder) Cancel(arg0 interface{}) *gomock.Call
- func (mr *MockAgentRunMockRecorder) Done() *gomock.Call
- func (mr *MockAgentRunMockRecorder) Get(arg0 interface{}) *gomock.Call
- func (mr *MockAgentRunMockRecorder) ID() *gomock.Call
- func (mr *MockAgentRunMockRecorder) Status(arg0 interface{}) *gomock.Call
- type MockAgentStream
- func (m *MockAgentStream) Approve(arg0 context.Context, arg1 string, arg2 types.ApprovalStatus) error
- func (m *MockAgentStream) Cancel(arg0 context.Context) error
- func (m *MockAgentStream) Done() <-chan struct{}
- func (m *MockAgentStream) EXPECT() *MockAgentStreamMockRecorder
- func (m *MockAgentStream) Events(arg0 context.Context, arg1 ...agent.AgentStreamOption) (<-chan events.AgentEvent, error)
- func (m *MockAgentStream) Get(arg0 context.Context) (*types.AgentRunResult, error)
- func (m *MockAgentStream) ID() string
- func (m *MockAgentStream) Status(arg0 context.Context) (types.RunStatus, error)
- type MockAgentStreamMockRecorder
- func (mr *MockAgentStreamMockRecorder) Approve(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAgentStreamMockRecorder) Cancel(arg0 interface{}) *gomock.Call
- func (mr *MockAgentStreamMockRecorder) Done() *gomock.Call
- func (mr *MockAgentStreamMockRecorder) Events(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockAgentStreamMockRecorder) Get(arg0 interface{}) *gomock.Call
- func (mr *MockAgentStreamMockRecorder) ID() *gomock.Call
- func (mr *MockAgentStreamMockRecorder) Status(arg0 interface{}) *gomock.Call
- type MockMCPRegistry
- func (m *MockMCPRegistry) EXPECT() *MockMCPRegistryMockRecorder
- func (m *MockMCPRegistry) Get(arg0 string) (interfaces.MCPClient, error)
- func (m *MockMCPRegistry) List() []interfaces.MCPClient
- func (m *MockMCPRegistry) Register(arg0 string, arg1 agent.MCPConfig) error
- func (m *MockMCPRegistry) RegisterClient(arg0 interfaces.MCPClient) error
- func (m *MockMCPRegistry) Unregister(arg0 string) error
- type MockMCPRegistryMockRecorder
- func (mr *MockMCPRegistryMockRecorder) Get(arg0 interface{}) *gomock.Call
- func (mr *MockMCPRegistryMockRecorder) List() *gomock.Call
- func (mr *MockMCPRegistryMockRecorder) Register(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMCPRegistryMockRecorder) RegisterClient(arg0 interface{}) *gomock.Call
- func (mr *MockMCPRegistryMockRecorder) Unregister(arg0 interface{}) *gomock.Call
- type MockSubAgentRegistry
- func (m *MockSubAgentRegistry) EXPECT() *MockSubAgentRegistryMockRecorder
- func (m *MockSubAgentRegistry) Get(arg0 string) (*agent.Agent, error)
- func (m *MockSubAgentRegistry) List() []*agent.Agent
- func (m *MockSubAgentRegistry) Register(arg0 *agent.Agent) error
- func (m *MockSubAgentRegistry) Unregister(arg0 string) error
- type MockSubAgentRegistryMockRecorder
- func (mr *MockSubAgentRegistryMockRecorder) Get(arg0 interface{}) *gomock.Call
- func (mr *MockSubAgentRegistryMockRecorder) List() *gomock.Call
- func (mr *MockSubAgentRegistryMockRecorder) Register(arg0 interface{}) *gomock.Call
- func (mr *MockSubAgentRegistryMockRecorder) Unregister(arg0 interface{}) *gomock.Call
- type MockToolRegistry
- func (m *MockToolRegistry) EXPECT() *MockToolRegistryMockRecorder
- func (m *MockToolRegistry) Get(arg0 string) (interfaces.Tool, error)
- func (m *MockToolRegistry) List() []interfaces.Tool
- func (m *MockToolRegistry) Register(arg0 interfaces.Tool) error
- func (m *MockToolRegistry) Unregister(arg0 string) error
- type MockToolRegistryMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockA2ARegistry ¶
type MockA2ARegistry struct {
// contains filtered or unexported fields
}
MockA2ARegistry is a mock of A2ARegistry interface.
func NewMockA2ARegistry ¶
func NewMockA2ARegistry(ctrl *gomock.Controller) *MockA2ARegistry
NewMockA2ARegistry creates a new mock instance.
func (*MockA2ARegistry) EXPECT ¶
func (m *MockA2ARegistry) EXPECT() *MockA2ARegistryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockA2ARegistry) Get ¶
func (m *MockA2ARegistry) Get(arg0 string) (interfaces.A2AClient, error)
Get mocks base method.
func (*MockA2ARegistry) List ¶
func (m *MockA2ARegistry) List() []interfaces.A2AClient
List mocks base method.
func (*MockA2ARegistry) Register ¶
func (m *MockA2ARegistry) Register(arg0 string, arg1 agent.A2AConfig) error
Register mocks base method.
func (*MockA2ARegistry) RegisterClient ¶
func (m *MockA2ARegistry) RegisterClient(arg0 interfaces.A2AClient) error
RegisterClient mocks base method.
func (*MockA2ARegistry) Unregister ¶
func (m *MockA2ARegistry) Unregister(arg0 string) error
Unregister mocks base method.
type MockA2ARegistryMockRecorder ¶
type MockA2ARegistryMockRecorder struct {
// contains filtered or unexported fields
}
MockA2ARegistryMockRecorder is the mock recorder for MockA2ARegistry.
func (*MockA2ARegistryMockRecorder) Get ¶
func (mr *MockA2ARegistryMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockA2ARegistryMockRecorder) List ¶
func (mr *MockA2ARegistryMockRecorder) List() *gomock.Call
List indicates an expected call of List.
func (*MockA2ARegistryMockRecorder) Register ¶
func (mr *MockA2ARegistryMockRecorder) Register(arg0, arg1 interface{}) *gomock.Call
Register indicates an expected call of Register.
func (*MockA2ARegistryMockRecorder) RegisterClient ¶
func (mr *MockA2ARegistryMockRecorder) RegisterClient(arg0 interface{}) *gomock.Call
RegisterClient indicates an expected call of RegisterClient.
func (*MockA2ARegistryMockRecorder) Unregister ¶
func (mr *MockA2ARegistryMockRecorder) Unregister(arg0 interface{}) *gomock.Call
Unregister indicates an expected call of Unregister.
type MockAgentEvent ¶ added in v0.3.0
type MockAgentEvent struct {
// contains filtered or unexported fields
}
MockAgentEvent is a mock of AgentEvent interface.
func NewMockAgentEvent ¶ added in v0.3.0
func NewMockAgentEvent(ctrl *gomock.Controller) *MockAgentEvent
NewMockAgentEvent creates a new mock instance.
func (*MockAgentEvent) EXPECT ¶ added in v0.3.0
func (m *MockAgentEvent) EXPECT() *MockAgentEventMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAgentEvent) Timestamp ¶ added in v0.3.0
func (m *MockAgentEvent) Timestamp() *int64
Timestamp mocks base method.
func (*MockAgentEvent) ToJSON ¶ added in v0.3.0
func (m *MockAgentEvent) ToJSON() ([]byte, error)
ToJSON mocks base method.
func (*MockAgentEvent) Type ¶ added in v0.3.0
func (m *MockAgentEvent) Type() events.AgentEventType
Type mocks base method.
type MockAgentEventMockRecorder ¶ added in v0.3.0
type MockAgentEventMockRecorder struct {
// contains filtered or unexported fields
}
MockAgentEventMockRecorder is the mock recorder for MockAgentEvent.
func (*MockAgentEventMockRecorder) Timestamp ¶ added in v0.3.0
func (mr *MockAgentEventMockRecorder) Timestamp() *gomock.Call
Timestamp indicates an expected call of Timestamp.
func (*MockAgentEventMockRecorder) ToJSON ¶ added in v0.3.0
func (mr *MockAgentEventMockRecorder) ToJSON() *gomock.Call
ToJSON indicates an expected call of ToJSON.
func (*MockAgentEventMockRecorder) Type ¶ added in v0.3.0
func (mr *MockAgentEventMockRecorder) Type() *gomock.Call
Type indicates an expected call of Type.
type MockAgentRun ¶ added in v0.3.0
type MockAgentRun struct {
// contains filtered or unexported fields
}
MockAgentRun is a mock of AgentRun interface.
func NewMockAgentRun ¶ added in v0.3.0
func NewMockAgentRun(ctrl *gomock.Controller) *MockAgentRun
NewMockAgentRun creates a new mock instance.
func (*MockAgentRun) Cancel ¶ added in v0.3.0
func (m *MockAgentRun) Cancel(arg0 context.Context) error
Cancel mocks base method.
func (*MockAgentRun) Done ¶ added in v0.3.0
func (m *MockAgentRun) Done() <-chan struct{}
Done mocks base method.
func (*MockAgentRun) EXPECT ¶ added in v0.3.0
func (m *MockAgentRun) EXPECT() *MockAgentRunMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAgentRun) Get ¶ added in v0.3.0
func (m *MockAgentRun) Get(arg0 context.Context) (*types.AgentRunResult, error)
Get mocks base method.
type MockAgentRunMockRecorder ¶ added in v0.3.0
type MockAgentRunMockRecorder struct {
// contains filtered or unexported fields
}
MockAgentRunMockRecorder is the mock recorder for MockAgentRun.
func (*MockAgentRunMockRecorder) Cancel ¶ added in v0.3.0
func (mr *MockAgentRunMockRecorder) Cancel(arg0 interface{}) *gomock.Call
Cancel indicates an expected call of Cancel.
func (*MockAgentRunMockRecorder) Done ¶ added in v0.3.0
func (mr *MockAgentRunMockRecorder) Done() *gomock.Call
Done indicates an expected call of Done.
func (*MockAgentRunMockRecorder) Get ¶ added in v0.3.0
func (mr *MockAgentRunMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockAgentRunMockRecorder) ID ¶ added in v0.3.0
func (mr *MockAgentRunMockRecorder) ID() *gomock.Call
ID indicates an expected call of ID.
func (*MockAgentRunMockRecorder) Status ¶ added in v0.3.0
func (mr *MockAgentRunMockRecorder) Status(arg0 interface{}) *gomock.Call
Status indicates an expected call of Status.
type MockAgentStream ¶ added in v0.3.0
type MockAgentStream struct {
// contains filtered or unexported fields
}
MockAgentStream is a mock of AgentStream interface.
func NewMockAgentStream ¶ added in v0.3.0
func NewMockAgentStream(ctrl *gomock.Controller) *MockAgentStream
NewMockAgentStream creates a new mock instance.
func (*MockAgentStream) Approve ¶ added in v0.3.1
func (m *MockAgentStream) Approve(arg0 context.Context, arg1 string, arg2 types.ApprovalStatus) error
Approve mocks base method.
func (*MockAgentStream) Cancel ¶ added in v0.3.0
func (m *MockAgentStream) Cancel(arg0 context.Context) error
Cancel mocks base method.
func (*MockAgentStream) Done ¶ added in v0.3.0
func (m *MockAgentStream) Done() <-chan struct{}
Done mocks base method.
func (*MockAgentStream) EXPECT ¶ added in v0.3.0
func (m *MockAgentStream) EXPECT() *MockAgentStreamMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAgentStream) Events ¶ added in v0.3.0
func (m *MockAgentStream) Events(arg0 context.Context, arg1 ...agent.AgentStreamOption) (<-chan events.AgentEvent, error)
Events mocks base method.
func (*MockAgentStream) Get ¶ added in v0.3.0
func (m *MockAgentStream) Get(arg0 context.Context) (*types.AgentRunResult, error)
Get mocks base method.
func (*MockAgentStream) ID ¶ added in v0.3.0
func (m *MockAgentStream) ID() string
ID mocks base method.
type MockAgentStreamMockRecorder ¶ added in v0.3.0
type MockAgentStreamMockRecorder struct {
// contains filtered or unexported fields
}
MockAgentStreamMockRecorder is the mock recorder for MockAgentStream.
func (*MockAgentStreamMockRecorder) Approve ¶ added in v0.3.1
func (mr *MockAgentStreamMockRecorder) Approve(arg0, arg1, arg2 interface{}) *gomock.Call
Approve indicates an expected call of Approve.
func (*MockAgentStreamMockRecorder) Cancel ¶ added in v0.3.0
func (mr *MockAgentStreamMockRecorder) Cancel(arg0 interface{}) *gomock.Call
Cancel indicates an expected call of Cancel.
func (*MockAgentStreamMockRecorder) Done ¶ added in v0.3.0
func (mr *MockAgentStreamMockRecorder) Done() *gomock.Call
Done indicates an expected call of Done.
func (*MockAgentStreamMockRecorder) Events ¶ added in v0.3.0
func (mr *MockAgentStreamMockRecorder) Events(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Events indicates an expected call of Events.
func (*MockAgentStreamMockRecorder) Get ¶ added in v0.3.0
func (mr *MockAgentStreamMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockAgentStreamMockRecorder) ID ¶ added in v0.3.0
func (mr *MockAgentStreamMockRecorder) ID() *gomock.Call
ID indicates an expected call of ID.
func (*MockAgentStreamMockRecorder) Status ¶ added in v0.3.0
func (mr *MockAgentStreamMockRecorder) Status(arg0 interface{}) *gomock.Call
Status indicates an expected call of Status.
type MockMCPRegistry ¶
type MockMCPRegistry struct {
// contains filtered or unexported fields
}
MockMCPRegistry is a mock of MCPRegistry interface.
func NewMockMCPRegistry ¶
func NewMockMCPRegistry(ctrl *gomock.Controller) *MockMCPRegistry
NewMockMCPRegistry creates a new mock instance.
func (*MockMCPRegistry) EXPECT ¶
func (m *MockMCPRegistry) EXPECT() *MockMCPRegistryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMCPRegistry) Get ¶
func (m *MockMCPRegistry) Get(arg0 string) (interfaces.MCPClient, error)
Get mocks base method.
func (*MockMCPRegistry) List ¶
func (m *MockMCPRegistry) List() []interfaces.MCPClient
List mocks base method.
func (*MockMCPRegistry) Register ¶
func (m *MockMCPRegistry) Register(arg0 string, arg1 agent.MCPConfig) error
Register mocks base method.
func (*MockMCPRegistry) RegisterClient ¶
func (m *MockMCPRegistry) RegisterClient(arg0 interfaces.MCPClient) error
RegisterClient mocks base method.
func (*MockMCPRegistry) Unregister ¶
func (m *MockMCPRegistry) Unregister(arg0 string) error
Unregister mocks base method.
type MockMCPRegistryMockRecorder ¶
type MockMCPRegistryMockRecorder struct {
// contains filtered or unexported fields
}
MockMCPRegistryMockRecorder is the mock recorder for MockMCPRegistry.
func (*MockMCPRegistryMockRecorder) Get ¶
func (mr *MockMCPRegistryMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockMCPRegistryMockRecorder) List ¶
func (mr *MockMCPRegistryMockRecorder) List() *gomock.Call
List indicates an expected call of List.
func (*MockMCPRegistryMockRecorder) Register ¶
func (mr *MockMCPRegistryMockRecorder) Register(arg0, arg1 interface{}) *gomock.Call
Register indicates an expected call of Register.
func (*MockMCPRegistryMockRecorder) RegisterClient ¶
func (mr *MockMCPRegistryMockRecorder) RegisterClient(arg0 interface{}) *gomock.Call
RegisterClient indicates an expected call of RegisterClient.
func (*MockMCPRegistryMockRecorder) Unregister ¶
func (mr *MockMCPRegistryMockRecorder) Unregister(arg0 interface{}) *gomock.Call
Unregister indicates an expected call of Unregister.
type MockSubAgentRegistry ¶
type MockSubAgentRegistry struct {
// contains filtered or unexported fields
}
MockSubAgentRegistry is a mock of SubAgentRegistry interface.
func NewMockSubAgentRegistry ¶
func NewMockSubAgentRegistry(ctrl *gomock.Controller) *MockSubAgentRegistry
NewMockSubAgentRegistry creates a new mock instance.
func (*MockSubAgentRegistry) EXPECT ¶
func (m *MockSubAgentRegistry) EXPECT() *MockSubAgentRegistryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSubAgentRegistry) Get ¶
func (m *MockSubAgentRegistry) Get(arg0 string) (*agent.Agent, error)
Get mocks base method.
func (*MockSubAgentRegistry) List ¶
func (m *MockSubAgentRegistry) List() []*agent.Agent
List mocks base method.
func (*MockSubAgentRegistry) Register ¶
func (m *MockSubAgentRegistry) Register(arg0 *agent.Agent) error
Register mocks base method.
func (*MockSubAgentRegistry) Unregister ¶
func (m *MockSubAgentRegistry) Unregister(arg0 string) error
Unregister mocks base method.
type MockSubAgentRegistryMockRecorder ¶
type MockSubAgentRegistryMockRecorder struct {
// contains filtered or unexported fields
}
MockSubAgentRegistryMockRecorder is the mock recorder for MockSubAgentRegistry.
func (*MockSubAgentRegistryMockRecorder) Get ¶
func (mr *MockSubAgentRegistryMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockSubAgentRegistryMockRecorder) List ¶
func (mr *MockSubAgentRegistryMockRecorder) List() *gomock.Call
List indicates an expected call of List.
func (*MockSubAgentRegistryMockRecorder) Register ¶
func (mr *MockSubAgentRegistryMockRecorder) Register(arg0 interface{}) *gomock.Call
Register indicates an expected call of Register.
func (*MockSubAgentRegistryMockRecorder) Unregister ¶
func (mr *MockSubAgentRegistryMockRecorder) Unregister(arg0 interface{}) *gomock.Call
Unregister indicates an expected call of Unregister.
type MockToolRegistry ¶
type MockToolRegistry struct {
// contains filtered or unexported fields
}
MockToolRegistry is a mock of ToolRegistry interface.
func NewMockToolRegistry ¶
func NewMockToolRegistry(ctrl *gomock.Controller) *MockToolRegistry
NewMockToolRegistry creates a new mock instance.
func (*MockToolRegistry) EXPECT ¶
func (m *MockToolRegistry) EXPECT() *MockToolRegistryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockToolRegistry) Get ¶
func (m *MockToolRegistry) Get(arg0 string) (interfaces.Tool, error)
Get mocks base method.
func (*MockToolRegistry) List ¶
func (m *MockToolRegistry) List() []interfaces.Tool
List mocks base method.
func (*MockToolRegistry) Register ¶
func (m *MockToolRegistry) Register(arg0 interfaces.Tool) error
Register mocks base method.
func (*MockToolRegistry) Unregister ¶
func (m *MockToolRegistry) Unregister(arg0 string) error
Unregister mocks base method.
type MockToolRegistryMockRecorder ¶
type MockToolRegistryMockRecorder struct {
// contains filtered or unexported fields
}
MockToolRegistryMockRecorder is the mock recorder for MockToolRegistry.
func (*MockToolRegistryMockRecorder) Get ¶
func (mr *MockToolRegistryMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockToolRegistryMockRecorder) List ¶
func (mr *MockToolRegistryMockRecorder) List() *gomock.Call
List indicates an expected call of List.
func (*MockToolRegistryMockRecorder) Register ¶
func (mr *MockToolRegistryMockRecorder) Register(arg0 interface{}) *gomock.Call
Register indicates an expected call of Register.
func (*MockToolRegistryMockRecorder) Unregister ¶
func (mr *MockToolRegistryMockRecorder) Unregister(arg0 interface{}) *gomock.Call
Unregister indicates an expected call of Unregister.