NetworkCreate indicates an expected call of NetworkCreate.
(arg0, arg1, arg2 any)
| 1032 | |
| 1033 | // NetworkCreate indicates an expected call of NetworkCreate. |
| 1034 | func (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. |
| 1040 | func (m *MockAPIClient) NetworkDisconnect(arg0 context.Context, arg1 string, arg2 client.NetworkDisconnectOptions) (client.NetworkDisconnectResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected