QueryUser queries the "user" edge of the Share entity.
()
| 210 | |
| 211 | // QueryUser queries the "user" edge of the Share entity. |
| 212 | func (s *Share) QueryUser() *UserQuery { |
| 213 | return NewShareClient(s.config).QueryUser(s) |
| 214 | } |
| 215 | |
| 216 | // QueryFile queries the "file" edge of the Share entity. |
| 217 | func (s *Share) QueryFile() *FileQuery { |
nothing calls this directly
no test coverage detected