Documentation ¶
Index ¶
Constants ¶
View Source
const ( NumberType = "Number" StringType = "String" EnumType = "Enum" DateTimeType = "DateTime" DateType = "Date" BooleanType = "Boolean" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crud ¶
type Crud struct { }
func (*Crud) ExtractListParams ¶
func (c *Crud) ExtractListParams(cols []Column, request *ListRequest) SearchParams
func (*Crud) GenerateListRedisSearchQuery ¶
func (c *Crud) GenerateListRedisSearchQuery(params SearchParams) *orm.RedisSearchQuery
TODO : add full text queries when supported by hitrix
type ListRequest ¶
Click to show internal directories.
Click to hide internal directories.