(jobID uuid.UUID, after int64)
| 417 | } |
| 418 | |
| 419 | func matchesJobAfter(jobID uuid.UUID, after int64) gomock.Matcher { |
| 420 | return &logsAfterMatcher{ |
| 421 | params: database.GetProvisionerLogsAfterIDParams{ |
| 422 | JobID: jobID, |
| 423 | CreatedAfter: after, |
| 424 | }, |
| 425 | } |
| 426 | } |
no outgoing calls
no test coverage detected