SetStatus sets the "status" field.
(s string)
| 39710 | |
| 39711 | // SetStatus sets the "status" field. |
| 39712 | func (m *UserMutation) SetStatus(s string) { |
| 39713 | m.status = &s |
| 39714 | } |
| 39715 | |
| 39716 | // Status returns the value of the "status" field in the mutation. |
| 39717 | func (m *UserMutation) Status() (r string, exists bool) { |
no outgoing calls