| 33 | var DefaultReconciler ReconciliationOrchestrator = NoopReconciler{} |
| 34 | |
| 35 | type NoopClaimer struct{} |
| 36 | |
| 37 | func (NoopClaimer) Claim(context.Context, database.Store, time.Time, uuid.UUID, string, uuid.UUID, sql.NullString, sql.NullTime, sql.NullInt64) (*uuid.UUID, error) { |
| 38 | // Not entitled to claim prebuilds in AGPL version. |
nothing calls this directly
no outgoing calls
no test coverage detected