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