ServiceList indicates an expected call of ServiceList.
(arg0, arg1 any)
| 1482 | |
| 1483 | // ServiceList indicates an expected call of ServiceList. |
| 1484 | func (mr *MockAPIClientMockRecorder) ServiceList(arg0, arg1 any) *gomock.Call { |
| 1485 | mr.mock.ctrl.T.Helper() |
| 1486 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ServiceList", reflect.TypeOf((*MockAPIClient)(nil).ServiceList), arg0, arg1) |
| 1487 | } |
| 1488 | |
| 1489 | // ServiceLogs mocks base method. |
| 1490 | func (m *MockAPIClient) ServiceLogs(arg0 context.Context, arg1 string, arg2 client.ServiceLogsOptions) (client.ServiceLogsResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected