SetUpdatedAt sets the "updated_at" field.
(t time.Time)
| 302 | |
| 303 | // SetUpdatedAt sets the "updated_at" field. |
| 304 | func (tuo *TaskUpdateOne) SetUpdatedAt(t time.Time) *TaskUpdateOne { |
| 305 | tuo.mutation.SetUpdatedAt(t) |
| 306 | return tuo |
| 307 | } |
| 308 | |
| 309 | // SetDeletedAt sets the "deleted_at" field. |
| 310 | func (tuo *TaskUpdateOne) SetDeletedAt(t time.Time) *TaskUpdateOne { |
nothing calls this directly
no test coverage detected