Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FuzzyMatchValue ¶
type FuzzyMatchValue struct {
Value string
}
FuzzyMatchValue query
func NewFuzzyMatchValue ¶
func NewFuzzyMatchValue(value string) *FuzzyMatchValue
NewFuzzyMatchValue creates a new fuzzy match
type Query ¶
type Query struct { // Filter list Keywords KeyWords // Sort list Sorts []*Sort // Page number PageNumber int // Page size PageSize int // Without pagination WithoutPagination bool }
Query parameters
func MustClone ¶
MustClone returns the clone of query when it's not nil or returns a new Query instance
Click to show internal directories.
Click to hide internal directories.