SetUpdatedAt sets the "updated_at" field.
(t time.Time)
| 7285 | |
| 7286 | // SetUpdatedAt sets the "updated_at" field. |
| 7287 | func (m *NodeMutation) SetUpdatedAt(t time.Time) { |
| 7288 | m.updated_at = &t |
| 7289 | } |
| 7290 | |
| 7291 | // UpdatedAt returns the value of the "updated_at" field in the mutation. |
| 7292 | func (m *NodeMutation) UpdatedAt() (r time.Time, exists bool) { |