ServiceInspect mocks base method.
(arg0 context.Context, arg1 string, arg2 client.ServiceInspectOptions)
| 1458 | |
| 1459 | // ServiceInspect mocks base method. |
| 1460 | func (m *MockAPIClient) ServiceInspect(arg0 context.Context, arg1 string, arg2 client.ServiceInspectOptions) (client.ServiceInspectResult, error) { |
| 1461 | m.ctrl.T.Helper() |
| 1462 | ret := m.ctrl.Call(m, "ServiceInspect", arg0, arg1, arg2) |
| 1463 | ret0, _ := ret[0].(client.ServiceInspectResult) |
| 1464 | ret1, _ := ret[1].(error) |
| 1465 | return ret0, ret1 |
| 1466 | } |
| 1467 | |
| 1468 | // ServiceInspect indicates an expected call of ServiceInspect. |
| 1469 | func (mr *MockAPIClientMockRecorder) ServiceInspect(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected