Versions in this module Expand all Collapse all v0 v0.1.0 Jul 1, 2024 Changes in this version + type Collection []map[string]interface + func (c Collection) FirstGet(key string) interface{} + func (c Collection) Length() int + func (c Collection) Where(key string, values ...interface{}) Collection