SetPassword sets the "password" field.
(s string)
| 9081 | |
| 9082 | // SetPassword sets the "password" field. |
| 9083 | func (m *MachineMutation) SetPassword(s string) { |
| 9084 | m.password = &s |
| 9085 | } |
| 9086 | |
| 9087 | // Password returns the value of the "password" field in the mutation. |
| 9088 | func (m *MachineMutation) Password() (r string, exists bool) { |
no outgoing calls