mocks

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockRuntime

type MockRuntime struct {
	// contains filtered or unexported fields
}

MockRuntime is a mock of Runtime interface.

func NewMockRuntime

func NewMockRuntime(ctrl *gomock.Controller) *MockRuntime

NewMockRuntime creates a new mock instance.

func (*MockRuntime) Approve

func (m *MockRuntime) Approve(arg0 context.Context, arg1 string, arg2 types.ApprovalStatus) error

Approve mocks base method.

func (*MockRuntime) Close

func (m *MockRuntime) Close()

Close mocks base method.

func (*MockRuntime) EXPECT

func (m *MockRuntime) EXPECT() *MockRuntimeMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRuntime) Execute

Execute mocks base method.

func (*MockRuntime) ExecuteStream

func (m *MockRuntime) ExecuteStream(arg0 context.Context, arg1 *runtime.ExecuteRequest) (chan *types.AgentEvent, error)

ExecuteStream mocks base method.

func (*MockRuntime) GetEventBus

func (m *MockRuntime) GetEventBus() eventbus.EventBus

GetEventBus mocks base method.

func (*MockRuntime) SetEventBus

func (m *MockRuntime) SetEventBus(arg0 eventbus.EventBus)

SetEventBus mocks base method.

func (*MockRuntime) Start

func (m *MockRuntime) Start(arg0 context.Context) error

Start mocks base method.

func (*MockRuntime) Stop

func (m *MockRuntime) Stop()

Stop mocks base method.

type MockRuntimeMockRecorder

type MockRuntimeMockRecorder struct {
	// contains filtered or unexported fields
}

MockRuntimeMockRecorder is the mock recorder for MockRuntime.

func (*MockRuntimeMockRecorder) Approve

func (mr *MockRuntimeMockRecorder) Approve(arg0, arg1, arg2 interface{}) *gomock.Call

Approve indicates an expected call of Approve.

func (*MockRuntimeMockRecorder) Close

func (mr *MockRuntimeMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockRuntimeMockRecorder) Execute

func (mr *MockRuntimeMockRecorder) Execute(arg0, arg1 interface{}) *gomock.Call

Execute indicates an expected call of Execute.

func (*MockRuntimeMockRecorder) ExecuteStream

func (mr *MockRuntimeMockRecorder) ExecuteStream(arg0, arg1 interface{}) *gomock.Call

ExecuteStream indicates an expected call of ExecuteStream.

func (*MockRuntimeMockRecorder) GetEventBus

func (mr *MockRuntimeMockRecorder) GetEventBus() *gomock.Call

GetEventBus indicates an expected call of GetEventBus.

func (*MockRuntimeMockRecorder) SetEventBus

func (mr *MockRuntimeMockRecorder) SetEventBus(arg0 interface{}) *gomock.Call

SetEventBus indicates an expected call of SetEventBus.

func (*MockRuntimeMockRecorder) Start

func (mr *MockRuntimeMockRecorder) Start(arg0 interface{}) *gomock.Call

Start indicates an expected call of Start.

func (*MockRuntimeMockRecorder) Stop

func (mr *MockRuntimeMockRecorder) Stop() *gomock.Call

Stop indicates an expected call of Stop.

Jump to

Keyboard shortcuts

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