Versions in this module Expand all Collapse all v0 v0.10.4-rc.1 Nov 7, 2024 v0.10.3 Feb 1, 2023 v0.10.2 Jan 22, 2023 v0.10.1 Aug 5, 2022 Changes in this version + var Filters map[string]Helper = map[string]Helper + func Bind(v interface{}, data maps.Map, vars ...*regexp.Regexp) interface + func RegisterHelper(name string, helper Helper) + type DSL interface + First func(data maps.Map) Record + Get func(data maps.Map) []Record + Load func(interface{}) (DSL, error) + Paginate func(data maps.Map) Paginate + Run func(data maps.Map) interface{} + type Helper func(...interface{}) interface + type Paginate struct + Items []Record + Next int + Page int + PageCount int + PageSize int + Prev int + Total int + type Record maps.MapStrAny v0.9.0 Feb 8, 2022 v0.8.0 Feb 6, 2022