NetworkConnect indicates an expected call of NetworkConnect.
(arg0, arg1, arg2 any)
| 1017 | |
| 1018 | // NetworkConnect indicates an expected call of NetworkConnect. |
| 1019 | func (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. |
| 1025 | func (m *MockAPIClient) NetworkCreate(arg0 context.Context, arg1 string, arg2 client.NetworkCreateOptions) (client.NetworkCreateResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected