Documentation
¶
Overview ¶
Package collections contains common Hugo functionality related to collection handling.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Grouper ¶
type Grouper interface {
Group(key interface{}, items interface{}) (interface{}, error)
}
Grouper defines a very generic way to group items by a given key.