IsRemote indicates whether the actor is not local to the instance.
()
| 198 | Columns: []clause.Column{{Name: "actor_id"}}, |
| 199 | DoUpdates: clause.AssignmentColumns([]string{ |
| 200 | "created_at", |
| 201 | "updated_at", |
| 202 | "attempts", // resets the attempts counter |
| 203 | }), |
| 204 | }) |
| 205 | return db.Create(&ActorRefreshRequest{ActorID: actor.ID}).Error |
no test coverage detected