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