Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuiltQuery ¶
type QueryBuilder ¶
type QueryBuilder struct {
Table string
PrimaryKey string
Allowed map[string]filters.AllowedField
TenantColumn string
}
func (QueryBuilder) Count ¶
func (b QueryBuilder) Count(query filters.Query, tenantID string) (BuiltQuery, error)
func (QueryBuilder) Select ¶
func (b QueryBuilder) Select(query filters.Query, tenantID string) (BuiltQuery, error)
Click to show internal directories.
Click to hide internal directories.