Versions in this module Expand all Collapse all v1 v1.0.0 Sep 1, 2018 Changes in this version + type Iter struct + func New(qs *form.Values, query Query) *Iter + func NewE(e error) *Iter + func (it *Iter) Count() int + func (it *Iter) Current() interface{} + func (it *Iter) Err() error + func (it *Iter) Meta() interface{} + func (it *Iter) Next() bool + type Query = func(*form.Values) (interface{}, []interface{}, error)