AddDavAccountIDs adds the "dav_accounts" edge to the DavAccount entity by IDs.
(ids ...int)
| 196 | |
| 197 | // AddDavAccountIDs adds the "dav_accounts" edge to the DavAccount entity by IDs. |
| 198 | func (uc *UserCreate) AddDavAccountIDs(ids ...int) *UserCreate { |
| 199 | uc.mutation.AddDavAccountIDs(ids...) |
| 200 | return uc |
| 201 | } |
| 202 | |
| 203 | // AddDavAccounts adds the "dav_accounts" edges to the DavAccount entity. |
| 204 | func (uc *UserCreate) AddDavAccounts(d ...*DavAccount) *UserCreate { |