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

Method PluginSet

pkg/mocks/mock_docker_api.go:1319–1322  ·  view source on GitHub ↗

PluginSet indicates an expected call of PluginSet.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1317
1318// PluginSet indicates an expected call of PluginSet.
1319func (mr *MockAPIClientMockRecorder) PluginSet(arg0, arg1, arg2 any) *gomock.Call {
1320 mr.mock.ctrl.T.Helper()
1321 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginSet", reflect.TypeOf((*MockAPIClient)(nil).PluginSet), arg0, arg1, arg2)
1322}
1323
1324// PluginUpgrade mocks base method.
1325func (m *MockAPIClient) PluginUpgrade(arg0 context.Context, arg1 string, arg2 client.PluginUpgradeOptions) (client.PluginUpgradeResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected