AddDownloads adds i to the "downloads" field.
(i int)
| 494 | |
| 495 | // AddDownloads adds i to the "downloads" field. |
| 496 | func (suo *ShareUpdateOne) AddDownloads(i int) *ShareUpdateOne { |
| 497 | suo.mutation.AddDownloads(i) |
| 498 | return suo |
| 499 | } |
| 500 | |
| 501 | // SetExpires sets the "expires" field. |
| 502 | func (suo *ShareUpdateOne) SetExpires(t time.Time) *ShareUpdateOne { |
nothing calls this directly
no test coverage detected