ServiceLogs mocks base method.
(arg0 context.Context, arg1 string, arg2 client.ServiceLogsOptions)
| 1488 | |
| 1489 | // ServiceLogs mocks base method. |
| 1490 | func (m *MockAPIClient) ServiceLogs(arg0 context.Context, arg1 string, arg2 client.ServiceLogsOptions) (client.ServiceLogsResult, error) { |
| 1491 | m.ctrl.T.Helper() |
| 1492 | ret := m.ctrl.Call(m, "ServiceLogs", arg0, arg1, arg2) |
| 1493 | ret0, _ := ret[0].(client.ServiceLogsResult) |
| 1494 | ret1, _ := ret[1].(error) |
| 1495 | return ret0, ret1 |
| 1496 | } |
| 1497 | |
| 1498 | // ServiceLogs indicates an expected call of ServiceLogs. |
| 1499 | func (mr *MockAPIClientMockRecorder) ServiceLogs(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected