Documentation ¶
Index ¶
- func ByFieldIndex(fi *reflectx.FieldInfo) func(i interface{}) interface{}
- func ByHost() func(i interface{}) interface{}
- func ByKey() func(i interface{}) interface{}
- func ByLen() func(i interface{}) interface{}
- func FromChannelQuery(ch chan interface{}, opt *Options) (linq.Query, error)
- func GroupBy(groupBy *reflectx.FieldInfo) (func(i interface{}) interface{}, func(i interface{}) interface{})
- func OrderBy(groupBy, orderBy *reflectx.FieldInfo) func(i interface{}) interface{}
- func ValidFieldValue(keys []string, v interface{}) (interface{}, error)
- func ValidOrderBy(keys []string, v interface{}) bool
- type Cached
- type Element
- type Elements
- type Options
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByFieldIndex ¶
Order by the field
func FromChannelQuery ¶
func ValidFieldValue ¶
func ValidOrderBy ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.