SetUpdatedAt sets the "updated_at" field.
(t time.Time)
| 4762 | |
| 4763 | // SetUpdatedAt sets the "updated_at" field. |
| 4764 | func (m *FsEventMutation) SetUpdatedAt(t time.Time) { |
| 4765 | m.updated_at = &t |
| 4766 | } |
| 4767 | |
| 4768 | // UpdatedAt returns the value of the "updated_at" field in the mutation. |
| 4769 | func (m *FsEventMutation) UpdatedAt() (r time.Time, exists bool) { |