SetGroupUsers sets the "group_users" field.
(i int)
| 164 | |
| 165 | // SetGroupUsers sets the "group_users" field. |
| 166 | func (uc *UserCreate) SetGroupUsers(i int) *UserCreate { |
| 167 | uc.mutation.SetGroupUsers(i) |
| 168 | return uc |
| 169 | } |
| 170 | |
| 171 | // SetGroupID sets the "group" edge to the Group entity by ID. |
| 172 | func (uc *UserCreate) SetGroupID(id int) *UserCreate { |
nothing calls this directly
no outgoing calls
no test coverage detected