SetUpdatedAt sets the "updated_at" field.
(v time.Time)
| 40 | |
| 41 | // SetUpdatedAt sets the "updated_at" field. |
| 42 | func (_c *MachineCreate) SetUpdatedAt(v time.Time) *MachineCreate { |
| 43 | _c.mutation.SetUpdatedAt(v) |
| 44 | return _c |
| 45 | } |
| 46 | |
| 47 | // SetNillableUpdatedAt sets the "updated_at" field if the given value is not nil. |
| 48 | func (_c *MachineCreate) SetNillableUpdatedAt(v *time.Time) *MachineCreate { |
no outgoing calls
no test coverage detected