mocks

package
v5.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2026 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

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 MockAPIClient

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

MockAPIClient is a mock of APIClient interface.

func NewMockAPIClient

func NewMockAPIClient(ctrl *gomock.Controller) *MockAPIClient

NewMockAPIClient creates a new mock instance.

func (*MockAPIClient) BuildCachePrune

BuildCachePrune mocks base method.

func (*MockAPIClient) BuildCancel

BuildCancel mocks base method.

func (*MockAPIClient) CheckpointCreate

CheckpointCreate mocks base method.

func (*MockAPIClient) CheckpointList

CheckpointList mocks base method.

func (*MockAPIClient) CheckpointRemove added in v5.1.0

CheckpointRemove mocks base method.

func (*MockAPIClient) ClientVersion

func (m *MockAPIClient) ClientVersion() string

ClientVersion mocks base method.

func (*MockAPIClient) Close

func (m *MockAPIClient) Close() error

Close mocks base method.

func (*MockAPIClient) ConfigCreate

ConfigCreate mocks base method.

func (*MockAPIClient) ConfigInspect added in v5.1.0

ConfigInspect mocks base method.

func (*MockAPIClient) ConfigList

ConfigList mocks base method.

func (*MockAPIClient) ConfigRemove

ConfigRemove mocks base method.

func (*MockAPIClient) ConfigUpdate

ConfigUpdate mocks base method.

func (*MockAPIClient) ContainerAttach

ContainerAttach mocks base method.

func (*MockAPIClient) ContainerCommit

ContainerCommit mocks base method.

func (*MockAPIClient) ContainerCreate

ContainerCreate mocks base method.

func (*MockAPIClient) ContainerDiff

ContainerDiff mocks base method.

func (*MockAPIClient) ContainerExport

ContainerExport mocks base method.

func (*MockAPIClient) ContainerInspect

ContainerInspect mocks base method.

func (*MockAPIClient) ContainerKill

ContainerKill mocks base method.

func (*MockAPIClient) ContainerList

ContainerList mocks base method.

func (*MockAPIClient) ContainerLogs

ContainerLogs mocks base method.

func (*MockAPIClient) ContainerPause

ContainerPause mocks base method.

func (*MockAPIClient) ContainerPrune added in v5.1.0

ContainerPrune mocks base method.

func (*MockAPIClient) ContainerRemove

ContainerRemove mocks base method.

func (*MockAPIClient) ContainerRename

ContainerRename mocks base method.

func (*MockAPIClient) ContainerResize

ContainerResize mocks base method.

func (*MockAPIClient) ContainerRestart

ContainerRestart mocks base method.

func (*MockAPIClient) ContainerStart

ContainerStart mocks base method.

func (*MockAPIClient) ContainerStatPath

ContainerStatPath mocks base method.

func (*MockAPIClient) ContainerStats

ContainerStats mocks base method.

func (*MockAPIClient) ContainerStop

ContainerStop mocks base method.

func (*MockAPIClient) ContainerTop

ContainerTop mocks base method.

func (*MockAPIClient) ContainerUnpause

ContainerUnpause mocks base method.

func (*MockAPIClient) ContainerUpdate

ContainerUpdate mocks base method.

func (*MockAPIClient) ContainerWait

ContainerWait mocks base method.

func (*MockAPIClient) CopyFromContainer

CopyFromContainer mocks base method.

func (*MockAPIClient) CopyToContainer

CopyToContainer mocks base method.

func (*MockAPIClient) DaemonHost

func (m *MockAPIClient) DaemonHost() string

DaemonHost mocks base method.

func (*MockAPIClient) DialHijack

func (m *MockAPIClient) DialHijack(arg0 context.Context, arg1, arg2 string, arg3 map[string][]string) (net.Conn, error)

DialHijack mocks base method.

func (*MockAPIClient) Dialer

func (m *MockAPIClient) Dialer() func(context.Context) (net.Conn, error)

Dialer mocks base method.

func (*MockAPIClient) DiskUsage

DiskUsage mocks base method.

func (*MockAPIClient) DistributionInspect

DistributionInspect mocks base method.

func (*MockAPIClient) EXPECT

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

func (*MockAPIClient) Events

Events mocks base method.

func (*MockAPIClient) ExecAttach added in v5.1.0

ExecAttach mocks base method.

func (*MockAPIClient) ExecCreate added in v5.1.0

ExecCreate mocks base method.

func (*MockAPIClient) ExecInspect added in v5.1.0

ExecInspect mocks base method.

func (*MockAPIClient) ExecResize added in v5.1.0

ExecResize mocks base method.

func (*MockAPIClient) ExecStart added in v5.1.0

ExecStart mocks base method.

func (*MockAPIClient) ImageBuild

ImageBuild mocks base method.

func (*MockAPIClient) ImageHistory

ImageHistory mocks base method.

func (*MockAPIClient) ImageImport

ImageImport mocks base method.

func (*MockAPIClient) ImageInspect

ImageInspect mocks base method.

func (*MockAPIClient) ImageList

ImageList mocks base method.

func (*MockAPIClient) ImageLoad

func (m *MockAPIClient) ImageLoad(arg0 context.Context, arg1 io.Reader, arg2 ...client.ImageLoadOption) (client.ImageLoadResult, error)

ImageLoad mocks base method.

func (*MockAPIClient) ImagePrune added in v5.1.0

ImagePrune mocks base method.

func (*MockAPIClient) ImagePull

ImagePull mocks base method.

func (*MockAPIClient) ImagePush

ImagePush mocks base method.

func (*MockAPIClient) ImageRemove

ImageRemove mocks base method.

func (*MockAPIClient) ImageSave

func (m *MockAPIClient) ImageSave(arg0 context.Context, arg1 []string, arg2 ...client.ImageSaveOption) (client.ImageSaveResult, error)

ImageSave mocks base method.

func (*MockAPIClient) ImageSearch

ImageSearch mocks base method.

func (*MockAPIClient) ImageTag

ImageTag mocks base method.

func (*MockAPIClient) Info

Info mocks base method.

func (*MockAPIClient) NetworkConnect

NetworkConnect mocks base method.

func (*MockAPIClient) NetworkCreate

NetworkCreate mocks base method.

func (*MockAPIClient) NetworkDisconnect

NetworkDisconnect mocks base method.

func (*MockAPIClient) NetworkInspect

NetworkInspect mocks base method.

func (*MockAPIClient) NetworkList

NetworkList mocks base method.

func (*MockAPIClient) NetworkPrune added in v5.1.0

NetworkPrune mocks base method.

func (*MockAPIClient) NetworkRemove

NetworkRemove mocks base method.

func (*MockAPIClient) NodeInspect added in v5.1.0

NodeInspect mocks base method.

func (*MockAPIClient) NodeList

NodeList mocks base method.

func (*MockAPIClient) NodeRemove

NodeRemove mocks base method.

func (*MockAPIClient) NodeUpdate

NodeUpdate mocks base method.

func (*MockAPIClient) Ping

Ping mocks base method.

func (*MockAPIClient) PluginCreate

PluginCreate mocks base method.

func (*MockAPIClient) PluginDisable

PluginDisable mocks base method.

func (*MockAPIClient) PluginEnable

PluginEnable mocks base method.

func (*MockAPIClient) PluginInspect added in v5.1.0

PluginInspect mocks base method.

func (*MockAPIClient) PluginInstall

PluginInstall mocks base method.

func (*MockAPIClient) PluginList

PluginList mocks base method.

func (*MockAPIClient) PluginPush

PluginPush mocks base method.

func (*MockAPIClient) PluginRemove

PluginRemove mocks base method.

func (*MockAPIClient) PluginSet

PluginSet mocks base method.

func (*MockAPIClient) PluginUpgrade

PluginUpgrade mocks base method.

func (*MockAPIClient) RegistryLogin

RegistryLogin mocks base method.

func (*MockAPIClient) SecretCreate

SecretCreate mocks base method.

func (*MockAPIClient) SecretInspect added in v5.1.0

SecretInspect mocks base method.

func (*MockAPIClient) SecretList

SecretList mocks base method.

func (*MockAPIClient) SecretRemove

SecretRemove mocks base method.

func (*MockAPIClient) SecretUpdate

SecretUpdate mocks base method.

func (*MockAPIClient) ServerVersion

ServerVersion mocks base method.

func (*MockAPIClient) ServiceCreate

ServiceCreate mocks base method.

func (*MockAPIClient) ServiceInspect added in v5.1.0

ServiceInspect mocks base method.

func (*MockAPIClient) ServiceList

ServiceList mocks base method.

func (*MockAPIClient) ServiceLogs

ServiceLogs mocks base method.

func (*MockAPIClient) ServiceRemove

ServiceRemove mocks base method.

func (*MockAPIClient) ServiceUpdate

ServiceUpdate mocks base method.

func (*MockAPIClient) SwarmGetUnlockKey

func (m *MockAPIClient) SwarmGetUnlockKey(arg0 context.Context) (client.SwarmGetUnlockKeyResult, error)

SwarmGetUnlockKey mocks base method.

func (*MockAPIClient) SwarmInit

SwarmInit mocks base method.

func (*MockAPIClient) SwarmInspect

SwarmInspect mocks base method.

func (*MockAPIClient) SwarmJoin

SwarmJoin mocks base method.

func (*MockAPIClient) SwarmLeave

SwarmLeave mocks base method.

func (*MockAPIClient) SwarmUnlock

SwarmUnlock mocks base method.

func (*MockAPIClient) SwarmUpdate

SwarmUpdate mocks base method.

func (*MockAPIClient) TaskInspect added in v5.1.0

TaskInspect mocks base method.

func (*MockAPIClient) TaskList

TaskList mocks base method.

func (*MockAPIClient) TaskLogs

TaskLogs mocks base method.

func (*MockAPIClient) VolumeCreate

VolumeCreate mocks base method.

func (*MockAPIClient) VolumeInspect

VolumeInspect mocks base method.

func (*MockAPIClient) VolumeList

VolumeList mocks base method.

func (*MockAPIClient) VolumePrune added in v5.1.0

VolumePrune mocks base method.

func (*MockAPIClient) VolumeRemove

VolumeRemove mocks base method.

func (*MockAPIClient) VolumeUpdate

VolumeUpdate mocks base method.

type MockAPIClientMockRecorder

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

MockAPIClientMockRecorder is the mock recorder for MockAPIClient.

func (*MockAPIClientMockRecorder) BuildCachePrune

func (mr *MockAPIClientMockRecorder) BuildCachePrune(arg0, arg1 any) *gomock.Call

BuildCachePrune indicates an expected call of BuildCachePrune.

func (*MockAPIClientMockRecorder) BuildCancel

func (mr *MockAPIClientMockRecorder) BuildCancel(arg0, arg1, arg2 any) *gomock.Call

BuildCancel indicates an expected call of BuildCancel.

func (*MockAPIClientMockRecorder) CheckpointCreate

func (mr *MockAPIClientMockRecorder) CheckpointCreate(arg0, arg1, arg2 any) *gomock.Call

CheckpointCreate indicates an expected call of CheckpointCreate.

func (*MockAPIClientMockRecorder) CheckpointList

func (mr *MockAPIClientMockRecorder) CheckpointList(arg0, arg1, arg2 any) *gomock.Call

CheckpointList indicates an expected call of CheckpointList.

func (*MockAPIClientMockRecorder) CheckpointRemove added in v5.1.0

func (mr *MockAPIClientMockRecorder) CheckpointRemove(arg0, arg1, arg2 any) *gomock.Call

CheckpointRemove indicates an expected call of CheckpointRemove.

func (*MockAPIClientMockRecorder) ClientVersion

func (mr *MockAPIClientMockRecorder) ClientVersion() *gomock.Call

ClientVersion indicates an expected call of ClientVersion.

func (*MockAPIClientMockRecorder) Close

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

Close indicates an expected call of Close.

func (*MockAPIClientMockRecorder) ConfigCreate

func (mr *MockAPIClientMockRecorder) ConfigCreate(arg0, arg1 any) *gomock.Call

ConfigCreate indicates an expected call of ConfigCreate.

func (*MockAPIClientMockRecorder) ConfigInspect added in v5.1.0

func (mr *MockAPIClientMockRecorder) ConfigInspect(arg0, arg1, arg2 any) *gomock.Call

ConfigInspect indicates an expected call of ConfigInspect.

func (*MockAPIClientMockRecorder) ConfigList

func (mr *MockAPIClientMockRecorder) ConfigList(arg0, arg1 any) *gomock.Call

ConfigList indicates an expected call of ConfigList.

func (*MockAPIClientMockRecorder) ConfigRemove

func (mr *MockAPIClientMockRecorder) ConfigRemove(arg0, arg1, arg2 any) *gomock.Call

ConfigRemove indicates an expected call of ConfigRemove.

func (*MockAPIClientMockRecorder) ConfigUpdate

func (mr *MockAPIClientMockRecorder) ConfigUpdate(arg0, arg1, arg2 any) *gomock.Call

ConfigUpdate indicates an expected call of ConfigUpdate.

func (*MockAPIClientMockRecorder) ContainerAttach

func (mr *MockAPIClientMockRecorder) ContainerAttach(arg0, arg1, arg2 any) *gomock.Call

ContainerAttach indicates an expected call of ContainerAttach.

func (*MockAPIClientMockRecorder) ContainerCommit

func (mr *MockAPIClientMockRecorder) ContainerCommit(arg0, arg1, arg2 any) *gomock.Call

ContainerCommit indicates an expected call of ContainerCommit.

func (*MockAPIClientMockRecorder) ContainerCreate

func (mr *MockAPIClientMockRecorder) ContainerCreate(arg0, arg1 any) *gomock.Call

ContainerCreate indicates an expected call of ContainerCreate.

func (*MockAPIClientMockRecorder) ContainerDiff

func (mr *MockAPIClientMockRecorder) ContainerDiff(arg0, arg1, arg2 any) *gomock.Call

ContainerDiff indicates an expected call of ContainerDiff.

func (*MockAPIClientMockRecorder) ContainerExport

func (mr *MockAPIClientMockRecorder) ContainerExport(arg0, arg1, arg2 any) *gomock.Call

ContainerExport indicates an expected call of ContainerExport.

func (*MockAPIClientMockRecorder) ContainerInspect

func (mr *MockAPIClientMockRecorder) ContainerInspect(arg0, arg1, arg2 any) *gomock.Call

ContainerInspect indicates an expected call of ContainerInspect.

func (*MockAPIClientMockRecorder) ContainerKill

func (mr *MockAPIClientMockRecorder) ContainerKill(arg0, arg1, arg2 any) *gomock.Call

ContainerKill indicates an expected call of ContainerKill.

func (*MockAPIClientMockRecorder) ContainerList

func (mr *MockAPIClientMockRecorder) ContainerList(arg0, arg1 any) *gomock.Call

ContainerList indicates an expected call of ContainerList.

func (*MockAPIClientMockRecorder) ContainerLogs

func (mr *MockAPIClientMockRecorder) ContainerLogs(arg0, arg1, arg2 any) *gomock.Call

ContainerLogs indicates an expected call of ContainerLogs.

func (*MockAPIClientMockRecorder) ContainerPause

func (mr *MockAPIClientMockRecorder) ContainerPause(arg0, arg1, arg2 any) *gomock.Call

ContainerPause indicates an expected call of ContainerPause.

func (*MockAPIClientMockRecorder) ContainerPrune added in v5.1.0

func (mr *MockAPIClientMockRecorder) ContainerPrune(arg0, arg1 any) *gomock.Call

ContainerPrune indicates an expected call of ContainerPrune.

func (*MockAPIClientMockRecorder) ContainerRemove

func (mr *MockAPIClientMockRecorder) ContainerRemove(arg0, arg1, arg2 any) *gomock.Call

ContainerRemove indicates an expected call of ContainerRemove.

func (*MockAPIClientMockRecorder) ContainerRename

func (mr *MockAPIClientMockRecorder) ContainerRename(arg0, arg1, arg2 any) *gomock.Call

ContainerRename indicates an expected call of ContainerRename.

func (*MockAPIClientMockRecorder) ContainerResize

func (mr *MockAPIClientMockRecorder) ContainerResize(arg0, arg1, arg2 any) *gomock.Call

ContainerResize indicates an expected call of ContainerResize.

func (*MockAPIClientMockRecorder) ContainerRestart

func (mr *MockAPIClientMockRecorder) ContainerRestart(arg0, arg1, arg2 any) *gomock.Call

ContainerRestart indicates an expected call of ContainerRestart.

func (*MockAPIClientMockRecorder) ContainerStart

func (mr *MockAPIClientMockRecorder) ContainerStart(arg0, arg1, arg2 any) *gomock.Call

ContainerStart indicates an expected call of ContainerStart.

func (*MockAPIClientMockRecorder) ContainerStatPath

func (mr *MockAPIClientMockRecorder) ContainerStatPath(arg0, arg1, arg2 any) *gomock.Call

ContainerStatPath indicates an expected call of ContainerStatPath.

func (*MockAPIClientMockRecorder) ContainerStats

func (mr *MockAPIClientMockRecorder) ContainerStats(arg0, arg1, arg2 any) *gomock.Call

ContainerStats indicates an expected call of ContainerStats.

func (*MockAPIClientMockRecorder) ContainerStop

func (mr *MockAPIClientMockRecorder) ContainerStop(arg0, arg1, arg2 any) *gomock.Call

ContainerStop indicates an expected call of ContainerStop.

func (*MockAPIClientMockRecorder) ContainerTop

func (mr *MockAPIClientMockRecorder) ContainerTop(arg0, arg1, arg2 any) *gomock.Call

ContainerTop indicates an expected call of ContainerTop.

func (*MockAPIClientMockRecorder) ContainerUnpause

func (mr *MockAPIClientMockRecorder) ContainerUnpause(arg0, arg1, arg2 any) *gomock.Call

ContainerUnpause indicates an expected call of ContainerUnpause.

func (*MockAPIClientMockRecorder) ContainerUpdate

func (mr *MockAPIClientMockRecorder) ContainerUpdate(arg0, arg1, arg2 any) *gomock.Call

ContainerUpdate indicates an expected call of ContainerUpdate.

func (*MockAPIClientMockRecorder) ContainerWait

func (mr *MockAPIClientMockRecorder) ContainerWait(arg0, arg1, arg2 any) *gomock.Call

ContainerWait indicates an expected call of ContainerWait.

func (*MockAPIClientMockRecorder) CopyFromContainer

func (mr *MockAPIClientMockRecorder) CopyFromContainer(arg0, arg1, arg2 any) *gomock.Call

CopyFromContainer indicates an expected call of CopyFromContainer.

func (*MockAPIClientMockRecorder) CopyToContainer

func (mr *MockAPIClientMockRecorder) CopyToContainer(arg0, arg1, arg2 any) *gomock.Call

CopyToContainer indicates an expected call of CopyToContainer.

func (*MockAPIClientMockRecorder) DaemonHost

func (mr *MockAPIClientMockRecorder) DaemonHost() *gomock.Call

DaemonHost indicates an expected call of DaemonHost.

func (*MockAPIClientMockRecorder) DialHijack

func (mr *MockAPIClientMockRecorder) DialHijack(arg0, arg1, arg2, arg3 any) *gomock.Call

DialHijack indicates an expected call of DialHijack.

func (*MockAPIClientMockRecorder) Dialer

func (mr *MockAPIClientMockRecorder) Dialer() *gomock.Call

Dialer indicates an expected call of Dialer.

func (*MockAPIClientMockRecorder) DiskUsage

func (mr *MockAPIClientMockRecorder) DiskUsage(arg0, arg1 any) *gomock.Call

DiskUsage indicates an expected call of DiskUsage.

func (*MockAPIClientMockRecorder) DistributionInspect

func (mr *MockAPIClientMockRecorder) DistributionInspect(arg0, arg1, arg2 any) *gomock.Call

DistributionInspect indicates an expected call of DistributionInspect.

func (*MockAPIClientMockRecorder) Events

func (mr *MockAPIClientMockRecorder) Events(arg0, arg1 any) *gomock.Call

Events indicates an expected call of Events.

func (*MockAPIClientMockRecorder) ExecAttach added in v5.1.0

func (mr *MockAPIClientMockRecorder) ExecAttach(arg0, arg1, arg2 any) *gomock.Call

ExecAttach indicates an expected call of ExecAttach.

func (*MockAPIClientMockRecorder) ExecCreate added in v5.1.0

func (mr *MockAPIClientMockRecorder) ExecCreate(arg0, arg1, arg2 any) *gomock.Call

ExecCreate indicates an expected call of ExecCreate.

func (*MockAPIClientMockRecorder) ExecInspect added in v5.1.0

func (mr *MockAPIClientMockRecorder) ExecInspect(arg0, arg1, arg2 any) *gomock.Call

ExecInspect indicates an expected call of ExecInspect.

func (*MockAPIClientMockRecorder) ExecResize added in v5.1.0

func (mr *MockAPIClientMockRecorder) ExecResize(arg0, arg1, arg2 any) *gomock.Call

ExecResize indicates an expected call of ExecResize.

func (*MockAPIClientMockRecorder) ExecStart added in v5.1.0

func (mr *MockAPIClientMockRecorder) ExecStart(arg0, arg1, arg2 any) *gomock.Call

ExecStart indicates an expected call of ExecStart.

func (*MockAPIClientMockRecorder) ImageBuild

func (mr *MockAPIClientMockRecorder) ImageBuild(arg0, arg1, arg2 any) *gomock.Call

ImageBuild indicates an expected call of ImageBuild.

func (*MockAPIClientMockRecorder) ImageHistory

func (mr *MockAPIClientMockRecorder) ImageHistory(arg0, arg1 any, arg2 ...any) *gomock.Call

ImageHistory indicates an expected call of ImageHistory.

func (*MockAPIClientMockRecorder) ImageImport

func (mr *MockAPIClientMockRecorder) ImageImport(arg0, arg1, arg2, arg3 any) *gomock.Call

ImageImport indicates an expected call of ImageImport.

func (*MockAPIClientMockRecorder) ImageInspect

func (mr *MockAPIClientMockRecorder) ImageInspect(arg0, arg1 any, arg2 ...any) *gomock.Call

ImageInspect indicates an expected call of ImageInspect.

func (*MockAPIClientMockRecorder) ImageList

func (mr *MockAPIClientMockRecorder) ImageList(arg0, arg1 any) *gomock.Call

ImageList indicates an expected call of ImageList.

func (*MockAPIClientMockRecorder) ImageLoad

func (mr *MockAPIClientMockRecorder) ImageLoad(arg0, arg1 any, arg2 ...any) *gomock.Call

ImageLoad indicates an expected call of ImageLoad.

func (*MockAPIClientMockRecorder) ImagePrune added in v5.1.0

func (mr *MockAPIClientMockRecorder) ImagePrune(arg0, arg1 any) *gomock.Call

ImagePrune indicates an expected call of ImagePrune.

func (*MockAPIClientMockRecorder) ImagePull

func (mr *MockAPIClientMockRecorder) ImagePull(arg0, arg1, arg2 any) *gomock.Call

ImagePull indicates an expected call of ImagePull.

func (*MockAPIClientMockRecorder) ImagePush

func (mr *MockAPIClientMockRecorder) ImagePush(arg0, arg1, arg2 any) *gomock.Call

ImagePush indicates an expected call of ImagePush.

func (*MockAPIClientMockRecorder) ImageRemove

func (mr *MockAPIClientMockRecorder) ImageRemove(arg0, arg1, arg2 any) *gomock.Call

ImageRemove indicates an expected call of ImageRemove.

func (*MockAPIClientMockRecorder) ImageSave

func (mr *MockAPIClientMockRecorder) ImageSave(arg0, arg1 any, arg2 ...any) *gomock.Call

ImageSave indicates an expected call of ImageSave.

func (*MockAPIClientMockRecorder) ImageSearch

func (mr *MockAPIClientMockRecorder) ImageSearch(arg0, arg1, arg2 any) *gomock.Call

ImageSearch indicates an expected call of ImageSearch.

func (*MockAPIClientMockRecorder) ImageTag

func (mr *MockAPIClientMockRecorder) ImageTag(arg0, arg1 any) *gomock.Call

ImageTag indicates an expected call of ImageTag.

func (*MockAPIClientMockRecorder) Info

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

Info indicates an expected call of Info.

func (*MockAPIClientMockRecorder) NetworkConnect

func (mr *MockAPIClientMockRecorder) NetworkConnect(arg0, arg1, arg2 any) *gomock.Call

NetworkConnect indicates an expected call of NetworkConnect.

func (*MockAPIClientMockRecorder) NetworkCreate

func (mr *MockAPIClientMockRecorder) NetworkCreate(arg0, arg1, arg2 any) *gomock.Call

NetworkCreate indicates an expected call of NetworkCreate.

func (*MockAPIClientMockRecorder) NetworkDisconnect

func (mr *MockAPIClientMockRecorder) NetworkDisconnect(arg0, arg1, arg2 any) *gomock.Call

NetworkDisconnect indicates an expected call of NetworkDisconnect.

func (*MockAPIClientMockRecorder) NetworkInspect

func (mr *MockAPIClientMockRecorder) NetworkInspect(arg0, arg1, arg2 any) *gomock.Call

NetworkInspect indicates an expected call of NetworkInspect.

func (*MockAPIClientMockRecorder) NetworkList

func (mr *MockAPIClientMockRecorder) NetworkList(arg0, arg1 any) *gomock.Call

NetworkList indicates an expected call of NetworkList.

func (*MockAPIClientMockRecorder) NetworkPrune added in v5.1.0

func (mr *MockAPIClientMockRecorder) NetworkPrune(arg0, arg1 any) *gomock.Call

NetworkPrune indicates an expected call of NetworkPrune.

func (*MockAPIClientMockRecorder) NetworkRemove

func (mr *MockAPIClientMockRecorder) NetworkRemove(arg0, arg1, arg2 any) *gomock.Call

NetworkRemove indicates an expected call of NetworkRemove.

func (*MockAPIClientMockRecorder) NodeInspect added in v5.1.0

func (mr *MockAPIClientMockRecorder) NodeInspect(arg0, arg1, arg2 any) *gomock.Call

NodeInspect indicates an expected call of NodeInspect.

func (*MockAPIClientMockRecorder) NodeList

func (mr *MockAPIClientMockRecorder) NodeList(arg0, arg1 any) *gomock.Call

NodeList indicates an expected call of NodeList.

func (*MockAPIClientMockRecorder) NodeRemove

func (mr *MockAPIClientMockRecorder) NodeRemove(arg0, arg1, arg2 any) *gomock.Call

NodeRemove indicates an expected call of NodeRemove.

func (*MockAPIClientMockRecorder) NodeUpdate

func (mr *MockAPIClientMockRecorder) NodeUpdate(arg0, arg1, arg2 any) *gomock.Call

NodeUpdate indicates an expected call of NodeUpdate.

func (*MockAPIClientMockRecorder) Ping

func (mr *MockAPIClientMockRecorder) Ping(arg0, arg1 any) *gomock.Call

Ping indicates an expected call of Ping.

func (*MockAPIClientMockRecorder) PluginCreate

func (mr *MockAPIClientMockRecorder) PluginCreate(arg0, arg1, arg2 any) *gomock.Call

PluginCreate indicates an expected call of PluginCreate.

func (*MockAPIClientMockRecorder) PluginDisable

func (mr *MockAPIClientMockRecorder) PluginDisable(arg0, arg1, arg2 any) *gomock.Call

PluginDisable indicates an expected call of PluginDisable.

func (*MockAPIClientMockRecorder) PluginEnable

func (mr *MockAPIClientMockRecorder) PluginEnable(arg0, arg1, arg2 any) *gomock.Call

PluginEnable indicates an expected call of PluginEnable.

func (*MockAPIClientMockRecorder) PluginInspect added in v5.1.0

func (mr *MockAPIClientMockRecorder) PluginInspect(arg0, arg1, arg2 any) *gomock.Call

PluginInspect indicates an expected call of PluginInspect.

func (*MockAPIClientMockRecorder) PluginInstall

func (mr *MockAPIClientMockRecorder) PluginInstall(arg0, arg1, arg2 any) *gomock.Call

PluginInstall indicates an expected call of PluginInstall.

func (*MockAPIClientMockRecorder) PluginList

func (mr *MockAPIClientMockRecorder) PluginList(arg0, arg1 any) *gomock.Call

PluginList indicates an expected call of PluginList.

func (*MockAPIClientMockRecorder) PluginPush

func (mr *MockAPIClientMockRecorder) PluginPush(arg0, arg1, arg2 any) *gomock.Call

PluginPush indicates an expected call of PluginPush.

func (*MockAPIClientMockRecorder) PluginRemove

func (mr *MockAPIClientMockRecorder) PluginRemove(arg0, arg1, arg2 any) *gomock.Call

PluginRemove indicates an expected call of PluginRemove.

func (*MockAPIClientMockRecorder) PluginSet

func (mr *MockAPIClientMockRecorder) PluginSet(arg0, arg1, arg2 any) *gomock.Call

PluginSet indicates an expected call of PluginSet.

func (*MockAPIClientMockRecorder) PluginUpgrade

func (mr *MockAPIClientMockRecorder) PluginUpgrade(arg0, arg1, arg2 any) *gomock.Call

PluginUpgrade indicates an expected call of PluginUpgrade.

func (*MockAPIClientMockRecorder) RegistryLogin

func (mr *MockAPIClientMockRecorder) RegistryLogin(arg0, arg1 any) *gomock.Call

RegistryLogin indicates an expected call of RegistryLogin.

func (*MockAPIClientMockRecorder) SecretCreate

func (mr *MockAPIClientMockRecorder) SecretCreate(arg0, arg1 any) *gomock.Call

SecretCreate indicates an expected call of SecretCreate.

func (*MockAPIClientMockRecorder) SecretInspect added in v5.1.0

func (mr *MockAPIClientMockRecorder) SecretInspect(arg0, arg1, arg2 any) *gomock.Call

SecretInspect indicates an expected call of SecretInspect.

func (*MockAPIClientMockRecorder) SecretList

func (mr *MockAPIClientMockRecorder) SecretList(arg0, arg1 any) *gomock.Call

SecretList indicates an expected call of SecretList.

func (*MockAPIClientMockRecorder) SecretRemove

func (mr *MockAPIClientMockRecorder) SecretRemove(arg0, arg1, arg2 any) *gomock.Call

SecretRemove indicates an expected call of SecretRemove.

func (*MockAPIClientMockRecorder) SecretUpdate

func (mr *MockAPIClientMockRecorder) SecretUpdate(arg0, arg1, arg2 any) *gomock.Call

SecretUpdate indicates an expected call of SecretUpdate.

func (*MockAPIClientMockRecorder) ServerVersion

func (mr *MockAPIClientMockRecorder) ServerVersion(arg0, arg1 any) *gomock.Call

ServerVersion indicates an expected call of ServerVersion.

func (*MockAPIClientMockRecorder) ServiceCreate

func (mr *MockAPIClientMockRecorder) ServiceCreate(arg0, arg1 any) *gomock.Call

ServiceCreate indicates an expected call of ServiceCreate.

func (*MockAPIClientMockRecorder) ServiceInspect added in v5.1.0

func (mr *MockAPIClientMockRecorder) ServiceInspect(arg0, arg1, arg2 any) *gomock.Call

ServiceInspect indicates an expected call of ServiceInspect.

func (*MockAPIClientMockRecorder) ServiceList

func (mr *MockAPIClientMockRecorder) ServiceList(arg0, arg1 any) *gomock.Call

ServiceList indicates an expected call of ServiceList.

func (*MockAPIClientMockRecorder) ServiceLogs

func (mr *MockAPIClientMockRecorder) ServiceLogs(arg0, arg1, arg2 any) *gomock.Call

ServiceLogs indicates an expected call of ServiceLogs.

func (*MockAPIClientMockRecorder) ServiceRemove

func (mr *MockAPIClientMockRecorder) ServiceRemove(arg0, arg1, arg2 any) *gomock.Call

ServiceRemove indicates an expected call of ServiceRemove.

func (*MockAPIClientMockRecorder) ServiceUpdate

func (mr *MockAPIClientMockRecorder) ServiceUpdate(arg0, arg1, arg2 any) *gomock.Call

ServiceUpdate indicates an expected call of ServiceUpdate.

func (*MockAPIClientMockRecorder) SwarmGetUnlockKey

func (mr *MockAPIClientMockRecorder) SwarmGetUnlockKey(arg0 any) *gomock.Call

SwarmGetUnlockKey indicates an expected call of SwarmGetUnlockKey.

func (*MockAPIClientMockRecorder) SwarmInit

func (mr *MockAPIClientMockRecorder) SwarmInit(arg0, arg1 any) *gomock.Call

SwarmInit indicates an expected call of SwarmInit.

func (*MockAPIClientMockRecorder) SwarmInspect

func (mr *MockAPIClientMockRecorder) SwarmInspect(arg0, arg1 any) *gomock.Call

SwarmInspect indicates an expected call of SwarmInspect.

func (*MockAPIClientMockRecorder) SwarmJoin

func (mr *MockAPIClientMockRecorder) SwarmJoin(arg0, arg1 any) *gomock.Call

SwarmJoin indicates an expected call of SwarmJoin.

func (*MockAPIClientMockRecorder) SwarmLeave

func (mr *MockAPIClientMockRecorder) SwarmLeave(arg0, arg1 any) *gomock.Call

SwarmLeave indicates an expected call of SwarmLeave.

func (*MockAPIClientMockRecorder) SwarmUnlock

func (mr *MockAPIClientMockRecorder) SwarmUnlock(arg0, arg1 any) *gomock.Call

SwarmUnlock indicates an expected call of SwarmUnlock.

func (*MockAPIClientMockRecorder) SwarmUpdate

func (mr *MockAPIClientMockRecorder) SwarmUpdate(arg0, arg1 any) *gomock.Call

SwarmUpdate indicates an expected call of SwarmUpdate.

func (*MockAPIClientMockRecorder) TaskInspect added in v5.1.0

func (mr *MockAPIClientMockRecorder) TaskInspect(arg0, arg1, arg2 any) *gomock.Call

TaskInspect indicates an expected call of TaskInspect.

func (*MockAPIClientMockRecorder) TaskList

func (mr *MockAPIClientMockRecorder) TaskList(arg0, arg1 any) *gomock.Call

TaskList indicates an expected call of TaskList.

func (*MockAPIClientMockRecorder) TaskLogs

func (mr *MockAPIClientMockRecorder) TaskLogs(arg0, arg1, arg2 any) *gomock.Call

TaskLogs indicates an expected call of TaskLogs.

func (*MockAPIClientMockRecorder) VolumeCreate

func (mr *MockAPIClientMockRecorder) VolumeCreate(arg0, arg1 any) *gomock.Call

VolumeCreate indicates an expected call of VolumeCreate.

func (*MockAPIClientMockRecorder) VolumeInspect

func (mr *MockAPIClientMockRecorder) VolumeInspect(arg0, arg1, arg2 any) *gomock.Call

VolumeInspect indicates an expected call of VolumeInspect.

func (*MockAPIClientMockRecorder) VolumeList

func (mr *MockAPIClientMockRecorder) VolumeList(arg0, arg1 any) *gomock.Call

VolumeList indicates an expected call of VolumeList.

func (*MockAPIClientMockRecorder) VolumePrune added in v5.1.0

func (mr *MockAPIClientMockRecorder) VolumePrune(arg0, arg1 any) *gomock.Call

VolumePrune indicates an expected call of VolumePrune.

func (*MockAPIClientMockRecorder) VolumeRemove

func (mr *MockAPIClientMockRecorder) VolumeRemove(arg0, arg1, arg2 any) *gomock.Call

VolumeRemove indicates an expected call of VolumeRemove.

func (*MockAPIClientMockRecorder) VolumeUpdate

func (mr *MockAPIClientMockRecorder) VolumeUpdate(arg0, arg1, arg2 any) *gomock.Call

VolumeUpdate indicates an expected call of VolumeUpdate.

type MockCli

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

MockCli is a mock of Cli interface.

func NewMockCli

func NewMockCli(ctrl *gomock.Controller) *MockCli

NewMockCli creates a new mock instance.

func (*MockCli) BuildKitEnabled

func (m *MockCli) BuildKitEnabled() (bool, error)

BuildKitEnabled mocks base method.

func (*MockCli) Client

func (m *MockCli) Client() client.APIClient

Client mocks base method.

func (*MockCli) ConfigFile

func (m *MockCli) ConfigFile() *configfile.ConfigFile

ConfigFile mocks base method.

func (*MockCli) ContextStore

func (m *MockCli) ContextStore() store.Store

ContextStore mocks base method.

func (*MockCli) CurrentContext

func (m *MockCli) CurrentContext() string

CurrentContext mocks base method.

func (*MockCli) CurrentVersion

func (m *MockCli) CurrentVersion() string

CurrentVersion mocks base method.

func (*MockCli) DockerEndpoint

func (m *MockCli) DockerEndpoint() docker.Endpoint

DockerEndpoint mocks base method.

func (*MockCli) EXPECT

func (m *MockCli) EXPECT() *MockCliMockRecorder

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

func (*MockCli) Err

func (m *MockCli) Err() *streams.Out

Err mocks base method.

func (*MockCli) In

func (m *MockCli) In() *streams.In

In mocks base method.

func (*MockCli) MeterProvider

func (m *MockCli) MeterProvider() metric.MeterProvider

MeterProvider mocks base method.

func (*MockCli) Out

func (m *MockCli) Out() *streams.Out

Out mocks base method.

func (*MockCli) Resource

func (m *MockCli) Resource() *resource.Resource

Resource mocks base method.

func (*MockCli) ServerInfo

func (m *MockCli) ServerInfo() command.ServerInfo

ServerInfo mocks base method.

func (*MockCli) SetIn

func (m *MockCli) SetIn(arg0 *streams.In)

SetIn mocks base method.

func (*MockCli) TracerProvider

func (m *MockCli) TracerProvider() trace.TracerProvider

TracerProvider mocks base method.

type MockCliMockRecorder

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

MockCliMockRecorder is the mock recorder for MockCli.

func (*MockCliMockRecorder) BuildKitEnabled

func (mr *MockCliMockRecorder) BuildKitEnabled() *gomock.Call

BuildKitEnabled indicates an expected call of BuildKitEnabled.

func (*MockCliMockRecorder) Client

func (mr *MockCliMockRecorder) Client() *gomock.Call

Client indicates an expected call of Client.

func (*MockCliMockRecorder) ConfigFile

func (mr *MockCliMockRecorder) ConfigFile() *gomock.Call

ConfigFile indicates an expected call of ConfigFile.

func (*MockCliMockRecorder) ContextStore

func (mr *MockCliMockRecorder) ContextStore() *gomock.Call

ContextStore indicates an expected call of ContextStore.

func (*MockCliMockRecorder) CurrentContext

func (mr *MockCliMockRecorder) CurrentContext() *gomock.Call

CurrentContext indicates an expected call of CurrentContext.

func (*MockCliMockRecorder) CurrentVersion

func (mr *MockCliMockRecorder) CurrentVersion() *gomock.Call

CurrentVersion indicates an expected call of CurrentVersion.

func (*MockCliMockRecorder) DockerEndpoint

func (mr *MockCliMockRecorder) DockerEndpoint() *gomock.Call

DockerEndpoint indicates an expected call of DockerEndpoint.

func (*MockCliMockRecorder) Err

func (mr *MockCliMockRecorder) Err() *gomock.Call

Err indicates an expected call of Err.

func (*MockCliMockRecorder) In

func (mr *MockCliMockRecorder) In() *gomock.Call

In indicates an expected call of In.

func (*MockCliMockRecorder) MeterProvider

func (mr *MockCliMockRecorder) MeterProvider() *gomock.Call

MeterProvider indicates an expected call of MeterProvider.

func (*MockCliMockRecorder) Out

func (mr *MockCliMockRecorder) Out() *gomock.Call

Out indicates an expected call of Out.

func (*MockCliMockRecorder) Resource

func (mr *MockCliMockRecorder) Resource() *gomock.Call

Resource indicates an expected call of Resource.

func (*MockCliMockRecorder) ServerInfo

func (mr *MockCliMockRecorder) ServerInfo() *gomock.Call

ServerInfo indicates an expected call of ServerInfo.

func (*MockCliMockRecorder) SetIn

func (mr *MockCliMockRecorder) SetIn(arg0 any) *gomock.Call

SetIn indicates an expected call of SetIn.

func (*MockCliMockRecorder) TracerProvider

func (mr *MockCliMockRecorder) TracerProvider() *gomock.Call

TracerProvider indicates an expected call of TracerProvider.

type MockCompose

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

MockCompose is a mock of Compose interface.

func NewMockCompose

func NewMockCompose(ctrl *gomock.Controller) *MockCompose

NewMockCompose creates a new mock instance.

func (*MockCompose) Attach

func (m *MockCompose) Attach(ctx context.Context, projectName string, options api.AttachOptions) error

Attach mocks base method.

func (*MockCompose) Build

func (m *MockCompose) Build(ctx context.Context, project *types.Project, options api.BuildOptions) error

Build mocks base method.

func (*MockCompose) Commit

func (m *MockCompose) Commit(ctx context.Context, projectName string, options api.CommitOptions) error

Commit mocks base method.

func (*MockCompose) Copy

func (m *MockCompose) Copy(ctx context.Context, projectName string, options api.CopyOptions) error

Copy mocks base method.

func (*MockCompose) Create

func (m *MockCompose) Create(ctx context.Context, project *types.Project, options api.CreateOptions) error

Create mocks base method.

func (*MockCompose) Down

func (m *MockCompose) Down(ctx context.Context, projectName string, options api.DownOptions) error

Down mocks base method.

func (*MockCompose) EXPECT

func (m *MockCompose) EXPECT() *MockComposeMockRecorder

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

func (*MockCompose) Events

func (m *MockCompose) Events(ctx context.Context, projectName string, options api.EventsOptions) error

Events mocks base method.

func (*MockCompose) Exec

func (m *MockCompose) Exec(ctx context.Context, projectName string, options api.RunOptions) (int, error)

Exec mocks base method.

func (*MockCompose) Export

func (m *MockCompose) Export(ctx context.Context, projectName string, options api.ExportOptions) error

Export mocks base method.

func (*MockCompose) Generate

func (m *MockCompose) Generate(ctx context.Context, options api.GenerateOptions) (*types.Project, error)

Generate mocks base method.

func (*MockCompose) Images

func (m *MockCompose) Images(ctx context.Context, projectName string, options api.ImagesOptions) (map[string]api.ImageSummary, error)

Images mocks base method.

func (*MockCompose) Kill

func (m *MockCompose) Kill(ctx context.Context, projectName string, options api.KillOptions) error

Kill mocks base method.

func (*MockCompose) List

func (m *MockCompose) List(ctx context.Context, options api.ListOptions) ([]api.Stack, error)

List mocks base method.

func (*MockCompose) LoadProject

func (m *MockCompose) LoadProject(ctx context.Context, options api.ProjectLoadOptions) (*types.Project, error)

LoadProject mocks base method.

func (*MockCompose) Logs

func (m *MockCompose) Logs(ctx context.Context, projectName string, consumer api.LogConsumer, options api.LogOptions) error

Logs mocks base method.

func (*MockCompose) Pause

func (m *MockCompose) Pause(ctx context.Context, projectName string, options api.PauseOptions) error

Pause mocks base method.

func (*MockCompose) Port

func (m *MockCompose) Port(ctx context.Context, projectName, service string, port uint16, options api.PortOptions) (string, int, error)

Port mocks base method.

func (*MockCompose) Ps

func (m *MockCompose) Ps(ctx context.Context, projectName string, options api.PsOptions) ([]api.ContainerSummary, error)

Ps mocks base method.

func (*MockCompose) Publish

func (m *MockCompose) Publish(ctx context.Context, project *types.Project, repository string, options api.PublishOptions) error

Publish mocks base method.

func (*MockCompose) Pull

func (m *MockCompose) Pull(ctx context.Context, project *types.Project, options api.PullOptions) error

Pull mocks base method.

func (*MockCompose) Push

func (m *MockCompose) Push(ctx context.Context, project *types.Project, options api.PushOptions) error

Push mocks base method.

func (*MockCompose) Remove

func (m *MockCompose) Remove(ctx context.Context, projectName string, options api.RemoveOptions) error

Remove mocks base method.

func (*MockCompose) Restart

func (m *MockCompose) Restart(ctx context.Context, projectName string, options api.RestartOptions) error

Restart mocks base method.

func (*MockCompose) RunOneOffContainer

func (m *MockCompose) RunOneOffContainer(ctx context.Context, project *types.Project, opts api.RunOptions) (int, error)

RunOneOffContainer mocks base method.

func (*MockCompose) Scale

func (m *MockCompose) Scale(ctx context.Context, project *types.Project, options api.ScaleOptions) error

Scale mocks base method.

func (*MockCompose) Start

func (m *MockCompose) Start(ctx context.Context, projectName string, options api.StartOptions) error

Start mocks base method.

func (*MockCompose) Stop

func (m *MockCompose) Stop(ctx context.Context, projectName string, options api.StopOptions) error

Stop mocks base method.

func (*MockCompose) Top

func (m *MockCompose) Top(ctx context.Context, projectName string, services []string) ([]api.ContainerProcSummary, error)

Top mocks base method.

func (*MockCompose) UnPause

func (m *MockCompose) UnPause(ctx context.Context, projectName string, options api.PauseOptions) error

UnPause mocks base method.

func (*MockCompose) Up

func (m *MockCompose) Up(ctx context.Context, project *types.Project, options api.UpOptions) error

Up mocks base method.

func (*MockCompose) Viz

func (m *MockCompose) Viz(ctx context.Context, project *types.Project, options api.VizOptions) (string, error)

Viz mocks base method.

func (*MockCompose) Volumes

func (m *MockCompose) Volumes(ctx context.Context, project string, options api.VolumesOptions) ([]api.VolumesSummary, error)

Volumes mocks base method.

func (*MockCompose) Wait

func (m *MockCompose) Wait(ctx context.Context, projectName string, options api.WaitOptions) (int64, error)

Wait mocks base method.

func (*MockCompose) Watch

func (m *MockCompose) Watch(ctx context.Context, project *types.Project, options api.WatchOptions) error

Watch mocks base method.

type MockComposeMockRecorder

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

MockComposeMockRecorder is the mock recorder for MockCompose.

func (*MockComposeMockRecorder) Attach

func (mr *MockComposeMockRecorder) Attach(ctx, projectName, options any) *gomock.Call

Attach indicates an expected call of Attach.

func (*MockComposeMockRecorder) Build

func (mr *MockComposeMockRecorder) Build(ctx, project, options any) *gomock.Call

Build indicates an expected call of Build.

func (*MockComposeMockRecorder) Commit

func (mr *MockComposeMockRecorder) Commit(ctx, projectName, options any) *gomock.Call

Commit indicates an expected call of Commit.

func (*MockComposeMockRecorder) Copy

func (mr *MockComposeMockRecorder) Copy(ctx, projectName, options any) *gomock.Call

Copy indicates an expected call of Copy.

func (*MockComposeMockRecorder) Create

func (mr *MockComposeMockRecorder) Create(ctx, project, options any) *gomock.Call

Create indicates an expected call of Create.

func (*MockComposeMockRecorder) Down

func (mr *MockComposeMockRecorder) Down(ctx, projectName, options any) *gomock.Call

Down indicates an expected call of Down.

func (*MockComposeMockRecorder) Events

func (mr *MockComposeMockRecorder) Events(ctx, projectName, options any) *gomock.Call

Events indicates an expected call of Events.

func (*MockComposeMockRecorder) Exec

func (mr *MockComposeMockRecorder) Exec(ctx, projectName, options any) *gomock.Call

Exec indicates an expected call of Exec.

func (*MockComposeMockRecorder) Export

func (mr *MockComposeMockRecorder) Export(ctx, projectName, options any) *gomock.Call

Export indicates an expected call of Export.

func (*MockComposeMockRecorder) Generate

func (mr *MockComposeMockRecorder) Generate(ctx, options any) *gomock.Call

Generate indicates an expected call of Generate.

func (*MockComposeMockRecorder) Images

func (mr *MockComposeMockRecorder) Images(ctx, projectName, options any) *gomock.Call

Images indicates an expected call of Images.

func (*MockComposeMockRecorder) Kill

func (mr *MockComposeMockRecorder) Kill(ctx, projectName, options any) *gomock.Call

Kill indicates an expected call of Kill.

func (*MockComposeMockRecorder) List

func (mr *MockComposeMockRecorder) List(ctx, options any) *gomock.Call

List indicates an expected call of List.

func (*MockComposeMockRecorder) LoadProject

func (mr *MockComposeMockRecorder) LoadProject(ctx, options any) *gomock.Call

LoadProject indicates an expected call of LoadProject.

func (*MockComposeMockRecorder) Logs

func (mr *MockComposeMockRecorder) Logs(ctx, projectName, consumer, options any) *gomock.Call

Logs indicates an expected call of Logs.

func (*MockComposeMockRecorder) Pause

func (mr *MockComposeMockRecorder) Pause(ctx, projectName, options any) *gomock.Call

Pause indicates an expected call of Pause.

func (*MockComposeMockRecorder) Port

func (mr *MockComposeMockRecorder) Port(ctx, projectName, service, port, options any) *gomock.Call

Port indicates an expected call of Port.

func (*MockComposeMockRecorder) Ps

func (mr *MockComposeMockRecorder) Ps(ctx, projectName, options any) *gomock.Call

Ps indicates an expected call of Ps.

func (*MockComposeMockRecorder) Publish

func (mr *MockComposeMockRecorder) Publish(ctx, project, repository, options any) *gomock.Call

Publish indicates an expected call of Publish.

func (*MockComposeMockRecorder) Pull

func (mr *MockComposeMockRecorder) Pull(ctx, project, options any) *gomock.Call

Pull indicates an expected call of Pull.

func (*MockComposeMockRecorder) Push

func (mr *MockComposeMockRecorder) Push(ctx, project, options any) *gomock.Call

Push indicates an expected call of Push.

func (*MockComposeMockRecorder) Remove

func (mr *MockComposeMockRecorder) Remove(ctx, projectName, options any) *gomock.Call

Remove indicates an expected call of Remove.

func (*MockComposeMockRecorder) Restart

func (mr *MockComposeMockRecorder) Restart(ctx, projectName, options any) *gomock.Call

Restart indicates an expected call of Restart.

func (*MockComposeMockRecorder) RunOneOffContainer

func (mr *MockComposeMockRecorder) RunOneOffContainer(ctx, project, opts any) *gomock.Call

RunOneOffContainer indicates an expected call of RunOneOffContainer.

func (*MockComposeMockRecorder) Scale

func (mr *MockComposeMockRecorder) Scale(ctx, project, options any) *gomock.Call

Scale indicates an expected call of Scale.

func (*MockComposeMockRecorder) Start

func (mr *MockComposeMockRecorder) Start(ctx, projectName, options any) *gomock.Call

Start indicates an expected call of Start.

func (*MockComposeMockRecorder) Stop

func (mr *MockComposeMockRecorder) Stop(ctx, projectName, options any) *gomock.Call

Stop indicates an expected call of Stop.

func (*MockComposeMockRecorder) Top

func (mr *MockComposeMockRecorder) Top(ctx, projectName, services any) *gomock.Call

Top indicates an expected call of Top.

func (*MockComposeMockRecorder) UnPause

func (mr *MockComposeMockRecorder) UnPause(ctx, projectName, options any) *gomock.Call

UnPause indicates an expected call of UnPause.

func (*MockComposeMockRecorder) Up

func (mr *MockComposeMockRecorder) Up(ctx, project, options any) *gomock.Call

Up indicates an expected call of Up.

func (*MockComposeMockRecorder) Viz

func (mr *MockComposeMockRecorder) Viz(ctx, project, options any) *gomock.Call

Viz indicates an expected call of Viz.

func (*MockComposeMockRecorder) Volumes

func (mr *MockComposeMockRecorder) Volumes(ctx, project, options any) *gomock.Call

Volumes indicates an expected call of Volumes.

func (*MockComposeMockRecorder) Wait

func (mr *MockComposeMockRecorder) Wait(ctx, projectName, options any) *gomock.Call

Wait indicates an expected call of Wait.

func (*MockComposeMockRecorder) Watch

func (mr *MockComposeMockRecorder) Watch(ctx, project, options any) *gomock.Call

Watch indicates an expected call of Watch.

type MockLogConsumer

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

MockLogConsumer is a mock of LogConsumer interface.

func NewMockLogConsumer

func NewMockLogConsumer(ctrl *gomock.Controller) *MockLogConsumer

NewMockLogConsumer creates a new mock instance.

func (*MockLogConsumer) EXPECT

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

func (*MockLogConsumer) Err

func (m *MockLogConsumer) Err(containerName, message string)

Err mocks base method.

func (*MockLogConsumer) Log

func (m *MockLogConsumer) Log(containerName, message string)

Log mocks base method.

func (*MockLogConsumer) Status

func (m *MockLogConsumer) Status(container, msg string)

Status mocks base method.

type MockLogConsumerMockRecorder

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

MockLogConsumerMockRecorder is the mock recorder for MockLogConsumer.

func (*MockLogConsumerMockRecorder) Err

func (mr *MockLogConsumerMockRecorder) Err(containerName, message any) *gomock.Call

Err indicates an expected call of Err.

func (*MockLogConsumerMockRecorder) Log

func (mr *MockLogConsumerMockRecorder) Log(containerName, message any) *gomock.Call

Log indicates an expected call of Log.

func (*MockLogConsumerMockRecorder) Status

func (mr *MockLogConsumerMockRecorder) Status(container, msg any) *gomock.Call

Status indicates an expected call of Status.

Jump to

Keyboard shortcuts

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