SetFax sets the "fax" field.
(s string)
| 219 | |
| 220 | // SetFax sets the "fax" field. |
| 221 | func (m *ModelMutation) SetFax(s string) { |
| 222 | m.fax = &s |
| 223 | } |
| 224 | |
| 225 | // Fax returns the value of the "fax" field in the mutation. |
| 226 | func (m *ModelMutation) Fax() (r string, exists bool) { |