AddFseventIDs adds the "fsevents" edge to the FsEvent entity by IDs.
(ids ...int)
| 256 | |
| 257 | // AddFseventIDs adds the "fsevents" edge to the FsEvent entity by IDs. |
| 258 | func (uc *UserCreate) AddFseventIDs(ids ...int) *UserCreate { |
| 259 | uc.mutation.AddFseventIDs(ids...) |
| 260 | return uc |
| 261 | } |
| 262 | |
| 263 | // AddFsevents adds the "fsevents" edges to the FsEvent entity. |
| 264 | func (uc *UserCreate) AddFsevents(f ...*FsEvent) *UserCreate { |