SetCreatedAt sets the "created_at" field.
(v time.Time)
| 26 | |
| 27 | // SetCreatedAt sets the "created_at" field. |
| 28 | func (_c *MachineCreate) SetCreatedAt(v time.Time) *MachineCreate { |
| 29 | _c.mutation.SetCreatedAt(v) |
| 30 | return _c |
| 31 | } |
| 32 | |
| 33 | // SetNillableCreatedAt sets the "created_at" field if the given value is not nil. |
| 34 | func (_c *MachineCreate) SetNillableCreatedAt(v *time.Time) *MachineCreate { |
no outgoing calls
no test coverage detected