Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table struct { Paginate paginate.Paginate `json:"paginate"` Headers []Header `json:"headers"` Params map[string]string `json:"params"` OrderByCol *string `json:"order_by_col"` OrderBySort *string `json:"order_by_sort"` }
func (Table) QueryCount ¶
func (st Table) QueryCount(table string) sq.SelectBuilder
func (*Table) QuerySelect ¶
func (st *Table) QuerySelect(table string) sq.SelectBuilder
Click to show internal directories.
Click to hide internal directories.