SetSubscriber sets the "subscriber" field.
(u uuid.UUID)
| 74 | |
| 75 | // SetSubscriber sets the "subscriber" field. |
| 76 | func (fec *FsEventCreate) SetSubscriber(u uuid.UUID) *FsEventCreate { |
| 77 | fec.mutation.SetSubscriber(u) |
| 78 | return fec |
| 79 | } |
| 80 | |
| 81 | // SetUserFsevent sets the "user_fsevent" field. |
| 82 | func (fec *FsEventCreate) SetUserFsevent(i int) *FsEventCreate { |
nothing calls this directly
no outgoing calls
no test coverage detected