ServiceList mocks base method.
(arg0 context.Context, arg1 client.ServiceListOptions)
| 1473 | |
| 1474 | // ServiceList mocks base method. |
| 1475 | func (m *MockAPIClient) ServiceList(arg0 context.Context, arg1 client.ServiceListOptions) (client.ServiceListResult, error) { |
| 1476 | m.ctrl.T.Helper() |
| 1477 | ret := m.ctrl.Call(m, "ServiceList", arg0, arg1) |
| 1478 | ret0, _ := ret[0].(client.ServiceListResult) |
| 1479 | ret1, _ := ret[1].(error) |
| 1480 | return ret0, ret1 |
| 1481 | } |
| 1482 | |
| 1483 | // ServiceList indicates an expected call of ServiceList. |
| 1484 | func (mr *MockAPIClientMockRecorder) ServiceList(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected