AddViews adds i to the "views" field.
(i int)
| 473 | |
| 474 | // AddViews adds i to the "views" field. |
| 475 | func (suo *ShareUpdateOne) AddViews(i int) *ShareUpdateOne { |
| 476 | suo.mutation.AddViews(i) |
| 477 | return suo |
| 478 | } |
| 479 | |
| 480 | // SetDownloads sets the "downloads" field. |
| 481 | func (suo *ShareUpdateOne) SetDownloads(i int) *ShareUpdateOne { |