QueryStoragePolicy queries the "storage_policy" edge of the Entity entity.
()
| 229 | |
| 230 | // QueryStoragePolicy queries the "storage_policy" edge of the Entity entity. |
| 231 | func (e *Entity) QueryStoragePolicy() *StoragePolicyQuery { |
| 232 | return NewEntityClient(e.config).QueryStoragePolicy(e) |
| 233 | } |
| 234 | |
| 235 | // Update returns a builder for updating this Entity. |
| 236 | // Note that you need to call Entity.Unwrap() before calling this method if this Entity |
nothing calls this directly
no test coverage detected