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