QueryUser queries the "user" edge of the FsEvent entity.
()
| 145 | |
| 146 | // QueryUser queries the "user" edge of the FsEvent entity. |
| 147 | func (fe *FsEvent) QueryUser() *UserQuery { |
| 148 | return NewFsEventClient(fe.config).QueryUser(fe) |
| 149 | } |
| 150 | |
| 151 | // Update returns a builder for updating this FsEvent. |
| 152 | // Note that you need to call FsEvent.Unwrap() before calling this method if this FsEvent |
nothing calls this directly
no test coverage detected