SetID sets the "id" field.
(v uuid.UUID)
| 104 | |
| 105 | // SetID sets the "id" field. |
| 106 | func (_c *UserCreate) SetID(v uuid.UUID) *UserCreate { |
| 107 | _c.mutation.SetID(v) |
| 108 | return _c |
| 109 | } |
| 110 | |
| 111 | // SetNillableID sets the "id" field if the given value is not nil. |
| 112 | func (_c *UserCreate) SetNillableID(v *uuid.UUID) *UserCreate { |
no outgoing calls
no test coverage detected