SetStorage sets the "storage" field.
(i int64)
| 1147 | |
| 1148 | // SetStorage sets the "storage" field. |
| 1149 | func (uuo *UserUpdateOne) SetStorage(i int64) *UserUpdateOne { |
| 1150 | uuo.mutation.ResetStorage() |
| 1151 | uuo.mutation.SetStorage(i) |
| 1152 | return uuo |
| 1153 | } |
| 1154 | |
| 1155 | // SetNillableStorage sets the "storage" field if the given value is not nil. |
| 1156 | func (uuo *UserUpdateOne) SetNillableStorage(i *int64) *UserUpdateOne { |
no test coverage detected