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

Method RegistryLogin

pkg/mocks/mock_docker_api.go:1340–1346  ·  view source on GitHub ↗

RegistryLogin mocks base method.

(arg0 context.Context, arg1 client.RegistryLoginOptions)

Source from the content-addressed store, hash-verified

1338
1339// RegistryLogin mocks base method.
1340func (m *MockAPIClient) RegistryLogin(arg0 context.Context, arg1 client.RegistryLoginOptions) (client.RegistryLoginResult, error) {
1341 m.ctrl.T.Helper()
1342 ret := m.ctrl.Call(m, "RegistryLogin", arg0, arg1)
1343 ret0, _ := ret[0].(client.RegistryLoginResult)
1344 ret1, _ := ret[1].(error)
1345 return ret0, ret1
1346}
1347
1348// RegistryLogin indicates an expected call of RegistryLogin.
1349func (mr *MockAPIClientMockRecorder) RegistryLogin(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected