Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConditionType ¶
type ConditionType string
const ( Equal ConditionType = "=" NotNull ConditionType = "IS NOT NULL" IsNull ConditionType = "IS NULL" Like ConditionType = "LIKE" In ConditionType = "IN" NotIn ConditionType = "NOT IN" NotEqual ConditionType = "!=" )
type FilterCondition ¶
type FilterCondition struct {
Field string
Type ConditionType
Value interface{}
}
type Paginate ¶
func (Paginate[T]) GetCurrentPage ¶
func (Paginate[T]) GetPerPage ¶
func (Paginate[T]) GetTotalPages ¶
type PaginateInterface ¶
type Pagination ¶
Click to show internal directories.
Click to hide internal directories.