SetUpdatedAt sets the "updated_at" field.
(t time.Time)
| 412 | |
| 413 | // SetUpdatedAt sets the "updated_at" field. |
| 414 | func (suo *ShareUpdateOne) SetUpdatedAt(t time.Time) *ShareUpdateOne { |
| 415 | suo.mutation.SetUpdatedAt(t) |
| 416 | return suo |
| 417 | } |
| 418 | |
| 419 | // SetDeletedAt sets the "deleted_at" field. |
| 420 | func (suo *ShareUpdateOne) SetDeletedAt(t time.Time) *ShareUpdateOne { |
nothing calls this directly
no test coverage detected