ClearTwoFactorSecret clears the value of the "two_factor_secret" field.
()
| 1182 | |
| 1183 | // ClearTwoFactorSecret clears the value of the "two_factor_secret" field. |
| 1184 | func (uuo *UserUpdateOne) ClearTwoFactorSecret() *UserUpdateOne { |
| 1185 | uuo.mutation.ClearTwoFactorSecret() |
| 1186 | return uuo |
| 1187 | } |
| 1188 | |
| 1189 | // SetAvatar sets the "avatar" field. |
| 1190 | func (uuo *UserUpdateOne) SetAvatar(s string) *UserUpdateOne { |
nothing calls this directly
no test coverage detected