mocks_container

package
v0.22.0 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2026 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Package mocks_container is a generated GoMock package.

Package mocks_container is a generated GoMock package.

Package mocks_container is a generated GoMock package.

Package mocks_container is a generated GoMock package.

Package mocks_container is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockContainer

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

MockContainer is a mock of Container interface.

func NewMockContainer

func NewMockContainer(ctrl *gomock.Controller) *MockContainer

NewMockContainer creates a new mock instance.

func (*MockContainer) Checkpoint

func (m *MockContainer) Checkpoint(arg0 context.Context, arg1 string, arg2 ...client.CheckpointOpts) (client.Image, error)

Checkpoint mocks base method.

func (*MockContainer) Delete

func (m *MockContainer) Delete(arg0 context.Context, arg1 ...client.DeleteOpts) error

Delete mocks base method.

func (*MockContainer) EXPECT

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

func (*MockContainer) Extensions

func (m *MockContainer) Extensions(arg0 context.Context) (map[string]typeurl.Any, error)

Extensions mocks base method.

func (*MockContainer) ID

func (m *MockContainer) ID() string

ID mocks base method.

func (*MockContainer) Image

func (m *MockContainer) Image(arg0 context.Context) (client.Image, error)

Image mocks base method.

func (*MockContainer) Info

Info mocks base method.

func (*MockContainer) Labels

func (m *MockContainer) Labels(arg0 context.Context) (map[string]string, error)

Labels mocks base method.

func (*MockContainer) NewTask

func (m *MockContainer) NewTask(arg0 context.Context, arg1 cio.Creator, arg2 ...client.NewTaskOpts) (client.Task, error)

NewTask mocks base method.

func (*MockContainer) Restore added in v0.18.0

func (m *MockContainer) Restore(arg0 context.Context, arg1 cio.Creator, arg2 string) (int, error)

Restore mocks base method.

func (*MockContainer) SetLabels

func (m *MockContainer) SetLabels(arg0 context.Context, arg1 map[string]string) (map[string]string, error)

SetLabels mocks base method.

func (*MockContainer) Spec

func (m *MockContainer) Spec(arg0 context.Context) (*oci.Spec, error)

Spec mocks base method.

func (*MockContainer) Task

func (m *MockContainer) Task(arg0 context.Context, arg1 cio.Attach) (client.Task, error)

Task mocks base method.

func (*MockContainer) Update

func (m *MockContainer) Update(arg0 context.Context, arg1 ...client.UpdateContainerOpts) error

Update mocks base method.

type MockContainerMockRecorder

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

MockContainerMockRecorder is the mock recorder for MockContainer.

func (*MockContainerMockRecorder) Checkpoint

func (mr *MockContainerMockRecorder) Checkpoint(arg0, arg1 any, arg2 ...any) *gomock.Call

Checkpoint indicates an expected call of Checkpoint.

func (*MockContainerMockRecorder) Delete

func (mr *MockContainerMockRecorder) Delete(arg0 any, arg1 ...any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockContainerMockRecorder) Extensions

func (mr *MockContainerMockRecorder) Extensions(arg0 any) *gomock.Call

Extensions indicates an expected call of Extensions.

func (*MockContainerMockRecorder) ID

ID indicates an expected call of ID.

func (*MockContainerMockRecorder) Image

func (mr *MockContainerMockRecorder) Image(arg0 any) *gomock.Call

Image indicates an expected call of Image.

func (*MockContainerMockRecorder) Info

func (mr *MockContainerMockRecorder) Info(arg0 any, arg1 ...any) *gomock.Call

Info indicates an expected call of Info.

func (*MockContainerMockRecorder) Labels

func (mr *MockContainerMockRecorder) Labels(arg0 any) *gomock.Call

Labels indicates an expected call of Labels.

func (*MockContainerMockRecorder) NewTask

func (mr *MockContainerMockRecorder) NewTask(arg0, arg1 any, arg2 ...any) *gomock.Call

NewTask indicates an expected call of NewTask.

func (*MockContainerMockRecorder) Restore added in v0.18.0

func (mr *MockContainerMockRecorder) Restore(arg0, arg1, arg2 any) *gomock.Call

Restore indicates an expected call of Restore.

func (*MockContainerMockRecorder) SetLabels

func (mr *MockContainerMockRecorder) SetLabels(arg0, arg1 any) *gomock.Call

SetLabels indicates an expected call of SetLabels.

func (*MockContainerMockRecorder) Spec

func (mr *MockContainerMockRecorder) Spec(arg0 any) *gomock.Call

Spec indicates an expected call of Spec.

func (*MockContainerMockRecorder) Task

func (mr *MockContainerMockRecorder) Task(arg0, arg1 any) *gomock.Call

Task indicates an expected call of Task.

func (*MockContainerMockRecorder) Update

func (mr *MockContainerMockRecorder) Update(arg0 any, arg1 ...any) *gomock.Call

Update indicates an expected call of Update.

type MockNetworkOptionsManager

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

MockNetworkOptionsManager is a mock of NetworkOptionsManager interface.

func NewMockNetworkOptionsManager

func NewMockNetworkOptionsManager(ctrl *gomock.Controller) *MockNetworkOptionsManager

NewMockNetworkOptionsManager creates a new mock instance.

func (*MockNetworkOptionsManager) CleanupNetworking

func (m *MockNetworkOptionsManager) CleanupNetworking(arg0 context.Context, arg1 client.Container) error

CleanupNetworking mocks base method.

func (*MockNetworkOptionsManager) ContainerNetworkingOpts

func (m *MockNetworkOptionsManager) ContainerNetworkingOpts(arg0 context.Context, arg1 string) ([]oci.SpecOpts, []client.NewContainerOpts, error)

ContainerNetworkingOpts mocks base method.

func (*MockNetworkOptionsManager) EXPECT

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

func (*MockNetworkOptionsManager) InternalNetworkingOptionLabels

func (m *MockNetworkOptionsManager) InternalNetworkingOptionLabels(arg0 context.Context) (types.NetworkOptions, error)

InternalNetworkingOptionLabels mocks base method.

func (*MockNetworkOptionsManager) NetworkOptions

func (m *MockNetworkOptionsManager) NetworkOptions() types.NetworkOptions

NetworkOptions mocks base method.

func (*MockNetworkOptionsManager) SetupNetworking

func (m *MockNetworkOptionsManager) SetupNetworking(arg0 context.Context, arg1 string) error

SetupNetworking mocks base method.

func (*MockNetworkOptionsManager) VerifyNetworkOptions

func (m *MockNetworkOptionsManager) VerifyNetworkOptions(arg0 context.Context) error

VerifyNetworkOptions mocks base method.

type MockNetworkOptionsManagerMockRecorder

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

MockNetworkOptionsManagerMockRecorder is the mock recorder for MockNetworkOptionsManager.

func (*MockNetworkOptionsManagerMockRecorder) CleanupNetworking

func (mr *MockNetworkOptionsManagerMockRecorder) CleanupNetworking(arg0, arg1 any) *gomock.Call

CleanupNetworking indicates an expected call of CleanupNetworking.

func (*MockNetworkOptionsManagerMockRecorder) ContainerNetworkingOpts

func (mr *MockNetworkOptionsManagerMockRecorder) ContainerNetworkingOpts(arg0, arg1 any) *gomock.Call

ContainerNetworkingOpts indicates an expected call of ContainerNetworkingOpts.

func (*MockNetworkOptionsManagerMockRecorder) InternalNetworkingOptionLabels

func (mr *MockNetworkOptionsManagerMockRecorder) InternalNetworkingOptionLabels(arg0 any) *gomock.Call

InternalNetworkingOptionLabels indicates an expected call of InternalNetworkingOptionLabels.

func (*MockNetworkOptionsManagerMockRecorder) NetworkOptions

func (mr *MockNetworkOptionsManagerMockRecorder) NetworkOptions() *gomock.Call

NetworkOptions indicates an expected call of NetworkOptions.

func (*MockNetworkOptionsManagerMockRecorder) SetupNetworking

func (mr *MockNetworkOptionsManagerMockRecorder) SetupNetworking(arg0, arg1 any) *gomock.Call

SetupNetworking indicates an expected call of SetupNetworking.

func (*MockNetworkOptionsManagerMockRecorder) VerifyNetworkOptions

func (mr *MockNetworkOptionsManagerMockRecorder) VerifyNetworkOptions(arg0 any) *gomock.Call

VerifyNetworkOptions indicates an expected call of VerifyNetworkOptions.

type MockProcess

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

MockProcess is a mock of Process interface.

func NewMockProcess

func NewMockProcess(ctrl *gomock.Controller) *MockProcess

NewMockProcess creates a new mock instance.

func (*MockProcess) CloseIO

func (m *MockProcess) CloseIO(arg0 context.Context, arg1 ...client.IOCloserOpts) error

CloseIO mocks base method.

func (*MockProcess) Delete

Delete mocks base method.

func (*MockProcess) EXPECT

func (m *MockProcess) EXPECT() *MockProcessMockRecorder

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

func (*MockProcess) ID

func (m *MockProcess) ID() string

ID mocks base method.

func (*MockProcess) IO

func (m *MockProcess) IO() cio.IO

IO mocks base method.

func (*MockProcess) Kill

func (m *MockProcess) Kill(arg0 context.Context, arg1 syscall.Signal, arg2 ...client.KillOpts) error

Kill mocks base method.

func (*MockProcess) Pid

func (m *MockProcess) Pid() uint32

Pid mocks base method.

func (*MockProcess) Resize

func (m *MockProcess) Resize(ctx context.Context, w, h uint32) error

Resize mocks base method.

func (*MockProcess) Start

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

Start mocks base method.

func (*MockProcess) Status

func (m *MockProcess) Status(arg0 context.Context) (client.Status, error)

Status mocks base method.

func (*MockProcess) Wait

func (m *MockProcess) Wait(arg0 context.Context) (<-chan client.ExitStatus, error)

Wait mocks base method.

type MockProcessMockRecorder

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

MockProcessMockRecorder is the mock recorder for MockProcess.

func (*MockProcessMockRecorder) CloseIO

func (mr *MockProcessMockRecorder) CloseIO(arg0 any, arg1 ...any) *gomock.Call

CloseIO indicates an expected call of CloseIO.

func (*MockProcessMockRecorder) Delete

func (mr *MockProcessMockRecorder) Delete(arg0 any, arg1 ...any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockProcessMockRecorder) ID

ID indicates an expected call of ID.

func (*MockProcessMockRecorder) IO

IO indicates an expected call of IO.

func (*MockProcessMockRecorder) Kill

func (mr *MockProcessMockRecorder) Kill(arg0, arg1 any, arg2 ...any) *gomock.Call

Kill indicates an expected call of Kill.

func (*MockProcessMockRecorder) Pid

func (mr *MockProcessMockRecorder) Pid() *gomock.Call

Pid indicates an expected call of Pid.

func (*MockProcessMockRecorder) Resize

func (mr *MockProcessMockRecorder) Resize(ctx, w, h any) *gomock.Call

Resize indicates an expected call of Resize.

func (*MockProcessMockRecorder) Start

func (mr *MockProcessMockRecorder) Start(arg0 any) *gomock.Call

Start indicates an expected call of Start.

func (*MockProcessMockRecorder) Status

func (mr *MockProcessMockRecorder) Status(arg0 any) *gomock.Call

Status indicates an expected call of Status.

func (*MockProcessMockRecorder) Wait

func (mr *MockProcessMockRecorder) Wait(arg0 any) *gomock.Call

Wait indicates an expected call of Wait.

type MockService

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

MockService is a mock of Service interface.

func NewMockService

func NewMockService(ctrl *gomock.Controller) *MockService

NewMockService creates a new mock instance.

func (*MockService) Attach

func (m *MockService) Attach(ctx context.Context, cid string, opts *types0.AttachOptions) error

Attach mocks base method.

func (*MockService) Create

func (m *MockService) Create(ctx context.Context, image string, cmd []string, createOpt types.ContainerCreateOptions, netOpt types.NetworkOptions) (string, error)

Create mocks base method.

func (*MockService) EXPECT

func (m *MockService) EXPECT() *MockServiceMockRecorder

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

func (*MockService) ExecCreate

func (m *MockService) ExecCreate(ctx context.Context, cid string, config types0.ExecConfig) (string, error)

ExecCreate mocks base method.

func (*MockService) ExtractArchiveInContainer

func (m *MockService) ExtractArchiveInContainer(ctx context.Context, putArchiveOpt *types0.PutArchiveOptions, body io.ReadCloser) error

ExtractArchiveInContainer mocks base method.

func (*MockService) GetPathToFilesInContainer

func (m *MockService) GetPathToFilesInContainer(ctx context.Context, cid, path string) (string, func(), error)

GetPathToFilesInContainer mocks base method.

func (*MockService) Inspect

func (m *MockService) Inspect(ctx context.Context, cid string, size bool) (*types0.Container, error)

Inspect mocks base method.

func (*MockService) Kill added in v0.13.0

func (m *MockService) Kill(ctx context.Context, cid string, options types.ContainerKillOptions) error

Kill mocks base method.

func (*MockService) List

List mocks base method.

func (*MockService) Logs

func (m *MockService) Logs(ctx context.Context, cid string, opts *types0.LogsOptions) error

Logs mocks base method.

func (*MockService) Pause added in v0.15.0

func (m *MockService) Pause(ctx context.Context, cid string, options types.ContainerPauseOptions) error

Pause mocks base method.

func (*MockService) Remove

func (m *MockService) Remove(ctx context.Context, cid string, force, removeVolumes bool) error

Remove mocks base method.

func (*MockService) Rename

func (m *MockService) Rename(ctx context.Context, cid, newName string, opts types.ContainerRenameOptions) error

Rename mocks base method.

func (*MockService) Restart

func (m *MockService) Restart(ctx context.Context, cid string, options types.ContainerRestartOptions) error

Restart mocks base method.

func (*MockService) Start

func (m *MockService) Start(ctx context.Context, cid string, options types.ContainerStartOptions) error

Start mocks base method.

func (*MockService) Stats

func (m *MockService) Stats(ctx context.Context, cid string) (<-chan *types0.StatsJSON, error)

Stats mocks base method.

func (*MockService) Stop

func (m *MockService) Stop(ctx context.Context, cid string, option types.ContainerStopOptions) error

Stop mocks base method.

func (*MockService) Top added in v0.20.0

func (m *MockService) Top(ctx context.Context, cid string, options types.ContainerTopOptions) error

Top mocks base method.

func (*MockService) Unpause added in v0.16.0

func (m *MockService) Unpause(ctx context.Context, cid string, options types.ContainerUnpauseOptions) error

Unpause mocks base method.

func (*MockService) Wait

func (m *MockService) Wait(ctx context.Context, cid string, options types.ContainerWaitOptions) error

Wait mocks base method.

func (*MockService) WriteFilesAsTarArchive

func (m *MockService) WriteFilesAsTarArchive(filePath string, writer io.Writer, slashDot bool) error

WriteFilesAsTarArchive mocks base method.

type MockServiceMockRecorder

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

MockServiceMockRecorder is the mock recorder for MockService.

func (*MockServiceMockRecorder) Attach

func (mr *MockServiceMockRecorder) Attach(ctx, cid, opts any) *gomock.Call

Attach indicates an expected call of Attach.

func (*MockServiceMockRecorder) Create

func (mr *MockServiceMockRecorder) Create(ctx, image, cmd, createOpt, netOpt any) *gomock.Call

Create indicates an expected call of Create.

func (*MockServiceMockRecorder) ExecCreate

func (mr *MockServiceMockRecorder) ExecCreate(ctx, cid, config any) *gomock.Call

ExecCreate indicates an expected call of ExecCreate.

func (*MockServiceMockRecorder) ExtractArchiveInContainer

func (mr *MockServiceMockRecorder) ExtractArchiveInContainer(ctx, putArchiveOpt, body any) *gomock.Call

ExtractArchiveInContainer indicates an expected call of ExtractArchiveInContainer.

func (*MockServiceMockRecorder) GetPathToFilesInContainer

func (mr *MockServiceMockRecorder) GetPathToFilesInContainer(ctx, cid, path any) *gomock.Call

GetPathToFilesInContainer indicates an expected call of GetPathToFilesInContainer.

func (*MockServiceMockRecorder) Inspect

func (mr *MockServiceMockRecorder) Inspect(ctx, cid, size any) *gomock.Call

Inspect indicates an expected call of Inspect.

func (*MockServiceMockRecorder) Kill added in v0.13.0

func (mr *MockServiceMockRecorder) Kill(ctx, cid, options any) *gomock.Call

Kill indicates an expected call of Kill.

func (*MockServiceMockRecorder) List

func (mr *MockServiceMockRecorder) List(ctx, listOpts any) *gomock.Call

List indicates an expected call of List.

func (*MockServiceMockRecorder) Logs

func (mr *MockServiceMockRecorder) Logs(ctx, cid, opts any) *gomock.Call

Logs indicates an expected call of Logs.

func (*MockServiceMockRecorder) Pause added in v0.15.0

func (mr *MockServiceMockRecorder) Pause(ctx, cid, options any) *gomock.Call

Pause indicates an expected call of Pause.

func (*MockServiceMockRecorder) Remove

func (mr *MockServiceMockRecorder) Remove(ctx, cid, force, removeVolumes any) *gomock.Call

Remove indicates an expected call of Remove.

func (*MockServiceMockRecorder) Rename

func (mr *MockServiceMockRecorder) Rename(ctx, cid, newName, opts any) *gomock.Call

Rename indicates an expected call of Rename.

func (*MockServiceMockRecorder) Restart

func (mr *MockServiceMockRecorder) Restart(ctx, cid, options any) *gomock.Call

Restart indicates an expected call of Restart.

func (*MockServiceMockRecorder) Start

func (mr *MockServiceMockRecorder) Start(ctx, cid, options any) *gomock.Call

Start indicates an expected call of Start.

func (*MockServiceMockRecorder) Stats

func (mr *MockServiceMockRecorder) Stats(ctx, cid any) *gomock.Call

Stats indicates an expected call of Stats.

func (*MockServiceMockRecorder) Stop

func (mr *MockServiceMockRecorder) Stop(ctx, cid, option any) *gomock.Call

Stop indicates an expected call of Stop.

func (*MockServiceMockRecorder) Top added in v0.20.0

func (mr *MockServiceMockRecorder) Top(ctx, cid, options any) *gomock.Call

Top indicates an expected call of Top.

func (*MockServiceMockRecorder) Unpause added in v0.16.0

func (mr *MockServiceMockRecorder) Unpause(ctx, cid, options any) *gomock.Call

Unpause indicates an expected call of Unpause.

func (*MockServiceMockRecorder) Wait

func (mr *MockServiceMockRecorder) Wait(ctx, cid, options any) *gomock.Call

Wait indicates an expected call of Wait.

func (*MockServiceMockRecorder) WriteFilesAsTarArchive

func (mr *MockServiceMockRecorder) WriteFilesAsTarArchive(filePath, writer, slashDot any) *gomock.Call

WriteFilesAsTarArchive indicates an expected call of WriteFilesAsTarArchive.

type MockTask

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

MockTask is a mock of Task interface.

func NewMockTask

func NewMockTask(ctrl *gomock.Controller) *MockTask

NewMockTask creates a new mock instance.

func (*MockTask) Checkpoint

func (m *MockTask) Checkpoint(arg0 context.Context, arg1 ...client.CheckpointTaskOpts) (client.Image, error)

Checkpoint mocks base method.

func (*MockTask) CloseIO

func (m *MockTask) CloseIO(arg0 context.Context, arg1 ...client.IOCloserOpts) error

CloseIO mocks base method.

func (*MockTask) Delete

func (m *MockTask) Delete(arg0 context.Context, arg1 ...client.ProcessDeleteOpts) (*client.ExitStatus, error)

Delete mocks base method.

func (*MockTask) EXPECT

func (m *MockTask) EXPECT() *MockTaskMockRecorder

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

func (*MockTask) Exec

func (m *MockTask) Exec(arg0 context.Context, arg1 string, arg2 *specs.Process, arg3 cio.Creator) (client.Process, error)

Exec mocks base method.

func (*MockTask) ID

func (m *MockTask) ID() string

ID mocks base method.

func (*MockTask) IO

func (m *MockTask) IO() cio.IO

IO mocks base method.

func (*MockTask) Kill

func (m *MockTask) Kill(arg0 context.Context, arg1 syscall.Signal, arg2 ...client.KillOpts) error

Kill mocks base method.

func (*MockTask) LoadProcess

func (m *MockTask) LoadProcess(arg0 context.Context, arg1 string, arg2 cio.Attach) (client.Process, error)

LoadProcess mocks base method.

func (*MockTask) Metrics

func (m *MockTask) Metrics(arg0 context.Context) (*types.Metric, error)

Metrics mocks base method.

func (*MockTask) Pause

func (m *MockTask) Pause(arg0 context.Context) error

Pause mocks base method.

func (*MockTask) Pid

func (m *MockTask) Pid() uint32

Pid mocks base method.

func (*MockTask) Pids

func (m *MockTask) Pids(arg0 context.Context) ([]client.ProcessInfo, error)

Pids mocks base method.

func (*MockTask) Resize

func (m *MockTask) Resize(ctx context.Context, w, h uint32) error

Resize mocks base method.

func (*MockTask) Resume

func (m *MockTask) Resume(arg0 context.Context) error

Resume mocks base method.

func (*MockTask) Spec

func (m *MockTask) Spec(arg0 context.Context) (*oci.Spec, error)

Spec mocks base method.

func (*MockTask) Start

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

Start mocks base method.

func (*MockTask) Status

func (m *MockTask) Status(arg0 context.Context) (client.Status, error)

Status mocks base method.

func (*MockTask) Update

func (m *MockTask) Update(arg0 context.Context, arg1 ...client.UpdateTaskOpts) error

Update mocks base method.

func (*MockTask) Wait

func (m *MockTask) Wait(arg0 context.Context) (<-chan client.ExitStatus, error)

Wait mocks base method.

type MockTaskMockRecorder

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

MockTaskMockRecorder is the mock recorder for MockTask.

func (*MockTaskMockRecorder) Checkpoint

func (mr *MockTaskMockRecorder) Checkpoint(arg0 any, arg1 ...any) *gomock.Call

Checkpoint indicates an expected call of Checkpoint.

func (*MockTaskMockRecorder) CloseIO

func (mr *MockTaskMockRecorder) CloseIO(arg0 any, arg1 ...any) *gomock.Call

CloseIO indicates an expected call of CloseIO.

func (*MockTaskMockRecorder) Delete

func (mr *MockTaskMockRecorder) Delete(arg0 any, arg1 ...any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockTaskMockRecorder) Exec

func (mr *MockTaskMockRecorder) Exec(arg0, arg1, arg2, arg3 any) *gomock.Call

Exec indicates an expected call of Exec.

func (*MockTaskMockRecorder) ID

func (mr *MockTaskMockRecorder) ID() *gomock.Call

ID indicates an expected call of ID.

func (*MockTaskMockRecorder) IO

func (mr *MockTaskMockRecorder) IO() *gomock.Call

IO indicates an expected call of IO.

func (*MockTaskMockRecorder) Kill

func (mr *MockTaskMockRecorder) Kill(arg0, arg1 any, arg2 ...any) *gomock.Call

Kill indicates an expected call of Kill.

func (*MockTaskMockRecorder) LoadProcess

func (mr *MockTaskMockRecorder) LoadProcess(arg0, arg1, arg2 any) *gomock.Call

LoadProcess indicates an expected call of LoadProcess.

func (*MockTaskMockRecorder) Metrics

func (mr *MockTaskMockRecorder) Metrics(arg0 any) *gomock.Call

Metrics indicates an expected call of Metrics.

func (*MockTaskMockRecorder) Pause

func (mr *MockTaskMockRecorder) Pause(arg0 any) *gomock.Call

Pause indicates an expected call of Pause.

func (*MockTaskMockRecorder) Pid

func (mr *MockTaskMockRecorder) Pid() *gomock.Call

Pid indicates an expected call of Pid.

func (*MockTaskMockRecorder) Pids

func (mr *MockTaskMockRecorder) Pids(arg0 any) *gomock.Call

Pids indicates an expected call of Pids.

func (*MockTaskMockRecorder) Resize

func (mr *MockTaskMockRecorder) Resize(ctx, w, h any) *gomock.Call

Resize indicates an expected call of Resize.

func (*MockTaskMockRecorder) Resume

func (mr *MockTaskMockRecorder) Resume(arg0 any) *gomock.Call

Resume indicates an expected call of Resume.

func (*MockTaskMockRecorder) Spec

func (mr *MockTaskMockRecorder) Spec(arg0 any) *gomock.Call

Spec indicates an expected call of Spec.

func (*MockTaskMockRecorder) Start

func (mr *MockTaskMockRecorder) Start(arg0 any) *gomock.Call

Start indicates an expected call of Start.

func (*MockTaskMockRecorder) Status

func (mr *MockTaskMockRecorder) Status(arg0 any) *gomock.Call

Status indicates an expected call of Status.

func (*MockTaskMockRecorder) Update

func (mr *MockTaskMockRecorder) Update(arg0 any, arg1 ...any) *gomock.Call

Update indicates an expected call of Update.

func (*MockTaskMockRecorder) Wait

func (mr *MockTaskMockRecorder) Wait(arg0 any) *gomock.Call

Wait indicates an expected call of Wait.

Jump to

Keyboard shortcuts

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