Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByJSONLength ¶
type ByJSONLength []interface{}
ByJSONLength implements the sort interface and enables sorting by JSON length
func (ByJSONLength) Len ¶
func (s ByJSONLength) Len() int
func (ByJSONLength) Less ¶
func (s ByJSONLength) Less(i, j int) bool
func (ByJSONLength) Swap ¶
func (s ByJSONLength) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.