SetUpdatedAt sets the "updated_at" field.
(t time.Time)
| 11587 | |
| 11588 | // SetUpdatedAt sets the "updated_at" field. |
| 11589 | func (m *ShareMutation) SetUpdatedAt(t time.Time) { |
| 11590 | m.updated_at = &t |
| 11591 | } |
| 11592 | |
| 11593 | // UpdatedAt returns the value of the "updated_at" field in the mutation. |
| 11594 | func (m *ShareMutation) UpdatedAt() (r time.Time, exists bool) { |