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

Method PluginEnable

pkg/mocks/mock_docker_api.go:1229–1232  ·  view source on GitHub ↗

PluginEnable indicates an expected call of PluginEnable.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1227
1228// PluginEnable indicates an expected call of PluginEnable.
1229func (mr *MockAPIClientMockRecorder) PluginEnable(arg0, arg1, arg2 any) *gomock.Call {
1230 mr.mock.ctrl.T.Helper()
1231 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginEnable", reflect.TypeOf((*MockAPIClient)(nil).PluginEnable), arg0, arg1, arg2)
1232}
1233
1234// PluginInspect mocks base method.
1235func (m *MockAPIClient) PluginInspect(arg0 context.Context, arg1 string, arg2 client.PluginInspectOptions) (client.PluginInspectResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected