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

Method NetworkConnect

pkg/mocks/mock_docker_api.go:1010–1016  ·  view source on GitHub ↗

NetworkConnect mocks base method.

(arg0 context.Context, arg1 string, arg2 client.NetworkConnectOptions)

Source from the content-addressed store, hash-verified

1008
1009// NetworkConnect mocks base method.
1010func (m *MockAPIClient) NetworkConnect(arg0 context.Context, arg1 string, arg2 client.NetworkConnectOptions) (client.NetworkConnectResult, error) {
1011 m.ctrl.T.Helper()
1012 ret := m.ctrl.Call(m, "NetworkConnect", arg0, arg1, arg2)
1013 ret0, _ := ret[0].(client.NetworkConnectResult)
1014 ret1, _ := ret[1].(error)
1015 return ret0, ret1
1016}
1017
1018// NetworkConnect indicates an expected call of NetworkConnect.
1019func (mr *MockAPIClientMockRecorder) NetworkConnect(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected