MCPcopy Create free account
hub / github.com/docker/compose / PluginDisable

Method PluginDisable

pkg/mocks/mock_docker_api.go:1205–1211  ·  view source on GitHub ↗

PluginDisable mocks base method.

(arg0 context.Context, arg1 string, arg2 client.PluginDisableOptions)

Source from the content-addressed store, hash-verified

1203
1204// PluginDisable mocks base method.
1205func (m *MockAPIClient) PluginDisable(arg0 context.Context, arg1 string, arg2 client.PluginDisableOptions) (client.PluginDisableResult, error) {
1206 m.ctrl.T.Helper()
1207 ret := m.ctrl.Call(m, "PluginDisable", arg0, arg1, arg2)
1208 ret0, _ := ret[0].(client.PluginDisableResult)
1209 ret1, _ := ret[1].(error)
1210 return ret0, ret1
1211}
1212
1213// PluginDisable indicates an expected call of PluginDisable.
1214func (mr *MockAPIClientMockRecorder) PluginDisable(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected