AddStorage adds i to the "storage" field.
(i int64)
| 143 | |
| 144 | // AddStorage adds i to the "storage" field. |
| 145 | func (uu *UserUpdate) AddStorage(i int64) *UserUpdate { |
| 146 | uu.mutation.AddStorage(i) |
| 147 | return uu |
| 148 | } |
| 149 | |
| 150 | // SetTwoFactorSecret sets the "two_factor_secret" field. |
| 151 | func (uu *UserUpdate) SetTwoFactorSecret(s string) *UserUpdate { |