SetEvent sets the "event" field.
(s string)
| 68 | |
| 69 | // SetEvent sets the "event" field. |
| 70 | func (fec *FsEventCreate) SetEvent(s string) *FsEventCreate { |
| 71 | fec.mutation.SetEvent(s) |
| 72 | return fec |
| 73 | } |
| 74 | |
| 75 | // SetSubscriber sets the "subscriber" field. |
| 76 | func (fec *FsEventCreate) SetSubscriber(u uuid.UUID) *FsEventCreate { |
nothing calls this directly
no outgoing calls
no test coverage detected