Versions in this module Expand all Collapse all v0 v0.24.1 Jun 24, 2017 v0.22.1 Jun 13, 2017 Changes in this version + type Namespace struct + func New(deps *deps.Deps) *Namespace + func (ns *Namespace) After(index interface{}, seq interface{}) (interface{}, error) + func (ns *Namespace) Apply(seq interface{}, fname string, args ...interface{}) (interface{}, error) + func (ns *Namespace) Delimit(seq, delimiter interface{}, last ...interface{}) (template.HTML, error) + func (ns *Namespace) Dictionary(values ...interface{}) (map[string]interface{}, error) + func (ns *Namespace) EchoParam(a, key interface{}) interface{} + func (ns *Namespace) First(limit interface{}, seq interface{}) (interface{}, error) + func (ns *Namespace) In(l interface{}, v interface{}) bool + func (ns *Namespace) Index(item interface{}, indices ...interface{}) (interface{}, error) + func (ns *Namespace) Intersect(l1, l2 interface{}) (interface{}, error) + func (ns *Namespace) IsSet(a interface{}, key interface{}) (bool, error) + func (ns *Namespace) Last(limit interface{}, seq interface{}) (interface{}, error) + func (ns *Namespace) Querify(params ...interface{}) (string, error) + func (ns *Namespace) Seq(args ...interface{}) ([]int, error) + func (ns *Namespace) Shuffle(seq interface{}) (interface{}, error) + func (ns *Namespace) Slice(args ...interface{}) []interface{} + func (ns *Namespace) Sort(seq interface{}, args ...interface{}) (interface{}, error) + func (ns *Namespace) Union(l1, l2 interface{}) (interface{}, error) + func (ns *Namespace) Uniq(l interface{}) (interface{}, error) + func (ns *Namespace) Where(seq, key interface{}, args ...interface{}) (interface{}, error)