SetUpdatedAt sets the "updated_at" field.
(t time.Time)
| 1059 | |
| 1060 | // SetUpdatedAt sets the "updated_at" field. |
| 1061 | func (uuo *UserUpdateOne) SetUpdatedAt(t time.Time) *UserUpdateOne { |
| 1062 | uuo.mutation.SetUpdatedAt(t) |
| 1063 | return uuo |
| 1064 | } |
| 1065 | |
| 1066 | // SetDeletedAt sets the "deleted_at" field. |
| 1067 | func (uuo *UserUpdateOne) SetDeletedAt(t time.Time) *UserUpdateOne { |
nothing calls this directly
no test coverage detected