Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NumFieldFilter ¶
type NumFieldFilter struct {
// contains filtered or unexported fields
}
func NumField ¶
func NumField(field string) *NumFieldFilter
type SortFilter ¶
type SortFilter struct {
// contains filtered or unexported fields
}
func Sort ¶
func Sort(fields ...string) *SortFilter
type TextFieldFilter ¶
type TextFieldFilter struct {
// contains filtered or unexported fields
}
func TextField ¶
func TextField(field string) *TextFieldFilter
Click to show internal directories.
Click to hide internal directories.