( ctx context.Context, store database.Store, now time.Time, userID uuid.UUID, name string, presetID uuid.UUID, autostartSchedule sql.NullString, nextStartAt sql.NullTime, ttl sql.NullInt64, )
| 64 | |
| 65 | type Claimer interface { |
| 66 | Claim( |
| 67 | ctx context.Context, |
| 68 | store database.Store, |
| 69 | now time.Time, |
no outgoing calls
no test coverage detected