mocks

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIClient

type APIClient struct {
	mock.Mock
}

APIClient is an autogenerated mock type for the APIClient type

func NewAPIClient

func NewAPIClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *APIClient

NewAPIClient creates a new instance of APIClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*APIClient) BuildCachePrune

BuildCachePrune provides a mock function for the type APIClient

func (*APIClient) BuildCancel

func (_mock *APIClient) BuildCancel(ctx context.Context, id string, opts client.BuildCancelOptions) (client.BuildCancelResult, error)

BuildCancel provides a mock function for the type APIClient

func (*APIClient) CheckpointCreate

func (_mock *APIClient) CheckpointCreate(ctx context.Context, container string, options client.CheckpointCreateOptions) (client.CheckpointCreateResult, error)

CheckpointCreate provides a mock function for the type APIClient

func (*APIClient) CheckpointList

func (_mock *APIClient) CheckpointList(ctx context.Context, container string, options client.CheckpointListOptions) (client.CheckpointListResult, error)

CheckpointList provides a mock function for the type APIClient

func (*APIClient) CheckpointRemove

func (_mock *APIClient) CheckpointRemove(ctx context.Context, container string, options client.CheckpointRemoveOptions) (client.CheckpointRemoveResult, error)

CheckpointRemove provides a mock function for the type APIClient

func (*APIClient) ClientVersion

func (_mock *APIClient) ClientVersion() string

ClientVersion provides a mock function for the type APIClient

func (*APIClient) Close

func (_mock *APIClient) Close() error

Close provides a mock function for the type APIClient

func (*APIClient) ConfigCreate

func (_mock *APIClient) ConfigCreate(ctx context.Context, options client.ConfigCreateOptions) (client.ConfigCreateResult, error)

ConfigCreate provides a mock function for the type APIClient

func (*APIClient) ConfigInspect

func (_mock *APIClient) ConfigInspect(ctx context.Context, id string, options client.ConfigInspectOptions) (client.ConfigInspectResult, error)

ConfigInspect provides a mock function for the type APIClient

func (*APIClient) ConfigList

func (_mock *APIClient) ConfigList(ctx context.Context, options client.ConfigListOptions) (client.ConfigListResult, error)

ConfigList provides a mock function for the type APIClient

func (*APIClient) ConfigRemove

func (_mock *APIClient) ConfigRemove(ctx context.Context, id string, options client.ConfigRemoveOptions) (client.ConfigRemoveResult, error)

ConfigRemove provides a mock function for the type APIClient

func (*APIClient) ConfigUpdate

func (_mock *APIClient) ConfigUpdate(ctx context.Context, id string, options client.ConfigUpdateOptions) (client.ConfigUpdateResult, error)

ConfigUpdate provides a mock function for the type APIClient

func (*APIClient) ContainerAttach

func (_mock *APIClient) ContainerAttach(ctx context.Context, container string, options client.ContainerAttachOptions) (client.ContainerAttachResult, error)

ContainerAttach provides a mock function for the type APIClient

func (*APIClient) ContainerCommit

func (_mock *APIClient) ContainerCommit(ctx context.Context, container string, options client.ContainerCommitOptions) (client.ContainerCommitResult, error)

ContainerCommit provides a mock function for the type APIClient

func (*APIClient) ContainerCreate

func (_mock *APIClient) ContainerCreate(ctx context.Context, options client.ContainerCreateOptions) (client.ContainerCreateResult, error)

ContainerCreate provides a mock function for the type APIClient

func (*APIClient) ContainerDiff

func (_mock *APIClient) ContainerDiff(ctx context.Context, container string, options client.ContainerDiffOptions) (client.ContainerDiffResult, error)

ContainerDiff provides a mock function for the type APIClient

func (*APIClient) ContainerExport

func (_mock *APIClient) ContainerExport(ctx context.Context, container string, options client.ContainerExportOptions) (client.ContainerExportResult, error)

ContainerExport provides a mock function for the type APIClient

func (*APIClient) ContainerInspect

func (_mock *APIClient) ContainerInspect(ctx context.Context, container string, options client.ContainerInspectOptions) (client.ContainerInspectResult, error)

ContainerInspect provides a mock function for the type APIClient

func (*APIClient) ContainerKill

func (_mock *APIClient) ContainerKill(ctx context.Context, container string, options client.ContainerKillOptions) (client.ContainerKillResult, error)

ContainerKill provides a mock function for the type APIClient

func (*APIClient) ContainerList

func (_mock *APIClient) ContainerList(ctx context.Context, options client.ContainerListOptions) (client.ContainerListResult, error)

ContainerList provides a mock function for the type APIClient

func (*APIClient) ContainerLogs

func (_mock *APIClient) ContainerLogs(ctx context.Context, container string, options client.ContainerLogsOptions) (client.ContainerLogsResult, error)

ContainerLogs provides a mock function for the type APIClient

func (*APIClient) ContainerPause

func (_mock *APIClient) ContainerPause(ctx context.Context, container string, options client.ContainerPauseOptions) (client.ContainerPauseResult, error)

ContainerPause provides a mock function for the type APIClient

func (*APIClient) ContainerPrune

ContainerPrune provides a mock function for the type APIClient

func (*APIClient) ContainerRemove

func (_mock *APIClient) ContainerRemove(ctx context.Context, container string, options client.ContainerRemoveOptions) (client.ContainerRemoveResult, error)

ContainerRemove provides a mock function for the type APIClient

func (*APIClient) ContainerRename

func (_mock *APIClient) ContainerRename(ctx context.Context, container string, options client.ContainerRenameOptions) (client.ContainerRenameResult, error)

ContainerRename provides a mock function for the type APIClient

func (*APIClient) ContainerResize

func (_mock *APIClient) ContainerResize(ctx context.Context, container string, options client.ContainerResizeOptions) (client.ContainerResizeResult, error)

ContainerResize provides a mock function for the type APIClient

func (*APIClient) ContainerRestart

func (_mock *APIClient) ContainerRestart(ctx context.Context, container string, options client.ContainerRestartOptions) (client.ContainerRestartResult, error)

ContainerRestart provides a mock function for the type APIClient

func (*APIClient) ContainerStart

func (_mock *APIClient) ContainerStart(ctx context.Context, container string, options client.ContainerStartOptions) (client.ContainerStartResult, error)

ContainerStart provides a mock function for the type APIClient

func (*APIClient) ContainerStatPath

func (_mock *APIClient) ContainerStatPath(ctx context.Context, container string, options client.ContainerStatPathOptions) (client.ContainerStatPathResult, error)

ContainerStatPath provides a mock function for the type APIClient

func (*APIClient) ContainerStats

func (_mock *APIClient) ContainerStats(ctx context.Context, container string, options client.ContainerStatsOptions) (client.ContainerStatsResult, error)

ContainerStats provides a mock function for the type APIClient

func (*APIClient) ContainerStop

func (_mock *APIClient) ContainerStop(ctx context.Context, container string, options client.ContainerStopOptions) (client.ContainerStopResult, error)

ContainerStop provides a mock function for the type APIClient

func (*APIClient) ContainerTop

func (_mock *APIClient) ContainerTop(ctx context.Context, container string, options client.ContainerTopOptions) (client.ContainerTopResult, error)

ContainerTop provides a mock function for the type APIClient

func (*APIClient) ContainerUnpause

func (_mock *APIClient) ContainerUnpause(ctx context.Context, container string, options client.ContainerUnpauseOptions) (client.ContainerUnpauseResult, error)

ContainerUnpause provides a mock function for the type APIClient

func (*APIClient) ContainerUpdate

func (_mock *APIClient) ContainerUpdate(ctx context.Context, container string, updateConfig client.ContainerUpdateOptions) (client.ContainerUpdateResult, error)

ContainerUpdate provides a mock function for the type APIClient

func (*APIClient) ContainerWait

func (_mock *APIClient) ContainerWait(ctx context.Context, container string, options client.ContainerWaitOptions) client.ContainerWaitResult

ContainerWait provides a mock function for the type APIClient

func (*APIClient) CopyFromContainer

func (_mock *APIClient) CopyFromContainer(ctx context.Context, container string, options client.CopyFromContainerOptions) (client.CopyFromContainerResult, error)

CopyFromContainer provides a mock function for the type APIClient

func (*APIClient) CopyToContainer

func (_mock *APIClient) CopyToContainer(ctx context.Context, container string, options client.CopyToContainerOptions) (client.CopyToContainerResult, error)

CopyToContainer provides a mock function for the type APIClient

func (*APIClient) DaemonHost

func (_mock *APIClient) DaemonHost() string

DaemonHost provides a mock function for the type APIClient

func (*APIClient) DialHijack

func (_mock *APIClient) DialHijack(ctx context.Context, url string, proto string, meta map[string][]string) (net.Conn, error)

DialHijack provides a mock function for the type APIClient

func (*APIClient) Dialer

func (_mock *APIClient) Dialer() func(context.Context) (net.Conn, error)

Dialer provides a mock function for the type APIClient

func (*APIClient) DiskUsage

func (_mock *APIClient) DiskUsage(ctx context.Context, options client.DiskUsageOptions) (client.DiskUsageResult, error)

DiskUsage provides a mock function for the type APIClient

func (*APIClient) DistributionInspect

func (_mock *APIClient) DistributionInspect(ctx context.Context, image string, options client.DistributionInspectOptions) (client.DistributionInspectResult, error)

DistributionInspect provides a mock function for the type APIClient

func (*APIClient) EXPECT

func (_m *APIClient) EXPECT() *APIClient_Expecter

func (*APIClient) Events

func (_mock *APIClient) Events(ctx context.Context, options client.EventsListOptions) client.EventsResult

Events provides a mock function for the type APIClient

func (*APIClient) ExecAttach

func (_mock *APIClient) ExecAttach(ctx context.Context, execID string, options client.ExecAttachOptions) (client.ExecAttachResult, error)

ExecAttach provides a mock function for the type APIClient

func (*APIClient) ExecCreate

func (_mock *APIClient) ExecCreate(ctx context.Context, container string, options client.ExecCreateOptions) (client.ExecCreateResult, error)

ExecCreate provides a mock function for the type APIClient

func (*APIClient) ExecInspect

func (_mock *APIClient) ExecInspect(ctx context.Context, execID string, options client.ExecInspectOptions) (client.ExecInspectResult, error)

ExecInspect provides a mock function for the type APIClient

func (*APIClient) ExecResize

func (_mock *APIClient) ExecResize(ctx context.Context, execID string, options client.ExecResizeOptions) (client.ExecResizeResult, error)

ExecResize provides a mock function for the type APIClient

func (*APIClient) ExecStart

func (_mock *APIClient) ExecStart(ctx context.Context, execID string, options client.ExecStartOptions) (client.ExecStartResult, error)

ExecStart provides a mock function for the type APIClient

func (*APIClient) ImageAttestations

func (_mock *APIClient) ImageAttestations(ctx context.Context, image string, imageAttestationsOptions ...client.ImageAttestationsOption) (client.ImageAttestationsResult, error)

ImageAttestations provides a mock function for the type APIClient

func (*APIClient) ImageBuild

func (_mock *APIClient) ImageBuild(ctx context.Context, context1 io.Reader, options client.ImageBuildOptions) (client.ImageBuildResult, error)

ImageBuild provides a mock function for the type APIClient

func (*APIClient) ImageHistory

func (_mock *APIClient) ImageHistory(ctx context.Context, image string, imageHistoryOptions ...client.ImageHistoryOption) (client.ImageHistoryResult, error)

ImageHistory provides a mock function for the type APIClient

func (*APIClient) ImageImport

ImageImport provides a mock function for the type APIClient

func (*APIClient) ImageInspect

func (_mock *APIClient) ImageInspect(ctx context.Context, image string, imageInspectOptions ...client.ImageInspectOption) (client.ImageInspectResult, error)

ImageInspect provides a mock function for the type APIClient

func (*APIClient) ImageList

func (_mock *APIClient) ImageList(ctx context.Context, options client.ImageListOptions) (client.ImageListResult, error)

ImageList provides a mock function for the type APIClient

func (*APIClient) ImageLoad

func (_mock *APIClient) ImageLoad(ctx context.Context, input io.Reader, imageLoadOptions ...client.ImageLoadOption) (client.ImageLoadResult, error)

ImageLoad provides a mock function for the type APIClient

func (*APIClient) ImagePrune

ImagePrune provides a mock function for the type APIClient

func (*APIClient) ImagePull

func (_mock *APIClient) ImagePull(ctx context.Context, ref string, options client.ImagePullOptions) (client.ImagePullResponse, error)

ImagePull provides a mock function for the type APIClient

func (*APIClient) ImagePush

func (_mock *APIClient) ImagePush(ctx context.Context, ref string, options client.ImagePushOptions) (client.ImagePushResponse, error)

ImagePush provides a mock function for the type APIClient

func (*APIClient) ImageRemove

func (_mock *APIClient) ImageRemove(ctx context.Context, image string, options client.ImageRemoveOptions) (client.ImageRemoveResult, error)

ImageRemove provides a mock function for the type APIClient

func (*APIClient) ImageSave

func (_mock *APIClient) ImageSave(ctx context.Context, images []string, imageSaveOptions ...client.ImageSaveOption) (client.ImageSaveResult, error)

ImageSave provides a mock function for the type APIClient

func (*APIClient) ImageSearch

func (_mock *APIClient) ImageSearch(ctx context.Context, term string, options client.ImageSearchOptions) (client.ImageSearchResult, error)

ImageSearch provides a mock function for the type APIClient

func (*APIClient) ImageTag

func (_mock *APIClient) ImageTag(ctx context.Context, options client.ImageTagOptions) (client.ImageTagResult, error)

ImageTag provides a mock function for the type APIClient

func (*APIClient) Info

func (_mock *APIClient) Info(ctx context.Context, options client.InfoOptions) (client.SystemInfoResult, error)

Info provides a mock function for the type APIClient

func (*APIClient) NetworkConnect

func (_mock *APIClient) NetworkConnect(ctx context.Context, network string, options client.NetworkConnectOptions) (client.NetworkConnectResult, error)

NetworkConnect provides a mock function for the type APIClient

func (*APIClient) NetworkCreate

func (_mock *APIClient) NetworkCreate(ctx context.Context, name string, options client.NetworkCreateOptions) (client.NetworkCreateResult, error)

NetworkCreate provides a mock function for the type APIClient

func (*APIClient) NetworkDisconnect

func (_mock *APIClient) NetworkDisconnect(ctx context.Context, network string, options client.NetworkDisconnectOptions) (client.NetworkDisconnectResult, error)

NetworkDisconnect provides a mock function for the type APIClient

func (*APIClient) NetworkInspect

func (_mock *APIClient) NetworkInspect(ctx context.Context, network string, options client.NetworkInspectOptions) (client.NetworkInspectResult, error)

NetworkInspect provides a mock function for the type APIClient

func (*APIClient) NetworkList

func (_mock *APIClient) NetworkList(ctx context.Context, options client.NetworkListOptions) (client.NetworkListResult, error)

NetworkList provides a mock function for the type APIClient

func (*APIClient) NetworkPrune

NetworkPrune provides a mock function for the type APIClient

func (*APIClient) NetworkRemove

func (_mock *APIClient) NetworkRemove(ctx context.Context, network string, options client.NetworkRemoveOptions) (client.NetworkRemoveResult, error)

NetworkRemove provides a mock function for the type APIClient

func (*APIClient) NodeInspect

func (_mock *APIClient) NodeInspect(ctx context.Context, nodeID string, options client.NodeInspectOptions) (client.NodeInspectResult, error)

NodeInspect provides a mock function for the type APIClient

func (*APIClient) NodeList

func (_mock *APIClient) NodeList(ctx context.Context, options client.NodeListOptions) (client.NodeListResult, error)

NodeList provides a mock function for the type APIClient

func (*APIClient) NodeRemove

func (_mock *APIClient) NodeRemove(ctx context.Context, nodeID string, options client.NodeRemoveOptions) (client.NodeRemoveResult, error)

NodeRemove provides a mock function for the type APIClient

func (*APIClient) NodeUpdate

func (_mock *APIClient) NodeUpdate(ctx context.Context, nodeID string, options client.NodeUpdateOptions) (client.NodeUpdateResult, error)

NodeUpdate provides a mock function for the type APIClient

func (*APIClient) Ping

func (_mock *APIClient) Ping(ctx context.Context, options client.PingOptions) (client.PingResult, error)

Ping provides a mock function for the type APIClient

func (*APIClient) PluginCreate

func (_mock *APIClient) PluginCreate(ctx context.Context, createContext io.Reader, options client.PluginCreateOptions) (client.PluginCreateResult, error)

PluginCreate provides a mock function for the type APIClient

func (*APIClient) PluginDisable

func (_mock *APIClient) PluginDisable(ctx context.Context, name string, options client.PluginDisableOptions) (client.PluginDisableResult, error)

PluginDisable provides a mock function for the type APIClient

func (*APIClient) PluginEnable

func (_mock *APIClient) PluginEnable(ctx context.Context, name string, options client.PluginEnableOptions) (client.PluginEnableResult, error)

PluginEnable provides a mock function for the type APIClient

func (*APIClient) PluginInspect

func (_mock *APIClient) PluginInspect(ctx context.Context, name string, options client.PluginInspectOptions) (client.PluginInspectResult, error)

PluginInspect provides a mock function for the type APIClient

func (*APIClient) PluginInstall

func (_mock *APIClient) PluginInstall(ctx context.Context, name string, options client.PluginInstallOptions) (client.PluginInstallResult, error)

PluginInstall provides a mock function for the type APIClient

func (*APIClient) PluginList

func (_mock *APIClient) PluginList(ctx context.Context, options client.PluginListOptions) (client.PluginListResult, error)

PluginList provides a mock function for the type APIClient

func (*APIClient) PluginPush

func (_mock *APIClient) PluginPush(ctx context.Context, name string, options client.PluginPushOptions) (client.PluginPushResult, error)

PluginPush provides a mock function for the type APIClient

func (*APIClient) PluginRemove

func (_mock *APIClient) PluginRemove(ctx context.Context, name string, options client.PluginRemoveOptions) (client.PluginRemoveResult, error)

PluginRemove provides a mock function for the type APIClient

func (*APIClient) PluginSet

func (_mock *APIClient) PluginSet(ctx context.Context, name string, options client.PluginSetOptions) (client.PluginSetResult, error)

PluginSet provides a mock function for the type APIClient

func (*APIClient) PluginUpgrade

func (_mock *APIClient) PluginUpgrade(ctx context.Context, name string, options client.PluginUpgradeOptions) (client.PluginUpgradeResult, error)

PluginUpgrade provides a mock function for the type APIClient

func (*APIClient) RegistryLogin

RegistryLogin provides a mock function for the type APIClient

func (*APIClient) SecretCreate

func (_mock *APIClient) SecretCreate(ctx context.Context, options client.SecretCreateOptions) (client.SecretCreateResult, error)

SecretCreate provides a mock function for the type APIClient

func (*APIClient) SecretInspect

func (_mock *APIClient) SecretInspect(ctx context.Context, id string, options client.SecretInspectOptions) (client.SecretInspectResult, error)

SecretInspect provides a mock function for the type APIClient

func (*APIClient) SecretList

func (_mock *APIClient) SecretList(ctx context.Context, options client.SecretListOptions) (client.SecretListResult, error)

SecretList provides a mock function for the type APIClient

func (*APIClient) SecretRemove

func (_mock *APIClient) SecretRemove(ctx context.Context, id string, options client.SecretRemoveOptions) (client.SecretRemoveResult, error)

SecretRemove provides a mock function for the type APIClient

func (*APIClient) SecretUpdate

func (_mock *APIClient) SecretUpdate(ctx context.Context, id string, options client.SecretUpdateOptions) (client.SecretUpdateResult, error)

SecretUpdate provides a mock function for the type APIClient

func (*APIClient) ServerVersion

func (_mock *APIClient) ServerVersion(ctx context.Context, options client.ServerVersionOptions) (client.ServerVersionResult, error)

ServerVersion provides a mock function for the type APIClient

func (*APIClient) ServiceCreate

func (_mock *APIClient) ServiceCreate(ctx context.Context, options client.ServiceCreateOptions) (client.ServiceCreateResult, error)

ServiceCreate provides a mock function for the type APIClient

func (*APIClient) ServiceInspect

func (_mock *APIClient) ServiceInspect(ctx context.Context, serviceID string, options client.ServiceInspectOptions) (client.ServiceInspectResult, error)

ServiceInspect provides a mock function for the type APIClient

func (*APIClient) ServiceList

func (_mock *APIClient) ServiceList(ctx context.Context, options client.ServiceListOptions) (client.ServiceListResult, error)

ServiceList provides a mock function for the type APIClient

func (*APIClient) ServiceLogs

func (_mock *APIClient) ServiceLogs(ctx context.Context, serviceID string, options client.ServiceLogsOptions) (client.ServiceLogsResult, error)

ServiceLogs provides a mock function for the type APIClient

func (*APIClient) ServiceRemove

func (_mock *APIClient) ServiceRemove(ctx context.Context, serviceID string, options client.ServiceRemoveOptions) (client.ServiceRemoveResult, error)

ServiceRemove provides a mock function for the type APIClient

func (*APIClient) ServiceUpdate

func (_mock *APIClient) ServiceUpdate(ctx context.Context, serviceID string, options client.ServiceUpdateOptions) (client.ServiceUpdateResult, error)

ServiceUpdate provides a mock function for the type APIClient

func (*APIClient) SwarmGetUnlockKey

func (_mock *APIClient) SwarmGetUnlockKey(ctx context.Context) (client.SwarmGetUnlockKeyResult, error)

SwarmGetUnlockKey provides a mock function for the type APIClient

func (*APIClient) SwarmInit

func (_mock *APIClient) SwarmInit(ctx context.Context, options client.SwarmInitOptions) (client.SwarmInitResult, error)

SwarmInit provides a mock function for the type APIClient

func (*APIClient) SwarmInspect

func (_mock *APIClient) SwarmInspect(ctx context.Context, options client.SwarmInspectOptions) (client.SwarmInspectResult, error)

SwarmInspect provides a mock function for the type APIClient

func (*APIClient) SwarmJoin

func (_mock *APIClient) SwarmJoin(ctx context.Context, options client.SwarmJoinOptions) (client.SwarmJoinResult, error)

SwarmJoin provides a mock function for the type APIClient

func (*APIClient) SwarmLeave

func (_mock *APIClient) SwarmLeave(ctx context.Context, options client.SwarmLeaveOptions) (client.SwarmLeaveResult, error)

SwarmLeave provides a mock function for the type APIClient

func (*APIClient) SwarmUnlock

func (_mock *APIClient) SwarmUnlock(ctx context.Context, options client.SwarmUnlockOptions) (client.SwarmUnlockResult, error)

SwarmUnlock provides a mock function for the type APIClient

func (*APIClient) SwarmUpdate

func (_mock *APIClient) SwarmUpdate(ctx context.Context, options client.SwarmUpdateOptions) (client.SwarmUpdateResult, error)

SwarmUpdate provides a mock function for the type APIClient

func (*APIClient) TaskInspect

func (_mock *APIClient) TaskInspect(ctx context.Context, taskID string, options client.TaskInspectOptions) (client.TaskInspectResult, error)

TaskInspect provides a mock function for the type APIClient

func (*APIClient) TaskList

func (_mock *APIClient) TaskList(ctx context.Context, options client.TaskListOptions) (client.TaskListResult, error)

TaskList provides a mock function for the type APIClient

func (*APIClient) TaskLogs

func (_mock *APIClient) TaskLogs(ctx context.Context, taskID string, options client.TaskLogsOptions) (client.TaskLogsResult, error)

TaskLogs provides a mock function for the type APIClient

func (*APIClient) VolumeCreate

func (_mock *APIClient) VolumeCreate(ctx context.Context, options client.VolumeCreateOptions) (client.VolumeCreateResult, error)

VolumeCreate provides a mock function for the type APIClient

func (*APIClient) VolumeInspect

func (_mock *APIClient) VolumeInspect(ctx context.Context, volumeID string, options client.VolumeInspectOptions) (client.VolumeInspectResult, error)

VolumeInspect provides a mock function for the type APIClient

func (*APIClient) VolumeList

func (_mock *APIClient) VolumeList(ctx context.Context, options client.VolumeListOptions) (client.VolumeListResult, error)

VolumeList provides a mock function for the type APIClient

func (*APIClient) VolumePrune

func (_mock *APIClient) VolumePrune(ctx context.Context, options client.VolumePruneOptions) (client.VolumePruneResult, error)

VolumePrune provides a mock function for the type APIClient

func (*APIClient) VolumeRemove

func (_mock *APIClient) VolumeRemove(ctx context.Context, volumeID string, options client.VolumeRemoveOptions) (client.VolumeRemoveResult, error)

VolumeRemove provides a mock function for the type APIClient

func (*APIClient) VolumeUpdate

func (_mock *APIClient) VolumeUpdate(ctx context.Context, volumeID string, options client.VolumeUpdateOptions) (client.VolumeUpdateResult, error)

VolumeUpdate provides a mock function for the type APIClient

type APIClient_BuildCachePrune_Call

type APIClient_BuildCachePrune_Call struct {
	*mock.Call
}

APIClient_BuildCachePrune_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BuildCachePrune'

func (*APIClient_BuildCachePrune_Call) Return

func (*APIClient_BuildCachePrune_Call) Run

func (*APIClient_BuildCachePrune_Call) RunAndReturn

type APIClient_BuildCancel_Call

type APIClient_BuildCancel_Call struct {
	*mock.Call
}

APIClient_BuildCancel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BuildCancel'

func (*APIClient_BuildCancel_Call) Return

func (*APIClient_BuildCancel_Call) Run

func (*APIClient_BuildCancel_Call) RunAndReturn

type APIClient_CheckpointCreate_Call

type APIClient_CheckpointCreate_Call struct {
	*mock.Call
}

APIClient_CheckpointCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CheckpointCreate'

func (*APIClient_CheckpointCreate_Call) Return

func (*APIClient_CheckpointCreate_Call) Run

func (*APIClient_CheckpointCreate_Call) RunAndReturn

type APIClient_CheckpointList_Call

type APIClient_CheckpointList_Call struct {
	*mock.Call
}

APIClient_CheckpointList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CheckpointList'

func (*APIClient_CheckpointList_Call) Return

func (*APIClient_CheckpointList_Call) Run

func (*APIClient_CheckpointList_Call) RunAndReturn

type APIClient_CheckpointRemove_Call

type APIClient_CheckpointRemove_Call struct {
	*mock.Call
}

APIClient_CheckpointRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CheckpointRemove'

func (*APIClient_CheckpointRemove_Call) Return

func (*APIClient_CheckpointRemove_Call) Run

func (*APIClient_CheckpointRemove_Call) RunAndReturn

type APIClient_ClientVersion_Call

type APIClient_ClientVersion_Call struct {
	*mock.Call
}

APIClient_ClientVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientVersion'

func (*APIClient_ClientVersion_Call) Return

func (*APIClient_ClientVersion_Call) Run

func (*APIClient_ClientVersion_Call) RunAndReturn

type APIClient_Close_Call

type APIClient_Close_Call struct {
	*mock.Call
}

APIClient_Close_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Close'

func (*APIClient_Close_Call) Return

func (*APIClient_Close_Call) Run

func (_c *APIClient_Close_Call) Run(run func()) *APIClient_Close_Call

func (*APIClient_Close_Call) RunAndReturn

func (_c *APIClient_Close_Call) RunAndReturn(run func() error) *APIClient_Close_Call

type APIClient_ConfigCreate_Call

type APIClient_ConfigCreate_Call struct {
	*mock.Call
}

APIClient_ConfigCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigCreate'

func (*APIClient_ConfigCreate_Call) Return

func (*APIClient_ConfigCreate_Call) Run

func (*APIClient_ConfigCreate_Call) RunAndReturn

type APIClient_ConfigInspect_Call

type APIClient_ConfigInspect_Call struct {
	*mock.Call
}

APIClient_ConfigInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigInspect'

func (*APIClient_ConfigInspect_Call) Return

func (*APIClient_ConfigInspect_Call) Run

func (*APIClient_ConfigInspect_Call) RunAndReturn

type APIClient_ConfigList_Call

type APIClient_ConfigList_Call struct {
	*mock.Call
}

APIClient_ConfigList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigList'

func (*APIClient_ConfigList_Call) Return

func (*APIClient_ConfigList_Call) Run

func (*APIClient_ConfigList_Call) RunAndReturn

type APIClient_ConfigRemove_Call

type APIClient_ConfigRemove_Call struct {
	*mock.Call
}

APIClient_ConfigRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigRemove'

func (*APIClient_ConfigRemove_Call) Return

func (*APIClient_ConfigRemove_Call) Run

func (*APIClient_ConfigRemove_Call) RunAndReturn

type APIClient_ConfigUpdate_Call

type APIClient_ConfigUpdate_Call struct {
	*mock.Call
}

APIClient_ConfigUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigUpdate'

func (*APIClient_ConfigUpdate_Call) Return

func (*APIClient_ConfigUpdate_Call) Run

func (*APIClient_ConfigUpdate_Call) RunAndReturn

type APIClient_ContainerAttach_Call

type APIClient_ContainerAttach_Call struct {
	*mock.Call
}

APIClient_ContainerAttach_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerAttach'

func (*APIClient_ContainerAttach_Call) Return

func (*APIClient_ContainerAttach_Call) Run

func (*APIClient_ContainerAttach_Call) RunAndReturn

type APIClient_ContainerCommit_Call

type APIClient_ContainerCommit_Call struct {
	*mock.Call
}

APIClient_ContainerCommit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerCommit'

func (*APIClient_ContainerCommit_Call) Return

func (*APIClient_ContainerCommit_Call) Run

func (*APIClient_ContainerCommit_Call) RunAndReturn

type APIClient_ContainerCreate_Call

type APIClient_ContainerCreate_Call struct {
	*mock.Call
}

APIClient_ContainerCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerCreate'

func (*APIClient_ContainerCreate_Call) Return

func (*APIClient_ContainerCreate_Call) Run

func (*APIClient_ContainerCreate_Call) RunAndReturn

type APIClient_ContainerDiff_Call

type APIClient_ContainerDiff_Call struct {
	*mock.Call
}

APIClient_ContainerDiff_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerDiff'

func (*APIClient_ContainerDiff_Call) Return

func (*APIClient_ContainerDiff_Call) Run

func (*APIClient_ContainerDiff_Call) RunAndReturn

type APIClient_ContainerExport_Call

type APIClient_ContainerExport_Call struct {
	*mock.Call
}

APIClient_ContainerExport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerExport'

func (*APIClient_ContainerExport_Call) Return

func (*APIClient_ContainerExport_Call) Run

func (*APIClient_ContainerExport_Call) RunAndReturn

type APIClient_ContainerInspect_Call

type APIClient_ContainerInspect_Call struct {
	*mock.Call
}

APIClient_ContainerInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerInspect'

func (*APIClient_ContainerInspect_Call) Return

func (*APIClient_ContainerInspect_Call) Run

func (*APIClient_ContainerInspect_Call) RunAndReturn

type APIClient_ContainerKill_Call

type APIClient_ContainerKill_Call struct {
	*mock.Call
}

APIClient_ContainerKill_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerKill'

func (*APIClient_ContainerKill_Call) Return

func (*APIClient_ContainerKill_Call) Run

func (*APIClient_ContainerKill_Call) RunAndReturn

type APIClient_ContainerList_Call

type APIClient_ContainerList_Call struct {
	*mock.Call
}

APIClient_ContainerList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerList'

func (*APIClient_ContainerList_Call) Return

func (*APIClient_ContainerList_Call) Run

func (*APIClient_ContainerList_Call) RunAndReturn

type APIClient_ContainerLogs_Call

type APIClient_ContainerLogs_Call struct {
	*mock.Call
}

APIClient_ContainerLogs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerLogs'

func (*APIClient_ContainerLogs_Call) Return

func (*APIClient_ContainerLogs_Call) Run

func (*APIClient_ContainerLogs_Call) RunAndReturn

type APIClient_ContainerPause_Call

type APIClient_ContainerPause_Call struct {
	*mock.Call
}

APIClient_ContainerPause_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerPause'

func (*APIClient_ContainerPause_Call) Return

func (*APIClient_ContainerPause_Call) Run

func (*APIClient_ContainerPause_Call) RunAndReturn

type APIClient_ContainerPrune_Call

type APIClient_ContainerPrune_Call struct {
	*mock.Call
}

APIClient_ContainerPrune_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerPrune'

func (*APIClient_ContainerPrune_Call) Return

func (*APIClient_ContainerPrune_Call) Run

func (*APIClient_ContainerPrune_Call) RunAndReturn

type APIClient_ContainerRemove_Call

type APIClient_ContainerRemove_Call struct {
	*mock.Call
}

APIClient_ContainerRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerRemove'

func (*APIClient_ContainerRemove_Call) Return

func (*APIClient_ContainerRemove_Call) Run

func (*APIClient_ContainerRemove_Call) RunAndReturn

type APIClient_ContainerRename_Call

type APIClient_ContainerRename_Call struct {
	*mock.Call
}

APIClient_ContainerRename_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerRename'

func (*APIClient_ContainerRename_Call) Return

func (*APIClient_ContainerRename_Call) Run

func (*APIClient_ContainerRename_Call) RunAndReturn

type APIClient_ContainerResize_Call

type APIClient_ContainerResize_Call struct {
	*mock.Call
}

APIClient_ContainerResize_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerResize'

func (*APIClient_ContainerResize_Call) Return

func (*APIClient_ContainerResize_Call) Run

func (*APIClient_ContainerResize_Call) RunAndReturn

type APIClient_ContainerRestart_Call

type APIClient_ContainerRestart_Call struct {
	*mock.Call
}

APIClient_ContainerRestart_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerRestart'

func (*APIClient_ContainerRestart_Call) Return

func (*APIClient_ContainerRestart_Call) Run

func (*APIClient_ContainerRestart_Call) RunAndReturn

type APIClient_ContainerStart_Call

type APIClient_ContainerStart_Call struct {
	*mock.Call
}

APIClient_ContainerStart_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerStart'

func (*APIClient_ContainerStart_Call) Return

func (*APIClient_ContainerStart_Call) Run

func (*APIClient_ContainerStart_Call) RunAndReturn

type APIClient_ContainerStatPath_Call

type APIClient_ContainerStatPath_Call struct {
	*mock.Call
}

APIClient_ContainerStatPath_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerStatPath'

func (*APIClient_ContainerStatPath_Call) Return

func (*APIClient_ContainerStatPath_Call) Run

func (*APIClient_ContainerStatPath_Call) RunAndReturn

type APIClient_ContainerStats_Call

type APIClient_ContainerStats_Call struct {
	*mock.Call
}

APIClient_ContainerStats_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerStats'

func (*APIClient_ContainerStats_Call) Return

func (*APIClient_ContainerStats_Call) Run

func (*APIClient_ContainerStats_Call) RunAndReturn

type APIClient_ContainerStop_Call

type APIClient_ContainerStop_Call struct {
	*mock.Call
}

APIClient_ContainerStop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerStop'

func (*APIClient_ContainerStop_Call) Return

func (*APIClient_ContainerStop_Call) Run

func (*APIClient_ContainerStop_Call) RunAndReturn

type APIClient_ContainerTop_Call

type APIClient_ContainerTop_Call struct {
	*mock.Call
}

APIClient_ContainerTop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerTop'

func (*APIClient_ContainerTop_Call) Return

func (*APIClient_ContainerTop_Call) Run

func (*APIClient_ContainerTop_Call) RunAndReturn

type APIClient_ContainerUnpause_Call

type APIClient_ContainerUnpause_Call struct {
	*mock.Call
}

APIClient_ContainerUnpause_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerUnpause'

func (*APIClient_ContainerUnpause_Call) Return

func (*APIClient_ContainerUnpause_Call) Run

func (*APIClient_ContainerUnpause_Call) RunAndReturn

type APIClient_ContainerUpdate_Call

type APIClient_ContainerUpdate_Call struct {
	*mock.Call
}

APIClient_ContainerUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerUpdate'

func (*APIClient_ContainerUpdate_Call) Return

func (*APIClient_ContainerUpdate_Call) Run

func (*APIClient_ContainerUpdate_Call) RunAndReturn

type APIClient_ContainerWait_Call

type APIClient_ContainerWait_Call struct {
	*mock.Call
}

APIClient_ContainerWait_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerWait'

func (*APIClient_ContainerWait_Call) Return

func (*APIClient_ContainerWait_Call) Run

func (*APIClient_ContainerWait_Call) RunAndReturn

type APIClient_CopyFromContainer_Call

type APIClient_CopyFromContainer_Call struct {
	*mock.Call
}

APIClient_CopyFromContainer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CopyFromContainer'

func (*APIClient_CopyFromContainer_Call) Return

func (*APIClient_CopyFromContainer_Call) Run

func (*APIClient_CopyFromContainer_Call) RunAndReturn

type APIClient_CopyToContainer_Call

type APIClient_CopyToContainer_Call struct {
	*mock.Call
}

APIClient_CopyToContainer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CopyToContainer'

func (*APIClient_CopyToContainer_Call) Return

func (*APIClient_CopyToContainer_Call) Run

func (*APIClient_CopyToContainer_Call) RunAndReturn

type APIClient_DaemonHost_Call

type APIClient_DaemonHost_Call struct {
	*mock.Call
}

APIClient_DaemonHost_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DaemonHost'

func (*APIClient_DaemonHost_Call) Return

func (*APIClient_DaemonHost_Call) Run

func (*APIClient_DaemonHost_Call) RunAndReturn

func (_c *APIClient_DaemonHost_Call) RunAndReturn(run func() string) *APIClient_DaemonHost_Call

type APIClient_DialHijack_Call

type APIClient_DialHijack_Call struct {
	*mock.Call
}

APIClient_DialHijack_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DialHijack'

func (*APIClient_DialHijack_Call) Return

func (*APIClient_DialHijack_Call) Run

func (_c *APIClient_DialHijack_Call) Run(run func(ctx context.Context, url string, proto string, meta map[string][]string)) *APIClient_DialHijack_Call

func (*APIClient_DialHijack_Call) RunAndReturn

func (_c *APIClient_DialHijack_Call) RunAndReturn(run func(ctx context.Context, url string, proto string, meta map[string][]string) (net.Conn, error)) *APIClient_DialHijack_Call

type APIClient_Dialer_Call

type APIClient_Dialer_Call struct {
	*mock.Call
}

APIClient_Dialer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Dialer'

func (*APIClient_Dialer_Call) Return

func (*APIClient_Dialer_Call) Run

func (_c *APIClient_Dialer_Call) Run(run func()) *APIClient_Dialer_Call

func (*APIClient_Dialer_Call) RunAndReturn

func (_c *APIClient_Dialer_Call) RunAndReturn(run func() func(context.Context) (net.Conn, error)) *APIClient_Dialer_Call

type APIClient_DiskUsage_Call

type APIClient_DiskUsage_Call struct {
	*mock.Call
}

APIClient_DiskUsage_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DiskUsage'

func (*APIClient_DiskUsage_Call) Return

func (*APIClient_DiskUsage_Call) Run

func (*APIClient_DiskUsage_Call) RunAndReturn

type APIClient_DistributionInspect_Call

type APIClient_DistributionInspect_Call struct {
	*mock.Call
}

APIClient_DistributionInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DistributionInspect'

func (*APIClient_DistributionInspect_Call) Return

func (*APIClient_DistributionInspect_Call) Run

func (*APIClient_DistributionInspect_Call) RunAndReturn

type APIClient_Events_Call

type APIClient_Events_Call struct {
	*mock.Call
}

APIClient_Events_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Events'

func (*APIClient_Events_Call) Return

func (*APIClient_Events_Call) Run

func (*APIClient_Events_Call) RunAndReturn

type APIClient_ExecAttach_Call

type APIClient_ExecAttach_Call struct {
	*mock.Call
}

APIClient_ExecAttach_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExecAttach'

func (*APIClient_ExecAttach_Call) Return

func (*APIClient_ExecAttach_Call) Run

func (*APIClient_ExecAttach_Call) RunAndReturn

type APIClient_ExecCreate_Call

type APIClient_ExecCreate_Call struct {
	*mock.Call
}

APIClient_ExecCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExecCreate'

func (*APIClient_ExecCreate_Call) Return

func (*APIClient_ExecCreate_Call) Run

func (*APIClient_ExecCreate_Call) RunAndReturn

type APIClient_ExecInspect_Call

type APIClient_ExecInspect_Call struct {
	*mock.Call
}

APIClient_ExecInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExecInspect'

func (*APIClient_ExecInspect_Call) Return

func (*APIClient_ExecInspect_Call) Run

func (*APIClient_ExecInspect_Call) RunAndReturn

type APIClient_ExecResize_Call

type APIClient_ExecResize_Call struct {
	*mock.Call
}

APIClient_ExecResize_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExecResize'

func (*APIClient_ExecResize_Call) Return

func (*APIClient_ExecResize_Call) Run

func (*APIClient_ExecResize_Call) RunAndReturn

type APIClient_ExecStart_Call

type APIClient_ExecStart_Call struct {
	*mock.Call
}

APIClient_ExecStart_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExecStart'

func (*APIClient_ExecStart_Call) Return

func (*APIClient_ExecStart_Call) Run

func (*APIClient_ExecStart_Call) RunAndReturn

type APIClient_Expecter

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

func (*APIClient_Expecter) BuildCachePrune

func (_e *APIClient_Expecter) BuildCachePrune(ctx any, opts any) *APIClient_BuildCachePrune_Call

BuildCachePrune is a helper method to define mock.On call

  • ctx context.Context
  • opts client.BuildCachePruneOptions

func (*APIClient_Expecter) BuildCancel

func (_e *APIClient_Expecter) BuildCancel(ctx any, id any, opts any) *APIClient_BuildCancel_Call

BuildCancel is a helper method to define mock.On call

  • ctx context.Context
  • id string
  • opts client.BuildCancelOptions

func (*APIClient_Expecter) CheckpointCreate

func (_e *APIClient_Expecter) CheckpointCreate(ctx any, container any, options any) *APIClient_CheckpointCreate_Call

CheckpointCreate is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.CheckpointCreateOptions

func (*APIClient_Expecter) CheckpointList

func (_e *APIClient_Expecter) CheckpointList(ctx any, container any, options any) *APIClient_CheckpointList_Call

CheckpointList is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.CheckpointListOptions

func (*APIClient_Expecter) CheckpointRemove

func (_e *APIClient_Expecter) CheckpointRemove(ctx any, container any, options any) *APIClient_CheckpointRemove_Call

CheckpointRemove is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.CheckpointRemoveOptions

func (*APIClient_Expecter) ClientVersion

func (_e *APIClient_Expecter) ClientVersion() *APIClient_ClientVersion_Call

ClientVersion is a helper method to define mock.On call

func (*APIClient_Expecter) Close

Close is a helper method to define mock.On call

func (*APIClient_Expecter) ConfigCreate

func (_e *APIClient_Expecter) ConfigCreate(ctx any, options any) *APIClient_ConfigCreate_Call

ConfigCreate is a helper method to define mock.On call

  • ctx context.Context
  • options client.ConfigCreateOptions

func (*APIClient_Expecter) ConfigInspect

func (_e *APIClient_Expecter) ConfigInspect(ctx any, id any, options any) *APIClient_ConfigInspect_Call

ConfigInspect is a helper method to define mock.On call

  • ctx context.Context
  • id string
  • options client.ConfigInspectOptions

func (*APIClient_Expecter) ConfigList

func (_e *APIClient_Expecter) ConfigList(ctx any, options any) *APIClient_ConfigList_Call

ConfigList is a helper method to define mock.On call

  • ctx context.Context
  • options client.ConfigListOptions

func (*APIClient_Expecter) ConfigRemove

func (_e *APIClient_Expecter) ConfigRemove(ctx any, id any, options any) *APIClient_ConfigRemove_Call

ConfigRemove is a helper method to define mock.On call

  • ctx context.Context
  • id string
  • options client.ConfigRemoveOptions

func (*APIClient_Expecter) ConfigUpdate

func (_e *APIClient_Expecter) ConfigUpdate(ctx any, id any, options any) *APIClient_ConfigUpdate_Call

ConfigUpdate is a helper method to define mock.On call

  • ctx context.Context
  • id string
  • options client.ConfigUpdateOptions

func (*APIClient_Expecter) ContainerAttach

func (_e *APIClient_Expecter) ContainerAttach(ctx any, container any, options any) *APIClient_ContainerAttach_Call

ContainerAttach is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerAttachOptions

func (*APIClient_Expecter) ContainerCommit

func (_e *APIClient_Expecter) ContainerCommit(ctx any, container any, options any) *APIClient_ContainerCommit_Call

ContainerCommit is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerCommitOptions

func (*APIClient_Expecter) ContainerCreate

func (_e *APIClient_Expecter) ContainerCreate(ctx any, options any) *APIClient_ContainerCreate_Call

ContainerCreate is a helper method to define mock.On call

  • ctx context.Context
  • options client.ContainerCreateOptions

func (*APIClient_Expecter) ContainerDiff

func (_e *APIClient_Expecter) ContainerDiff(ctx any, container any, options any) *APIClient_ContainerDiff_Call

ContainerDiff is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerDiffOptions

func (*APIClient_Expecter) ContainerExport

func (_e *APIClient_Expecter) ContainerExport(ctx any, container any, options any) *APIClient_ContainerExport_Call

ContainerExport is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerExportOptions

func (*APIClient_Expecter) ContainerInspect

func (_e *APIClient_Expecter) ContainerInspect(ctx any, container any, options any) *APIClient_ContainerInspect_Call

ContainerInspect is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerInspectOptions

func (*APIClient_Expecter) ContainerKill

func (_e *APIClient_Expecter) ContainerKill(ctx any, container any, options any) *APIClient_ContainerKill_Call

ContainerKill is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerKillOptions

func (*APIClient_Expecter) ContainerList

func (_e *APIClient_Expecter) ContainerList(ctx any, options any) *APIClient_ContainerList_Call

ContainerList is a helper method to define mock.On call

  • ctx context.Context
  • options client.ContainerListOptions

func (*APIClient_Expecter) ContainerLogs

func (_e *APIClient_Expecter) ContainerLogs(ctx any, container any, options any) *APIClient_ContainerLogs_Call

ContainerLogs is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerLogsOptions

func (*APIClient_Expecter) ContainerPause

func (_e *APIClient_Expecter) ContainerPause(ctx any, container any, options any) *APIClient_ContainerPause_Call

ContainerPause is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerPauseOptions

func (*APIClient_Expecter) ContainerPrune

func (_e *APIClient_Expecter) ContainerPrune(ctx any, opts any) *APIClient_ContainerPrune_Call

ContainerPrune is a helper method to define mock.On call

  • ctx context.Context
  • opts client.ContainerPruneOptions

func (*APIClient_Expecter) ContainerRemove

func (_e *APIClient_Expecter) ContainerRemove(ctx any, container any, options any) *APIClient_ContainerRemove_Call

ContainerRemove is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerRemoveOptions

func (*APIClient_Expecter) ContainerRename

func (_e *APIClient_Expecter) ContainerRename(ctx any, container any, options any) *APIClient_ContainerRename_Call

ContainerRename is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerRenameOptions

func (*APIClient_Expecter) ContainerResize

func (_e *APIClient_Expecter) ContainerResize(ctx any, container any, options any) *APIClient_ContainerResize_Call

ContainerResize is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerResizeOptions

func (*APIClient_Expecter) ContainerRestart

func (_e *APIClient_Expecter) ContainerRestart(ctx any, container any, options any) *APIClient_ContainerRestart_Call

ContainerRestart is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerRestartOptions

func (*APIClient_Expecter) ContainerStart

func (_e *APIClient_Expecter) ContainerStart(ctx any, container any, options any) *APIClient_ContainerStart_Call

ContainerStart is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerStartOptions

func (*APIClient_Expecter) ContainerStatPath

func (_e *APIClient_Expecter) ContainerStatPath(ctx any, container any, options any) *APIClient_ContainerStatPath_Call

ContainerStatPath is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerStatPathOptions

func (*APIClient_Expecter) ContainerStats

func (_e *APIClient_Expecter) ContainerStats(ctx any, container any, options any) *APIClient_ContainerStats_Call

ContainerStats is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerStatsOptions

func (*APIClient_Expecter) ContainerStop

func (_e *APIClient_Expecter) ContainerStop(ctx any, container any, options any) *APIClient_ContainerStop_Call

ContainerStop is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerStopOptions

func (*APIClient_Expecter) ContainerTop

func (_e *APIClient_Expecter) ContainerTop(ctx any, container any, options any) *APIClient_ContainerTop_Call

ContainerTop is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerTopOptions

func (*APIClient_Expecter) ContainerUnpause

func (_e *APIClient_Expecter) ContainerUnpause(ctx any, container any, options any) *APIClient_ContainerUnpause_Call

ContainerUnpause is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerUnpauseOptions

func (*APIClient_Expecter) ContainerUpdate

func (_e *APIClient_Expecter) ContainerUpdate(ctx any, container any, updateConfig any) *APIClient_ContainerUpdate_Call

ContainerUpdate is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • updateConfig client.ContainerUpdateOptions

func (*APIClient_Expecter) ContainerWait

func (_e *APIClient_Expecter) ContainerWait(ctx any, container any, options any) *APIClient_ContainerWait_Call

ContainerWait is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ContainerWaitOptions

func (*APIClient_Expecter) CopyFromContainer

func (_e *APIClient_Expecter) CopyFromContainer(ctx any, container any, options any) *APIClient_CopyFromContainer_Call

CopyFromContainer is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.CopyFromContainerOptions

func (*APIClient_Expecter) CopyToContainer

func (_e *APIClient_Expecter) CopyToContainer(ctx any, container any, options any) *APIClient_CopyToContainer_Call

CopyToContainer is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.CopyToContainerOptions

func (*APIClient_Expecter) DaemonHost

DaemonHost is a helper method to define mock.On call

func (*APIClient_Expecter) DialHijack

func (_e *APIClient_Expecter) DialHijack(ctx any, url any, proto any, meta any) *APIClient_DialHijack_Call

DialHijack is a helper method to define mock.On call

  • ctx context.Context
  • url string
  • proto string
  • meta map[string][]string

func (*APIClient_Expecter) Dialer

Dialer is a helper method to define mock.On call

func (*APIClient_Expecter) DiskUsage

func (_e *APIClient_Expecter) DiskUsage(ctx any, options any) *APIClient_DiskUsage_Call

DiskUsage is a helper method to define mock.On call

  • ctx context.Context
  • options client.DiskUsageOptions

func (*APIClient_Expecter) DistributionInspect

func (_e *APIClient_Expecter) DistributionInspect(ctx any, image any, options any) *APIClient_DistributionInspect_Call

DistributionInspect is a helper method to define mock.On call

  • ctx context.Context
  • image string
  • options client.DistributionInspectOptions

func (*APIClient_Expecter) Events

func (_e *APIClient_Expecter) Events(ctx any, options any) *APIClient_Events_Call

Events is a helper method to define mock.On call

  • ctx context.Context
  • options client.EventsListOptions

func (*APIClient_Expecter) ExecAttach

func (_e *APIClient_Expecter) ExecAttach(ctx any, execID any, options any) *APIClient_ExecAttach_Call

ExecAttach is a helper method to define mock.On call

  • ctx context.Context
  • execID string
  • options client.ExecAttachOptions

func (*APIClient_Expecter) ExecCreate

func (_e *APIClient_Expecter) ExecCreate(ctx any, container any, options any) *APIClient_ExecCreate_Call

ExecCreate is a helper method to define mock.On call

  • ctx context.Context
  • container string
  • options client.ExecCreateOptions

func (*APIClient_Expecter) ExecInspect

func (_e *APIClient_Expecter) ExecInspect(ctx any, execID any, options any) *APIClient_ExecInspect_Call

ExecInspect is a helper method to define mock.On call

  • ctx context.Context
  • execID string
  • options client.ExecInspectOptions

func (*APIClient_Expecter) ExecResize

func (_e *APIClient_Expecter) ExecResize(ctx any, execID any, options any) *APIClient_ExecResize_Call

ExecResize is a helper method to define mock.On call

  • ctx context.Context
  • execID string
  • options client.ExecResizeOptions

func (*APIClient_Expecter) ExecStart

func (_e *APIClient_Expecter) ExecStart(ctx any, execID any, options any) *APIClient_ExecStart_Call

ExecStart is a helper method to define mock.On call

  • ctx context.Context
  • execID string
  • options client.ExecStartOptions

func (*APIClient_Expecter) ImageAttestations

func (_e *APIClient_Expecter) ImageAttestations(ctx any, image any, imageAttestationsOptions ...any) *APIClient_ImageAttestations_Call

ImageAttestations is a helper method to define mock.On call

  • ctx context.Context
  • image string
  • imageAttestationsOptions ...client.ImageAttestationsOption

func (*APIClient_Expecter) ImageBuild

func (_e *APIClient_Expecter) ImageBuild(ctx any, context1 any, options any) *APIClient_ImageBuild_Call

ImageBuild is a helper method to define mock.On call

  • ctx context.Context
  • context1 io.Reader
  • options client.ImageBuildOptions

func (*APIClient_Expecter) ImageHistory

func (_e *APIClient_Expecter) ImageHistory(ctx any, image any, imageHistoryOptions ...any) *APIClient_ImageHistory_Call

ImageHistory is a helper method to define mock.On call

  • ctx context.Context
  • image string
  • imageHistoryOptions ...client.ImageHistoryOption

func (*APIClient_Expecter) ImageImport

func (_e *APIClient_Expecter) ImageImport(ctx any, source any, ref any, options any) *APIClient_ImageImport_Call

ImageImport is a helper method to define mock.On call

  • ctx context.Context
  • source client.ImageImportSource
  • ref string
  • options client.ImageImportOptions

func (*APIClient_Expecter) ImageInspect

func (_e *APIClient_Expecter) ImageInspect(ctx any, image any, imageInspectOptions ...any) *APIClient_ImageInspect_Call

ImageInspect is a helper method to define mock.On call

  • ctx context.Context
  • image string
  • imageInspectOptions ...client.ImageInspectOption

func (*APIClient_Expecter) ImageList

func (_e *APIClient_Expecter) ImageList(ctx any, options any) *APIClient_ImageList_Call

ImageList is a helper method to define mock.On call

  • ctx context.Context
  • options client.ImageListOptions

func (*APIClient_Expecter) ImageLoad

func (_e *APIClient_Expecter) ImageLoad(ctx any, input any, imageLoadOptions ...any) *APIClient_ImageLoad_Call

ImageLoad is a helper method to define mock.On call

  • ctx context.Context
  • input io.Reader
  • imageLoadOptions ...client.ImageLoadOption

func (*APIClient_Expecter) ImagePrune

func (_e *APIClient_Expecter) ImagePrune(ctx any, opts any) *APIClient_ImagePrune_Call

ImagePrune is a helper method to define mock.On call

  • ctx context.Context
  • opts client.ImagePruneOptions

func (*APIClient_Expecter) ImagePull

func (_e *APIClient_Expecter) ImagePull(ctx any, ref any, options any) *APIClient_ImagePull_Call

ImagePull is a helper method to define mock.On call

  • ctx context.Context
  • ref string
  • options client.ImagePullOptions

func (*APIClient_Expecter) ImagePush

func (_e *APIClient_Expecter) ImagePush(ctx any, ref any, options any) *APIClient_ImagePush_Call

ImagePush is a helper method to define mock.On call

  • ctx context.Context
  • ref string
  • options client.ImagePushOptions

func (*APIClient_Expecter) ImageRemove

func (_e *APIClient_Expecter) ImageRemove(ctx any, image any, options any) *APIClient_ImageRemove_Call

ImageRemove is a helper method to define mock.On call

  • ctx context.Context
  • image string
  • options client.ImageRemoveOptions

func (*APIClient_Expecter) ImageSave

func (_e *APIClient_Expecter) ImageSave(ctx any, images any, imageSaveOptions ...any) *APIClient_ImageSave_Call

ImageSave is a helper method to define mock.On call

  • ctx context.Context
  • images []string
  • imageSaveOptions ...client.ImageSaveOption

func (*APIClient_Expecter) ImageSearch

func (_e *APIClient_Expecter) ImageSearch(ctx any, term any, options any) *APIClient_ImageSearch_Call

ImageSearch is a helper method to define mock.On call

  • ctx context.Context
  • term string
  • options client.ImageSearchOptions

func (*APIClient_Expecter) ImageTag

func (_e *APIClient_Expecter) ImageTag(ctx any, options any) *APIClient_ImageTag_Call

ImageTag is a helper method to define mock.On call

  • ctx context.Context
  • options client.ImageTagOptions

func (*APIClient_Expecter) Info

func (_e *APIClient_Expecter) Info(ctx any, options any) *APIClient_Info_Call

Info is a helper method to define mock.On call

  • ctx context.Context
  • options client.InfoOptions

func (*APIClient_Expecter) NetworkConnect

func (_e *APIClient_Expecter) NetworkConnect(ctx any, network any, options any) *APIClient_NetworkConnect_Call

NetworkConnect is a helper method to define mock.On call

  • ctx context.Context
  • network string
  • options client.NetworkConnectOptions

func (*APIClient_Expecter) NetworkCreate

func (_e *APIClient_Expecter) NetworkCreate(ctx any, name any, options any) *APIClient_NetworkCreate_Call

NetworkCreate is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • options client.NetworkCreateOptions

func (*APIClient_Expecter) NetworkDisconnect

func (_e *APIClient_Expecter) NetworkDisconnect(ctx any, network any, options any) *APIClient_NetworkDisconnect_Call

NetworkDisconnect is a helper method to define mock.On call

  • ctx context.Context
  • network string
  • options client.NetworkDisconnectOptions

func (*APIClient_Expecter) NetworkInspect

func (_e *APIClient_Expecter) NetworkInspect(ctx any, network any, options any) *APIClient_NetworkInspect_Call

NetworkInspect is a helper method to define mock.On call

  • ctx context.Context
  • network string
  • options client.NetworkInspectOptions

func (*APIClient_Expecter) NetworkList

func (_e *APIClient_Expecter) NetworkList(ctx any, options any) *APIClient_NetworkList_Call

NetworkList is a helper method to define mock.On call

  • ctx context.Context
  • options client.NetworkListOptions

func (*APIClient_Expecter) NetworkPrune

func (_e *APIClient_Expecter) NetworkPrune(ctx any, opts any) *APIClient_NetworkPrune_Call

NetworkPrune is a helper method to define mock.On call

  • ctx context.Context
  • opts client.NetworkPruneOptions

func (*APIClient_Expecter) NetworkRemove

func (_e *APIClient_Expecter) NetworkRemove(ctx any, network any, options any) *APIClient_NetworkRemove_Call

NetworkRemove is a helper method to define mock.On call

  • ctx context.Context
  • network string
  • options client.NetworkRemoveOptions

func (*APIClient_Expecter) NodeInspect

func (_e *APIClient_Expecter) NodeInspect(ctx any, nodeID any, options any) *APIClient_NodeInspect_Call

NodeInspect is a helper method to define mock.On call

  • ctx context.Context
  • nodeID string
  • options client.NodeInspectOptions

func (*APIClient_Expecter) NodeList

func (_e *APIClient_Expecter) NodeList(ctx any, options any) *APIClient_NodeList_Call

NodeList is a helper method to define mock.On call

  • ctx context.Context
  • options client.NodeListOptions

func (*APIClient_Expecter) NodeRemove

func (_e *APIClient_Expecter) NodeRemove(ctx any, nodeID any, options any) *APIClient_NodeRemove_Call

NodeRemove is a helper method to define mock.On call

  • ctx context.Context
  • nodeID string
  • options client.NodeRemoveOptions

func (*APIClient_Expecter) NodeUpdate

func (_e *APIClient_Expecter) NodeUpdate(ctx any, nodeID any, options any) *APIClient_NodeUpdate_Call

NodeUpdate is a helper method to define mock.On call

  • ctx context.Context
  • nodeID string
  • options client.NodeUpdateOptions

func (*APIClient_Expecter) Ping

func (_e *APIClient_Expecter) Ping(ctx any, options any) *APIClient_Ping_Call

Ping is a helper method to define mock.On call

  • ctx context.Context
  • options client.PingOptions

func (*APIClient_Expecter) PluginCreate

func (_e *APIClient_Expecter) PluginCreate(ctx any, createContext any, options any) *APIClient_PluginCreate_Call

PluginCreate is a helper method to define mock.On call

  • ctx context.Context
  • createContext io.Reader
  • options client.PluginCreateOptions

func (*APIClient_Expecter) PluginDisable

func (_e *APIClient_Expecter) PluginDisable(ctx any, name any, options any) *APIClient_PluginDisable_Call

PluginDisable is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • options client.PluginDisableOptions

func (*APIClient_Expecter) PluginEnable

func (_e *APIClient_Expecter) PluginEnable(ctx any, name any, options any) *APIClient_PluginEnable_Call

PluginEnable is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • options client.PluginEnableOptions

func (*APIClient_Expecter) PluginInspect

func (_e *APIClient_Expecter) PluginInspect(ctx any, name any, options any) *APIClient_PluginInspect_Call

PluginInspect is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • options client.PluginInspectOptions

func (*APIClient_Expecter) PluginInstall

func (_e *APIClient_Expecter) PluginInstall(ctx any, name any, options any) *APIClient_PluginInstall_Call

PluginInstall is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • options client.PluginInstallOptions

func (*APIClient_Expecter) PluginList

func (_e *APIClient_Expecter) PluginList(ctx any, options any) *APIClient_PluginList_Call

PluginList is a helper method to define mock.On call

  • ctx context.Context
  • options client.PluginListOptions

func (*APIClient_Expecter) PluginPush

func (_e *APIClient_Expecter) PluginPush(ctx any, name any, options any) *APIClient_PluginPush_Call

PluginPush is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • options client.PluginPushOptions

func (*APIClient_Expecter) PluginRemove

func (_e *APIClient_Expecter) PluginRemove(ctx any, name any, options any) *APIClient_PluginRemove_Call

PluginRemove is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • options client.PluginRemoveOptions

func (*APIClient_Expecter) PluginSet

func (_e *APIClient_Expecter) PluginSet(ctx any, name any, options any) *APIClient_PluginSet_Call

PluginSet is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • options client.PluginSetOptions

func (*APIClient_Expecter) PluginUpgrade

func (_e *APIClient_Expecter) PluginUpgrade(ctx any, name any, options any) *APIClient_PluginUpgrade_Call

PluginUpgrade is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • options client.PluginUpgradeOptions

func (*APIClient_Expecter) RegistryLogin

func (_e *APIClient_Expecter) RegistryLogin(ctx any, auth any) *APIClient_RegistryLogin_Call

RegistryLogin is a helper method to define mock.On call

  • ctx context.Context
  • auth client.RegistryLoginOptions

func (*APIClient_Expecter) SecretCreate

func (_e *APIClient_Expecter) SecretCreate(ctx any, options any) *APIClient_SecretCreate_Call

SecretCreate is a helper method to define mock.On call

  • ctx context.Context
  • options client.SecretCreateOptions

func (*APIClient_Expecter) SecretInspect

func (_e *APIClient_Expecter) SecretInspect(ctx any, id any, options any) *APIClient_SecretInspect_Call

SecretInspect is a helper method to define mock.On call

  • ctx context.Context
  • id string
  • options client.SecretInspectOptions

func (*APIClient_Expecter) SecretList

func (_e *APIClient_Expecter) SecretList(ctx any, options any) *APIClient_SecretList_Call

SecretList is a helper method to define mock.On call

  • ctx context.Context
  • options client.SecretListOptions

func (*APIClient_Expecter) SecretRemove

func (_e *APIClient_Expecter) SecretRemove(ctx any, id any, options any) *APIClient_SecretRemove_Call

SecretRemove is a helper method to define mock.On call

  • ctx context.Context
  • id string
  • options client.SecretRemoveOptions

func (*APIClient_Expecter) SecretUpdate

func (_e *APIClient_Expecter) SecretUpdate(ctx any, id any, options any) *APIClient_SecretUpdate_Call

SecretUpdate is a helper method to define mock.On call

  • ctx context.Context
  • id string
  • options client.SecretUpdateOptions

func (*APIClient_Expecter) ServerVersion

func (_e *APIClient_Expecter) ServerVersion(ctx any, options any) *APIClient_ServerVersion_Call

ServerVersion is a helper method to define mock.On call

  • ctx context.Context
  • options client.ServerVersionOptions

func (*APIClient_Expecter) ServiceCreate

func (_e *APIClient_Expecter) ServiceCreate(ctx any, options any) *APIClient_ServiceCreate_Call

ServiceCreate is a helper method to define mock.On call

  • ctx context.Context
  • options client.ServiceCreateOptions

func (*APIClient_Expecter) ServiceInspect

func (_e *APIClient_Expecter) ServiceInspect(ctx any, serviceID any, options any) *APIClient_ServiceInspect_Call

ServiceInspect is a helper method to define mock.On call

  • ctx context.Context
  • serviceID string
  • options client.ServiceInspectOptions

func (*APIClient_Expecter) ServiceList

func (_e *APIClient_Expecter) ServiceList(ctx any, options any) *APIClient_ServiceList_Call

ServiceList is a helper method to define mock.On call

  • ctx context.Context
  • options client.ServiceListOptions

func (*APIClient_Expecter) ServiceLogs

func (_e *APIClient_Expecter) ServiceLogs(ctx any, serviceID any, options any) *APIClient_ServiceLogs_Call

ServiceLogs is a helper method to define mock.On call

  • ctx context.Context
  • serviceID string
  • options client.ServiceLogsOptions

func (*APIClient_Expecter) ServiceRemove

func (_e *APIClient_Expecter) ServiceRemove(ctx any, serviceID any, options any) *APIClient_ServiceRemove_Call

ServiceRemove is a helper method to define mock.On call

  • ctx context.Context
  • serviceID string
  • options client.ServiceRemoveOptions

func (*APIClient_Expecter) ServiceUpdate

func (_e *APIClient_Expecter) ServiceUpdate(ctx any, serviceID any, options any) *APIClient_ServiceUpdate_Call

ServiceUpdate is a helper method to define mock.On call

  • ctx context.Context
  • serviceID string
  • options client.ServiceUpdateOptions

func (*APIClient_Expecter) SwarmGetUnlockKey

func (_e *APIClient_Expecter) SwarmGetUnlockKey(ctx any) *APIClient_SwarmGetUnlockKey_Call

SwarmGetUnlockKey is a helper method to define mock.On call

  • ctx context.Context

func (*APIClient_Expecter) SwarmInit

func (_e *APIClient_Expecter) SwarmInit(ctx any, options any) *APIClient_SwarmInit_Call

SwarmInit is a helper method to define mock.On call

  • ctx context.Context
  • options client.SwarmInitOptions

func (*APIClient_Expecter) SwarmInspect

func (_e *APIClient_Expecter) SwarmInspect(ctx any, options any) *APIClient_SwarmInspect_Call

SwarmInspect is a helper method to define mock.On call

  • ctx context.Context
  • options client.SwarmInspectOptions

func (*APIClient_Expecter) SwarmJoin

func (_e *APIClient_Expecter) SwarmJoin(ctx any, options any) *APIClient_SwarmJoin_Call

SwarmJoin is a helper method to define mock.On call

  • ctx context.Context
  • options client.SwarmJoinOptions

func (*APIClient_Expecter) SwarmLeave

func (_e *APIClient_Expecter) SwarmLeave(ctx any, options any) *APIClient_SwarmLeave_Call

SwarmLeave is a helper method to define mock.On call

  • ctx context.Context
  • options client.SwarmLeaveOptions

func (*APIClient_Expecter) SwarmUnlock

func (_e *APIClient_Expecter) SwarmUnlock(ctx any, options any) *APIClient_SwarmUnlock_Call

SwarmUnlock is a helper method to define mock.On call

  • ctx context.Context
  • options client.SwarmUnlockOptions

func (*APIClient_Expecter) SwarmUpdate

func (_e *APIClient_Expecter) SwarmUpdate(ctx any, options any) *APIClient_SwarmUpdate_Call

SwarmUpdate is a helper method to define mock.On call

  • ctx context.Context
  • options client.SwarmUpdateOptions

func (*APIClient_Expecter) TaskInspect

func (_e *APIClient_Expecter) TaskInspect(ctx any, taskID any, options any) *APIClient_TaskInspect_Call

TaskInspect is a helper method to define mock.On call

  • ctx context.Context
  • taskID string
  • options client.TaskInspectOptions

func (*APIClient_Expecter) TaskList

func (_e *APIClient_Expecter) TaskList(ctx any, options any) *APIClient_TaskList_Call

TaskList is a helper method to define mock.On call

  • ctx context.Context
  • options client.TaskListOptions

func (*APIClient_Expecter) TaskLogs

func (_e *APIClient_Expecter) TaskLogs(ctx any, taskID any, options any) *APIClient_TaskLogs_Call

TaskLogs is a helper method to define mock.On call

  • ctx context.Context
  • taskID string
  • options client.TaskLogsOptions

func (*APIClient_Expecter) VolumeCreate

func (_e *APIClient_Expecter) VolumeCreate(ctx any, options any) *APIClient_VolumeCreate_Call

VolumeCreate is a helper method to define mock.On call

  • ctx context.Context
  • options client.VolumeCreateOptions

func (*APIClient_Expecter) VolumeInspect

func (_e *APIClient_Expecter) VolumeInspect(ctx any, volumeID any, options any) *APIClient_VolumeInspect_Call

VolumeInspect is a helper method to define mock.On call

  • ctx context.Context
  • volumeID string
  • options client.VolumeInspectOptions

func (*APIClient_Expecter) VolumeList

func (_e *APIClient_Expecter) VolumeList(ctx any, options any) *APIClient_VolumeList_Call

VolumeList is a helper method to define mock.On call

  • ctx context.Context
  • options client.VolumeListOptions

func (*APIClient_Expecter) VolumePrune

func (_e *APIClient_Expecter) VolumePrune(ctx any, options any) *APIClient_VolumePrune_Call

VolumePrune is a helper method to define mock.On call

  • ctx context.Context
  • options client.VolumePruneOptions

func (*APIClient_Expecter) VolumeRemove

func (_e *APIClient_Expecter) VolumeRemove(ctx any, volumeID any, options any) *APIClient_VolumeRemove_Call

VolumeRemove is a helper method to define mock.On call

  • ctx context.Context
  • volumeID string
  • options client.VolumeRemoveOptions

func (*APIClient_Expecter) VolumeUpdate

func (_e *APIClient_Expecter) VolumeUpdate(ctx any, volumeID any, options any) *APIClient_VolumeUpdate_Call

VolumeUpdate is a helper method to define mock.On call

  • ctx context.Context
  • volumeID string
  • options client.VolumeUpdateOptions

type APIClient_ImageAttestations_Call

type APIClient_ImageAttestations_Call struct {
	*mock.Call
}

APIClient_ImageAttestations_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageAttestations'

func (*APIClient_ImageAttestations_Call) Return

func (*APIClient_ImageAttestations_Call) Run

func (*APIClient_ImageAttestations_Call) RunAndReturn

type APIClient_ImageBuild_Call

type APIClient_ImageBuild_Call struct {
	*mock.Call
}

APIClient_ImageBuild_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageBuild'

func (*APIClient_ImageBuild_Call) Return

func (*APIClient_ImageBuild_Call) Run

func (*APIClient_ImageBuild_Call) RunAndReturn

type APIClient_ImageHistory_Call

type APIClient_ImageHistory_Call struct {
	*mock.Call
}

APIClient_ImageHistory_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageHistory'

func (*APIClient_ImageHistory_Call) Return

func (*APIClient_ImageHistory_Call) Run

func (_c *APIClient_ImageHistory_Call) Run(run func(ctx context.Context, image string, imageHistoryOptions ...client.ImageHistoryOption)) *APIClient_ImageHistory_Call

func (*APIClient_ImageHistory_Call) RunAndReturn

func (_c *APIClient_ImageHistory_Call) RunAndReturn(run func(ctx context.Context, image string, imageHistoryOptions ...client.ImageHistoryOption) (client.ImageHistoryResult, error)) *APIClient_ImageHistory_Call

type APIClient_ImageImport_Call

type APIClient_ImageImport_Call struct {
	*mock.Call
}

APIClient_ImageImport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageImport'

func (*APIClient_ImageImport_Call) Return

func (*APIClient_ImageImport_Call) Run

func (*APIClient_ImageImport_Call) RunAndReturn

type APIClient_ImageInspect_Call

type APIClient_ImageInspect_Call struct {
	*mock.Call
}

APIClient_ImageInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageInspect'

func (*APIClient_ImageInspect_Call) Return

func (*APIClient_ImageInspect_Call) Run

func (_c *APIClient_ImageInspect_Call) Run(run func(ctx context.Context, image string, imageInspectOptions ...client.ImageInspectOption)) *APIClient_ImageInspect_Call

func (*APIClient_ImageInspect_Call) RunAndReturn

func (_c *APIClient_ImageInspect_Call) RunAndReturn(run func(ctx context.Context, image string, imageInspectOptions ...client.ImageInspectOption) (client.ImageInspectResult, error)) *APIClient_ImageInspect_Call

type APIClient_ImageList_Call

type APIClient_ImageList_Call struct {
	*mock.Call
}

APIClient_ImageList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageList'

func (*APIClient_ImageList_Call) Return

func (*APIClient_ImageList_Call) Run

func (*APIClient_ImageList_Call) RunAndReturn

type APIClient_ImageLoad_Call

type APIClient_ImageLoad_Call struct {
	*mock.Call
}

APIClient_ImageLoad_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageLoad'

func (*APIClient_ImageLoad_Call) Return

func (*APIClient_ImageLoad_Call) Run

func (_c *APIClient_ImageLoad_Call) Run(run func(ctx context.Context, input io.Reader, imageLoadOptions ...client.ImageLoadOption)) *APIClient_ImageLoad_Call

func (*APIClient_ImageLoad_Call) RunAndReturn

func (_c *APIClient_ImageLoad_Call) RunAndReturn(run func(ctx context.Context, input io.Reader, imageLoadOptions ...client.ImageLoadOption) (client.ImageLoadResult, error)) *APIClient_ImageLoad_Call

type APIClient_ImagePrune_Call

type APIClient_ImagePrune_Call struct {
	*mock.Call
}

APIClient_ImagePrune_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImagePrune'

func (*APIClient_ImagePrune_Call) Return

func (*APIClient_ImagePrune_Call) Run

func (*APIClient_ImagePrune_Call) RunAndReturn

type APIClient_ImagePull_Call

type APIClient_ImagePull_Call struct {
	*mock.Call
}

APIClient_ImagePull_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImagePull'

func (*APIClient_ImagePull_Call) Return

func (*APIClient_ImagePull_Call) Run

func (*APIClient_ImagePull_Call) RunAndReturn

type APIClient_ImagePush_Call

type APIClient_ImagePush_Call struct {
	*mock.Call
}

APIClient_ImagePush_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImagePush'

func (*APIClient_ImagePush_Call) Return

func (*APIClient_ImagePush_Call) Run

func (*APIClient_ImagePush_Call) RunAndReturn

type APIClient_ImageRemove_Call

type APIClient_ImageRemove_Call struct {
	*mock.Call
}

APIClient_ImageRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageRemove'

func (*APIClient_ImageRemove_Call) Return

func (*APIClient_ImageRemove_Call) Run

func (*APIClient_ImageRemove_Call) RunAndReturn

type APIClient_ImageSave_Call

type APIClient_ImageSave_Call struct {
	*mock.Call
}

APIClient_ImageSave_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageSave'

func (*APIClient_ImageSave_Call) Return

func (*APIClient_ImageSave_Call) Run

func (_c *APIClient_ImageSave_Call) Run(run func(ctx context.Context, images []string, imageSaveOptions ...client.ImageSaveOption)) *APIClient_ImageSave_Call

func (*APIClient_ImageSave_Call) RunAndReturn

func (_c *APIClient_ImageSave_Call) RunAndReturn(run func(ctx context.Context, images []string, imageSaveOptions ...client.ImageSaveOption) (client.ImageSaveResult, error)) *APIClient_ImageSave_Call

type APIClient_ImageSearch_Call

type APIClient_ImageSearch_Call struct {
	*mock.Call
}

APIClient_ImageSearch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageSearch'

func (*APIClient_ImageSearch_Call) Return

func (*APIClient_ImageSearch_Call) Run

func (*APIClient_ImageSearch_Call) RunAndReturn

type APIClient_ImageTag_Call

type APIClient_ImageTag_Call struct {
	*mock.Call
}

APIClient_ImageTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageTag'

func (*APIClient_ImageTag_Call) Return

func (*APIClient_ImageTag_Call) Run

func (*APIClient_ImageTag_Call) RunAndReturn

type APIClient_Info_Call

type APIClient_Info_Call struct {
	*mock.Call
}

APIClient_Info_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Info'

func (*APIClient_Info_Call) Return

func (_c *APIClient_Info_Call) Return(systemInfoResult client.SystemInfoResult, err error) *APIClient_Info_Call

func (*APIClient_Info_Call) Run

func (_c *APIClient_Info_Call) Run(run func(ctx context.Context, options client.InfoOptions)) *APIClient_Info_Call

func (*APIClient_Info_Call) RunAndReturn

type APIClient_NetworkConnect_Call

type APIClient_NetworkConnect_Call struct {
	*mock.Call
}

APIClient_NetworkConnect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NetworkConnect'

func (*APIClient_NetworkConnect_Call) Return

func (*APIClient_NetworkConnect_Call) Run

func (*APIClient_NetworkConnect_Call) RunAndReturn

type APIClient_NetworkCreate_Call

type APIClient_NetworkCreate_Call struct {
	*mock.Call
}

APIClient_NetworkCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NetworkCreate'

func (*APIClient_NetworkCreate_Call) Return

func (*APIClient_NetworkCreate_Call) Run

func (*APIClient_NetworkCreate_Call) RunAndReturn

type APIClient_NetworkDisconnect_Call

type APIClient_NetworkDisconnect_Call struct {
	*mock.Call
}

APIClient_NetworkDisconnect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NetworkDisconnect'

func (*APIClient_NetworkDisconnect_Call) Return

func (*APIClient_NetworkDisconnect_Call) Run

func (*APIClient_NetworkDisconnect_Call) RunAndReturn

type APIClient_NetworkInspect_Call

type APIClient_NetworkInspect_Call struct {
	*mock.Call
}

APIClient_NetworkInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NetworkInspect'

func (*APIClient_NetworkInspect_Call) Return

func (*APIClient_NetworkInspect_Call) Run

func (*APIClient_NetworkInspect_Call) RunAndReturn

type APIClient_NetworkList_Call

type APIClient_NetworkList_Call struct {
	*mock.Call
}

APIClient_NetworkList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NetworkList'

func (*APIClient_NetworkList_Call) Return

func (*APIClient_NetworkList_Call) Run

func (*APIClient_NetworkList_Call) RunAndReturn

type APIClient_NetworkPrune_Call

type APIClient_NetworkPrune_Call struct {
	*mock.Call
}

APIClient_NetworkPrune_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NetworkPrune'

func (*APIClient_NetworkPrune_Call) Return

func (*APIClient_NetworkPrune_Call) Run

func (*APIClient_NetworkPrune_Call) RunAndReturn

type APIClient_NetworkRemove_Call

type APIClient_NetworkRemove_Call struct {
	*mock.Call
}

APIClient_NetworkRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NetworkRemove'

func (*APIClient_NetworkRemove_Call) Return

func (*APIClient_NetworkRemove_Call) Run

func (*APIClient_NetworkRemove_Call) RunAndReturn

type APIClient_NodeInspect_Call

type APIClient_NodeInspect_Call struct {
	*mock.Call
}

APIClient_NodeInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NodeInspect'

func (*APIClient_NodeInspect_Call) Return

func (*APIClient_NodeInspect_Call) Run

func (*APIClient_NodeInspect_Call) RunAndReturn

type APIClient_NodeList_Call

type APIClient_NodeList_Call struct {
	*mock.Call
}

APIClient_NodeList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NodeList'

func (*APIClient_NodeList_Call) Return

func (*APIClient_NodeList_Call) Run

func (*APIClient_NodeList_Call) RunAndReturn

type APIClient_NodeRemove_Call

type APIClient_NodeRemove_Call struct {
	*mock.Call
}

APIClient_NodeRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NodeRemove'

func (*APIClient_NodeRemove_Call) Return

func (*APIClient_NodeRemove_Call) Run

func (*APIClient_NodeRemove_Call) RunAndReturn

type APIClient_NodeUpdate_Call

type APIClient_NodeUpdate_Call struct {
	*mock.Call
}

APIClient_NodeUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NodeUpdate'

func (*APIClient_NodeUpdate_Call) Return

func (*APIClient_NodeUpdate_Call) Run

func (*APIClient_NodeUpdate_Call) RunAndReturn

type APIClient_Ping_Call

type APIClient_Ping_Call struct {
	*mock.Call
}

APIClient_Ping_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Ping'

func (*APIClient_Ping_Call) Return

func (_c *APIClient_Ping_Call) Return(pingResult client.PingResult, err error) *APIClient_Ping_Call

func (*APIClient_Ping_Call) Run

func (_c *APIClient_Ping_Call) Run(run func(ctx context.Context, options client.PingOptions)) *APIClient_Ping_Call

func (*APIClient_Ping_Call) RunAndReturn

func (_c *APIClient_Ping_Call) RunAndReturn(run func(ctx context.Context, options client.PingOptions) (client.PingResult, error)) *APIClient_Ping_Call

type APIClient_PluginCreate_Call

type APIClient_PluginCreate_Call struct {
	*mock.Call
}

APIClient_PluginCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginCreate'

func (*APIClient_PluginCreate_Call) Return

func (*APIClient_PluginCreate_Call) Run

func (*APIClient_PluginCreate_Call) RunAndReturn

type APIClient_PluginDisable_Call

type APIClient_PluginDisable_Call struct {
	*mock.Call
}

APIClient_PluginDisable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginDisable'

func (*APIClient_PluginDisable_Call) Return

func (*APIClient_PluginDisable_Call) Run

func (*APIClient_PluginDisable_Call) RunAndReturn

type APIClient_PluginEnable_Call

type APIClient_PluginEnable_Call struct {
	*mock.Call
}

APIClient_PluginEnable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginEnable'

func (*APIClient_PluginEnable_Call) Return

func (*APIClient_PluginEnable_Call) Run

func (*APIClient_PluginEnable_Call) RunAndReturn

type APIClient_PluginInspect_Call

type APIClient_PluginInspect_Call struct {
	*mock.Call
}

APIClient_PluginInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginInspect'

func (*APIClient_PluginInspect_Call) Return

func (*APIClient_PluginInspect_Call) Run

func (*APIClient_PluginInspect_Call) RunAndReturn

type APIClient_PluginInstall_Call

type APIClient_PluginInstall_Call struct {
	*mock.Call
}

APIClient_PluginInstall_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginInstall'

func (*APIClient_PluginInstall_Call) Return

func (*APIClient_PluginInstall_Call) Run

func (*APIClient_PluginInstall_Call) RunAndReturn

type APIClient_PluginList_Call

type APIClient_PluginList_Call struct {
	*mock.Call
}

APIClient_PluginList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginList'

func (*APIClient_PluginList_Call) Return

func (*APIClient_PluginList_Call) Run

func (*APIClient_PluginList_Call) RunAndReturn

type APIClient_PluginPush_Call

type APIClient_PluginPush_Call struct {
	*mock.Call
}

APIClient_PluginPush_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginPush'

func (*APIClient_PluginPush_Call) Return

func (*APIClient_PluginPush_Call) Run

func (*APIClient_PluginPush_Call) RunAndReturn

type APIClient_PluginRemove_Call

type APIClient_PluginRemove_Call struct {
	*mock.Call
}

APIClient_PluginRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginRemove'

func (*APIClient_PluginRemove_Call) Return

func (*APIClient_PluginRemove_Call) Run

func (*APIClient_PluginRemove_Call) RunAndReturn

type APIClient_PluginSet_Call

type APIClient_PluginSet_Call struct {
	*mock.Call
}

APIClient_PluginSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginSet'

func (*APIClient_PluginSet_Call) Return

func (*APIClient_PluginSet_Call) Run

func (*APIClient_PluginSet_Call) RunAndReturn

type APIClient_PluginUpgrade_Call

type APIClient_PluginUpgrade_Call struct {
	*mock.Call
}

APIClient_PluginUpgrade_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginUpgrade'

func (*APIClient_PluginUpgrade_Call) Return

func (*APIClient_PluginUpgrade_Call) Run

func (*APIClient_PluginUpgrade_Call) RunAndReturn

type APIClient_RegistryLogin_Call

type APIClient_RegistryLogin_Call struct {
	*mock.Call
}

APIClient_RegistryLogin_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RegistryLogin'

func (*APIClient_RegistryLogin_Call) Return

func (*APIClient_RegistryLogin_Call) Run

func (*APIClient_RegistryLogin_Call) RunAndReturn

type APIClient_SecretCreate_Call

type APIClient_SecretCreate_Call struct {
	*mock.Call
}

APIClient_SecretCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SecretCreate'

func (*APIClient_SecretCreate_Call) Return

func (*APIClient_SecretCreate_Call) Run

func (*APIClient_SecretCreate_Call) RunAndReturn

type APIClient_SecretInspect_Call

type APIClient_SecretInspect_Call struct {
	*mock.Call
}

APIClient_SecretInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SecretInspect'

func (*APIClient_SecretInspect_Call) Return

func (*APIClient_SecretInspect_Call) Run

func (*APIClient_SecretInspect_Call) RunAndReturn

type APIClient_SecretList_Call

type APIClient_SecretList_Call struct {
	*mock.Call
}

APIClient_SecretList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SecretList'

func (*APIClient_SecretList_Call) Return

func (*APIClient_SecretList_Call) Run

func (*APIClient_SecretList_Call) RunAndReturn

type APIClient_SecretRemove_Call

type APIClient_SecretRemove_Call struct {
	*mock.Call
}

APIClient_SecretRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SecretRemove'

func (*APIClient_SecretRemove_Call) Return

func (*APIClient_SecretRemove_Call) Run

func (*APIClient_SecretRemove_Call) RunAndReturn

type APIClient_SecretUpdate_Call

type APIClient_SecretUpdate_Call struct {
	*mock.Call
}

APIClient_SecretUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SecretUpdate'

func (*APIClient_SecretUpdate_Call) Return

func (*APIClient_SecretUpdate_Call) Run

func (*APIClient_SecretUpdate_Call) RunAndReturn

type APIClient_ServerVersion_Call

type APIClient_ServerVersion_Call struct {
	*mock.Call
}

APIClient_ServerVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ServerVersion'

func (*APIClient_ServerVersion_Call) Return

func (*APIClient_ServerVersion_Call) Run

func (*APIClient_ServerVersion_Call) RunAndReturn

type APIClient_ServiceCreate_Call

type APIClient_ServiceCreate_Call struct {
	*mock.Call
}

APIClient_ServiceCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ServiceCreate'

func (*APIClient_ServiceCreate_Call) Return

func (*APIClient_ServiceCreate_Call) Run

func (*APIClient_ServiceCreate_Call) RunAndReturn

type APIClient_ServiceInspect_Call

type APIClient_ServiceInspect_Call struct {
	*mock.Call
}

APIClient_ServiceInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ServiceInspect'

func (*APIClient_ServiceInspect_Call) Return

func (*APIClient_ServiceInspect_Call) Run

func (*APIClient_ServiceInspect_Call) RunAndReturn

type APIClient_ServiceList_Call

type APIClient_ServiceList_Call struct {
	*mock.Call
}

APIClient_ServiceList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ServiceList'

func (*APIClient_ServiceList_Call) Return

func (*APIClient_ServiceList_Call) Run

func (*APIClient_ServiceList_Call) RunAndReturn

type APIClient_ServiceLogs_Call

type APIClient_ServiceLogs_Call struct {
	*mock.Call
}

APIClient_ServiceLogs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ServiceLogs'

func (*APIClient_ServiceLogs_Call) Return

func (*APIClient_ServiceLogs_Call) Run

func (*APIClient_ServiceLogs_Call) RunAndReturn

type APIClient_ServiceRemove_Call

type APIClient_ServiceRemove_Call struct {
	*mock.Call
}

APIClient_ServiceRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ServiceRemove'

func (*APIClient_ServiceRemove_Call) Return

func (*APIClient_ServiceRemove_Call) Run

func (*APIClient_ServiceRemove_Call) RunAndReturn

type APIClient_ServiceUpdate_Call

type APIClient_ServiceUpdate_Call struct {
	*mock.Call
}

APIClient_ServiceUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ServiceUpdate'

func (*APIClient_ServiceUpdate_Call) Return

func (*APIClient_ServiceUpdate_Call) Run

func (*APIClient_ServiceUpdate_Call) RunAndReturn

type APIClient_SwarmGetUnlockKey_Call

type APIClient_SwarmGetUnlockKey_Call struct {
	*mock.Call
}

APIClient_SwarmGetUnlockKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SwarmGetUnlockKey'

func (*APIClient_SwarmGetUnlockKey_Call) Return

func (*APIClient_SwarmGetUnlockKey_Call) Run

func (*APIClient_SwarmGetUnlockKey_Call) RunAndReturn

type APIClient_SwarmInit_Call

type APIClient_SwarmInit_Call struct {
	*mock.Call
}

APIClient_SwarmInit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SwarmInit'

func (*APIClient_SwarmInit_Call) Return

func (*APIClient_SwarmInit_Call) Run

func (*APIClient_SwarmInit_Call) RunAndReturn

type APIClient_SwarmInspect_Call

type APIClient_SwarmInspect_Call struct {
	*mock.Call
}

APIClient_SwarmInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SwarmInspect'

func (*APIClient_SwarmInspect_Call) Return

func (*APIClient_SwarmInspect_Call) Run

func (*APIClient_SwarmInspect_Call) RunAndReturn

type APIClient_SwarmJoin_Call

type APIClient_SwarmJoin_Call struct {
	*mock.Call
}

APIClient_SwarmJoin_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SwarmJoin'

func (*APIClient_SwarmJoin_Call) Return

func (*APIClient_SwarmJoin_Call) Run

func (*APIClient_SwarmJoin_Call) RunAndReturn

type APIClient_SwarmLeave_Call

type APIClient_SwarmLeave_Call struct {
	*mock.Call
}

APIClient_SwarmLeave_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SwarmLeave'

func (*APIClient_SwarmLeave_Call) Return

func (*APIClient_SwarmLeave_Call) Run

func (*APIClient_SwarmLeave_Call) RunAndReturn

type APIClient_SwarmUnlock_Call

type APIClient_SwarmUnlock_Call struct {
	*mock.Call
}

APIClient_SwarmUnlock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SwarmUnlock'

func (*APIClient_SwarmUnlock_Call) Return

func (*APIClient_SwarmUnlock_Call) Run

func (*APIClient_SwarmUnlock_Call) RunAndReturn

type APIClient_SwarmUpdate_Call

type APIClient_SwarmUpdate_Call struct {
	*mock.Call
}

APIClient_SwarmUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SwarmUpdate'

func (*APIClient_SwarmUpdate_Call) Return

func (*APIClient_SwarmUpdate_Call) Run

func (*APIClient_SwarmUpdate_Call) RunAndReturn

type APIClient_TaskInspect_Call

type APIClient_TaskInspect_Call struct {
	*mock.Call
}

APIClient_TaskInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TaskInspect'

func (*APIClient_TaskInspect_Call) Return

func (*APIClient_TaskInspect_Call) Run

func (*APIClient_TaskInspect_Call) RunAndReturn

type APIClient_TaskList_Call

type APIClient_TaskList_Call struct {
	*mock.Call
}

APIClient_TaskList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TaskList'

func (*APIClient_TaskList_Call) Return

func (*APIClient_TaskList_Call) Run

func (*APIClient_TaskList_Call) RunAndReturn

type APIClient_TaskLogs_Call

type APIClient_TaskLogs_Call struct {
	*mock.Call
}

APIClient_TaskLogs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TaskLogs'

func (*APIClient_TaskLogs_Call) Return

func (*APIClient_TaskLogs_Call) Run

func (*APIClient_TaskLogs_Call) RunAndReturn

type APIClient_VolumeCreate_Call

type APIClient_VolumeCreate_Call struct {
	*mock.Call
}

APIClient_VolumeCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'VolumeCreate'

func (*APIClient_VolumeCreate_Call) Return

func (*APIClient_VolumeCreate_Call) Run

func (*APIClient_VolumeCreate_Call) RunAndReturn

type APIClient_VolumeInspect_Call

type APIClient_VolumeInspect_Call struct {
	*mock.Call
}

APIClient_VolumeInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'VolumeInspect'

func (*APIClient_VolumeInspect_Call) Return

func (*APIClient_VolumeInspect_Call) Run

func (*APIClient_VolumeInspect_Call) RunAndReturn

type APIClient_VolumeList_Call

type APIClient_VolumeList_Call struct {
	*mock.Call
}

APIClient_VolumeList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'VolumeList'

func (*APIClient_VolumeList_Call) Return

func (*APIClient_VolumeList_Call) Run

func (*APIClient_VolumeList_Call) RunAndReturn

type APIClient_VolumePrune_Call

type APIClient_VolumePrune_Call struct {
	*mock.Call
}

APIClient_VolumePrune_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'VolumePrune'

func (*APIClient_VolumePrune_Call) Return

func (*APIClient_VolumePrune_Call) Run

func (*APIClient_VolumePrune_Call) RunAndReturn

type APIClient_VolumeRemove_Call

type APIClient_VolumeRemove_Call struct {
	*mock.Call
}

APIClient_VolumeRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'VolumeRemove'

func (*APIClient_VolumeRemove_Call) Return

func (*APIClient_VolumeRemove_Call) Run

func (*APIClient_VolumeRemove_Call) RunAndReturn

type APIClient_VolumeUpdate_Call

type APIClient_VolumeUpdate_Call struct {
	*mock.Call
}

APIClient_VolumeUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'VolumeUpdate'

func (*APIClient_VolumeUpdate_Call) Return

func (*APIClient_VolumeUpdate_Call) Run

func (*APIClient_VolumeUpdate_Call) RunAndReturn

Jump to

Keyboard shortcuts

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