Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection []map[string]interface{}
func (Collection) FirstGet ¶
func (c Collection) FirstGet(key string) interface{}
func (Collection) Length ¶
func (c Collection) Length() int
func (Collection) Where ¶
func (c Collection) Where(key string, values ...interface{}) Collection
Where filters the collection by a given key / value pair.
Click to show internal directories.
Click to hide internal directories.