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

Method NetworkCreate

pkg/mocks/mock_docker_api.go:1034–1037  ·  view source on GitHub ↗

NetworkCreate indicates an expected call of NetworkCreate.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1032
1033// NetworkCreate indicates an expected call of NetworkCreate.
1034func (mr *MockAPIClientMockRecorder) NetworkCreate(arg0, arg1, arg2 any) *gomock.Call {
1035 mr.mock.ctrl.T.Helper()
1036 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NetworkCreate", reflect.TypeOf((*MockAPIClient)(nil).NetworkCreate), arg0, arg1, arg2)
1037}
1038
1039// NetworkDisconnect mocks base method.
1040func (m *MockAPIClient) NetworkDisconnect(arg0 context.Context, arg1 string, arg2 client.NetworkDisconnectOptions) (client.NetworkDisconnectResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected