SetPassword sets the "password" field.
(s string)
| 438 | |
| 439 | // SetPassword sets the "password" field. |
| 440 | func (suo *ShareUpdateOne) SetPassword(s string) *ShareUpdateOne { |
| 441 | suo.mutation.SetPassword(s) |
| 442 | return suo |
| 443 | } |
| 444 | |
| 445 | // SetNillablePassword sets the "password" field if the given value is not nil. |
| 446 | func (suo *ShareUpdateOne) SetNillablePassword(s *string) *ShareUpdateOne { |
no test coverage detected