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

Method PluginUpgrade

pkg/mocks/mock_docker_api.go:1334–1337  ·  view source on GitHub ↗

PluginUpgrade indicates an expected call of PluginUpgrade.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1332
1333// PluginUpgrade indicates an expected call of PluginUpgrade.
1334func (mr *MockAPIClientMockRecorder) PluginUpgrade(arg0, arg1, arg2 any) *gomock.Call {
1335 mr.mock.ctrl.T.Helper()
1336 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginUpgrade", reflect.TypeOf((*MockAPIClient)(nil).PluginUpgrade), arg0, arg1, arg2)
1337}
1338
1339// RegistryLogin mocks base method.
1340func (m *MockAPIClient) RegistryLogin(arg0 context.Context, arg1 client.RegistryLoginOptions) (client.RegistryLoginResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected