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

Method PluginCreate

pkg/mocks/mock_docker_api.go:1199–1202  ·  view source on GitHub ↗

PluginCreate indicates an expected call of PluginCreate.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1197
1198// PluginCreate indicates an expected call of PluginCreate.
1199func (mr *MockAPIClientMockRecorder) PluginCreate(arg0, arg1, arg2 any) *gomock.Call {
1200 mr.mock.ctrl.T.Helper()
1201 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginCreate", reflect.TypeOf((*MockAPIClient)(nil).PluginCreate), arg0, arg1, arg2)
1202}
1203
1204// PluginDisable mocks base method.
1205func (m *MockAPIClient) PluginDisable(arg0 context.Context, arg1 string, arg2 client.PluginDisableOptions) (client.PluginDisableResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected