Documentation
¶
Index ¶
Constants ¶
View Source
const ( DataSourceTypeMongo = "mongo" DataSourceTypeMysql = "mysql" DataSourceTypePostgres = "postgres" DataSourceTypeElasticSearch = "postgres" )
View Source
const (
OpEqual = "eq"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListOptions ¶
type ListQuery ¶
type ListQuery []ListQueryCondition
type ListQueryCondition ¶
type ListSort ¶
type ListSort struct { Key string Direction SortDirection }
type SortDirection ¶
type SortDirection string
const ( SortDirectionAsc SortDirection = "asc" SortDirectionDesc SortDirection = "desc" )
Click to show internal directories.
Click to hide internal directories.