RemoveFileIDs removes the "files" edge to File entities by IDs.
(ids ...int)
| 1054 | |
| 1055 | // RemoveFileIDs removes the "files" edge to File entities by IDs. |
| 1056 | func (spuo *StoragePolicyUpdateOne) RemoveFileIDs(ids ...int) *StoragePolicyUpdateOne { |
| 1057 | spuo.mutation.RemoveFileIDs(ids...) |
| 1058 | return spuo |
| 1059 | } |
| 1060 | |
| 1061 | // RemoveFiles removes "files" edges to File entities. |
| 1062 | func (spuo *StoragePolicyUpdateOne) RemoveFiles(f ...*File) *StoragePolicyUpdateOne { |
no test coverage detected