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

Method NetworkConnect

pkg/mocks/mock_docker_api.go:1019–1022  ·  view source on GitHub ↗

NetworkConnect indicates an expected call of NetworkConnect.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1017
1018// NetworkConnect indicates an expected call of NetworkConnect.
1019func (mr *MockAPIClientMockRecorder) NetworkConnect(arg0, arg1, arg2 any) *gomock.Call {
1020 mr.mock.ctrl.T.Helper()
1021 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NetworkConnect", reflect.TypeOf((*MockAPIClient)(nil).NetworkConnect), arg0, arg1, arg2)
1022}
1023
1024// NetworkCreate mocks base method.
1025func (m *MockAPIClient) NetworkCreate(arg0 context.Context, arg1 string, arg2 client.NetworkCreateOptions) (client.NetworkCreateResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected