QueryUser queries the "user" edge of the Entity entity.
()
| 224 | |
| 225 | // QueryUser queries the "user" edge of the Entity entity. |
| 226 | func (e *Entity) QueryUser() *UserQuery { |
| 227 | return NewEntityClient(e.config).QueryUser(e) |
| 228 | } |
| 229 | |
| 230 | // QueryStoragePolicy queries the "storage_policy" edge of the Entity entity. |
| 231 | func (e *Entity) QueryStoragePolicy() *StoragePolicyQuery { |
nothing calls this directly
no test coverage detected