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

Method PluginEnable

pkg/mocks/mock_docker_api.go:1220–1226  ·  view source on GitHub ↗

PluginEnable mocks base method.

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

Source from the content-addressed store, hash-verified

1218
1219// PluginEnable mocks base method.
1220func (m *MockAPIClient) PluginEnable(arg0 context.Context, arg1 string, arg2 client.PluginEnableOptions) (client.PluginEnableResult, error) {
1221 m.ctrl.T.Helper()
1222 ret := m.ctrl.Call(m, "PluginEnable", arg0, arg1, arg2)
1223 ret0, _ := ret[0].(client.PluginEnableResult)
1224 ret1, _ := ret[1].(error)
1225 return ret0, ret1
1226}
1227
1228// PluginEnable indicates an expected call of PluginEnable.
1229func (mr *MockAPIClientMockRecorder) PluginEnable(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected