SetUpdatedAt sets the "updated_at" field.
(t time.Time)
| 514 | |
| 515 | // SetUpdatedAt sets the "updated_at" field. |
| 516 | func (euo *EntityUpdateOne) SetUpdatedAt(t time.Time) *EntityUpdateOne { |
| 517 | euo.mutation.SetUpdatedAt(t) |
| 518 | return euo |
| 519 | } |
| 520 | |
| 521 | // SetDeletedAt sets the "deleted_at" field. |
| 522 | func (euo *EntityUpdateOne) SetDeletedAt(t time.Time) *EntityUpdateOne { |
nothing calls this directly
no test coverage detected