Versions in this module Expand all Collapse all v0 v0.0.3 Jul 2, 2023 v0.0.2 Jul 2, 2023 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)