NetworkDisconnect mocks base method.
(arg0 context.Context, arg1 string, arg2 client.NetworkDisconnectOptions)
| 1038 | |
| 1039 | // NetworkDisconnect mocks base method. |
| 1040 | func (m *MockAPIClient) NetworkDisconnect(arg0 context.Context, arg1 string, arg2 client.NetworkDisconnectOptions) (client.NetworkDisconnectResult, error) { |
| 1041 | m.ctrl.T.Helper() |
| 1042 | ret := m.ctrl.Call(m, "NetworkDisconnect", arg0, arg1, arg2) |
| 1043 | ret0, _ := ret[0].(client.NetworkDisconnectResult) |
| 1044 | ret1, _ := ret[1].(error) |
| 1045 | return ret0, ret1 |
| 1046 | } |
| 1047 | |
| 1048 | // NetworkDisconnect indicates an expected call of NetworkDisconnect. |
| 1049 | func (mr *MockAPIClientMockRecorder) NetworkDisconnect(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected