ServiceInspect indicates an expected call of ServiceInspect.
(arg0, arg1, arg2 any)
| 1467 | |
| 1468 | // ServiceInspect indicates an expected call of ServiceInspect. |
| 1469 | func (mr *MockAPIClientMockRecorder) ServiceInspect(arg0, arg1, arg2 any) *gomock.Call { |
| 1470 | mr.mock.ctrl.T.Helper() |
| 1471 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ServiceInspect", reflect.TypeOf((*MockAPIClient)(nil).ServiceInspect), arg0, arg1, arg2) |
| 1472 | } |
| 1473 | |
| 1474 | // ServiceList mocks base method. |
| 1475 | func (m *MockAPIClient) ServiceList(arg0 context.Context, arg1 client.ServiceListOptions) (client.ServiceListResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected