SetUserID sets the "user" edge to the User entity by id.
(id int)
| 4968 | |
| 4969 | // SetUserID sets the "user" edge to the User entity by id. |
| 4970 | func (m *FsEventMutation) SetUserID(id int) { |
| 4971 | m.user = &id |
| 4972 | } |
| 4973 | |
| 4974 | // ClearUser clears the "user" edge to the User entity. |
| 4975 | func (m *FsEventMutation) ClearUser() { |
nothing calls this directly
no outgoing calls
no test coverage detected