Offset to start from.
(offset int)
| 43 | |
| 44 | // Offset to start from. |
| 45 | func (_q *MetaQuery) Offset(offset int) *MetaQuery { |
| 46 | _q.ctx.Offset = &offset |
| 47 | return _q |
| 48 | } |
| 49 | |
| 50 | // Unique configures the query builder to filter duplicate records on query. |
| 51 | // By default, unique is set to true, and can be disabled using this method. |
no outgoing calls
no test coverage detected