SetLastPush sets the "last_push" field.
(v time.Time)
| 54 | |
| 55 | // SetLastPush sets the "last_push" field. |
| 56 | func (_c *MachineCreate) SetLastPush(v time.Time) *MachineCreate { |
| 57 | _c.mutation.SetLastPush(v) |
| 58 | return _c |
| 59 | } |
| 60 | |
| 61 | // SetNillableLastPush sets the "last_push" field if the given value is not nil. |
| 62 | func (_c *MachineCreate) SetNillableLastPush(v *time.Time) *MachineCreate { |
no outgoing calls
no test coverage detected