Order specifies how the records should be ordered.
(o ...meta.OrderOption)
| 56 | |
| 57 | // Order specifies how the records should be ordered. |
| 58 | func (_q *MetaQuery) Order(o ...meta.OrderOption) *MetaQuery { |
| 59 | _q.order = append(_q.order, o...) |
| 60 | return _q |
| 61 | } |
| 62 | |
| 63 | // QueryOwner chains the current query on the "owner" edge. |
| 64 | func (_q *MetaQuery) QueryOwner() *AlertQuery { |
no outgoing calls
no test coverage detected