SetStoragePolicyFiles sets the "storage_policy_files" field.
(i int)
| 3574 | |
| 3575 | // SetStoragePolicyFiles sets the "storage_policy_files" field. |
| 3576 | func (m *FileMutation) SetStoragePolicyFiles(i int) { |
| 3577 | m.storage_policies = &i |
| 3578 | } |
| 3579 | |
| 3580 | // StoragePolicyFiles returns the value of the "storage_policy_files" field in the mutation. |
| 3581 | func (m *FileMutation) StoragePolicyFiles() (r int, exists bool) { |