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

Method PluginDisable

pkg/mocks/mock_docker_api.go:1214–1217  ·  view source on GitHub ↗

PluginDisable indicates an expected call of PluginDisable.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1212
1213// PluginDisable indicates an expected call of PluginDisable.
1214func (mr *MockAPIClientMockRecorder) PluginDisable(arg0, arg1, arg2 any) *gomock.Call {
1215 mr.mock.ctrl.T.Helper()
1216 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginDisable", reflect.TypeOf((*MockAPIClient)(nil).PluginDisable), arg0, arg1, arg2)
1217}
1218
1219// PluginEnable mocks base method.
1220func (m *MockAPIClient) PluginEnable(arg0 context.Context, arg1 string, arg2 client.PluginEnableOptions) (client.PluginEnableResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected