SetPassword sets the "password" field.
(s string)
| 11672 | |
| 11673 | // SetPassword sets the "password" field. |
| 11674 | func (m *ShareMutation) SetPassword(s string) { |
| 11675 | m.password = &s |
| 11676 | } |
| 11677 | |
| 11678 | // Password returns the value of the "password" field in the mutation. |
| 11679 | func (m *ShareMutation) Password() (r string, exists bool) { |