SetWeb sets the "web" field.
(s string)
| 255 | |
| 256 | // SetWeb sets the "web" field. |
| 257 | func (m *ModelMutation) SetWeb(s string) { |
| 258 | m.web = &s |
| 259 | } |
| 260 | |
| 261 | // Web returns the value of the "web" field in the mutation. |
| 262 | func (m *ModelMutation) Web() (r string, exists bool) { |