SetEmail sets the "email" field.
(s string)
| 14342 | |
| 14343 | // SetEmail sets the "email" field. |
| 14344 | func (m *UserMutation) SetEmail(s string) { |
| 14345 | m.email = &s |
| 14346 | } |
| 14347 | |
| 14348 | // Email returns the value of the "email" field in the mutation. |
| 14349 | func (m *UserMutation) Email() (r string, exists bool) { |
no outgoing calls
no test coverage detected